Running with gitlab-runner 17.9.0 (c4cbe9dd)
  on AGR Lightweight runner on DO 9RF_wpNZh, system ID: s_a30377c9ccd3
section_start:1741365609:prepare_executor
Preparing the "docker+machine" executor
Using Docker executor with image registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2024-package-source-builder ...
Authenticating with credentials from job payload (GitLab Registry)
Pulling docker image registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2024-package-source-builder ...
Using docker image sha256:1ce5c6df9d03699c7dd7432dbfb58a7653bea6eb846854ea279eeb6607fdc3b2 for registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2024-package-source-builder with digest registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2024-package-source-builder@sha256:ef7967443b57fd7bd0d2566429d24dd178c2a27bc8f981a5d6ed39931767f354 ...
section_end:1741365615:prepare_executor
section_start:1741365615:prepare_script
Preparing environment
Running on runner-9rfwpnzh-project-6971-concurrent-0 via runner-9rfwpnzh-agr-light-1741356176-2cdba683...
section_end:1741365615:prepare_script
section_start:1741365615:get_sources
Getting source from Git repository
Fetching changes with git depth set to 1...
Initialized empty Git repository in /builds/pkg/dwarf2sources/.git/
Created fresh repository.
Checking out 5c173c02 as detached HEAD (ref is debian/trixie)...

Skipping Git submodules setup
section_end:1741365616:get_sources
section_start:1741365616:step_script
Executing "step_script" stage of the job script
Using docker image sha256:1ce5c6df9d03699c7dd7432dbfb58a7653bea6eb846854ea279eeb6607fdc3b2 for registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2024-package-source-builder with digest registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2024-package-source-builder@sha256:ef7967443b57fd7bd0d2566429d24dd178c2a27bc8f981a5d6ed39931767f354 ...
$ if [ -d .git ] # collapsed multi-line command
/usr/bin/git
HEAD is now at 5c173c0 Update the changelog
$ EXTRA_REPO_VERSION=${EXTRA_REPO_VERSION:-${CI_DEFAULT_BRANCH##$OSNAME/}}
$ if [ -n "${EXTRA_REPO_BASE_URL}" -a -n "${EXTRA_REPO_COMPONENTS}" ] # collapsed multi-line command
$ apt-get update
Hit:1 https://repositories.apertis.org/apertis v2024 InRelease
Hit:2 https://repositories.apertis.org/apertis v2024-updates InRelease
Hit:3 https://repositories.apertis.org/apertis v2024-security InRelease
Reading package lists...
$ apt-get install -y --no-install-recommends dpkg-dev
Reading package lists...
Building dependency tree...
Reading state information...
dpkg-dev is already the newest version (1.21.22+apertis3bv2024.0db1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ BRANCH=$CI_DEFAULT_BRANCH
$ if GUESS=$(echo "$CI_COMMIT_BRANCH" | grep -o 'v[0-9]\{4\}\(dev[0-9]\|pre\|-security\|-updates\|-backports\)\?') # collapsed multi-line command
$ case "$CI_COMMIT_BRANCH" in $OSNAME/*) BRANCH=$CI_COMMIT_BRANCH;; esac
$ case "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" in $OSNAME/*) BRANCH=$CI_MERGE_REQUEST_TARGET_BRANCH_NAME;; esac
$ RELEASE_AND_SECTION=${BRANCH##*/}
$ RELEASE_AND_SECTION=${APERTIS_RELEASE:-$RELEASE_AND_SECTION}
$ RELEASE=${RELEASE_AND_SECTION%%-*}
$ SECTION=${RELEASE_AND_SECTION:${#RELEASE}+1}
$ PIPELINE_VERSION=${PIPELINE_VERSION:-$(date +%Y%m%d.%H%M)}
$ echo "PIPELINE_VERSION=$PIPELINE_VERSION" | tee -a build.env
PIPELINE_VERSION=20250307.1640
$ echo "🎯 Targeting $OSNAME $RELEASE (${SECTION:-main})"
🎯 Targeting apertis v2026dev2 (main)
$ DOCKER_IMAGE_DEFAULT=${CI_REGISTRY}/infrastructure/$OSNAME-docker-images/${RELEASE}-package-source-builder
$ DOCKER_IMAGE=${DOCKER_IMAGE:-$DOCKER_IMAGE_DEFAULT}
$ echo "APERTIS_RELEASE=$RELEASE" | tee -a build.env
APERTIS_RELEASE=v2026dev2
$ echo "DOCKER_IMAGE=$DOCKER_IMAGE" | tee -a build.env
DOCKER_IMAGE=registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2026dev2-package-source-builder
$ [ -n "$OBS_PREFIX" ] && OBS_PREFIX="${OBS_PREFIX%%:}:"
$ [ ! -d "debian" ] && exit 0
$ PACKAGE=$(dpkg-parsechangelog -SSource)
$ echo "PACKAGE=$PACKAGE" | tee -a build.env
PACKAGE=dwarf2sources
$ if [[ $CI_COMMIT_BRANCH == proposed* ]] && [ ! -d "debian/apertis" ]; then # collapsed multi-line command
$ COMPONENT_DEFAULT=$(cat debian/apertis/component || test "${CI_COMMIT_BRANCH%%/*}" = debian)
cat: debian/apertis/component: No such file or directory
$ COMPONENT=${COMPONENT:-$COMPONENT_DEFAULT}
$ echo "COMPONENT=$COMPONENT" | tee -a build.env
COMPONENT=
$ OBS_PREFIX=${OBS_PREFIX%%:}
$ PROJECT=$(echo $OBS_PREFIX $OSNAME $RELEASE $SECTION $COMPONENT | sed 's/ /:/g')
$ echo "PROJECT=$PROJECT" | tee -a build.env
PROJECT=apertis:v2026dev2
$ if [[ $CI_COMMIT_BRANCH != $OSNAME/* ]]; then # collapsed multi-line command
BRANCHED_PROJECT=home:apertis-gitlab:branches:apertis:v2026dev2:debian-trixie
$ SANITIZED_COMPONENT=$(echo -n "$COMPONENT" | tr -c '[:alnum:]' '_')
$ LICENSE_BLACKLIST_VAR=LICENSE_BLACKLIST_$SANITIZED_COMPONENT
$ LICENSE_BLACKLIST=${LICENSE_BLACKLIST:-${!LICENSE_BLACKLIST_VAR:-}}
$ echo "LICENSE_BLACKLIST=$LICENSE_BLACKLIST" | tee -a build.env
LICENSE_BLACKLIST=
$ RELEASE_BUILD=no
$ DISTRIBUTION="$(dpkg-parsechangelog -SDistribution)"
$ : check whether this is a release build # collapsed multi-line command
$ echo "RELEASE_BUILD=$RELEASE_BUILD" | tee -a build.env
RELEASE_BUILD=no
$ if dpkg-parsechangelog | grep -q 'PLEASE SUMMARIZE' # collapsed multi-line command
$ if [ "$DISTRIBUTION" != "$OSNAME" ] && [ -n "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" ] && [[ "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" =~ ^${OSNAME}/ ]] # collapsed multi-line command
$ (test "$OBS_REBUILD_DISABLED" == 1 && echo REBUILD_VALUE=false || echo REBUILD_VALUE=true) | tee -a build.env
REBUILD_VALUE=true
$ echo "PACKAGE_UPDATES_PROJECT_PATH=${PACKAGE_UPDATES_PROJECT_PATH}" | tee -a build.env
PACKAGE_UPDATES_PROJECT_PATH=pkg/dwarf2sources
$ echo "PACKAGE_UPDATES_MR_IID=${PACKAGE_UPDATES_MR_IID}" | tee -a build.env
PACKAGE_UPDATES_MR_IID=
$ PACKAGE_UPDATES_TESTS=$(cat debian/apertis/package-integration-test 2> /dev/null || true)
$ echo "PACKAGE_UPDATES_TESTS=${PACKAGE_UPDATES_TESTS}" | tee -a build.env
PACKAGE_UPDATES_TESTS=
$ if [ -f debian/apertis/package-bootstrap-test ] ; then BOOTSTRAP_TEST=1; fi
$ echo "BOOTSTRAP_TEST=${BOOTSTRAP_TEST}" | tee -a build.env
BOOTSTRAP_TEST=
$ if [ "$RELEASE_BUILD" != yes ] && [ "$FORCE_CANCEL_OUTDATED_PIPELINES" == yes ] && [[ ! "$CI_COMMIT_REF_NAME" =~ ^${OSNAME}/ ]] # collapsed multi-line command
⚙️ Non-release pipeline! Cancelling outdated pipelines...
Checking if pipelines for project 6971 need to be cancelled...
Running pipeline: 856175
Additional Active pipelines: []
No active pipeline, bye!
section_end:1741365619:step_script
section_start:1741365619:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
build.env: found 1 matching artifact files and directories 
Uploading artifacts as "dotenv" to coordinator... 201 Created  id=3838902 responseStatus=201 Created token=64_s7ydWc
section_end:1741365620:upload_artifacts_on_success
section_start:1741365620:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1741365620:cleanup_file_variables
Job succeeded