Running with gitlab-runner 16.7.1 (3eda8038)
  on do-ocs-gitlab-runner GUp5tRKe, system ID: s_73ae4c8d90a4
  feature flags: FF_USE_FASTZIP:true
section_start:1710930793:prepare_executor
Preparing the "docker" executor
Using Docker executor with image registry.salsa.debian.org/salsa-ci-team/pipeline/gbp:latest ...
Pulling docker image registry.salsa.debian.org/salsa-ci-team/pipeline/gbp:latest ...
Using docker image sha256:04102aedccaba1eb1a46e113929efb7979837ea3d74ffebbaef1530627a1fed4 for registry.salsa.debian.org/salsa-ci-team/pipeline/gbp:latest with digest registry.salsa.debian.org/salsa-ci-team/pipeline/gbp@sha256:0f247bafc35f73179b3cd1a5c245218dd43e17839f312e122c1a8b02ed793628 ...
section_end:1710930796:prepare_executor
section_start:1710930796:prepare_script
Preparing environment
Running on runner-gup5trke-project-3586-concurrent-0 via runner01.opencode.net...
section_end:1710930796:prepare_script
section_start:1710930796:get_sources
Getting source from Git repository
Fetching changes with git depth set to 1...
Initialized empty Git repository in /builds/zynthbox/dependencies/zynthbox-dependency-njconnect/.git/
Created fresh repository.
Checking out 2af43729 as detached HEAD (ref is main)...

Skipping Git submodules setup
section_end:1710930798:get_sources
section_start:1710930798:step_script
Executing "step_script" stage of the job script
Using docker image sha256:04102aedccaba1eb1a46e113929efb7979837ea3d74ffebbaef1530627a1fed4 for registry.salsa.debian.org/salsa-ci-team/pipeline/gbp:latest with digest registry.salsa.debian.org/salsa-ci-team/pipeline/gbp@sha256:0f247bafc35f73179b3cd1a5c245218dd43e17839f312e122c1a8b02ed793628 ...
$ git clean -d --force
$ set -x # collapsed multi-line command
++ git config --global url.https://[MASKED]@github.com/.insteadOf https://github.com/
++ '[' -z https://www.opencode.net/zynthbox/dependencies/zynthbox-dependency-njconnect.git ']'
++ '[' '!' -z ']'
++ DEPTH='--depth 1'
++ '[' -z ']'
++ git clone --recurse-submodules --depth 1 https://www.opencode.net/zynthbox/dependencies/zynthbox-dependency-njconnect.git zynthbox-dependency-njconnect
Cloning into 'zynthbox-dependency-njconnect'...
++ '[' '!' -z ']'
++ rm -rf zynthbox-dependency-njconnect/.git
+++ dpkg-parsechangelog --show-field Version
+++ cut -d - -f1,2
++ PACKAGE_VERSION=1.6-1
++ tar cfJ zynthbox-dependency-njconnect_1.6-1.orig.tar.xz zynthbox-dependency-njconnect
++ rm -rf zynthbox-dependency-njconnect
++ mv zynthbox-dependency-njconnect_1.6-1.orig.tar.xz ../
++ set +x
python3 set on hold.
python3-minimal set on hold.
libpython3-stdlib set on hold.
$ mkdir -vp ${WORKING_DIR}
mkdir: created directory '/builds/zynthbox/dependencies/zynthbox-dependency-njconnect/debian/output'
$ gbp pull --ignore-branch --pristine-tar --track-missing
gbp:info: Fetching from default remote for each branch
gbp:info: Found detached head at '2af43729cc02d83c3bf2b576ebc08f0548e3ffbf'
$ if echo "$SALSA_CI_DISABLE_GBP_SETUP_GITATTRIBUTES" | grep -qvE '^(1|yes|true)$'; then test -r .gitattributes && gbp setup-gitattributes ; fi
$ apt-get update && eatmydata apt-get upgrade -y
Get:1 http://deb.debian.org/debian sid InRelease [198 kB]
Get:2 http://deb.debian.org/debian sid/main Sources [10.7 MB]
Get:3 http://deb.debian.org/debian sid/main amd64 Packages [9963 kB]
Fetched 20.9 MB in 4s (5665 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ if find . -maxdepth 3 -wholename "*/debian/source/format" -exec cat {} \; | grep -q '3.0 (gitarchive)' # collapsed multi-line command
gbp:info: All Orig tarballs 'zynthbox-dependency-njconnect_1.6-1.orig.tar.gz' found at '/builds/zynthbox/dependencies/zynthbox-dependency-njconnect/debian/output'
gbp:error: upstream/1.6-1 is not a valid treeish
Using existing ../zynthbox-dependency-njconnect_1.6-1.orig.tar.xz
'../zynthbox-dependency-njconnect_1.6-1.orig.tar.xz' -> '/builds/zynthbox/dependencies/zynthbox-dependency-njconnect/debian/output/zynthbox-dependency-njconnect_1.6-1.orig.tar.xz'
gbp:info: Disabling 'cleaner' hook
gbp:info: Extracting 'zynthbox-dependency-njconnect_1.6-1.orig.tar.xz' to '/builds/zynthbox/dependencies/zynthbox-dependency-njconnect/debian/output/zynthbox-dependency-njconnect-tmp'
gbp:info: Removing debian/ from unpacked upstream source at /builds/zynthbox/dependencies/zynthbox-dependency-njconnect/debian/output/zynthbox-dependency-njconnect-tmp/debian
gbp:info: Exporting 'HEAD' to '/builds/zynthbox/dependencies/zynthbox-dependency-njconnect/debian/output/zynthbox-dependency-njconnect-tmp'
gbp:info: Moving '/builds/zynthbox/dependencies/zynthbox-dependency-njconnect/debian/output/zynthbox-dependency-njconnect-tmp' to '/builds/zynthbox/dependencies/zynthbox-dependency-njconnect/debian/output/zynthbox-dependency-njconnect-1.6-1'
gbp:info: Performing the build
$ ls -lh ${WORKING_DIR}
total 24K
-rw-r--r-- 1 root root  807 Mar 20 10:33 output.log
drwxrwxr-x 3 root root 4.0K Jun 27  2023 zynthbox-dependency-njconnect-1.6-1
-rw-r--r-- 1 root root  15K Mar 20 10:33 zynthbox-dependency-njconnect_1.6-1.orig.tar.xz
$ cd ${WORKING_DIR}
$ DEBIANIZED_SOURCE=$(find . -maxdepth 3 -wholename "*/debian/changelog" | sed -e 's%/\w*/\w*$%%')
$ if [ ! "${DEBIANIZED_SOURCE}" ] ; then # collapsed multi-line command
$ mv -v ${DEBIANIZED_SOURCE} ${SOURCE_DIR}
renamed './zynthbox-dependency-njconnect-1.6-1' -> 'source_dir'
$ cd "${SOURCE_DIR}"
$ dist=$(dpkg-parsechangelog --show-field=distribution || echo UNRELEASED)
$ clbak="/tmp/debian.changelog"
$ cp debian/changelog "${clbak}"
$ if [ "${dist}" = UNRELEASED ]; then dch --release foo || true; dist=$(dpkg-parsechangelog --show-field=distribution || echo UNRELEASED); cat "${clbak}" >debian/changelog; fi
$ rm -rf "${clbak}"
$ dist=${dist#UNRELEASED-}
$ dist=${dist%-UNRELEASED}
$ dist=${dist%-security}
$ dist=${dist#UNRELEASED}
$ test -n "${dist}" || dist=unstable
$ echo "RELEASE=${RELEASE:-${dist}}" | tee ${CI_PROJECT_DIR}/salsa.env
RELEASE=bookworm
$ cd "${OLDPWD}"
$ du -sh
160K	.
$ if [ "$(du -s | cut -f1)" -gt ${SALSA_CI_MAX_ARTIFACTS_SIZE} ]; then # collapsed multi-line command
section_end:1710930809:step_script
section_start:1710930809:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
/builds/zynthbox/dependencies/zynthbox-dependency-njconnect/debian/output/: found 29 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=58473 responseStatus=201 Created token=64_sgD8T
Uploading artifacts...
salsa.env: found 1 matching artifact files and directories 
Uploading artifacts as "dotenv" to coordinator... 201 Created  id=58473 responseStatus=201 Created token=64_sgD8T
section_end:1710930810:upload_artifacts_on_success
section_start:1710930810:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1710930811:cleanup_file_variables
Job succeeded