Running with gitlab-runner 17.9.0 (c4cbe9dd)
  on AGR Lightweight runner on DO 9RF_wpNZh, system ID: s_a30377c9ccd3
section_start:1740604711:prepare_executor
Preparing the "docker+machine" executor
Using Docker executor with image registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2026dev2-package-source-builder ...
Authenticating with credentials from job payload (GitLab Registry)
Pulling docker image registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2026dev2-package-source-builder ...
Using docker image sha256:cca86042056025305192355aba4035eea3a502f5e04374e11f5230ba3ddae353 for registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2026dev2-package-source-builder with digest registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2026dev2-package-source-builder@sha256:e0e05bbdfb84dae21f0831bb8f9b1d8c1bb32ccbf1643f52be3809cb32fd81c7 ...
section_end:1740604714:prepare_executor
section_start:1740604714:prepare_script
Preparing environment
Running on runner-9rfwpnzh-project-4200-concurrent-0 via runner-9rfwpnzh-agr-light-1740602096-cc82ac2e...
section_end:1740604715:prepare_script
section_start:1740604715:get_sources
Getting source from Git repository
Fetching changes...
Initialized empty Git repository in /builds/pkg/lintian/.git/
Created fresh repository.
Checking out ea2f0ef7 as detached HEAD (ref is debian/trixie)...

Skipping Git submodules setup
section_end:1740604719:get_sources
section_start:1740604719:step_script
Executing "step_script" stage of the job script
Using docker image sha256:cca86042056025305192355aba4035eea3a502f5e04374e11f5230ba3ddae353 for registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2026dev2-package-source-builder with digest registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2026dev2-package-source-builder@sha256:e0e05bbdfb84dae21f0831bb8f9b1d8c1bb32ccbf1643f52be3809cb32fd81c7 ...
$ if [ -d .git ] # collapsed multi-line command
/usr/bin/git
HEAD is now at ea2f0ef7 Import Debian version 2.121.1+nmu1
$ 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
$ if [ "$CI_COMMIT_BRANCH" = "debian/unstable" ] # collapsed multi-line command
$ PACKAGE=$(dpkg-parsechangelog -SSource || echo "$CI_PROJECT_NAME")
$ PULL_RELEASE_BRANCH=${CI_COMMIT_BRANCH%%-*}
$ PULL_RELEASE_VENDOR=${PULL_RELEASE_BRANCH%%/*}
$ PULL_RELEASE_NAME=${PULL_RELEASE_BRANCH##*/}
$ echo "Pull $PACKAGE updates from $PULL_RELEASE_VENDOR $PULL_RELEASE_NAME"
Pull lintian updates from debian trixie
$ if [[ "$CI_COMMIT_BRANCH" == debian/*-backports ]]; then # collapsed multi-line command
$ set -x; apertis-pkg-pull-updates --package=${PACKAGE} --upstream=${PULL_RELEASE_NAME} --mirror=${DEBIAN_MIRROR} ${ADDREPO}; set +x
++ apertis-pkg-pull-updates --package=lintian --upstream=trixie --mirror=https://deb.debian.org/debian
branch 'debian/trixie' set up to track 'origin/debian/trixie'.
source package lintian
running git branch --track -f debian/trixie origin/debian/trixie
local version: 2.121.1+nmu1
fetch https://qa.debian.org/madison.php?package=lintian&yaml=on&s=trixie-security
local version: 2.121.1+nmu1
fetch https://qa.debian.org/madison.php?package=lintian&yaml=on&s=trixie-updates
local version: 2.121.1+nmu1
fetch https://qa.debian.org/madison.php?package=lintian&yaml=on&s=trixie
remote version: 2.121.1+nmu1
remote version: 2.121.1+nmu1
++ set +x
$ git config pack.windowMemory 512m
$ git config lfs.allowincompletepush true
$ BRANCHES=$(git branch -l --format='%(refname:lstrip=2)' "${PULL_RELEASE_VENDOR}/*" "upstream/*" "pristine-lfs" )
$ echo "🔼 Pushing the updated local branches" $BRANCHES
🔼 Pushing the updated local branches debian/trixie
$ git push --follow-tags --atomic ${CI_AUTH_PROJECT_URL} $BRANCHES
Everything up-to-date
section_end:1740604723:step_script
section_start:1740604723:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1740604723:cleanup_file_variables
Job succeeded