Running with gitlab-runner 17.9.0 (c4cbe9dd)
  on AGR Lightweight runner on DO 9RF_wpNZh, system ID: s_a30377c9ccd3
section_start:1740569720: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:ba09125b453e4836e8450ebedbf5704ef2f5b5bc9b116702b69513dbb8c9cf62 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:0b3748d49b9e2ce171d2ff30f7c1e561e77b0ffd8010eaaf04790c0861de5726 ...
section_end:1740569723:prepare_executor
section_start:1740569723:prepare_script
Preparing environment
Running on runner-9rfwpnzh-project-2469-concurrent-0 via runner-9rfwpnzh-agr-light-1740568516-a1cc8911...
section_end:1740569724:prepare_script
section_start:1740569724:get_sources
Getting source from Git repository
Fetching changes with git depth set to 1...
Initialized empty Git repository in /builds/pkg/bluez/.git/
Created fresh repository.
Checking out 619d588d as detached HEAD (ref is refs/merge-requests/51/head)...

Skipping Git submodules setup
section_end:1740569725:get_sources
section_start:1740569725:step_script
Executing "step_script" stage of the job script
Using docker image sha256:ba09125b453e4836e8450ebedbf5704ef2f5b5bc9b116702b69513dbb8c9cf62 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:0b3748d49b9e2ce171d2ff30f7c1e561e77b0ffd8010eaaf04790c0861de5726 ...
$ if [ -d .git ] # collapsed multi-line command
/usr/bin/git
HEAD is now at 619d588 Import Debian changes 5.79-1
$ 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=20250226.1135
$ 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=bluez
$ 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
section_end:1740569727:step_script
section_start:1740569727:upload_artifacts_on_failure
Uploading artifacts for failed job
Uploading artifacts...
build.env: found 1 matching artifact files and directories 
Uploading artifacts as "dotenv" to coordinator... 201 Created  id=3808095 responseStatus=201 Created token=64_u8ALqT
section_end:1740569727:upload_artifacts_on_failure
section_start:1740569727:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1740569727:cleanup_file_variables
ERROR: Job failed: exit code 1