Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5312464867951915989.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8986954161330025498.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2092042794242726704.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6516048064736929755.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12967474263841945325.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:py-git-semver, mavenSettings:git-semver-settings, dockerImageName:py-git-semver, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[0.1.4], releaseBranchOverride:python] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: git-semver-settings PROJECT: py-git-semver USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: py-git-semver DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: py-git-semver-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org RELEASE_BRANCH_OVERRIDE: python DOCKER_CUSTOM_TAGS: 0.1.4 [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1845 in /w/workspace/edgexfoundry_git-semver_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/git-semver.git > git init /w/workspace/edgexfoundry_git-semver_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 (main) Commit message: "Merge pull request #74 from cherrycl/upgrade-python-version" > git config core.sparsecheckout # timeout=10 > git checkout -f 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 # timeout=10 > git rev-list --no-walk 2f4064f3f360ef7b23297cccadfc545ed317a0b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:32:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:32:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:32:58 ========================================================= 06:32:58 EdgeX Global Pipelines Version Info 06:32:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:32:59 ------------------- 06:32:59 stable info: 06:32:59 ------------------- 06:32:59 Commited By: Ginny Guan ginny@iotechsys.com 06:32:59 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 06:32:59 Message: update stable to v1.0.274 06:33:00 ------------------- 06:33:00 experimental info: 06:33:00 ------------------- 06:33:00 Commited By: Ginny Guan ginny@iotechsys.com 06:33:00 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 06:33:00 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = git-semver-settings [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar PROJECT = py-git-semver [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = py-git-semver [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = py-git-semver-archive.tar.gz [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = python [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 0.1.4 [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9e8ca9d [Pipeline] echo 06:33:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:33:00 provisioning config files... 06:33:00 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config2759203521777536796tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:33:01 ---> ****-login.sh 06:33:01 nexus3.edgexfoundry.org:10001 06:33:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:01 Configure a credential helper to remove this warning. See 06:33:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:01 06:33:01 Login Succeeded 06:33:01 nexus3.edgexfoundry.org:10002 06:33:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:01 Configure a credential helper to remove this warning. See 06:33:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:01 06:33:01 Login Succeeded 06:33:01 nexus3.edgexfoundry.org:10003 06:33:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:01 Configure a credential helper to remove this warning. See 06:33:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:01 06:33:01 Login Succeeded 06:33:01 nexus3.edgexfoundry.org:10004 06:33:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:01 Configure a credential helper to remove this warning. See 06:33:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:01 06:33:01 Login Succeeded 06:33:01 ****.io 06:33:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:02 Configure a credential helper to remove this warning. See 06:33:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:02 06:33:02 Login Succeeded 06:33:02 ---> ****-login.sh ends [Pipeline] } 06:33:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:33:02 provisioning config files... 06:33:02 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config8328905230315939622tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:33:02 ---> ****-login.sh 06:33:02 nexus3.edgexfoundry.org:10001 06:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:02 Configure a credential helper to remove this warning. See 06:33:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:02 06:33:02 Login Succeeded 06:33:02 nexus3.edgexfoundry.org:10002 06:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:02 Configure a credential helper to remove this warning. See 06:33:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:02 06:33:02 Login Succeeded 06:33:02 nexus3.edgexfoundry.org:10003 06:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:02 Configure a credential helper to remove this warning. See 06:33:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:02 06:33:02 Login Succeeded 06:33:02 nexus3.edgexfoundry.org:10004 06:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:02 Configure a credential helper to remove this warning. See 06:33:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:02 06:33:02 Login Succeeded 06:33:02 ****.io 06:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:03 Configure a credential helper to remove this warning. See 06:33:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:03 06:33:03 Login Succeeded 06:33:03 ---> ****-login.sh ends [Pipeline] } 06:33:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:33:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:33:04 + ls -al . 06:33:04 total 64 06:33:04 drwxrwxr-x 6 jenkins jenkins 4096 May 20 06:32 . 06:33:04 drwxrwxr-x 4 jenkins jenkins 4096 May 20 06:32 .. 06:33:04 drwxrwxr-x 8 jenkins jenkins 4096 May 20 06:32 .git 06:33:04 drwxrwxr-x 2 jenkins jenkins 4096 May 20 06:32 .github 06:33:04 -rw-rw-r-- 1 jenkins jenkins 1056 May 20 06:32 .gitignore 06:33:04 -rw-rw-r-- 1 jenkins jenkins 1242 May 20 06:32 Dockerfile 06:33:04 -rw-rw-r-- 1 jenkins jenkins 869 May 20 06:32 Jenkinsfile 06:33:04 -rw-rw-r-- 1 jenkins jenkins 5651 May 20 06:32 README.md 06:33:04 -rw-rw-r-- 1 jenkins jenkins 2488 May 20 06:32 build.py 06:33:04 drwxrwxr-x 3 jenkins jenkins 4096 May 20 06:32 docs 06:33:04 -rw-rw-r-- 1 jenkins jenkins 275 May 20 06:32 entrypoint.sh 06:33:04 -rw-rw-r-- 1 jenkins jenkins 83 May 20 06:32 pyproject.toml 06:33:04 -rw-rw-r-- 1 jenkins jenkins 32 May 20 06:32 requirements.txt 06:33:04 -rw-rw-r-- 1 jenkins jenkins 2628 May 20 06:32 setup.py 06:33:04 drwxrwxr-x 4 jenkins jenkins 4096 May 20 06:32 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:04 + docker build -t edgex-devops/py-git-semver -f Dockerfile --build-arg ARCH=amd64 --label git_sha=9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 --label arch=amd64 . 06:33:04 Sending build context to Docker daemon 447.5kB 06:33:04 Step 1/20 : FROM python:3.13-slim AS build-image 06:33:04 3.13-slim: Pulling from library/python 06:33:05 254e724d7786: Pulling fs layer 06:33:05 f778d6c4f6e9: Pulling fs layer 06:33:05 d2f62848b12d: Pulling fs layer 06:33:05 997762e48473: Pulling fs layer 06:33:05 997762e48473: Waiting 06:33:05 f778d6c4f6e9: Verifying Checksum 06:33:05 f778d6c4f6e9: Download complete 06:33:05 d2f62848b12d: Download complete 06:33:05 997762e48473: Verifying Checksum 06:33:05 997762e48473: Download complete 06:33:05 254e724d7786: Verifying Checksum 06:33:05 254e724d7786: Download complete 06:33:06 254e724d7786: Pull complete 06:33:06 f778d6c4f6e9: Pull complete 06:33:07 d2f62848b12d: Pull complete 06:33:07 997762e48473: Pull complete 06:33:07 Digest: sha256:914bf5c12ea40a97a78b2bff97fbdb766cc36ec903bfb4358faf2b74d73b555b 06:33:07 Status: Downloaded newer image for python:3.13-slim 06:33:07 ---> 2cd5426fce28 06:33:07 Step 2/20 : ENV PYTHONDONTWRITEBYTECODE 1 06:33:07 ---> Running in 06016b8b214b 06:33:07 Removing intermediate container 06016b8b214b 06:33:07 ---> aa800a946e21 06:33:07 Step 3/20 : ENV GIT_PYTHON_TRACE 1 06:33:07 ---> Running in f738a7488293 06:33:07 Removing intermediate container f738a7488293 06:33:07 ---> abb9273ef5ad 06:33:07 Step 4/20 : WORKDIR /code 06:33:08 ---> Running in b36494d43706 06:33:08 Removing intermediate container b36494d43706 06:33:08 ---> f18ce13a2e8b 06:33:08 Step 5/20 : COPY . /code/ 06:33:08 ---> c612b4c63d07 06:33:08 Step 6/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git 06:33:08 ---> Running in b0496d38501a 06:33:08 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 06:33:08 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 06:33:08 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 06:33:08 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] 06:33:08 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] 06:33:08 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] 06:33:09 Fetched 9307 kB in 1s (8389 kB/s) 06:33:10 Reading package lists... 06:33:10 Reading package lists... 06:33:10 Building dependency tree... 06:33:10 Reading state information... 06:33:10 The following additional packages will be installed: 06:33:10 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 06:33:10 dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 06:33:10 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 06:33:10 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 06:33:10 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 06:33:10 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 06:33:10 libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 06:33:10 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 06:33:10 libssl3 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 06:33:10 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term 06:33:10 openssh-client openssh-server openssh-sftp-server openssl patch perl 06:33:10 perl-modules-5.36 procps psmisc publicsuffix runit-helper sensible-utils 06:33:10 systemd systemd-sysv systemd-timesyncd ucf xauth 06:33:10 Suggested packages: 06:33:10 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui 06:33:10 gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user 06:33:10 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 06:33:10 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain 06:33:10 libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc 06:33:10 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make 06:33:10 libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd 06:33:10 systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 06:33:10 libtss2-rc0 polkitd | policykit-1 06:33:11 The following NEW packages will be installed: 06:33:11 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 06:33:11 dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 06:33:11 libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls 06:33:11 libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 06:33:11 libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 06:33:11 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 06:33:11 libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd 06:33:11 libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules 06:33:11 libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 06:33:11 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 06:33:11 ncurses-term netcat-traditional openssh-client openssh-server 06:33:11 openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix 06:33:11 runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf 06:33:11 xauth 06:33:11 The following packages will be upgraded: 06:33:11 libssl3 openssl 06:33:11 2 upgraded, 78 newly installed, 0 to remove and 9 not upgraded. 06:33:11 Need to get 34.7 MB of archives. 06:33:11 After this operation, 146 MB of additional disk space will be used. 06:33:11 Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] 06:33:11 Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] 06:33:11 Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] 06:33:11 Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] 06:33:11 Get:5 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.16-1~deb12u1 [2026 kB] 06:33:11 Get:6 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] 06:33:11 Get:7 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] 06:33:11 Get:8 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] 06:33:11 Get:9 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] 06:33:11 Get:10 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] 06:33:11 Get:11 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] 06:33:11 Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] 06:33:11 Get:13 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] 06:33:11 Get:14 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] 06:33:11 Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] 06:33:11 Get:16 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 06:33:11 Get:17 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] 06:33:11 Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] 06:33:11 Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 06:33:11 Get:20 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] 06:33:11 Get:21 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] 06:33:11 Get:22 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] 06:33:11 Get:23 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u2 [4207 kB] 06:33:11 Get:24 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u2 [239 kB] 06:33:11 Get:25 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] 06:33:11 Get:26 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] 06:33:11 Get:27 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] 06:33:11 Get:28 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] 06:33:11 Get:29 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] 06:33:11 Get:30 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] 06:33:11 Get:31 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] 06:33:11 Get:32 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] 06:33:11 Get:33 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] 06:33:11 Get:34 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] 06:33:11 Get:35 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] 06:33:11 Get:36 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] 06:33:11 Get:37 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] 06:33:11 Get:38 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 06:33:11 Get:39 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 06:33:11 Get:40 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] 06:33:11 Get:41 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 06:33:11 Get:42 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] 06:33:11 Get:43 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] 06:33:11 Get:44 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] 06:33:11 Get:45 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] 06:33:11 Get:46 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-2.1~deb12u2 [132 kB] 06:33:11 Get:47 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 06:33:11 Get:48 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] 06:33:11 Get:49 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] 06:33:11 Get:50 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] 06:33:11 Get:51 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] 06:33:11 Get:52 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] 06:33:11 Get:53 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] 06:33:11 Get:54 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] 06:33:11 Get:55 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] 06:33:11 Get:56 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] 06:33:11 Get:57 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] 06:33:11 Get:58 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] 06:33:11 Get:59 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] 06:33:11 Get:60 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] 06:33:11 Get:61 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] 06:33:11 Get:62 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] 06:33:11 Get:63 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] 06:33:11 Get:64 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] 06:33:11 Get:65 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] 06:33:11 Get:66 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 06:33:11 Get:67 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] 06:33:11 Get:68 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] 06:33:11 Get:69 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] 06:33:11 Get:70 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] 06:33:11 Get:71 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 06:33:11 Get:72 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] 06:33:11 Get:73 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] 06:33:11 Get:74 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] 06:33:11 Get:75 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.16-1~deb12u1 [1427 kB] 06:33:11 Get:76 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] 06:33:11 Get:77 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] 06:33:11 Get:78 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] 06:33:11 Get:79 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 06:33:11 Get:80 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] 06:33:11 debconf: delaying package configuration, since apt-utils is not installed 06:33:11 Fetched 34.7 MB in 0s (126 MB/s) 06:33:11 Selecting previously unselected package libargon2-1:amd64. 06:33:11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6632 files and directories currently installed.) 06:33:11 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... 06:33:11 Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 06:33:11 Selecting previously unselected package dmsetup. 06:33:11 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... 06:33:11 Unpacking dmsetup (2:1.02.185-2) ... 06:33:11 Selecting previously unselected package libdevmapper1.02.1:amd64. 06:33:11 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... 06:33:11 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 06:33:11 Selecting previously unselected package libjson-c5:amd64. 06:33:11 Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... 06:33:11 Unpacking libjson-c5:amd64 (0.16-2) ... 06:33:12 Preparing to unpack .../04-libssl3_3.0.16-1~deb12u1_amd64.deb ... 06:33:12 Unpacking libssl3:amd64 (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... 06:33:12 Selecting previously unselected package libcryptsetup12:amd64. 06:33:12 Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... 06:33:12 Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 06:33:12 Selecting previously unselected package libfdisk1:amd64. 06:33:12 Preparing to unpack .../06-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... 06:33:12 Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... 06:33:12 Selecting previously unselected package libkmod2:amd64. 06:33:12 Preparing to unpack .../07-libkmod2_30+20221128-1_amd64.deb ... 06:33:12 Unpacking libkmod2:amd64 (30+20221128-1) ... 06:33:12 Selecting previously unselected package libapparmor1:amd64. 06:33:12 Preparing to unpack .../08-libapparmor1_3.0.8-3_amd64.deb ... 06:33:12 Unpacking libapparmor1:amd64 (3.0.8-3) ... 06:33:12 Selecting previously unselected package libip4tc2:amd64. 06:33:12 Preparing to unpack .../09-libip4tc2_1.8.9-2_amd64.deb ... 06:33:12 Unpacking libip4tc2:amd64 (1.8.9-2) ... 06:33:12 Selecting previously unselected package libsystemd-shared:amd64. 06:33:12 Preparing to unpack .../10-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... 06:33:12 Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... 06:33:12 Setting up libssl3:amd64 (3.0.16-1~deb12u1) ... 06:33:12 Selecting previously unselected package systemd. 06:33:12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6706 files and directories currently installed.) 06:33:12 Preparing to unpack .../systemd_252.36-1~deb12u1_amd64.deb ... 06:33:12 Unpacking systemd (252.36-1~deb12u1) ... 06:33:13 Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 06:33:13 Setting up libjson-c5:amd64 (0.16-2) ... 06:33:13 Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... 06:33:13 Setting up libkmod2:amd64 (30+20221128-1) ... 06:33:13 Setting up libapparmor1:amd64 (3.0.8-3) ... 06:33:13 Setting up libip4tc2:amd64 (1.8.9-2) ... 06:33:13 Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... 06:33:13 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 06:33:13 Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 06:33:13 Setting up systemd (252.36-1~deb12u1) ... 06:33:13 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 06:33:13 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 06:33:13 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 06:33:13 Initializing machine ID from random generator. 06:33:13 Creating group 'systemd-journal' with GID 999. 06:33:13 Creating group 'systemd-network' with GID 998. 06:33:13 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 06:33:13 Setting up dmsetup (2:1.02.185-2) ... 06:33:13 Selecting previously unselected package systemd-sysv. 06:33:13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7554 files and directories currently installed.) 06:33:13 Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_amd64.deb ... 06:33:13 Unpacking systemd-sysv (252.36-1~deb12u1) ... 06:33:13 Selecting previously unselected package libdbus-1-3:amd64. 06:33:13 Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... 06:33:13 Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 06:33:13 Selecting previously unselected package dbus-bin. 06:33:13 Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... 06:33:13 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 06:33:13 Selecting previously unselected package dbus-session-bus-common. 06:33:13 Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 06:33:13 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 06:33:13 Selecting previously unselected package libexpat1:amd64. 06:33:13 Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_amd64.deb ... 06:33:13 Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... 06:33:13 Selecting previously unselected package dbus-daemon. 06:33:13 Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... 06:33:13 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 06:33:14 Selecting previously unselected package dbus-system-bus-common. 06:33:14 Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 06:33:14 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 06:33:14 Selecting previously unselected package dbus. 06:33:14 Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_amd64.deb ... 06:33:14 Unpacking dbus (1.14.10-1~deb12u1) ... 06:33:14 Selecting previously unselected package perl-modules-5.36. 06:33:14 Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... 06:33:14 Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... 06:33:14 Selecting previously unselected package libgdbm-compat4:amd64. 06:33:14 Preparing to unpack .../09-libgdbm-compat4_1.23-3_amd64.deb ... 06:33:14 Unpacking libgdbm-compat4:amd64 (1.23-3) ... 06:33:14 Selecting previously unselected package libperl5.36:amd64. 06:33:14 Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_amd64.deb ... 06:33:14 Unpacking libperl5.36:amd64 (5.36.0-7+deb12u2) ... 06:33:14 Selecting previously unselected package perl. 06:33:14 Preparing to unpack .../11-perl_5.36.0-7+deb12u2_amd64.deb ... 06:33:14 Unpacking perl (5.36.0-7+deb12u2) ... 06:33:14 Selecting previously unselected package libbsd0:amd64. 06:33:14 Preparing to unpack .../12-libbsd0_0.11.7-2_amd64.deb ... 06:33:15 Unpacking libbsd0:amd64 (0.11.7-2) ... 06:33:15 Selecting previously unselected package libedit2:amd64. 06:33:15 Preparing to unpack .../13-libedit2_3.1-20221030-2_amd64.deb ... 06:33:15 Unpacking libedit2:amd64 (3.1-20221030-2) ... 06:33:15 Selecting previously unselected package libcbor0.8:amd64. 06:33:15 Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_amd64.deb ... 06:33:15 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... 06:33:15 Selecting previously unselected package libfido2-1:amd64. 06:33:15 Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_amd64.deb ... 06:33:15 Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... 06:33:15 Selecting previously unselected package libkrb5support0:amd64. 06:33:15 Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... 06:33:15 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 06:33:15 Selecting previously unselected package libk5crypto3:amd64. 06:33:15 Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... 06:33:15 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 06:33:15 Selecting previously unselected package libkeyutils1:amd64. 06:33:15 Preparing to unpack .../18-libkeyutils1_1.6.3-2_amd64.deb ... 06:33:15 Unpacking libkeyutils1:amd64 (1.6.3-2) ... 06:33:15 Selecting previously unselected package libkrb5-3:amd64. 06:33:15 Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... 06:33:15 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 06:33:15 Selecting previously unselected package libgssapi-krb5-2:amd64. 06:33:15 Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... 06:33:15 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 06:33:15 Selecting previously unselected package openssh-client. 06:33:15 Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... 06:33:15 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 06:33:15 Selecting previously unselected package openssh-sftp-server. 06:33:15 Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 06:33:15 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 06:33:15 Selecting previously unselected package libproc2-0:amd64. 06:33:15 Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_amd64.deb ... 06:33:15 Unpacking libproc2-0:amd64 (2:4.0.2-3) ... 06:33:15 Selecting previously unselected package procps. 06:33:15 Preparing to unpack .../24-procps_2%3a4.0.2-3_amd64.deb ... 06:33:15 Unpacking procps (2:4.0.2-3) ... 06:33:15 Selecting previously unselected package sensible-utils. 06:33:15 Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... 06:33:15 Unpacking sensible-utils (0.0.17+nmu1) ... 06:33:15 Selecting previously unselected package ucf. 06:33:15 Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... 06:33:15 Moving old data out of the way 06:33:15 Unpacking ucf (3.0043+nmu1+deb12u1) ... 06:33:15 Selecting previously unselected package runit-helper. 06:33:15 Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... 06:33:16 Unpacking runit-helper (2.15.2) ... 06:33:16 Selecting previously unselected package libtirpc-common. 06:33:16 Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... 06:33:16 Unpacking libtirpc-common (1.3.3+ds-1) ... 06:33:16 Selecting previously unselected package libtirpc3:amd64. 06:33:16 Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_amd64.deb ... 06:33:16 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... 06:33:16 Selecting previously unselected package libnsl2:amd64. 06:33:16 Preparing to unpack .../30-libnsl2_1.3.0-2_amd64.deb ... 06:33:16 Unpacking libnsl2:amd64 (1.3.0-2) ... 06:33:16 Selecting previously unselected package libwrap0:amd64. 06:33:16 Preparing to unpack .../31-libwrap0_7.6.q-32_amd64.deb ... 06:33:16 Unpacking libwrap0:amd64 (7.6.q-32) ... 06:33:16 Selecting previously unselected package openssh-server. 06:33:16 Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 06:33:16 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 06:33:16 Selecting previously unselected package less. 06:33:16 Preparing to unpack .../33-less_590-2.1~deb12u2_amd64.deb ... 06:33:16 Unpacking less (590-2.1~deb12u2) ... 06:33:16 Selecting previously unselected package krb5-locales. 06:33:16 Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... 06:33:16 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 06:33:16 Selecting previously unselected package libnss-systemd:amd64. 06:33:16 Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_amd64.deb ... 06:33:16 Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... 06:33:16 Selecting previously unselected package libpam-systemd:amd64. 06:33:16 Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_amd64.deb ... 06:33:16 Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... 06:33:16 Selecting previously unselected package ncurses-term. 06:33:16 Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... 06:33:16 Unpacking ncurses-term (6.4-4) ... 06:33:16 Selecting previously unselected package netcat-traditional. 06:33:16 Preparing to unpack .../38-netcat-traditional_1.10-47_amd64.deb ... 06:33:16 Unpacking netcat-traditional (1.10-47) ... 06:33:16 Selecting previously unselected package systemd-timesyncd. 06:33:16 Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... 06:33:16 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 06:33:16 Selecting previously unselected package dbus-user-session. 06:33:16 Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... 06:33:16 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 06:33:16 Selecting previously unselected package libbrotli1:amd64. 06:33:16 Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_amd64.deb ... 06:33:16 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... 06:33:17 Selecting previously unselected package libsasl2-modules-db:amd64. 06:33:17 Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... 06:33:17 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 06:33:17 Selecting previously unselected package libsasl2-2:amd64. 06:33:17 Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... 06:33:17 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... 06:33:17 Selecting previously unselected package libldap-2.5-0:amd64. 06:33:17 Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... 06:33:17 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 06:33:17 Selecting previously unselected package libnghttp2-14:amd64. 06:33:17 Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... 06:33:17 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 06:33:17 Selecting previously unselected package libpsl5:amd64. 06:33:17 Preparing to unpack .../46-libpsl5_0.21.2-1_amd64.deb ... 06:33:17 Unpacking libpsl5:amd64 (0.21.2-1) ... 06:33:17 Selecting previously unselected package librtmp1:amd64. 06:33:17 Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... 06:33:17 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 06:33:17 Still waiting to schedule task 06:33:17 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:33:17 Selecting previously unselected package libssh2-1:amd64. 06:33:17 Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_amd64.deb ... 06:33:17 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... 06:33:17 Selecting previously unselected package libcurl3-gnutls:amd64. 06:33:17 Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... 06:33:17 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 06:33:17 Selecting previously unselected package liberror-perl. 06:33:17 Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... 06:33:17 Unpacking liberror-perl (0.17029-2) ... 06:33:17 Selecting previously unselected package git-man. 06:33:17 Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... 06:33:17 Unpacking git-man (1:2.39.5-0+deb12u2) ... 06:33:17 Selecting previously unselected package git. 06:33:17 Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_amd64.deb ... 06:33:17 Unpacking git (1:2.39.5-0+deb12u2) ... 06:33:17 Selecting previously unselected package libldap-common. 06:33:17 Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... 06:33:17 Unpacking libldap-common (2.5.13+dfsg-5) ... 06:33:17 Selecting previously unselected package libsasl2-modules:amd64. 06:33:17 Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... 06:33:17 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 06:33:17 Selecting previously unselected package libxau6:amd64. 06:33:17 Preparing to unpack .../55-libxau6_1%3a1.0.9-1_amd64.deb ... 06:33:17 Unpacking libxau6:amd64 (1:1.0.9-1) ... 06:33:17 Selecting previously unselected package libxdmcp6:amd64. 06:33:17 Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 06:33:18 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 06:33:18 Selecting previously unselected package libxcb1:amd64. 06:33:18 Preparing to unpack .../57-libxcb1_1.15-1_amd64.deb ... 06:33:18 Unpacking libxcb1:amd64 (1.15-1) ... 06:33:18 Selecting previously unselected package libx11-data. 06:33:18 Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 06:33:18 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 06:33:18 Selecting previously unselected package libx11-6:amd64. 06:33:18 Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... 06:33:18 Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 06:33:18 Selecting previously unselected package libxext6:amd64. 06:33:18 Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_amd64.deb ... 06:33:18 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... 06:33:18 Selecting previously unselected package libxmuu1:amd64. 06:33:18 Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_amd64.deb ... 06:33:18 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... 06:33:18 Preparing to unpack .../62-openssl_3.0.16-1~deb12u1_amd64.deb ... 06:33:18 Unpacking openssl (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... 06:33:18 Selecting previously unselected package patch. 06:33:18 Preparing to unpack .../63-patch_2.7.6-7_amd64.deb ... 06:33:18 Unpacking patch (2.7.6-7) ... 06:33:18 Selecting previously unselected package psmisc. 06:33:18 Preparing to unpack .../64-psmisc_23.6-1_amd64.deb ... 06:33:18 Unpacking psmisc (23.6-1) ... 06:33:18 Selecting previously unselected package publicsuffix. 06:33:18 Preparing to unpack .../65-publicsuffix_20230209.2326-1_all.deb ... 06:33:18 Unpacking publicsuffix (20230209.2326-1) ... 06:33:18 Selecting previously unselected package ssh. 06:33:18 Preparing to unpack .../66-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 06:33:18 Unpacking ssh (1:9.2p1-2+deb12u6) ... 06:33:18 Selecting previously unselected package xauth. 06:33:18 Preparing to unpack .../67-xauth_1%3a1.1.2-1_amd64.deb ... 06:33:18 Unpacking xauth (1:1.1.2-1) ... 06:33:18 Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... 06:33:18 Setting up runit-helper (2.15.2) ... 06:33:18 Setting up systemd-sysv (252.36-1~deb12u1) ... 06:33:18 Setting up libxau6:amd64 (1:1.0.9-1) ... 06:33:18 Setting up libkeyutils1:amd64 (1.6.3-2) ... 06:33:18 Setting up libpsl5:amd64 (0.21.2-1) ... 06:33:18 Setting up netcat-traditional (1.10-47) ... 06:33:18 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 06:33:18 update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist 06:33:18 update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist 06:33:18 Setting up psmisc (23.6-1) ... 06:33:18 Setting up libtirpc-common (1.3.3+ds-1) ... 06:33:18 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... 06:33:18 Setting up libbrotli1:amd64 (1.0.9-2+b6) ... 06:33:18 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 06:33:18 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 06:33:18 Setting up less (590-2.1~deb12u2) ... 06:33:18 Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... 06:33:18 Setting up krb5-locales (1.20.1-2+deb12u3) ... 06:33:18 Setting up libldap-common (2.5.13+dfsg-5) ... 06:33:18 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 06:33:18 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 06:33:18 Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... 06:33:18 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 06:33:18 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 06:33:18 Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 06:33:18 Setting up libproc2-0:amd64 (2:4.0.2-3) ... 06:33:18 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 06:33:18 Creating group 'systemd-timesync' with GID 997. 06:33:18 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 06:33:19 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 06:33:19 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 06:33:19 Setting up patch (2.7.6-7) ... 06:33:19 Setting up libgdbm-compat4:amd64 (1.23-3) ... 06:33:19 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 06:33:19 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... 06:33:19 Setting up sensible-utils (0.0.17+nmu1) ... 06:33:19 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 06:33:19 Setting up procps (2:4.0.2-3) ... 06:33:19 Setting up git-man (1:2.39.5-0+deb12u2) ... 06:33:19 Setting up libssh2-1:amd64 (1.10.0-3+b1) ... 06:33:19 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 06:33:19 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 06:33:19 Setting up libfido2-1:amd64 (1.12.0-2+b1) ... 06:33:19 Setting up openssl (3.0.16-1~deb12u1) ... 06:33:19 Setting up libbsd0:amd64 (0.11.7-2) ... 06:33:19 Setting up publicsuffix (20230209.2326-1) ... 06:33:19 Setting up libperl5.36:amd64 (5.36.0-7+deb12u2) ... 06:33:19 Setting up dbus-bin (1.14.10-1~deb12u1) ... 06:33:19 Setting up ncurses-term (6.4-4) ... 06:33:19 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 06:33:19 Setting up libxcb1:amd64 (1.15-1) ... 06:33:19 Setting up libedit2:amd64 (3.1-20221030-2) ... 06:33:19 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 06:33:19 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 06:33:19 Setting up perl (5.36.0-7+deb12u2) ... 06:33:19 Setting up dbus (1.14.10-1~deb12u1) ... 06:33:19 invoke-rc.d: could not determine current runlevel 06:33:19 invoke-rc.d: policy-rc.d denied execution of start. 06:33:19 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 06:33:19 Setting up ucf (3.0043+nmu1+deb12u1) ... 06:33:19 debconf: unable to initialize frontend: Dialog 06:33:19 debconf: (TERM is not set, so the dialog frontend is not usable.) 06:33:19 debconf: falling back to frontend: Readline 06:33:19 debconf: unable to initialize frontend: Readline 06:33:19 debconf: (This frontend requires a controlling tty.) 06:33:19 debconf: falling back to frontend: Teletype 06:33:19 Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... 06:33:19 debconf: unable to initialize frontend: Dialog 06:33:19 debconf: (TERM is not set, so the dialog frontend is not usable.) 06:33:19 debconf: falling back to frontend: Readline 06:33:19 debconf: unable to initialize frontend: Readline 06:33:19 debconf: (This frontend requires a controlling tty.) 06:33:19 debconf: falling back to frontend: Teletype 06:33:19 Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 06:33:19 Setting up libxmuu1:amd64 (2:1.1.3-3) ... 06:33:19 Setting up libtirpc3:amd64 (1.3.3+ds-1) ... 06:33:19 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 06:33:20 Setting up libxext6:amd64 (2:1.3.4-1+b1) ... 06:33:20 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 06:33:20 Setting up liberror-perl (0.17029-2) ... 06:33:20 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 06:33:20 Setting up git (1:2.39.5-0+deb12u2) ... 06:33:20 Setting up xauth (1:1.1.2-1) ... 06:33:20 Setting up libnsl2:amd64 (1.3.0-2) ... 06:33:20 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 06:33:20 Setting up libwrap0:amd64 (7.6.q-32) ... 06:33:20 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 06:33:20 debconf: unable to initialize frontend: Dialog 06:33:20 debconf: (TERM is not set, so the dialog frontend is not usable.) 06:33:20 debconf: falling back to frontend: Readline 06:33:20 debconf: unable to initialize frontend: Readline 06:33:20 debconf: (This frontend requires a controlling tty.) 06:33:20 debconf: falling back to frontend: Teletype 06:33:20 06:33:20 Creating config file /etc/ssh/sshd_config with new version 06:33:21 Creating SSH2 RSA key; this may take some time ... 06:33:21 3072 SHA256:CKNK97HsI+HD2967iv6KvyAG9uNWeq8rR2ECRtxEcrc root@b0496d38501a (RSA) 06:33:21 Creating SSH2 ECDSA key; this may take some time ... 06:33:21 256 SHA256:s+Mi9pnDWmLcu/HP4w0DZP9zpWCx9TzoyI8hU32SvrQ root@b0496d38501a (ECDSA) 06:33:21 Creating SSH2 ED25519 key; this may take some time ... 06:33:21 256 SHA256:a1rTyO0T5TVb2LvyZu68n04T3ABq8g0iVYGsV+/VtCI root@b0496d38501a (ED25519) 06:33:21 invoke-rc.d: could not determine current runlevel 06:33:21 invoke-rc.d: policy-rc.d denied execution of start. 06:33:21 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 06:33:21 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 06:33:21 Setting up ssh (1:9.2p1-2+deb12u6) ... 06:33:21 Processing triggers for libc-bin (2.36-9+deb12u10) ... 06:33:25 Removing intermediate container b0496d38501a 06:33:25 ---> a83fd1ccdc1e 06:33:25 Step 7/20 : RUN pip install pybuilder 06:33:25 ---> Running in 047dd0d95ba9 06:33:26 Collecting pybuilder 06:33:26 Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) 06:33:26 Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) 06:33:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 15.6 MB/s eta 0:00:00 06:33:27 Installing collected packages: pybuilder 06:33:27 Successfully installed pybuilder-0.13.15 06:33:27 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 06:33:27  06:33:27 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 06:33:27 [notice] To update, run: pip install --upgrade pip 06:33:28 Removing intermediate container 047dd0d95ba9 06:33:28 ---> b5af1022cedc 06:33:28 Step 8/20 : RUN pyb install 06:33:28 ---> Running in 053103ea55ce 06:33:46 PyBuilder version 0.13.15 06:33:46 Build started at 2025-05-20 06:33:29 06:33:46 ------------------------------------------------------------ 06:33:46 [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" 06:33:46 [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" 06:33:46 [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" 06:33:46 [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} 06:33:46 [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} 06:33:46 [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} 06:33:46 [INFO] Building pygsver version 0.1.4 06:33:46 [INFO] Executing build in /code 06:33:46 [INFO] Going to execute task install 06:33:46 [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} 06:33:46 [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} 06:33:46 [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} 06:33:46 [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} 06:33:46 [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} 06:33:46 [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} 06:33:46 [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} 06:33:46 [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' 06:33:46 [INFO] Processing dependency packages 'mock' to be installed with {} 06:33:46 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 06:33:46 [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' 06:33:46 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 06:33:46 [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests 06:33:46 [INFO] Running unit tests 06:33:46 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 06:33:47 2025-05-20 06:33:47,584 MainThread pygsver.cli [main] ERROR something bad happened 06:33:47 ERROR: something bad happened 06:33:47 1.2.3-dev.1 06:33:47 2025-05-20 06:33:47,613 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 06:33:47 2025-05-20 06:33:47,621 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 06:33:47 2025-05-20 06:33:47,641 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 06:33:47 2025-05-20 06:33:47,653 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 06:33:47 2025-05-20 06:33:47,664 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 06:33:47 2025-05-20 06:33:47,671 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False 06:33:47 2025-05-20 06:33:47,679 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 06:33:47 2025-05-20 06:33:47,690 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 06:33:47 2025-05-20 06:33:47,690 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 06:33:47 2025-05-20 06:33:47,701 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 06:33:47 2025-05-20 06:33:47,701 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 06:33:47 2025-05-20 06:33:47,701 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 06:33:47 2025-05-20 06:33:47,701 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 06:33:47 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 06:33:47 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 06:33:47 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 06:33:47 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 06:33:47 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 06:33:47 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 06:33:47 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev 06:33:47 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 06:33:47 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None 06:33:47 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 06:33:47 2025-05-20 06:33:47,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc 06:33:47 2025-05-20 06:33:47,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 06:33:47 2025-05-20 06:33:47,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 06:33:47 2025-05-20 06:33:47,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 06:33:47 2025-05-20 06:33:47,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 06:33:47 2025-05-20 06:33:47,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev 06:33:47 2025-05-20 06:33:47,704 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 06:33:47 2025-05-20 06:33:47,704 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None 06:33:47 2025-05-20 06:33:47,704 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 06:33:47 2025-05-20 06:33:47,704 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 06:33:47 2025-05-20 06:33:47,705 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 06:33:47 2025-05-20 06:33:47,705 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None 06:33:47 2025-05-20 06:33:47,705 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 06:33:47 2025-05-20 06:33:47,706 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 06:33:47 2025-05-20 06:33:47,706 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 06:33:47 2025-05-20 06:33:47,706 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None 06:33:47 2025-05-20 06:33:47,706 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 06:33:47 2025-05-20 06:33:47,707 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 06:33:47 2025-05-20 06:33:47,707 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 06:33:47 2025-05-20 06:33:47,707 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None 06:33:47 2025-05-20 06:33:47,708 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 06:33:47 2025-05-20 06:33:47,708 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 06:33:47 2025-05-20 06:33:47,708 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 06:33:47 2025-05-20 06:33:47,709 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None 06:33:47 2025-05-20 06:33:47,709 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 06:33:47 2025-05-20 06:33:47,739 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 06:33:47 2025-05-20 06:33:47,746 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 06:33:47 2025-05-20 06:33:47,755 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 06:33:47 2025-05-20 06:33:47,761 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 06:33:47 2025-05-20 06:33:47,795 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 06:33:47 2025-05-20 06:33:47,806 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 06:33:47 2025-05-20 06:33:47,821 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 06:33:47 2025-05-20 06:33:47,826 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 06:33:47 2025-05-20 06:33:47,832 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 06:33:47 2025-05-20 06:33:47,832 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version 06:33:47 2025-05-20 06:33:47,845 MainThread pygsver.tag [run_tag] DEBUG tag force:True 06:33:47 2025-05-20 06:33:47,853 MainThread pygsver.tag [run_tag] DEBUG tag force:False 06:33:47 2025-05-20 06:33:47,866 MainThread pygsver.push [run_push] DEBUG push 06:33:47 2025-05-20 06:33:47,866 MainThread pygsver.push [run_push] DEBUG no remote changes detected 06:33:47 2025-05-20 06:33:47,866 MainThread pygsver.push [run_push] DEBUG push all version tags 06:33:47 2025-05-20 06:33:47,872 MainThread pygsver.push [run_push] DEBUG push 06:33:47 2025-05-20 06:33:47,872 MainThread pygsver.push [run_push] DEBUG remote changes detected 06:33:47 2025-05-20 06:33:47,872 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 06:33:47 2025-05-20 06:33:47,872 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 06:33:47 2025-05-20 06:33:47,873 MainThread pygsver.push [run_push] DEBUG push all version tags 06:33:48 [INFO] Executed 39 unit tests 06:33:48 [INFO] All unit tests passed. 06:33:48 [INFO] Building distribution in /code/target/dist/pygsver-0.1.4 06:33:48 [INFO] Copying scripts to /code/target/dist/pygsver-0.1.4/scripts 06:33:48 [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.4/setup.py 06:33:48 [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' 06:33:48 [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked 06:33:48 [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked 06:33:48 [INFO] Running unit tests 06:33:48 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 06:33:49 2025-05-20 06:33:48,925 MainThread pygsver.cli [main] ERROR something bad happened 06:33:49 ERROR: something bad happened 06:33:49 1.2.3-dev.1 06:33:49 2025-05-20 06:33:48,967 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 06:33:49 2025-05-20 06:33:48,979 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 06:33:49 2025-05-20 06:33:48,999 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 06:33:49 2025-05-20 06:33:49,013 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 06:33:49 2025-05-20 06:33:49,021 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 06:33:49 2025-05-20 06:33:49,031 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False 06:33:49 2025-05-20 06:33:49,041 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 06:33:49 2025-05-20 06:33:49,055 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 06:33:49 2025-05-20 06:33:49,055 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 06:33:49 2025-05-20 06:33:49,068 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 06:33:49 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 06:33:49 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 06:33:49 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 06:33:49 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 06:33:49 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 06:33:49 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 06:33:49 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 06:33:49 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 06:33:49 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 06:33:49 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev 06:33:49 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 06:33:49 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None 06:33:49 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 06:33:49 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc 06:33:49 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 06:33:49 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 06:33:49 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 06:33:49 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 06:33:49 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev 06:33:49 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 06:33:49 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None 06:33:49 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 06:33:49 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 06:33:49 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 06:33:49 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None 06:33:49 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 06:33:49 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 06:33:49 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 06:33:49 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None 06:33:49 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 06:33:49 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 06:33:49 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 06:33:49 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None 06:33:49 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 06:33:49 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 06:33:49 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 06:33:49 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None 06:33:49 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 06:33:49 2025-05-20 06:33:49,100 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 06:33:49 2025-05-20 06:33:49,109 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 06:33:49 2025-05-20 06:33:49,119 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 06:33:49 2025-05-20 06:33:49,127 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 06:33:49 2025-05-20 06:33:49,168 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 06:33:49 2025-05-20 06:33:49,178 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 06:33:49 2025-05-20 06:33:49,192 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 06:33:49 2025-05-20 06:33:49,198 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 06:33:49 2025-05-20 06:33:49,206 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 06:33:49 2025-05-20 06:33:49,206 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version 06:33:49 2025-05-20 06:33:49,221 MainThread pygsver.tag [run_tag] DEBUG tag force:True 06:33:49 2025-05-20 06:33:49,229 MainThread pygsver.tag [run_tag] DEBUG tag force:False 06:33:49 2025-05-20 06:33:49,244 MainThread pygsver.push [run_push] DEBUG push 06:33:49 2025-05-20 06:33:49,245 MainThread pygsver.push [run_push] DEBUG no remote changes detected 06:33:49 2025-05-20 06:33:49,245 MainThread pygsver.push [run_push] DEBUG push all version tags 06:33:49 2025-05-20 06:33:49,253 MainThread pygsver.push [run_push] DEBUG push 06:33:49 2025-05-20 06:33:49,254 MainThread pygsver.push [run_push] DEBUG remote changes detected 06:33:49 2025-05-20 06:33:49,254 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 06:33:49 2025-05-20 06:33:49,254 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 06:33:49 2025-05-20 06:33:49,254 MainThread pygsver.push [run_push] DEBUG push all version tags 06:33:59 [INFO] Executed 39 unit tests 06:33:59 [INFO] All unit tests passed. 06:33:59 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% 06:33:59 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% 06:33:59 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% 06:33:59 [INFO] Overall pygsver coverage is 100% 06:33:59 [INFO] Overall pygsver branch coverage is 85% 06:33:59 [INFO] Overall pygsver partial branch coverage is 85% 06:33:59 [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.4 06:33:59 [INFO] Running Twine check for generated artifacts 06:33:59 [INFO] Installing project pygsver-0.1.4 06:33:59 ------------------------------------------------------------ 06:33:59 BUILD SUCCESSFUL 06:33:59 ------------------------------------------------------------ 06:33:59 Build Summary 06:33:59 Project: pygsver 06:33:59 Version: 0.1.4 06:33:59 Base directory: /code 06:33:59 Environments: 06:33:59 Tasks: prepare [11930 ms] compile_sources [0 ms] run_unit_tests [1188 ms] package [3 ms] run_integration_tests [0 ms] verify [0 ms] coverage [1827 ms] publish [2257 ms] install [5875 ms] 06:33:59 Build finished at 2025-05-20 06:33:57 06:33:59 Build took 28 seconds (28592 ms) 06:34:01 Removing intermediate container 053103ea55ce 06:34:01 ---> 8aa71ac6d0c0 06:34:01 Step 9/20 : FROM python:3.13-slim 06:34:01 ---> 2cd5426fce28 06:34:01 Step 10/20 : ENV PYTHONDONTWRITEBYTECODE 1 06:34:01 ---> Using cache 06:34:01 ---> aa800a946e21 06:34:01 Step 11/20 : ENV GIT_PYTHON_TRACE 1 06:34:01 ---> Using cache 06:34:01 ---> abb9273ef5ad 06:34:01 Step 12/20 : WORKDIR /opt/pygsver 06:34:01 ---> Running in 983da45598eb 06:34:02 Removing intermediate container 983da45598eb 06:34:02 ---> 6731c91b560e 06:34:02 Step 13/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git gosu 06:34:02 ---> Running in e9783e02f912 06:34:02 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 06:34:02 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 06:34:02 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 06:34:02 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] 06:34:02 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] 06:34:02 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] 06:34:03 Fetched 9307 kB in 1s (8398 kB/s) 06:34:03 Reading package lists... 06:34:04 Reading package lists... 06:34:04 Building dependency tree... 06:34:04 Reading state information... 06:34:04 The following additional packages will be installed: 06:34:04 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 06:34:04 dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 06:34:04 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 06:34:04 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 06:34:04 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 06:34:04 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 06:34:04 libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 06:34:04 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 06:34:04 libssl3 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 06:34:04 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term 06:34:04 openssh-client openssh-server openssh-sftp-server openssl patch perl 06:34:04 perl-modules-5.36 procps psmisc publicsuffix runit-helper sensible-utils 06:34:04 systemd systemd-sysv systemd-timesyncd ucf xauth 06:34:04 Suggested packages: 06:34:04 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui 06:34:04 gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user 06:34:04 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 06:34:04 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain 06:34:04 libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc 06:34:04 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make 06:34:04 libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd 06:34:04 systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 06:34:04 libtss2-rc0 polkitd | policykit-1 06:34:05 The following NEW packages will be installed: 06:34:05 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 06:34:05 dbus-user-session dmsetup git git-man gosu krb5-locales less libapparmor1 06:34:05 libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls 06:34:05 libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 06:34:05 libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 06:34:05 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 06:34:05 libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd 06:34:05 libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules 06:34:05 libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 06:34:05 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 06:34:05 ncurses-term netcat-traditional openssh-client openssh-server 06:34:05 openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix 06:34:05 runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf 06:34:05 xauth 06:34:05 The following packages will be upgraded: 06:34:05 libssl3 openssl 06:34:05 2 upgraded, 79 newly installed, 0 to remove and 9 not upgraded. 06:34:05 Need to get 35.5 MB of archives. 06:34:05 After this operation, 148 MB of additional disk space will be used. 06:34:05 Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] 06:34:05 Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] 06:34:05 Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] 06:34:05 Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] 06:34:05 Get:5 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.16-1~deb12u1 [2026 kB] 06:34:05 Get:6 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] 06:34:05 Get:7 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] 06:34:05 Get:8 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] 06:34:05 Get:9 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] 06:34:05 Get:10 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] 06:34:05 Get:11 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] 06:34:05 Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] 06:34:05 Get:13 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] 06:34:05 Get:14 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] 06:34:05 Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] 06:34:05 Get:16 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 06:34:05 Get:17 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] 06:34:05 Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] 06:34:05 Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 06:34:05 Get:20 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] 06:34:05 Get:21 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] 06:34:05 Get:22 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] 06:34:05 Get:23 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u2 [4207 kB] 06:34:05 Get:24 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u2 [239 kB] 06:34:05 Get:25 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] 06:34:05 Get:26 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] 06:34:05 Get:27 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] 06:34:05 Get:28 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] 06:34:05 Get:29 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] 06:34:05 Get:30 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] 06:34:05 Get:31 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] 06:34:05 Get:32 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] 06:34:05 Get:33 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] 06:34:05 Get:34 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] 06:34:05 Get:35 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] 06:34:05 Get:36 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] 06:34:05 Get:37 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] 06:34:05 Get:38 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 06:34:05 Get:39 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 06:34:05 Get:40 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] 06:34:05 Get:41 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 06:34:05 Get:42 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] 06:34:05 Get:43 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] 06:34:05 Get:44 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] 06:34:05 Get:45 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] 06:34:05 Get:46 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-2.1~deb12u2 [132 kB] 06:34:05 Get:47 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 06:34:05 Get:48 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] 06:34:05 Get:49 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] 06:34:05 Get:50 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] 06:34:05 Get:51 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] 06:34:05 Get:52 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] 06:34:05 Get:53 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] 06:34:05 Get:54 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] 06:34:05 Get:55 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] 06:34:05 Get:56 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] 06:34:05 Get:57 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] 06:34:05 Get:58 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] 06:34:05 Get:59 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] 06:34:05 Get:60 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] 06:34:05 Get:61 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] 06:34:05 Get:62 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] 06:34:05 Get:63 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] 06:34:05 Get:64 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] 06:34:05 Get:65 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] 06:34:05 Get:66 http://deb.debian.org/debian bookworm/main amd64 gosu amd64 1.14-1+b10 [766 kB] 06:34:05 Get:67 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 06:34:05 Get:68 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] 06:34:05 Get:69 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] 06:34:05 Get:70 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] 06:34:05 Get:71 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] 06:34:05 Get:72 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 06:34:05 Get:73 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] 06:34:05 Get:74 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] 06:34:05 Get:75 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] 06:34:05 Get:76 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.16-1~deb12u1 [1427 kB] 06:34:05 Get:77 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] 06:34:05 Get:78 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] 06:34:05 Get:79 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] 06:34:05 Get:80 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 06:34:05 Get:81 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] 06:34:05 debconf: delaying package configuration, since apt-utils is not installed 06:34:05 Fetched 35.5 MB in 0s (109 MB/s) 06:34:05 Selecting previously unselected package libargon2-1:amd64. 06:34:05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6632 files and directories currently installed.) 06:34:05 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... 06:34:05 Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 06:34:05 Selecting previously unselected package dmsetup. 06:34:05 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... 06:34:05 Unpacking dmsetup (2:1.02.185-2) ... 06:34:05 Selecting previously unselected package libdevmapper1.02.1:amd64. 06:34:05 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... 06:34:05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 06:34:05 Selecting previously unselected package libjson-c5:amd64. 06:34:05 Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... 06:34:05 Unpacking libjson-c5:amd64 (0.16-2) ... 06:34:05 Preparing to unpack .../04-libssl3_3.0.16-1~deb12u1_amd64.deb ... 06:34:05 Unpacking libssl3:amd64 (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... 06:34:06 Selecting previously unselected package libcryptsetup12:amd64. 06:34:06 Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... 06:34:06 Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 06:34:06 Selecting previously unselected package libfdisk1:amd64. 06:34:06 Preparing to unpack .../06-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... 06:34:06 Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... 06:34:06 Selecting previously unselected package libkmod2:amd64. 06:34:06 Preparing to unpack .../07-libkmod2_30+20221128-1_amd64.deb ... 06:34:06 Unpacking libkmod2:amd64 (30+20221128-1) ... 06:34:06 Selecting previously unselected package libapparmor1:amd64. 06:34:06 Preparing to unpack .../08-libapparmor1_3.0.8-3_amd64.deb ... 06:34:06 Unpacking libapparmor1:amd64 (3.0.8-3) ... 06:34:06 Selecting previously unselected package libip4tc2:amd64. 06:34:06 Preparing to unpack .../09-libip4tc2_1.8.9-2_amd64.deb ... 06:34:06 Unpacking libip4tc2:amd64 (1.8.9-2) ... 06:34:06 Selecting previously unselected package libsystemd-shared:amd64. 06:34:06 Preparing to unpack .../10-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... 06:34:06 Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... 06:34:06 Setting up libssl3:amd64 (3.0.16-1~deb12u1) ... 06:34:06 Selecting previously unselected package systemd. 06:34:06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6706 files and directories currently installed.) 06:34:06 Preparing to unpack .../systemd_252.36-1~deb12u1_amd64.deb ... 06:34:06 Unpacking systemd (252.36-1~deb12u1) ... 06:34:06 Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 06:34:06 Setting up libjson-c5:amd64 (0.16-2) ... 06:34:06 Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... 06:34:06 Setting up libkmod2:amd64 (30+20221128-1) ... 06:34:06 Setting up libapparmor1:amd64 (3.0.8-3) ... 06:34:06 Setting up libip4tc2:amd64 (1.8.9-2) ... 06:34:06 Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... 06:34:06 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 06:34:06 Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 06:34:06 Setting up systemd (252.36-1~deb12u1) ... 06:34:06 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 06:34:06 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 06:34:06 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 06:34:06 Initializing machine ID from random generator. 06:34:07 Creating group 'systemd-journal' with GID 999. 06:34:07 Creating group 'systemd-network' with GID 998. 06:34:07 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 06:34:07 Setting up dmsetup (2:1.02.185-2) ... 06:34:07 Selecting previously unselected package systemd-sysv. 06:34:07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7554 files and directories currently installed.) 06:34:07 Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_amd64.deb ... 06:34:07 Unpacking systemd-sysv (252.36-1~deb12u1) ... 06:34:07 Selecting previously unselected package libdbus-1-3:amd64. 06:34:07 Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... 06:34:07 Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 06:34:07 Selecting previously unselected package dbus-bin. 06:34:07 Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... 06:34:07 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 06:34:07 Selecting previously unselected package dbus-session-bus-common. 06:34:07 Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 06:34:07 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 06:34:07 Selecting previously unselected package libexpat1:amd64. 06:34:07 Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_amd64.deb ... 06:34:07 Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... 06:34:07 Selecting previously unselected package dbus-daemon. 06:34:07 Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... 06:34:07 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 06:34:07 Selecting previously unselected package dbus-system-bus-common. 06:34:07 Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 06:34:07 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 06:34:07 Selecting previously unselected package dbus. 06:34:07 Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_amd64.deb ... 06:34:07 Unpacking dbus (1.14.10-1~deb12u1) ... 06:34:07 Selecting previously unselected package perl-modules-5.36. 06:34:07 Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... 06:34:07 Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... 06:34:07 Selecting previously unselected package libgdbm-compat4:amd64. 06:34:07 Preparing to unpack .../09-libgdbm-compat4_1.23-3_amd64.deb ... 06:34:07 Unpacking libgdbm-compat4:amd64 (1.23-3) ... 06:34:07 Selecting previously unselected package libperl5.36:amd64. 06:34:07 Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_amd64.deb ... 06:34:07 Unpacking libperl5.36:amd64 (5.36.0-7+deb12u2) ... 06:34:08 Selecting previously unselected package perl. 06:34:08 Preparing to unpack .../11-perl_5.36.0-7+deb12u2_amd64.deb ... 06:34:08 Unpacking perl (5.36.0-7+deb12u2) ... 06:34:08 Selecting previously unselected package libbsd0:amd64. 06:34:08 Preparing to unpack .../12-libbsd0_0.11.7-2_amd64.deb ... 06:34:08 Unpacking libbsd0:amd64 (0.11.7-2) ... 06:34:08 Selecting previously unselected package libedit2:amd64. 06:34:08 Preparing to unpack .../13-libedit2_3.1-20221030-2_amd64.deb ... 06:34:08 Unpacking libedit2:amd64 (3.1-20221030-2) ... 06:34:08 Selecting previously unselected package libcbor0.8:amd64. 06:34:08 Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_amd64.deb ... 06:34:08 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... 06:34:08 Selecting previously unselected package libfido2-1:amd64. 06:34:08 Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_amd64.deb ... 06:34:08 Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... 06:34:08 Selecting previously unselected package libkrb5support0:amd64. 06:34:08 Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... 06:34:08 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 06:34:08 Selecting previously unselected package libk5crypto3:amd64. 06:34:08 Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... 06:34:08 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 06:34:08 Selecting previously unselected package libkeyutils1:amd64. 06:34:08 Preparing to unpack .../18-libkeyutils1_1.6.3-2_amd64.deb ... 06:34:08 Unpacking libkeyutils1:amd64 (1.6.3-2) ... 06:34:08 Selecting previously unselected package libkrb5-3:amd64. 06:34:08 Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... 06:34:08 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 06:34:08 Selecting previously unselected package libgssapi-krb5-2:amd64. 06:34:08 Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... 06:34:08 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 06:34:08 Selecting previously unselected package openssh-client. 06:34:08 Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... 06:34:08 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 06:34:08 Selecting previously unselected package openssh-sftp-server. 06:34:08 Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 06:34:08 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 06:34:08 Selecting previously unselected package libproc2-0:amd64. 06:34:08 Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_amd64.deb ... 06:34:08 Unpacking libproc2-0:amd64 (2:4.0.2-3) ... 06:34:08 Selecting previously unselected package procps. 06:34:08 Preparing to unpack .../24-procps_2%3a4.0.2-3_amd64.deb ... 06:34:08 Unpacking procps (2:4.0.2-3) ... 06:34:08 Selecting previously unselected package sensible-utils. 06:34:08 Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... 06:34:08 Unpacking sensible-utils (0.0.17+nmu1) ... 06:34:08 Selecting previously unselected package ucf. 06:34:08 Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... 06:34:08 Moving old data out of the way 06:34:08 Unpacking ucf (3.0043+nmu1+deb12u1) ... 06:34:08 Selecting previously unselected package runit-helper. 06:34:08 Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... 06:34:08 Unpacking runit-helper (2.15.2) ... 06:34:08 Selecting previously unselected package libtirpc-common. 06:34:08 Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... 06:34:08 Unpacking libtirpc-common (1.3.3+ds-1) ... 06:34:08 Selecting previously unselected package libtirpc3:amd64. 06:34:08 Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_amd64.deb ... 06:34:08 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... 06:34:08 Selecting previously unselected package libnsl2:amd64. 06:34:08 Preparing to unpack .../30-libnsl2_1.3.0-2_amd64.deb ... 06:34:08 Unpacking libnsl2:amd64 (1.3.0-2) ... 06:34:08 Selecting previously unselected package libwrap0:amd64. 06:34:08 Preparing to unpack .../31-libwrap0_7.6.q-32_amd64.deb ... 06:34:08 Unpacking libwrap0:amd64 (7.6.q-32) ... 06:34:09 Selecting previously unselected package openssh-server. 06:34:09 Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 06:34:09 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 06:34:09 Selecting previously unselected package less. 06:34:09 Preparing to unpack .../33-less_590-2.1~deb12u2_amd64.deb ... 06:34:09 Unpacking less (590-2.1~deb12u2) ... 06:34:09 Selecting previously unselected package krb5-locales. 06:34:09 Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... 06:34:09 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 06:34:09 Selecting previously unselected package libnss-systemd:amd64. 06:34:09 Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_amd64.deb ... 06:34:09 Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... 06:34:09 Selecting previously unselected package libpam-systemd:amd64. 06:34:09 Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_amd64.deb ... 06:34:09 Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... 06:34:09 Selecting previously unselected package ncurses-term. 06:34:09 Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... 06:34:09 Unpacking ncurses-term (6.4-4) ... 06:34:09 Selecting previously unselected package netcat-traditional. 06:34:09 Preparing to unpack .../38-netcat-traditional_1.10-47_amd64.deb ... 06:34:09 Unpacking netcat-traditional (1.10-47) ... 06:34:09 Selecting previously unselected package systemd-timesyncd. 06:34:09 Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... 06:34:09 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 06:34:09 Selecting previously unselected package dbus-user-session. 06:34:09 Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... 06:34:09 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 06:34:09 Selecting previously unselected package libbrotli1:amd64. 06:34:09 Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_amd64.deb ... 06:34:09 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... 06:34:09 Selecting previously unselected package libsasl2-modules-db:amd64. 06:34:09 Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... 06:34:09 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 06:34:09 Selecting previously unselected package libsasl2-2:amd64. 06:34:09 Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... 06:34:09 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... 06:34:10 Selecting previously unselected package libldap-2.5-0:amd64. 06:34:10 Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... 06:34:10 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 06:34:10 Selecting previously unselected package libnghttp2-14:amd64. 06:34:10 Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... 06:34:10 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 06:34:10 Selecting previously unselected package libpsl5:amd64. 06:34:10 Preparing to unpack .../46-libpsl5_0.21.2-1_amd64.deb ... 06:34:10 Unpacking libpsl5:amd64 (0.21.2-1) ... 06:34:10 Selecting previously unselected package librtmp1:amd64. 06:34:10 Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... 06:34:10 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 06:34:10 Selecting previously unselected package libssh2-1:amd64. 06:34:10 Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_amd64.deb ... 06:34:10 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... 06:34:10 Selecting previously unselected package libcurl3-gnutls:amd64. 06:34:10 Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... 06:34:10 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 06:34:10 Selecting previously unselected package liberror-perl. 06:34:10 Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... 06:34:10 Unpacking liberror-perl (0.17029-2) ... 06:34:10 Selecting previously unselected package git-man. 06:34:10 Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... 06:34:10 Unpacking git-man (1:2.39.5-0+deb12u2) ... 06:34:10 Selecting previously unselected package git. 06:34:10 Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_amd64.deb ... 06:34:10 Unpacking git (1:2.39.5-0+deb12u2) ... 06:34:10 Selecting previously unselected package gosu. 06:34:10 Preparing to unpack .../53-gosu_1.14-1+b10_amd64.deb ... 06:34:10 Unpacking gosu (1.14-1+b10) ... 06:34:10 Selecting previously unselected package libldap-common. 06:34:10 Preparing to unpack .../54-libldap-common_2.5.13+dfsg-5_all.deb ... 06:34:10 Unpacking libldap-common (2.5.13+dfsg-5) ... 06:34:10 Selecting previously unselected package libsasl2-modules:amd64. 06:34:10 Preparing to unpack .../55-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... 06:34:10 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 06:34:10 Selecting previously unselected package libxau6:amd64. 06:34:10 Preparing to unpack .../56-libxau6_1%3a1.0.9-1_amd64.deb ... 06:34:10 Unpacking libxau6:amd64 (1:1.0.9-1) ... 06:34:10 Selecting previously unselected package libxdmcp6:amd64. 06:34:10 Preparing to unpack .../57-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 06:34:10 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 06:34:10 Selecting previously unselected package libxcb1:amd64. 06:34:10 Preparing to unpack .../58-libxcb1_1.15-1_amd64.deb ... 06:34:10 Unpacking libxcb1:amd64 (1.15-1) ... 06:34:10 Selecting previously unselected package libx11-data. 06:34:10 Preparing to unpack .../59-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 06:34:10 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 06:34:11 Selecting previously unselected package libx11-6:amd64. 06:34:11 Preparing to unpack .../60-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... 06:34:11 Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 06:34:11 Selecting previously unselected package libxext6:amd64. 06:34:11 Preparing to unpack .../61-libxext6_2%3a1.3.4-1+b1_amd64.deb ... 06:34:11 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... 06:34:11 Selecting previously unselected package libxmuu1:amd64. 06:34:11 Preparing to unpack .../62-libxmuu1_2%3a1.1.3-3_amd64.deb ... 06:34:11 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... 06:34:11 Preparing to unpack .../63-openssl_3.0.16-1~deb12u1_amd64.deb ... 06:34:11 Unpacking openssl (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... 06:34:11 Selecting previously unselected package patch. 06:34:11 Preparing to unpack .../64-patch_2.7.6-7_amd64.deb ... 06:34:11 Unpacking patch (2.7.6-7) ... 06:34:11 Selecting previously unselected package psmisc. 06:34:11 Preparing to unpack .../65-psmisc_23.6-1_amd64.deb ... 06:34:11 Unpacking psmisc (23.6-1) ... 06:34:11 Selecting previously unselected package publicsuffix. 06:34:11 Preparing to unpack .../66-publicsuffix_20230209.2326-1_all.deb ... 06:34:11 Unpacking publicsuffix (20230209.2326-1) ... 06:34:11 Selecting previously unselected package ssh. 06:34:11 Preparing to unpack .../67-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 06:34:11 Unpacking ssh (1:9.2p1-2+deb12u6) ... 06:34:11 Selecting previously unselected package xauth. 06:34:11 Preparing to unpack .../68-xauth_1%3a1.1.2-1_amd64.deb ... 06:34:11 Unpacking xauth (1:1.1.2-1) ... 06:34:11 Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... 06:34:11 Setting up runit-helper (2.15.2) ... 06:34:11 Setting up systemd-sysv (252.36-1~deb12u1) ... 06:34:11 Setting up libxau6:amd64 (1:1.0.9-1) ... 06:34:11 Setting up libkeyutils1:amd64 (1.6.3-2) ... 06:34:11 Setting up libpsl5:amd64 (0.21.2-1) ... 06:34:11 Setting up netcat-traditional (1.10-47) ... 06:34:11 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 06:34:11 update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist 06:34:11 update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist 06:34:11 Setting up psmisc (23.6-1) ... 06:34:11 Setting up libtirpc-common (1.3.3+ds-1) ... 06:34:11 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... 06:34:11 Setting up libbrotli1:amd64 (1.0.9-2+b6) ... 06:34:11 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 06:34:11 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 06:34:11 Setting up less (590-2.1~deb12u2) ... 06:34:11 Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... 06:34:11 Setting up krb5-locales (1.20.1-2+deb12u3) ... 06:34:11 Setting up libldap-common (2.5.13+dfsg-5) ... 06:34:11 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 06:34:11 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 06:34:11 Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... 06:34:11 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 06:34:11 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 06:34:11 Setting up gosu (1.14-1+b10) ... 06:34:11 Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 06:34:11 Setting up libproc2-0:amd64 (2:4.0.2-3) ... 06:34:11 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 06:34:11 Creating group 'systemd-timesync' with GID 997. 06:34:11 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 06:34:11 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 06:34:11 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 06:34:11 Setting up patch (2.7.6-7) ... 06:34:11 Setting up libgdbm-compat4:amd64 (1.23-3) ... 06:34:11 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 06:34:11 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... 06:34:11 Setting up sensible-utils (0.0.17+nmu1) ... 06:34:12 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 06:34:12 Setting up procps (2:4.0.2-3) ... 06:34:12 Setting up git-man (1:2.39.5-0+deb12u2) ... 06:34:12 Setting up libssh2-1:amd64 (1.10.0-3+b1) ... 06:34:12 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 06:34:12 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 06:34:12 Setting up libfido2-1:amd64 (1.12.0-2+b1) ... 06:34:12 Setting up openssl (3.0.16-1~deb12u1) ... 06:34:12 Setting up libbsd0:amd64 (0.11.7-2) ... 06:34:12 Setting up publicsuffix (20230209.2326-1) ... 06:34:12 Setting up libperl5.36:amd64 (5.36.0-7+deb12u2) ... 06:34:12 Setting up dbus-bin (1.14.10-1~deb12u1) ... 06:34:12 Setting up ncurses-term (6.4-4) ... 06:34:12 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 06:34:12 Setting up libxcb1:amd64 (1.15-1) ... 06:34:12 Setting up libedit2:amd64 (3.1-20221030-2) ... 06:34:12 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 06:34:12 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 06:34:12 Setting up perl (5.36.0-7+deb12u2) ... 06:34:12 Setting up dbus (1.14.10-1~deb12u1) ... 06:34:12 invoke-rc.d: could not determine current runlevel 06:34:12 invoke-rc.d: policy-rc.d denied execution of start. 06:34:12 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 06:34:12 Setting up ucf (3.0043+nmu1+deb12u1) ... 06:34:12 debconf: unable to initialize frontend: Dialog 06:34:12 debconf: (TERM is not set, so the dialog frontend is not usable.) 06:34:12 debconf: falling back to frontend: Readline 06:34:12 debconf: unable to initialize frontend: Readline 06:34:12 debconf: (This frontend requires a controlling tty.) 06:34:12 debconf: falling back to frontend: Teletype 06:34:12 Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... 06:34:12 debconf: unable to initialize frontend: Dialog 06:34:12 debconf: (TERM is not set, so the dialog frontend is not usable.) 06:34:12 debconf: falling back to frontend: Readline 06:34:12 debconf: unable to initialize frontend: Readline 06:34:12 debconf: (This frontend requires a controlling tty.) 06:34:12 debconf: falling back to frontend: Teletype 06:34:12 Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 06:34:12 Setting up libxmuu1:amd64 (2:1.1.3-3) ... 06:34:12 Setting up libtirpc3:amd64 (1.3.3+ds-1) ... 06:34:12 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 06:34:12 Setting up libxext6:amd64 (2:1.3.4-1+b1) ... 06:34:12 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 06:34:12 Setting up liberror-perl (0.17029-2) ... 06:34:12 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 06:34:12 Setting up git (1:2.39.5-0+deb12u2) ... 06:34:12 Setting up xauth (1:1.1.2-1) ... 06:34:12 Setting up libnsl2:amd64 (1.3.0-2) ... 06:34:12 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 06:34:12 Setting up libwrap0:amd64 (7.6.q-32) ... 06:34:12 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 06:34:12 debconf: unable to initialize frontend: Dialog 06:34:12 debconf: (TERM is not set, so the dialog frontend is not usable.) 06:34:12 debconf: falling back to frontend: Readline 06:34:12 debconf: unable to initialize frontend: Readline 06:34:12 debconf: (This frontend requires a controlling tty.) 06:34:12 debconf: falling back to frontend: Teletype 06:34:12 06:34:12 Creating config file /etc/ssh/sshd_config with new version 06:34:13 Creating SSH2 RSA key; this may take some time ... 06:34:13 3072 SHA256:6SuBf1LBsfJ3mx4s6LPPpX0bVuMH2mnrF+GvPG8J0Ko root@e9783e02f912 (RSA) 06:34:13 Creating SSH2 ECDSA key; this may take some time ... 06:34:13 256 SHA256:GkkNrLyc5o5LvlMt6LW/xmBTvkAwnJ5XAHzIIkyIUbk root@e9783e02f912 (ECDSA) 06:34:13 Creating SSH2 ED25519 key; this may take some time ... 06:34:13 256 SHA256:AmxkcP3a6TwdoV475huN4nHa7zmF8tT/00l/bruQ444 root@e9783e02f912 (ED25519) 06:34:13 invoke-rc.d: could not determine current runlevel 06:34:13 invoke-rc.d: policy-rc.d denied execution of start. 06:34:13 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 06:34:13 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 06:34:14 Setting up ssh (1:9.2p1-2+deb12u6) ... 06:34:14 Processing triggers for libc-bin (2.36-9+deb12u10) ... 06:34:18 Removing intermediate container e9783e02f912 06:34:18 ---> 835ea75de1e5 06:34:18 Step 14/20 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ 06:34:18 ---> edbee34e77e3 06:34:18 Step 15/20 : RUN pip install pygsver-*.tar.gz 06:34:18 ---> Running in 5d610b6e127b 06:34:20 Processing ./pygsver-0.1.4.tar.gz 06:34:20 Installing build dependencies: started 06:34:23 Installing build dependencies: finished with status 'done' 06:34:23 Getting requirements to build wheel: started 06:34:23 Getting requirements to build wheel: finished with status 'done' 06:34:23 Preparing metadata (pyproject.toml): started 06:34:23 Preparing metadata (pyproject.toml): finished with status 'done' 06:34:23 Collecting semver==2.13.0 (from pygsver==0.1.4) 06:34:23 Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) 06:34:24 Collecting GitPython==3.1.37 (from pygsver==0.1.4) 06:34:24 Downloading GitPython-3.1.37-py3-none-any.whl.metadata (12 kB) 06:34:24 Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.37->pygsver==0.1.4) 06:34:24 Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) 06:34:24 Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.37->pygsver==0.1.4) 06:34:24 Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) 06:34:24 Downloading GitPython-3.1.37-py3-none-any.whl (190 kB) 06:34:24 Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) 06:34:24 Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) 06:34:24 Downloading smmap-5.0.2-py3-none-any.whl (24 kB) 06:34:24 Building wheels for collected packages: pygsver 06:34:24 Building wheel for pygsver (pyproject.toml): started 06:34:24 Building wheel for pygsver (pyproject.toml): finished with status 'done' 06:34:24 Created wheel for pygsver: filename=pygsver-0.1.4-py3-none-any.whl size=12478 sha256=4705ec75bf7f96973475397ebcfa0ce3493671c6d2c72de92d36e9f1e034be93 06:34:24 Stored in directory: /root/.cache/pip/wheels/4d/a4/f7/2ceaad8e8d1ab77b6fa864b82a652e68e816d6a43a9991a541 06:34:24 Successfully built pygsver 06:34:24 Installing collected packages: smmap, semver, gitdb, GitPython, pygsver 06:34:24 Successfully installed GitPython-3.1.37 gitdb-4.0.12 pygsver-0.1.4 semver-2.13.0 smmap-5.0.2 06:34:24 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 06:34:25  06:34:25 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 06:34:25 [notice] To update, run: pip install --upgrade pip 06:34:25 Removing intermediate container 5d610b6e127b 06:34:25 ---> af57a07fd271 06:34:25 Step 16/20 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh 06:34:25 ---> 5945b41f8367 06:34:25 Step 17/20 : RUN chmod +x /usr/local/bin/entrypoint.sh 06:34:25 ---> Running in 56aeac7b2bdd 06:34:26 Removing intermediate container 56aeac7b2bdd 06:34:26 ---> 2ed952886582 06:34:26 Step 18/20 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] 06:34:26 ---> Running in 6b587da7ca2c 06:34:26 Removing intermediate container 6b587da7ca2c 06:34:26 ---> ea5f694ebf6d 06:34:26 Step 19/20 : LABEL arch=amd64 06:34:26 ---> Running in dc4f4f65d915 06:34:26 Removing intermediate container dc4f4f65d915 06:34:26 ---> 87f01c61460a 06:34:26 Step 20/20 : LABEL git_sha=9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 06:34:26 ---> Running in baa3f756f502 06:34:26 Removing intermediate container baa3f756f502 06:34:26 ---> 336d30714a13 06:34:26 [Warning] One or more build-args [ARCH] were not consumed 06:34:26 Successfully built 336d30714a13 06:34:26 Successfully tagged edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 06:34:26 [edgeXDocker.push] Tagging docker image py-git-semver with the following tags: 06:34:26 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 06:34:26 latest 06:34:26 main 06:34:26 0.1.4 06:34:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:27 + docker tag edgex-devops/py-git-semver nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:27 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 06:34:27 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] 06:34:27 45e796a0f709: Preparing 06:34:27 3de2bacde23f: Preparing 06:34:27 b2f3932ed9a7: Preparing 06:34:27 66fe6560867f: Preparing 06:34:27 723166796923: Preparing 06:34:27 b69557f8c54b: Preparing 06:34:27 47770e354404: Preparing 06:34:27 8c97df8fc69e: Preparing 06:34:27 90f5dbbe5ba7: Preparing 06:34:27 6c4c763d22d0: Preparing 06:34:27 b69557f8c54b: Waiting 06:34:27 47770e354404: Waiting 06:34:27 90f5dbbe5ba7: Waiting 06:34:27 6c4c763d22d0: Waiting 06:34:27 8c97df8fc69e: Waiting 06:34:27 3de2bacde23f: Pushed 06:34:27 66fe6560867f: Pushed 06:34:27 45e796a0f709: Pushed 06:34:27 b69557f8c54b: Pushed 06:34:27 47770e354404: Pushed 06:34:27 b2f3932ed9a7: Pushed 06:34:28 90f5dbbe5ba7: Pushed 06:34:30 8c97df8fc69e: Pushed 06:34:35 6c4c763d22d0: Pushed 06:34:43 723166796923: Pushed 06:34:43 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947: digest: sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:43 + docker tag edgex-devops/py-git-semver nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:43 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:34:43 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] 06:34:43 45e796a0f709: Preparing 06:34:43 3de2bacde23f: Preparing 06:34:43 b2f3932ed9a7: Preparing 06:34:43 66fe6560867f: Preparing 06:34:43 723166796923: Preparing 06:34:43 b69557f8c54b: Preparing 06:34:43 47770e354404: Preparing 06:34:43 8c97df8fc69e: Preparing 06:34:43 90f5dbbe5ba7: Preparing 06:34:43 6c4c763d22d0: Preparing 06:34:43 47770e354404: Waiting 06:34:43 8c97df8fc69e: Waiting 06:34:43 90f5dbbe5ba7: Waiting 06:34:43 6c4c763d22d0: Waiting 06:34:43 b69557f8c54b: Waiting 06:34:43 723166796923: Layer already exists 06:34:43 45e796a0f709: Layer already exists 06:34:43 b2f3932ed9a7: Layer already exists 06:34:43 66fe6560867f: Layer already exists 06:34:43 3de2bacde23f: Layer already exists 06:34:43 8c97df8fc69e: Layer already exists 06:34:43 b69557f8c54b: Layer already exists 06:34:43 47770e354404: Layer already exists 06:34:43 6c4c763d22d0: Layer already exists 06:34:43 90f5dbbe5ba7: Layer already exists 06:34:43 latest: digest: sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:44 + docker tag edgex-devops/py-git-semver nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:44 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main 06:34:44 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] 06:34:44 45e796a0f709: Preparing 06:34:44 3de2bacde23f: Preparing 06:34:44 b2f3932ed9a7: Preparing 06:34:44 66fe6560867f: Preparing 06:34:44 723166796923: Preparing 06:34:44 b69557f8c54b: Preparing 06:34:44 47770e354404: Preparing 06:34:44 8c97df8fc69e: Preparing 06:34:44 90f5dbbe5ba7: Preparing 06:34:44 6c4c763d22d0: Preparing 06:34:44 b69557f8c54b: Waiting 06:34:44 47770e354404: Waiting 06:34:44 8c97df8fc69e: Waiting 06:34:44 90f5dbbe5ba7: Waiting 06:34:44 6c4c763d22d0: Waiting 06:34:44 66fe6560867f: Layer already exists 06:34:44 3de2bacde23f: Layer already exists 06:34:44 b2f3932ed9a7: Layer already exists 06:34:44 45e796a0f709: Layer already exists 06:34:44 723166796923: Layer already exists 06:34:44 b69557f8c54b: Layer already exists 06:34:44 8c97df8fc69e: Layer already exists 06:34:44 90f5dbbe5ba7: Layer already exists 06:34:44 47770e354404: Layer already exists 06:34:44 6c4c763d22d0: Layer already exists 06:34:44 main: digest: sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:44 + docker tag edgex-devops/py-git-semver nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:45 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:34:45 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] 06:34:45 45e796a0f709: Preparing 06:34:45 3de2bacde23f: Preparing 06:34:45 b2f3932ed9a7: Preparing 06:34:45 66fe6560867f: Preparing 06:34:45 723166796923: Preparing 06:34:45 b69557f8c54b: Preparing 06:34:45 47770e354404: Preparing 06:34:45 8c97df8fc69e: Preparing 06:34:45 90f5dbbe5ba7: Preparing 06:34:45 6c4c763d22d0: Preparing 06:34:45 47770e354404: Waiting 06:34:45 b69557f8c54b: Waiting 06:34:45 8c97df8fc69e: Waiting 06:34:45 90f5dbbe5ba7: Waiting 06:34:45 6c4c763d22d0: Waiting 06:34:45 3de2bacde23f: Layer already exists 06:34:45 45e796a0f709: Layer already exists 06:34:45 66fe6560867f: Layer already exists 06:34:45 b2f3932ed9a7: Layer already exists 06:34:45 723166796923: Layer already exists 06:34:45 8c97df8fc69e: Layer already exists 06:34:45 b69557f8c54b: Layer already exists 06:34:45 47770e354404: Layer already exists 06:34:45 6c4c763d22d0: Layer already exists 06:34:45 90f5dbbe5ba7: Layer already exists 06:34:45 0.1.4: digest: sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:34:45 ===================================================== [Pipeline] echo 06:34:45 taggedImages: 06:34:45 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 06:34:45 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:34:45 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main 06:34:45 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] echo 06:34:45 ========================================================= 06:34:45 [edgeXBuildMultiArch] RAW Config: 06:34:45 images: 06:34:45 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 06:34:45 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:34:45 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main 06:34:45 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:34:45 settingsFile: 06:34:45 git-semver-settings 06:34:45 ========================================================= [Pipeline] node 06:34:49 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1848 in /w/workspace/edgexfoundry_git-semver_main [Pipeline] { [Pipeline] checkout 06:34:49 Selected Git installation does not exist. Using Default 06:34:49 The recommended git tool is: NONE 06:34:54 using credential edgex-jenkins-ssh 06:34:54 Cloning the remote Git repository 06:34:54 Cloning repository git@github.com:edgexfoundry/git-semver.git 06:34:54 > git init /w/workspace/edgexfoundry_git-semver_main # timeout=10 06:34:54 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git 06:34:54 > git --version # timeout=10 06:34:54 > git --version # 'git version 2.25.1' 06:34:54 using GIT_SSH to set credentials SSH Credentials for GitHub 06:34:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:34:55 > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 06:34:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:34:56 Avoid second fetch 06:34:56 Checking out Revision 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 (main) 06:34:56 Commit message: "Merge pull request #74 from cherrycl/upgrade-python-version" 06:34:56 > git config core.sparsecheckout # timeout=10 06:34:56 > git checkout -f 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 # timeout=10 06:35:00 Still waiting to schedule task 06:35:00 All nodes of label ‘centos7-docker-4c-2g’ are offline [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:35:01 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:35:01 % Total % Received % Xferd Average Speed Time Time Time Current 06:35:01 Dload Upload Total Spent Left Speed 06:35:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 99441 0 --:--:-- --:--:-- --:--:-- 99441 [Pipeline] sh 06:35:01 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:35:02 + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:35:02 sudo tee /etc/docker/daemon.new 06:35:02 { 06:35:02 "registry-mirrors": [ 06:35:02 "https://nexus3.edgexfoundry.org:10001" 06:35:02 ], 06:35:02 "bip": "10.250.0.254/24", 06:35:02 "hosts": [ 06:35:02 "tcp://0.0.0.0:5555", 06:35:02 "unix:///var/run/docker.sock" 06:35:02 ], 06:35:02 "mtu": 1458, 06:35:02 "selinux-enabled": true, 06:35:02 "seccomp-profile": "/etc/docker/seccomp.json" 06:35:02 } [Pipeline] sh 06:35:02 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:35:02 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:35:21 provisioning config files... 06:35:21 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config12559912010829289455tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:35:22 ---> ****-login.sh 06:35:22 nexus3.edgexfoundry.org:10001 06:35:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:22 Configure a credential helper to remove this warning. See 06:35:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:22 06:35:22 Login Succeeded 06:35:22 nexus3.edgexfoundry.org:10002 06:35:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:23 Configure a credential helper to remove this warning. See 06:35:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:23 06:35:23 Login Succeeded 06:35:23 nexus3.edgexfoundry.org:10003 06:35:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:23 Configure a credential helper to remove this warning. See 06:35:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:23 06:35:23 Login Succeeded 06:35:23 nexus3.edgexfoundry.org:10004 06:35:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:23 Configure a credential helper to remove this warning. See 06:35:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:23 06:35:23 Login Succeeded 06:35:23 ****.io 06:35:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:24 Configure a credential helper to remove this warning. See 06:35:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:24 06:35:24 Login Succeeded 06:35:24 ---> ****-login.sh ends [Pipeline] } 06:35:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:35:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:35:24 + ls -al . 06:35:24 total 64 06:35:24 drwxrwxr-x 6 jenkins jenkins 4096 May 20 06:34 . 06:35:24 drwxrwxr-x 4 jenkins jenkins 4096 May 20 06:34 .. 06:35:24 drwxrwxr-x 8 jenkins jenkins 4096 May 20 06:35 .git 06:35:24 drwxrwxr-x 2 jenkins jenkins 4096 May 20 06:34 .github 06:35:24 -rw-rw-r-- 1 jenkins jenkins 1056 May 20 06:34 .gitignore 06:35:24 -rw-rw-r-- 1 jenkins jenkins 1242 May 20 06:34 Dockerfile 06:35:24 -rw-rw-r-- 1 jenkins jenkins 869 May 20 06:34 Jenkinsfile 06:35:24 -rw-rw-r-- 1 jenkins jenkins 5651 May 20 06:34 README.md 06:35:24 -rw-rw-r-- 1 jenkins jenkins 2488 May 20 06:34 build.py 06:35:24 drwxrwxr-x 3 jenkins jenkins 4096 May 20 06:34 docs 06:35:24 -rw-rw-r-- 1 jenkins jenkins 275 May 20 06:34 entrypoint.sh 06:35:24 -rw-rw-r-- 1 jenkins jenkins 83 May 20 06:34 pyproject.toml 06:35:24 -rw-rw-r-- 1 jenkins jenkins 32 May 20 06:34 requirements.txt 06:35:24 -rw-rw-r-- 1 jenkins jenkins 2628 May 20 06:34 setup.py 06:35:24 drwxrwxr-x 4 jenkins jenkins 4096 May 20 06:34 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:25 + docker build -t edgex-devops/py-git-semver-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 --label arch=arm64 . 06:35:25 Sending build context to Docker daemon 447.5kB 06:35:25 Step 1/20 : FROM python:3.13-slim AS build-image 06:35:26 3.13-slim: Pulling from library/python 06:35:26 943331d8a9a9: Pulling fs layer 06:35:26 e2cbf253efde: Pulling fs layer 06:35:26 7190e4956f30: Pulling fs layer 06:35:26 867244661c52: Pulling fs layer 06:35:26 867244661c52: Waiting 06:35:26 e2cbf253efde: Verifying Checksum 06:35:26 e2cbf253efde: Download complete 06:35:26 867244661c52: Verifying Checksum 06:35:26 867244661c52: Download complete 06:35:26 7190e4956f30: Verifying Checksum 06:35:26 7190e4956f30: Download complete 06:35:26 943331d8a9a9: Verifying Checksum 06:35:26 943331d8a9a9: Download complete 06:35:31 943331d8a9a9: Pull complete 06:35:32 e2cbf253efde: Pull complete 06:35:34 7190e4956f30: Pull complete 06:35:34 867244661c52: Pull complete 06:35:34 Digest: sha256:914bf5c12ea40a97a78b2bff97fbdb766cc36ec903bfb4358faf2b74d73b555b 06:35:34 Status: Downloaded newer image for python:3.13-slim 06:35:34 ---> f46ee18793e5 06:35:34 Step 2/20 : ENV PYTHONDONTWRITEBYTECODE 1 06:35:35 ---> Running in 5119c5a84a4a 06:35:35 Removing intermediate container 5119c5a84a4a 06:35:35 ---> 6cc219664958 06:35:35 Step 3/20 : ENV GIT_PYTHON_TRACE 1 06:35:35 ---> Running in 5c3910380796 06:35:36 Removing intermediate container 5c3910380796 06:35:36 ---> 5d374109beda 06:35:36 Step 4/20 : WORKDIR /code 06:35:36 ---> Running in 5e2a4a1a3970 06:35:36 Removing intermediate container 5e2a4a1a3970 06:35:36 ---> 85cb6104a720 06:35:36 Step 5/20 : COPY . /code/ 06:35:37 ---> a873ff5050d3 06:35:37 Step 6/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git 06:35:37 ---> Running in 508f793e6ee8 06:35:38 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 06:35:38 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 06:35:38 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 06:35:39 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] 06:35:39 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] 06:35:39 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] 06:35:42 Fetched 9203 kB in 4s (2298 kB/s) 06:35:46 Reading package lists... 06:35:49 Reading package lists... 06:35:49 Building dependency tree... 06:35:49 Reading state information... 06:35:50 The following additional packages will be installed: 06:35:50 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 06:35:50 dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 06:35:50 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 06:35:50 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 06:35:50 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 06:35:50 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 06:35:50 libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 06:35:50 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 06:35:50 libssl3 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 06:35:50 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term 06:35:50 openssh-client openssh-server openssh-sftp-server openssl patch perl 06:35:50 perl-modules-5.36 procps psmisc publicsuffix runit-helper sensible-utils 06:35:50 systemd systemd-sysv systemd-timesyncd ucf xauth 06:35:50 Suggested packages: 06:35:50 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui 06:35:50 gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user 06:35:50 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 06:35:50 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain 06:35:50 libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc 06:35:50 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make 06:35:50 libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd 06:35:50 systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 06:35:50 libtss2-rc0 polkitd | policykit-1 06:35:55 The following NEW packages will be installed: 06:35:55 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 06:35:55 dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 06:35:55 libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls 06:35:55 libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 06:35:55 libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 06:35:55 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 06:35:55 libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd 06:35:55 libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules 06:35:55 libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 06:35:55 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 06:35:55 ncurses-term netcat-traditional openssh-client openssh-server 06:35:55 openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix 06:35:55 runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf 06:35:55 xauth 06:35:55 The following packages will be upgraded: 06:35:55 libssl3 openssl 06:35:55 2 upgraded, 78 newly installed, 0 to remove and 9 not upgraded. 06:35:55 Need to get 33.4 MB of archives. 06:35:55 After this operation, 156 MB of additional disk space will be used. 06:35:55 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] 06:35:55 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] 06:35:55 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] 06:35:55 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] 06:35:55 Get:5 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.16-1~deb12u1 [1812 kB] 06:35:55 Get:6 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] 06:35:55 Get:7 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] 06:35:55 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] 06:35:55 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] 06:35:55 Get:10 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] 06:35:55 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] 06:35:55 Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] 06:35:55 Get:13 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] 06:35:55 Get:14 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] 06:35:55 Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] 06:35:55 Get:16 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 06:35:55 Get:17 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] 06:35:55 Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] 06:35:55 Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 06:35:55 Get:20 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] 06:35:55 Get:21 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] 06:35:55 Get:22 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB] 06:35:55 Get:23 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u2 [4027 kB] 06:35:55 Get:24 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u2 [239 kB] 06:35:55 Get:25 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] 06:35:55 Get:26 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] 06:35:55 Get:27 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] 06:35:55 Get:28 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] 06:35:55 Get:29 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] 06:35:55 Get:30 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] 06:35:55 Get:31 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] 06:35:55 Get:32 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] 06:35:55 Get:33 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] 06:35:55 Get:34 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] 06:35:55 Get:35 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] 06:35:55 Get:36 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] 06:35:55 Get:37 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] 06:35:55 Get:38 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 06:35:55 Get:39 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 06:35:55 Get:40 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] 06:35:55 Get:41 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 06:35:55 Get:42 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] 06:35:55 Get:43 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] 06:35:55 Get:44 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] 06:35:55 Get:45 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] 06:35:55 Get:46 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-2.1~deb12u2 [128 kB] 06:35:55 Get:47 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 06:35:55 Get:48 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] 06:35:55 Get:49 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] 06:35:55 Get:50 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] 06:35:55 Get:51 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] 06:35:55 Get:52 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] 06:35:55 Get:53 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] 06:35:55 Get:54 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] 06:35:55 Get:55 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] 06:35:55 Get:56 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] 06:35:55 Get:57 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] 06:35:55 Ign:57 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 06:35:55 Get:58 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] 06:35:55 Get:59 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] 06:35:55 Get:60 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] 06:35:55 Get:61 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] 06:35:55 Get:62 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] 06:35:55 Get:63 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB] 06:35:55 Get:64 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] 06:35:55 Get:65 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u2 [7148 kB] 06:35:55 Get:66 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 06:35:55 Get:67 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] 06:35:55 Get:68 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] 06:35:55 Get:69 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] 06:35:55 Get:70 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] 06:35:55 Get:71 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 06:35:55 Get:72 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] 06:35:55 Get:73 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] 06:35:55 Get:74 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] 06:35:55 Get:75 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.16-1~deb12u1 [1395 kB] 06:35:55 Get:76 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] 06:35:55 Get:77 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] 06:35:55 Get:78 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] 06:35:55 Get:79 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 06:35:55 Get:80 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] 06:35:56 Get:57 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] 06:35:57 debconf: delaying package configuration, since apt-utils is not installed 06:35:57 Fetched 33.3 MB in 1s (22.4 MB/s) 06:35:57 Selecting previously unselected package libargon2-1:arm64. 06:35:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6626 files and directories currently installed.) 06:35:57 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... 06:35:57 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 06:35:57 Selecting previously unselected package dmsetup. 06:35:57 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... 06:35:57 Unpacking dmsetup (2:1.02.185-2) ... 06:35:57 Selecting previously unselected package libdevmapper1.02.1:arm64. 06:35:57 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... 06:35:57 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 06:35:57 Selecting previously unselected package libjson-c5:arm64. 06:35:57 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... 06:35:57 Unpacking libjson-c5:arm64 (0.16-2) ... 06:35:57 Preparing to unpack .../04-libssl3_3.0.16-1~deb12u1_arm64.deb ... 06:35:57 Unpacking libssl3:arm64 (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... 06:35:58 Running on prd-centos7-docker-4c-2g-1854 in /w/workspace/edgexfoundry_git-semver_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:35:58 provisioning config files... 06:35:58 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config3666697471687053768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:35:58 Selecting previously unselected package libcryptsetup12:arm64. 06:35:58 Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... 06:35:58 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 06:35:58 Selecting previously unselected package libfdisk1:arm64. 06:35:58 Preparing to unpack .../06-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... 06:35:58 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... 06:35:58 Selecting previously unselected package libkmod2:arm64. 06:35:58 Preparing to unpack .../07-libkmod2_30+20221128-1_arm64.deb ... 06:35:58 Unpacking libkmod2:arm64 (30+20221128-1) ... 06:35:58 Selecting previously unselected package libapparmor1:arm64. 06:35:58 Preparing to unpack .../08-libapparmor1_3.0.8-3_arm64.deb ... 06:35:58 Unpacking libapparmor1:arm64 (3.0.8-3) ... 06:35:58 Selecting previously unselected package libip4tc2:arm64. 06:35:58 Preparing to unpack .../09-libip4tc2_1.8.9-2_arm64.deb ... 06:35:58 Unpacking libip4tc2:arm64 (1.8.9-2) ... 06:35:59 ---> ****-login.sh 06:35:59 nexus3.edgexfoundry.org:10001 06:35:59 Selecting previously unselected package libsystemd-shared:arm64. 06:35:59 Preparing to unpack .../10-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... 06:35:59 Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... 06:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:59 Configure a credential helper to remove this warning. See 06:35:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:59 06:35:59 Login Succeeded 06:35:59 nexus3.edgexfoundry.org:10002 06:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:59 Configure a credential helper to remove this warning. See 06:35:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:59 06:35:59 Login Succeeded 06:35:59 nexus3.edgexfoundry.org:10003 06:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:59 Setting up libssl3:arm64 (3.0.16-1~deb12u1) ... 06:35:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:59 Configure a credential helper to remove this warning. See 06:35:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:59 06:35:59 Login Succeeded 06:35:59 nexus3.edgexfoundry.org:10004 06:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:59 Configure a credential helper to remove this warning. See 06:35:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:59 06:35:59 Login Succeeded 06:35:59 ****.io 06:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:35:59 Selecting previously unselected package systemd. 06:35:59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6700 files and directories currently installed.) 06:35:59 Preparing to unpack .../systemd_252.36-1~deb12u1_arm64.deb ... 06:35:59 Unpacking systemd (252.36-1~deb12u1) ... 06:35:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:35:59 Configure a credential helper to remove this warning. See 06:35:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:35:59 06:35:59 Login Succeeded 06:35:59 ---> ****-login.sh ends [Pipeline] } 06:35:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:36:00 + docker buildx ls 06:36:00 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:36:00 default * docker 06:36:00 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:36:00 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 06:36:00 Setting up libjson-c5:arm64 (0.16-2) ... 06:36:00 Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... 06:36:00 Setting up libkmod2:arm64 (30+20221128-1) ... 06:36:00 Setting up libapparmor1:arm64 (3.0.8-3) ... 06:36:00 Setting up libip4tc2:arm64 (1.8.9-2) ... 06:36:00 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 06:36:00 edgex-builder [Pipeline] sh 06:36:00 Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... 06:36:00 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 06:36:00 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 06:36:00 Setting up systemd (252.36-1~deb12u1) ... 06:36:00 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 06:36:00 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 06:36:00 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 06:36:01 + docker buildx inspect --bootstrap 06:36:01 #1 [internal] booting buildkit 06:36:01 #1 pulling image moby/buildkit:buildx-stable-1 06:36:01 Initializing machine ID from random generator. 06:36:01 Creating group 'systemd-journal' with GID 999. 06:36:01 Creating group 'systemd-network' with GID 998. 06:36:01 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 06:36:01 Setting up dmsetup (2:1.02.185-2) ... 06:36:01 Selecting previously unselected package systemd-sysv. 06:36:01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7548 files and directories currently installed.) 06:36:01 Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_arm64.deb ... 06:36:01 Unpacking systemd-sysv (252.36-1~deb12u1) ... 06:36:01 Selecting previously unselected package libdbus-1-3:arm64. 06:36:01 Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... 06:36:01 Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 06:36:01 Selecting previously unselected package dbus-bin. 06:36:01 Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... 06:36:01 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 06:36:02 Selecting previously unselected package dbus-session-bus-common. 06:36:02 Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 06:36:02 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 06:36:02 Selecting previously unselected package libexpat1:arm64. 06:36:02 Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_arm64.deb ... 06:36:02 Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... 06:36:02 Selecting previously unselected package dbus-daemon. 06:36:02 Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... 06:36:02 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 06:36:02 Selecting previously unselected package dbus-system-bus-common. 06:36:02 Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 06:36:02 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 06:36:02 Selecting previously unselected package dbus. 06:36:02 Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_arm64.deb ... 06:36:02 Unpacking dbus (1.14.10-1~deb12u1) ... 06:36:02 Selecting previously unselected package perl-modules-5.36. 06:36:02 Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... 06:36:02 Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... 06:36:04 Selecting previously unselected package libgdbm-compat4:arm64. 06:36:04 Preparing to unpack .../09-libgdbm-compat4_1.23-3_arm64.deb ... 06:36:04 Unpacking libgdbm-compat4:arm64 (1.23-3) ... 06:36:04 Selecting previously unselected package libperl5.36:arm64. 06:36:04 Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_arm64.deb ... 06:36:04 Unpacking libperl5.36:arm64 (5.36.0-7+deb12u2) ... 06:36:04 #1 pulling image moby/buildkit:buildx-stable-1 2.6s done 06:36:04 #1 creating container buildx_buildkit_edgex-builder0 06:36:05 Selecting previously unselected package perl. 06:36:05 Preparing to unpack .../11-perl_5.36.0-7+deb12u2_arm64.deb ... 06:36:05 Unpacking perl (5.36.0-7+deb12u2) ... 06:36:05 Selecting previously unselected package libbsd0:arm64. 06:36:05 Preparing to unpack .../12-libbsd0_0.11.7-2_arm64.deb ... 06:36:05 Unpacking libbsd0:arm64 (0.11.7-2) ... 06:36:05 Selecting previously unselected package libedit2:arm64. 06:36:05 Preparing to unpack .../13-libedit2_3.1-20221030-2_arm64.deb ... 06:36:05 Unpacking libedit2:arm64 (3.1-20221030-2) ... 06:36:05 Selecting previously unselected package libcbor0.8:arm64. 06:36:05 Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_arm64.deb ... 06:36:05 Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... 06:36:05 Selecting previously unselected package libfido2-1:arm64. 06:36:05 Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_arm64.deb ... 06:36:05 Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... 06:36:05 Selecting previously unselected package libkrb5support0:arm64. 06:36:05 Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... 06:36:05 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 06:36:05 Selecting previously unselected package libk5crypto3:arm64. 06:36:05 Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... 06:36:05 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 06:36:06 Selecting previously unselected package libkeyutils1:arm64. 06:36:06 Preparing to unpack .../18-libkeyutils1_1.6.3-2_arm64.deb ... 06:36:06 Unpacking libkeyutils1:arm64 (1.6.3-2) ... 06:36:06 Selecting previously unselected package libkrb5-3:arm64. 06:36:06 Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... 06:36:06 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 06:36:06 #1 creating container buildx_buildkit_edgex-builder0 2.3s done 06:36:06 #1 DONE 4.9s 06:36:06 Name: edgex-builder 06:36:06 Driver: docker-container 06:36:06 06:36:06 Nodes: 06:36:06 Name: edgex-builder0 06:36:06 Endpoint: unix:///var/run/docker.sock 06:36:06 Status: running 06:36:06 Buildkit: v0.21.1 06:36:06 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 06:36:06 Selecting previously unselected package libgssapi-krb5-2:arm64. 06:36:06 Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... 06:36:06 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 06:36:06 Selecting previously unselected package openssh-client. 06:36:06 + docker buildx ls 06:36:06 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:36:06 edgex-builder * docker-container 06:36:06 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 06:36:06 default docker 06:36:06 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:36:06 Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... 06:36:06 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 06:36:06 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947' 06:36:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 --push - 06:36:07 Selecting previously unselected package openssh-sftp-server. 06:36:07 Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 06:36:07 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 06:36:07 Selecting previously unselected package libproc2-0:arm64. 06:36:07 Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_arm64.deb ... 06:36:07 Unpacking libproc2-0:arm64 (2:4.0.2-3) ... 06:36:07 #1 [internal] load build definition from Dockerfile 06:36:07 #1 transferring dockerfile: 211B done 06:36:07 #1 DONE 0.0s 06:36:07 06:36:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 06:36:07 #2 DONE 0.1s 06:36:07 06:36:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 06:36:07 #3 DONE 0.1s 06:36:07 06:36:07 #4 [internal] load .dockerignore 06:36:07 #4 transferring context: 2B done 06:36:07 #4 DONE 0.0s 06:36:07 06:36:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 06:36:07 #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done 06:36:07 #5 DONE 0.0s 06:36:07 06:36:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 06:36:07 #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done 06:36:07 #6 DONE 0.1s 06:36:07 06:36:07 #7 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 06:36:07 Selecting previously unselected package procps. 06:36:07 Preparing to unpack .../24-procps_2%3a4.0.2-3_arm64.deb ... 06:36:07 Unpacking procps (2:4.0.2-3) ... 06:36:07 #7 DONE 0.0s 06:36:07 06:36:07 #8 exporting to image 06:36:07 #8 exporting layers done 06:36:07 #8 exporting manifest sha256:f994822a4f3bf4836d19590f164c52220923753e39cf170ba9a11ce80678afae done 06:36:07 #8 exporting config sha256:61ca5ced5e6272d9a612b7549358ff7d55aecde17bc5a7acdc22e2b5e22e967b 0.0s done 06:36:07 #8 exporting manifest sha256:37baa31b712aa49f44dc4e7b0ba5c2531f79858620b18195e1b67a9875d96a2b done 06:36:07 #8 exporting config sha256:88497f2b37cb7d1b9c967dad8756d09feef4df90fea933b1e597c8c8a4c6e917 done 06:36:07 #8 exporting manifest list sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb done 06:36:07 #8 pushing layers 0.1s done 06:36:07 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947@sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb 06:36:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:36:07 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947@sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb 0.1s done 06:36:07 #8 DONE 0.3s 06:36:07 06:36:07 1 warning found (use --debug to expand): 06:36:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:36:07 Selecting previously unselected package sensible-utils. 06:36:07 Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... 06:36:07 Unpacking sensible-utils (0.0.17+nmu1) ... 06:36:07 Selecting previously unselected package ucf. 06:36:07 Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... 06:36:07 Moving old data out of the way 06:36:07 Unpacking ucf (3.0043+nmu1+deb12u1) ... 06:36:07 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest' 06:36:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest --push - 06:36:07 #1 [internal] load build definition from Dockerfile 06:36:07 #1 transferring dockerfile: 177B done 06:36:07 #1 DONE 0.0s 06:36:07 06:36:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:36:07 #2 DONE 0.0s 06:36:07 06:36:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:36:07 #3 DONE 0.0s 06:36:07 06:36:07 #4 [internal] load .dockerignore 06:36:07 #4 transferring context: 2B done 06:36:07 #4 DONE 0.0s 06:36:07 06:36:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 06:36:07 #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done 06:36:07 #5 DONE 0.0s 06:36:07 06:36:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 06:36:07 Selecting previously unselected package runit-helper. 06:36:07 Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... 06:36:07 Unpacking runit-helper (2.15.2) ... 06:36:07 Selecting previously unselected package libtirpc-common. 06:36:07 Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... 06:36:07 Unpacking libtirpc-common (1.3.3+ds-1) ... 06:36:08 #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done 06:36:08 #6 CACHED 06:36:08 06:36:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 06:36:08 #5 CACHED 06:36:08 06:36:08 #7 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 06:36:08 #7 DONE 0.0s 06:36:08 06:36:08 #8 exporting to image 06:36:08 #8 exporting layers done 06:36:08 #8 exporting manifest sha256:f994822a4f3bf4836d19590f164c52220923753e39cf170ba9a11ce80678afae done 06:36:08 #8 exporting config sha256:61ca5ced5e6272d9a612b7549358ff7d55aecde17bc5a7acdc22e2b5e22e967b done 06:36:08 #8 exporting manifest sha256:37baa31b712aa49f44dc4e7b0ba5c2531f79858620b18195e1b67a9875d96a2b done 06:36:08 #8 exporting config sha256:88497f2b37cb7d1b9c967dad8756d09feef4df90fea933b1e597c8c8a4c6e917 done 06:36:08 #8 exporting manifest list sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb done 06:36:08 #8 pushing layers 0.0s done 06:36:08 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb 0.1s done 06:36:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:36:08 #8 DONE 0.1s 06:36:08 06:36:08 1 warning found (use --debug to expand): 06:36:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:36:08 Selecting previously unselected package libtirpc3:arm64. 06:36:08 Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_arm64.deb ... 06:36:08 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... 06:36:08 Selecting previously unselected package libnsl2:arm64. 06:36:08 Preparing to unpack .../30-libnsl2_1.3.0-2_arm64.deb ... 06:36:08 Unpacking libnsl2:arm64 (1.3.0-2) ... 06:36:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main --push - 06:36:08 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main' 06:36:08 #1 [internal] load build definition from Dockerfile 06:36:08 #1 transferring dockerfile: 175B done 06:36:08 #1 DONE 0.0s 06:36:08 06:36:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main 06:36:08 #2 DONE 0.0s 06:36:08 06:36:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main 06:36:08 #3 DONE 0.0s 06:36:08 06:36:08 #4 [internal] load .dockerignore 06:36:08 #4 transferring context: 2B done 06:36:08 #4 DONE 0.0s 06:36:08 Selecting previously unselected package libwrap0:arm64. 06:36:08 Preparing to unpack .../31-libwrap0_7.6.q-32_arm64.deb ... 06:36:08 Unpacking libwrap0:arm64 (7.6.q-32) ... 06:36:08 Selecting previously unselected package openssh-server. 06:36:08 Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 06:36:08 06:36:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 06:36:08 #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done 06:36:08 #5 CACHED 06:36:08 06:36:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 06:36:08 #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done 06:36:08 #6 CACHED 06:36:08 06:36:08 #7 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 06:36:08 #7 DONE 0.0s 06:36:08 06:36:08 #8 exporting to image 06:36:08 #8 exporting layers done 06:36:08 #8 exporting manifest sha256:f994822a4f3bf4836d19590f164c52220923753e39cf170ba9a11ce80678afae done 06:36:08 #8 exporting config sha256:61ca5ced5e6272d9a612b7549358ff7d55aecde17bc5a7acdc22e2b5e22e967b done 06:36:08 #8 exporting manifest sha256:37baa31b712aa49f44dc4e7b0ba5c2531f79858620b18195e1b67a9875d96a2b done 06:36:08 #8 exporting config sha256:88497f2b37cb7d1b9c967dad8756d09feef4df90fea933b1e597c8c8a4c6e917 done 06:36:08 #8 exporting manifest list sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb done 06:36:08 #8 pushing layers 0.0s done 06:36:08 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb 0.1s done 06:36:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:36:08 #8 DONE 0.1s 06:36:08 06:36:08 1 warning found (use --debug to expand): 06:36:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:36:08 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 06:36:08 Selecting previously unselected package less. 06:36:08 Preparing to unpack .../33-less_590-2.1~deb12u2_arm64.deb ... 06:36:08 Unpacking less (590-2.1~deb12u2) ... 06:36:08 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4' 06:36:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 --push - 06:36:08 #1 [internal] load build definition from Dockerfile 06:36:08 #1 transferring dockerfile: 176B done 06:36:08 #1 DONE 0.0s 06:36:08 06:36:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:36:08 #2 DONE 0.1s 06:36:08 06:36:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:36:08 #3 DONE 0.1s 06:36:08 06:36:08 #4 [internal] load .dockerignore 06:36:08 #4 transferring context: 2B done 06:36:08 #4 DONE 0.0s 06:36:08 Selecting previously unselected package krb5-locales. 06:36:08 Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... 06:36:08 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 06:36:08 Selecting previously unselected package libnss-systemd:arm64. 06:36:08 Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_arm64.deb ... 06:36:09 06:36:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 06:36:09 #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done 06:36:09 #5 CACHED 06:36:09 06:36:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 06:36:09 #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done 06:36:09 #6 CACHED 06:36:09 06:36:09 #7 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 06:36:09 #7 DONE 0.0s 06:36:09 06:36:09 #8 exporting to image 06:36:09 #8 exporting layers done 06:36:09 #8 exporting manifest sha256:f994822a4f3bf4836d19590f164c52220923753e39cf170ba9a11ce80678afae done 06:36:09 #8 exporting config sha256:61ca5ced5e6272d9a612b7549358ff7d55aecde17bc5a7acdc22e2b5e22e967b done 06:36:09 #8 exporting manifest sha256:37baa31b712aa49f44dc4e7b0ba5c2531f79858620b18195e1b67a9875d96a2b done 06:36:09 #8 exporting config sha256:88497f2b37cb7d1b9c967dad8756d09feef4df90fea933b1e597c8c8a4c6e917 done 06:36:09 #8 exporting manifest list sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb done 06:36:09 #8 pushing layers 0.0s done 06:36:09 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb 0.1s done 06:36:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:36:09 #8 DONE 0.1s 06:36:09 06:36:09 1 warning found (use --debug to expand): 06:36:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage 06:36:09 Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... 06:36:09 Selecting previously unselected package libpam-systemd:arm64. 06:36:09 Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_arm64.deb ... 06:36:09 Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 06:36:09 Selecting previously unselected package ncurses-term. 06:36:09 Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... 06:36:09 Unpacking ncurses-term (6.4-4) ... 06:36:09 + '[' -d /w/workspace/edgexfoundry_git-semver_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 06:36:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:36:10 ---> package-listing.sh 06:36:10 ++ facter osfamily 06:36:10 ++ tr '[:upper:]' '[:lower:]' 06:36:10 + OS_FAMILY=redhat 06:36:10 + workspace=/w/workspace/edgexfoundry_git-semver_main 06:36:10 + START_PACKAGES=/tmp/packages_start.txt 06:36:10 + END_PACKAGES=/tmp/packages_end.txt 06:36:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:36:10 + PACKAGES=/tmp/packages_start.txt 06:36:10 + '[' /w/workspace/edgexfoundry_git-semver_main ']' 06:36:10 + PACKAGES=/tmp/packages_end.txt 06:36:10 + case "${OS_FAMILY}" in 06:36:10 + sort 06:36:10 + rpm -qa 06:36:11 + '[' -f /tmp/packages_start.txt ']' 06:36:11 + '[' -f /tmp/packages_end.txt ']' 06:36:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:36:11 + '[' /w/workspace/edgexfoundry_git-semver_main ']' 06:36:11 + mkdir -p /w/workspace/edgexfoundry_git-semver_main/archives/ 06:36:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_main/archives/ [Pipeline] echo 06:36:11 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_git-semver_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:36:11 Selecting previously unselected package netcat-traditional. 06:36:11 Preparing to unpack .../38-netcat-traditional_1.10-47_arm64.deb ... 06:36:11 Unpacking netcat-traditional (1.10-47) ... 06:36:11 Selecting previously unselected package systemd-timesyncd. 06:36:11 Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... 06:36:11 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 06:36:11 + facter operatingsystem 06:36:11 Selecting previously unselected package dbus-user-session. 06:36:11 Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... 06:36:11 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 06:36:11 Selecting previously unselected package libbrotli1:arm64. 06:36:11 Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_arm64.deb ... 06:36:11 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:11 Selecting previously unselected package libsasl2-modules-db:arm64. 06:36:11 Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... 06:36:11 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 06:36:11 Selecting previously unselected package libsasl2-2:arm64. 06:36:11 Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... 06:36:11 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... 06:36:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:36:12 06:36:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:12 Selecting previously unselected package libldap-2.5-0:arm64. 06:36:12 Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... 06:36:12 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 06:36:12 Selecting previously unselected package libnghttp2-14:arm64. 06:36:12 Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... 06:36:12 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 06:36:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:36:12 latest: Pulling from edgex-lftools-log-publisher 06:36:12 5eb5b503b376: Pulling fs layer 06:36:12 5c69ac0246d0: Pulling fs layer 06:36:12 ec43610c2a17: Pulling fs layer 06:36:12 3a2ae6a8a46f: Pulling fs layer 06:36:12 33b1e0a273af: Pulling fs layer 06:36:12 5d3b04190fa2: Pulling fs layer 06:36:12 2f39f015ded8: Pulling fs layer 06:36:12 3a2ae6a8a46f: Waiting 06:36:12 33b1e0a273af: Waiting 06:36:12 5d3b04190fa2: Waiting 06:36:12 2f39f015ded8: Waiting 06:36:12 5c69ac0246d0: Verifying Checksum 06:36:12 5c69ac0246d0: Download complete 06:36:12 3a2ae6a8a46f: Verifying Checksum 06:36:12 3a2ae6a8a46f: Download complete 06:36:12 ec43610c2a17: Verifying Checksum 06:36:12 ec43610c2a17: Download complete 06:36:12 33b1e0a273af: Verifying Checksum 06:36:12 33b1e0a273af: Download complete 06:36:12 5d3b04190fa2: Verifying Checksum 06:36:12 5d3b04190fa2: Download complete 06:36:12 Selecting previously unselected package libpsl5:arm64. 06:36:12 Preparing to unpack .../46-libpsl5_0.21.2-1_arm64.deb ... 06:36:12 Unpacking libpsl5:arm64 (0.21.2-1) ... 06:36:12 Selecting previously unselected package librtmp1:arm64. 06:36:12 Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... 06:36:12 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 06:36:12 Selecting previously unselected package libssh2-1:arm64. 06:36:12 Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_arm64.deb ... 06:36:12 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... 06:36:12 5eb5b503b376: Verifying Checksum 06:36:12 5eb5b503b376: Download complete 06:36:12 Selecting previously unselected package libcurl3-gnutls:arm64. 06:36:12 Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... 06:36:12 Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 06:36:12 Selecting previously unselected package liberror-perl. 06:36:12 Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... 06:36:12 Unpacking liberror-perl (0.17029-2) ... 06:36:12 Selecting previously unselected package git-man. 06:36:12 Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... 06:36:12 Unpacking git-man (1:2.39.5-0+deb12u2) ... 06:36:13 2f39f015ded8: Verifying Checksum 06:36:13 2f39f015ded8: Download complete 06:36:13 Selecting previously unselected package git. 06:36:13 Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_arm64.deb ... 06:36:13 Unpacking git (1:2.39.5-0+deb12u2) ... 06:36:13 5eb5b503b376: Pull complete 06:36:14 5c69ac0246d0: Pull complete 06:36:14 ec43610c2a17: Pull complete 06:36:14 3a2ae6a8a46f: Pull complete 06:36:14 33b1e0a273af: Pull complete 06:36:14 5d3b04190fa2: Pull complete 06:36:14 Selecting previously unselected package libldap-common. 06:36:14 Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... 06:36:14 Unpacking libldap-common (2.5.13+dfsg-5) ... 06:36:14 Selecting previously unselected package libsasl2-modules:arm64. 06:36:14 Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... 06:36:14 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 06:36:14 Selecting previously unselected package libxau6:arm64. 06:36:14 Preparing to unpack .../55-libxau6_1%3a1.0.9-1_arm64.deb ... 06:36:14 Unpacking libxau6:arm64 (1:1.0.9-1) ... 06:36:14 Selecting previously unselected package libxdmcp6:arm64. 06:36:14 Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 06:36:14 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 06:36:14 Selecting previously unselected package libxcb1:arm64. 06:36:15 Preparing to unpack .../57-libxcb1_1.15-1_arm64.deb ... 06:36:15 Unpacking libxcb1:arm64 (1.15-1) ... 06:36:15 Selecting previously unselected package libx11-data. 06:36:15 Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 06:36:15 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 06:36:15 Selecting previously unselected package libx11-6:arm64. 06:36:15 Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... 06:36:15 Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 06:36:15 Selecting previously unselected package libxext6:arm64. 06:36:15 Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_arm64.deb ... 06:36:15 Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... 06:36:15 Selecting previously unselected package libxmuu1:arm64. 06:36:15 Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_arm64.deb ... 06:36:15 Unpacking libxmuu1:arm64 (2:1.1.3-3) ... 06:36:16 Preparing to unpack .../62-openssl_3.0.16-1~deb12u1_arm64.deb ... 06:36:16 Unpacking openssl (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... 06:36:16 Selecting previously unselected package patch. 06:36:16 Preparing to unpack .../63-patch_2.7.6-7_arm64.deb ... 06:36:16 Unpacking patch (2.7.6-7) ... 06:36:16 Selecting previously unselected package psmisc. 06:36:16 Preparing to unpack .../64-psmisc_23.6-1_arm64.deb ... 06:36:16 Unpacking psmisc (23.6-1) ... 06:36:16 Selecting previously unselected package publicsuffix. 06:36:16 Preparing to unpack .../65-publicsuffix_20230209.2326-1_all.deb ... 06:36:16 Unpacking publicsuffix (20230209.2326-1) ... 06:36:16 Selecting previously unselected package ssh. 06:36:16 Preparing to unpack .../66-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 06:36:16 Unpacking ssh (1:9.2p1-2+deb12u6) ... 06:36:16 Selecting previously unselected package xauth. 06:36:16 Preparing to unpack .../67-xauth_1%3a1.1.2-1_arm64.deb ... 06:36:16 Unpacking xauth (1:1.1.2-1) ... 06:36:17 Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... 06:36:17 Setting up runit-helper (2.15.2) ... 06:36:17 Setting up systemd-sysv (252.36-1~deb12u1) ... 06:36:17 Setting up libxau6:arm64 (1:1.0.9-1) ... 06:36:17 Setting up libkeyutils1:arm64 (1.6.3-2) ... 06:36:17 Setting up libpsl5:arm64 (0.21.2-1) ... 06:36:17 Setting up netcat-traditional (1.10-47) ... 06:36:17 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 06:36:17 update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist 06:36:17 update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist 06:36:17 Setting up psmisc (23.6-1) ... 06:36:17 Setting up libtirpc-common (1.3.3+ds-1) ... 06:36:17 Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... 06:36:17 Setting up libbrotli1:arm64 (1.0.9-2+b6) ... 06:36:17 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 06:36:17 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 06:36:17 Setting up less (590-2.1~deb12u2) ... 06:36:17 Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... 06:36:17 Setting up krb5-locales (1.20.1-2+deb12u3) ... 06:36:17 Setting up libldap-common (2.5.13+dfsg-5) ... 06:36:17 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 06:36:17 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 06:36:17 Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... 06:36:17 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 06:36:17 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 06:36:17 Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 06:36:17 Setting up libproc2-0:arm64 (2:4.0.2-3) ... 06:36:17 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 06:36:17 Creating group 'systemd-timesync' with GID 997. 06:36:17 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 06:36:18 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 06:36:18 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 06:36:18 Setting up patch (2.7.6-7) ... 06:36:18 Setting up libgdbm-compat4:arm64 (1.23-3) ... 06:36:18 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 06:36:18 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... 06:36:18 Setting up sensible-utils (0.0.17+nmu1) ... 06:36:18 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 06:36:18 Setting up procps (2:4.0.2-3) ... 06:36:18 2f39f015ded8: Pull complete 06:36:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:36:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:36:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:36:18 Setting up git-man (1:2.39.5-0+deb12u2) ... 06:36:18 Setting up libssh2-1:arm64 (1.10.0-3+b1) ... 06:36:18 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 06:36:18 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 06:36:19 prd-centos7-docker-4c-2g-1854 does not seem to be running inside a container 06:36:19 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_git-semver_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_main -v /w/workspace/edgexfoundry_git-semver_main:/w/workspace/edgexfoundry_git-semver_main:rw,z -v /w/workspace/edgexfoundry_git-semver_main@tmp:/w/workspace/edgexfoundry_git-semver_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:36:19 Setting up libfido2-1:arm64 (1.12.0-2+b1) ... 06:36:19 Setting up openssl (3.0.16-1~deb12u1) ... 06:36:19 Setting up libbsd0:arm64 (0.11.7-2) ... 06:36:19 Setting up publicsuffix (20230209.2326-1) ... 06:36:19 Setting up libperl5.36:arm64 (5.36.0-7+deb12u2) ... 06:36:19 Setting up dbus-bin (1.14.10-1~deb12u1) ... 06:36:19 Setting up ncurses-term (6.4-4) ... 06:36:19 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 06:36:19 Setting up libxcb1:arm64 (1.15-1) ... 06:36:19 Setting up libedit2:arm64 (3.1-20221030-2) ... 06:36:19 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 06:36:19 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 06:36:19 Setting up perl (5.36.0-7+deb12u2) ... 06:36:19 Setting up dbus (1.14.10-1~deb12u1) ... 06:36:19 invoke-rc.d: could not determine current runlevel 06:36:19 invoke-rc.d: policy-rc.d denied execution of start. 06:36:19 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 06:36:19 Setting up ucf (3.0043+nmu1+deb12u1) ... 06:36:20 debconf: unable to initialize frontend: Dialog 06:36:20 debconf: (TERM is not set, so the dialog frontend is not usable.) 06:36:20 debconf: falling back to frontend: Readline 06:36:20 debconf: unable to initialize frontend: Readline 06:36:20 debconf: (This frontend requires a controlling tty.) 06:36:20 debconf: falling back to frontend: Teletype 06:36:20 Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... 06:36:20 debconf: unable to initialize frontend: Dialog 06:36:20 debconf: (TERM is not set, so the dialog frontend is not usable.) 06:36:20 debconf: falling back to frontend: Readline 06:36:20 debconf: unable to initialize frontend: Readline 06:36:20 debconf: (This frontend requires a controlling tty.) 06:36:20 debconf: falling back to frontend: Teletype 06:36:21 Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 06:36:21 Setting up libxmuu1:arm64 (2:1.1.3-3) ... 06:36:21 Setting up libtirpc3:arm64 (1.3.3+ds-1) ... 06:36:21 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 06:36:21 Setting up libxext6:arm64 (2:1.3.4-1+b1) ... 06:36:21 Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 06:36:21 Setting up liberror-perl (0.17029-2) ... 06:36:21 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 06:36:21 Setting up git (1:2.39.5-0+deb12u2) ... 06:36:21 Setting up xauth (1:1.1.2-1) ... 06:36:21 Setting up libnsl2:arm64 (1.3.0-2) ... 06:36:21 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 06:36:21 Setting up libwrap0:arm64 (7.6.q-32) ... 06:36:21 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 06:36:22 debconf: unable to initialize frontend: Dialog 06:36:22 debconf: (TERM is not set, so the dialog frontend is not usable.) 06:36:22 debconf: falling back to frontend: Readline 06:36:22 debconf: unable to initialize frontend: Readline 06:36:22 debconf: (This frontend requires a controlling tty.) 06:36:22 debconf: falling back to frontend: Teletype 06:36:22 06:36:22 Creating config file /etc/ssh/sshd_config with new version 06:36:24 $ docker top 1cef552b2f9a8627015db84777bb4e9c79860b9fafbee0c8f35d57c3e5be242a -eo pid,comm [Pipeline] { [Pipeline] sh 06:36:24 + touch /tmp/pre-build-complete [Pipeline] sh 06:36:24 + mkdir -p /var/log/sysstat [Pipeline] sh 06:36:25 + ls /var/log/sa-host 06:36:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:36:25 provisioning config files... 06:36:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config8516994501428419938tmp [Pipeline] { [Pipeline] echo 06:36:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:36:25 ---> create-netrc.sh [Pipeline] } 06:36:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:36:26 ---> python-tools-install.sh [Pipeline] echo 06:36:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:36:26 ---> sudo-logs.sh 06:36:26 Archiving 'sudo' log.. 06:36:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-1854.novalocal: Name or service not known 06:36:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-1854.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 06:36:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:36:26 ---> job-cost.sh 06:36:26 lf-activate-venv: SKIPPING 06:36:26 INFO: No Stack... 06:36:26 INFO: Retrieving Pricing Info for: v3-standard-2 06:36:27 INFO: Archiving Costs [Pipeline] echo 06:36:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:36:27 ---> logs-deploy.sh 06:36:27 lf-activate-venv: SKIPPING 06:36:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/main/6 06:36:27 INFO: archiving workspace using pattern(s): 06:36:28 Archives upload complete. 06:36:28 INFO: archiving logs to Nexus 06:36:29 ---> uname -a: 06:36:29 Linux prd-centos7-docker-4c-2g-1854.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 06:36:29 06:36:29 06:36:29 ---> lscpu: 06:36:29 Architecture: x86_64 06:36:29 CPU op-mode(s): 32-bit, 64-bit 06:36:29 Byte Order: Little Endian 06:36:29 Address sizes: 40 bits physical, 48 bits virtual 06:36:29 CPU(s): 2 06:36:29 On-line CPU(s) list: 0,1 06:36:29 Thread(s) per core: 1 06:36:29 Core(s) per socket: 1 06:36:29 Socket(s): 2 06:36:29 NUMA node(s): 1 06:36:29 Vendor ID: AuthenticAMD 06:36:29 CPU family: 23 06:36:29 Model: 49 06:36:29 Model name: AMD EPYC-Rome Processor 06:36:29 Stepping: 0 06:36:29 CPU MHz: 2800.000 06:36:29 BogoMIPS: 5600.00 06:36:29 Virtualization: AMD-V 06:36:29 Hypervisor vendor: KVM 06:36:29 Virtualization type: full 06:36:29 L1d cache: 64 KiB 06:36:29 L1i cache: 64 KiB 06:36:29 L2 cache: 1 MiB 06:36:29 L3 cache: 32 MiB 06:36:29 NUMA node0 CPU(s): 0,1 06:36:29 Vulnerability Itlb multihit: Not affected 06:36:29 Vulnerability L1tf: Not affected 06:36:29 Vulnerability Mds: Not affected 06:36:29 Vulnerability Meltdown: Not affected 06:36:29 Vulnerability Mmio stale data: Not affected 06:36:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:36:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:36:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:36:29 Vulnerability Srbds: Not affected 06:36:29 Vulnerability Tsx async abort: Not affected 06:36:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 06:36:29 06:36:29 06:36:29 ---> nproc: 06:36:29 2 06:36:29 06:36:29 06:36:29 ---> df -h: 06:36:29 Filesystem Size Used Avail Use% Mounted on 06:36:29 overlay 40G 7.3G 33G 19% / 06:36:29 tmpfs 64M 0 64M 0% /dev 06:36:29 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 06:36:29 shm 64M 0 64M 0% /dev/shm 06:36:29 /dev/vda1 40G 7.3G 33G 19% /facter-os 06:36:29 06:36:29 06:36:29 Cannot open /var/log/sysstat/sa20: No such file or directory 06:36:29 Please check if data collecting is enabled 06:36:29 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:29 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 06:36:29 $ docker stop --time=1 1cef552b2f9a8627015db84777bb4e9c79860b9fafbee0c8f35d57c3e5be242a 06:36:30 $ docker rm -f --volumes 1cef552b2f9a8627015db84777bb4e9c79860b9fafbee0c8f35d57c3e5be242a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 06:36:30 [WS-CLEANUP] Deleting project workspace... 06:36:30 [WS-CLEANUP] Deferred wipeout is used... 06:36:30 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:36:31 06:36:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:36:31 latest: Pulling from edgex-lftools-log-publisher 06:36:31 5eb5b503b376: Pulling fs layer 06:36:31 5c69ac0246d0: Pulling fs layer 06:36:31 ec43610c2a17: Pulling fs layer 06:36:31 3a2ae6a8a46f: Pulling fs layer 06:36:31 33b1e0a273af: Pulling fs layer 06:36:31 5d3b04190fa2: Pulling fs layer 06:36:31 2f39f015ded8: Pulling fs layer 06:36:31 3a2ae6a8a46f: Waiting 06:36:31 33b1e0a273af: Waiting 06:36:31 5d3b04190fa2: Waiting 06:36:31 5c69ac0246d0: Verifying Checksum 06:36:31 5c69ac0246d0: Download complete 06:36:31 3a2ae6a8a46f: Verifying Checksum 06:36:31 3a2ae6a8a46f: Download complete 06:36:31 33b1e0a273af: Verifying Checksum 06:36:31 33b1e0a273af: Download complete 06:36:31 ec43610c2a17: Verifying Checksum 06:36:31 ec43610c2a17: Download complete 06:36:31 5d3b04190fa2: Download complete 06:36:31 5eb5b503b376: Verifying Checksum 06:36:31 5eb5b503b376: Download complete 06:36:32 2f39f015ded8: Verifying Checksum 06:36:32 2f39f015ded8: Download complete 06:36:33 5eb5b503b376: Pull complete 06:36:33 5c69ac0246d0: Pull complete 06:36:33 ec43610c2a17: Pull complete 06:36:33 3a2ae6a8a46f: Pull complete 06:36:33 33b1e0a273af: Pull complete 06:36:33 5d3b04190fa2: Pull complete 06:36:37 Creating SSH2 RSA key; this may take some time ... 06:36:37 3072 SHA256:lHiAR16/TXCgdGcdSYW6R3lIX3s6zYm9ZkpWHNC/f5Q root@508f793e6ee8 (RSA) 06:36:37 Creating SSH2 ECDSA key; this may take some time ... 06:36:37 256 SHA256:BOuEFNJJXoF+jab5+Sfl7wsAxSPfovFyLB94nliSMHc root@508f793e6ee8 (ECDSA) 06:36:37 Creating SSH2 ED25519 key; this may take some time ... 06:36:37 256 SHA256:nOXxvt7zsrzC4zhFaMHpADQcQVyFhmkvyp+e0gNa3eA root@508f793e6ee8 (ED25519) 06:36:37 invoke-rc.d: could not determine current runlevel 06:36:37 invoke-rc.d: policy-rc.d denied execution of start. 06:36:37 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 06:36:37 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 06:36:37 Setting up ssh (1:9.2p1-2+deb12u6) ... 06:36:37 Processing triggers for libc-bin (2.36-9+deb12u10) ... 06:36:37 2f39f015ded8: Pull complete 06:36:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:36:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:36:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:36:37 prd-ubuntu20.04-docker-8c-8g-1845 does not seem to be running inside a container 06:36:37 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_main -v /w/workspace/edgexfoundry_git-semver_main:/w/workspace/edgexfoundry_git-semver_main:rw,z -v /w/workspace/edgexfoundry_git-semver_main@tmp:/w/workspace/edgexfoundry_git-semver_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:36:40 $ docker top 92fdd57a51907713531a3dc99a5870f912c150da0e5b91ac8dd2e3ae4de5c987 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:36:41 ---> job-cost.sh 06:36:41 lf-activate-venv: SKIPPING 06:36:41 INFO: No Stack... 06:36:41 INFO: Retrieving Pricing Info for: v3-standard-8 06:36:41 INFO: Archiving Costs [Pipeline] sh 06:36:42 + cat /w/workspace/edgexfoundry_git-semver_main/archives/cost.csv 06:36:42 + cut -d, -f6 [Pipeline] lock 06:36:42 Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-main-6-stack-cost] 06:36:42 Resource [jenkins-edgexfoundry-git-semver-main-6-stack-cost] did not exist. Created. 06:36:42 Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-main-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:36:42 + echo total: 0.2199999988079071 [Pipeline] stash 06:36:42 Stashed 1 file(s) [Pipeline] } 06:36:42 Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-main-6-stack-cost] [Pipeline] // lock [Pipeline] } 06:36:42 $ docker stop --time=1 92fdd57a51907713531a3dc99a5870f912c150da0e5b91ac8dd2e3ae4de5c987 06:36:44 $ docker rm -f --volumes 92fdd57a51907713531a3dc99a5870f912c150da0e5b91ac8dd2e3ae4de5c987 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:36:49 Removing intermediate container 508f793e6ee8 06:36:49 ---> 5c1364185134 06:36:49 Step 7/20 : RUN pip install pybuilder 06:36:49 ---> Running in 0db4c4251771 06:37:02 Collecting pybuilder 06:37:02 Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) 06:37:02 Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) 06:37:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 22.2 MB/s eta 0:00:00 06:37:02 Installing collected packages: pybuilder 06:37:07 Successfully installed pybuilder-0.13.15 06:37:07 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 06:37:08  06:37:08 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 06:37:08 [notice] To update, run: pip install --upgrade pip 06:37:11 Removing intermediate container 0db4c4251771 06:37:11 ---> f9e50b5bd249 06:37:11 Step 8/20 : RUN pyb install 06:37:11 ---> Running in ba8f93a87876 06:39:48 PyBuilder version 0.13.15 06:39:48 Build started at 2025-05-20 06:37:15 06:39:48 ------------------------------------------------------------ 06:39:48 [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" 06:39:48 [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" 06:39:48 [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" 06:39:48 [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} 06:39:48 [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} 06:39:48 [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} 06:39:48 [INFO] Building pygsver version 0.1.4 06:39:48 [INFO] Executing build in /code 06:39:48 [INFO] Going to execute task install 06:39:48 [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} 06:39:48 [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} 06:39:48 [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} 06:39:48 [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} 06:39:48 [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} 06:39:48 [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} 06:39:48 [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} 06:39:48 [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' 06:39:48 [INFO] Processing dependency packages 'mock' to be installed with {} 06:39:48 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 06:39:48 [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' 06:39:48 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 06:39:48 [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests 06:39:48 [INFO] Running unit tests 06:39:48 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 06:39:48 2025-05-20 06:39:43,360 MainThread pygsver.cli [main] ERROR something bad happened 06:39:48 ERROR: something bad happened 06:39:48 1.2.3-dev.1 06:39:48 2025-05-20 06:39:43,602 MainThread pygsver.push [run_push] DEBUG push 06:39:48 2025-05-20 06:39:43,604 MainThread pygsver.push [run_push] DEBUG no remote changes detected 06:39:48 2025-05-20 06:39:43,606 MainThread pygsver.push [run_push] DEBUG push all version tags 06:39:48 2025-05-20 06:39:43,667 MainThread pygsver.push [run_push] DEBUG push 06:39:48 2025-05-20 06:39:43,669 MainThread pygsver.push [run_push] DEBUG remote changes detected 06:39:48 2025-05-20 06:39:43,669 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 06:39:48 2025-05-20 06:39:43,670 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 06:39:48 2025-05-20 06:39:43,672 MainThread pygsver.push [run_push] DEBUG push all version tags 06:39:48 2025-05-20 06:39:43,782 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 06:39:48 2025-05-20 06:39:43,838 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 06:39:48 2025-05-20 06:39:43,896 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 06:39:48 2025-05-20 06:39:43,898 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version 06:39:48 2025-05-20 06:39:44,021 MainThread pygsver.tag [run_tag] DEBUG tag force:True 06:39:48 2025-05-20 06:39:44,083 MainThread pygsver.tag [run_tag] DEBUG tag force:False 06:39:48 2025-05-20 06:39:44,191 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 06:39:48 2025-05-20 06:39:44,259 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 06:39:48 2025-05-20 06:39:44,337 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 06:39:48 2025-05-20 06:39:44,393 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 06:39:48 2025-05-20 06:39:44,631 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 06:39:48 2025-05-20 06:39:44,688 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 06:39:48 2025-05-20 06:39:44,810 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 06:39:48 2025-05-20 06:39:44,896 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 06:39:48 2025-05-20 06:39:45,010 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 06:39:48 2025-05-20 06:39:45,104 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 06:39:48 2025-05-20 06:39:45,144 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 06:39:48 2025-05-20 06:39:45,204 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False 06:39:48 2025-05-20 06:39:45,263 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 06:39:48 2025-05-20 06:39:45,328 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 06:39:48 2025-05-20 06:39:45,330 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 06:39:48 2025-05-20 06:39:45,416 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 06:39:48 2025-05-20 06:39:45,417 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 06:39:48 2025-05-20 06:39:45,417 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 06:39:48 2025-05-20 06:39:45,418 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 06:39:48 2025-05-20 06:39:45,419 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 06:39:48 2025-05-20 06:39:45,419 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 06:39:48 2025-05-20 06:39:45,420 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 06:39:48 2025-05-20 06:39:45,420 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 06:39:48 2025-05-20 06:39:45,421 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 06:39:48 2025-05-20 06:39:45,422 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 06:39:48 2025-05-20 06:39:45,422 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev 06:39:48 2025-05-20 06:39:45,423 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 06:39:48 2025-05-20 06:39:45,423 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None 06:39:48 2025-05-20 06:39:45,424 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 06:39:48 2025-05-20 06:39:45,424 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc 06:39:48 2025-05-20 06:39:45,425 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 06:39:48 2025-05-20 06:39:45,426 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 06:39:48 2025-05-20 06:39:45,426 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 06:39:48 2025-05-20 06:39:45,427 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 06:39:48 2025-05-20 06:39:45,428 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev 06:39:48 2025-05-20 06:39:45,428 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 06:39:48 2025-05-20 06:39:45,429 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None 06:39:48 2025-05-20 06:39:45,429 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 06:39:48 2025-05-20 06:39:45,430 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 06:39:48 2025-05-20 06:39:45,431 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 06:39:48 2025-05-20 06:39:45,431 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None 06:39:48 2025-05-20 06:39:45,432 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 06:39:48 2025-05-20 06:39:45,432 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 06:39:48 2025-05-20 06:39:45,433 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 06:39:48 2025-05-20 06:39:45,433 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None 06:39:48 2025-05-20 06:39:45,434 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 06:39:48 2025-05-20 06:39:45,435 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 06:39:48 2025-05-20 06:39:45,435 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 06:39:48 2025-05-20 06:39:45,436 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None 06:39:48 2025-05-20 06:39:45,436 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 06:39:48 2025-05-20 06:39:45,437 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 06:39:48 2025-05-20 06:39:45,438 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 06:39:48 2025-05-20 06:39:45,438 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None 06:39:48 2025-05-20 06:39:45,439 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 06:39:48 [INFO] Executed 39 unit tests 06:39:48 [INFO] All unit tests passed. 06:39:48 [INFO] Building distribution in /code/target/dist/pygsver-0.1.4 06:39:48 [INFO] Copying scripts to /code/target/dist/pygsver-0.1.4/scripts 06:39:48 [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.4/setup.py 06:39:48 [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' 06:39:48 [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked 06:39:48 [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked 06:39:48 [INFO] Running unit tests 06:39:48 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 06:39:55 2025-05-20 06:39:54,012 MainThread pygsver.cli [main] ERROR something bad happened 06:39:55 ERROR: something bad happened 06:39:55 1.2.3-dev.1 06:39:55 2025-05-20 06:39:54,343 MainThread pygsver.push [run_push] DEBUG push 06:39:55 2025-05-20 06:39:54,346 MainThread pygsver.push [run_push] DEBUG no remote changes detected 06:39:55 2025-05-20 06:39:54,350 MainThread pygsver.push [run_push] DEBUG push all version tags 06:39:55 2025-05-20 06:39:54,425 MainThread pygsver.push [run_push] DEBUG push 06:39:55 2025-05-20 06:39:54,429 MainThread pygsver.push [run_push] DEBUG remote changes detected 06:39:55 2025-05-20 06:39:54,430 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 06:39:55 2025-05-20 06:39:54,431 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 06:39:55 2025-05-20 06:39:54,435 MainThread pygsver.push [run_push] DEBUG push all version tags 06:39:55 2025-05-20 06:39:54,549 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 06:39:55 2025-05-20 06:39:54,600 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 06:39:55 2025-05-20 06:39:54,650 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 06:39:55 2025-05-20 06:39:54,652 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version 06:39:55 2025-05-20 06:39:54,768 MainThread pygsver.tag [run_tag] DEBUG tag force:True 06:39:55 2025-05-20 06:39:54,825 MainThread pygsver.tag [run_tag] DEBUG tag force:False 06:39:55 2025-05-20 06:39:54,960 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 06:39:55 2025-05-20 06:39:55,077 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 06:39:55 2025-05-20 06:39:55,178 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 06:39:55 2025-05-20 06:39:55,284 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 06:39:55 2025-05-20 06:39:55,700 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 06:39:55 2025-05-20 06:39:55,780 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 06:39:55 2025-05-20 06:39:55,905 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 06:39:56 2025-05-20 06:39:56,007 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 06:39:56 2025-05-20 06:39:56,194 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 06:39:56 2025-05-20 06:39:56,326 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 06:39:56 2025-05-20 06:39:56,391 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 06:39:56 2025-05-20 06:39:56,520 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False 06:39:56 2025-05-20 06:39:56,630 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 06:39:56 2025-05-20 06:39:56,705 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 06:39:56 2025-05-20 06:39:56,707 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 06:39:57 2025-05-20 06:39:56,805 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 06:39:57 2025-05-20 06:39:56,806 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 06:39:57 2025-05-20 06:39:56,807 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 06:39:57 2025-05-20 06:39:56,808 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 06:39:57 2025-05-20 06:39:56,808 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 06:39:57 2025-05-20 06:39:56,809 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 06:39:57 2025-05-20 06:39:56,810 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 06:39:57 2025-05-20 06:39:56,811 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 06:39:57 2025-05-20 06:39:56,812 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 06:39:57 2025-05-20 06:39:56,813 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 06:39:57 2025-05-20 06:39:56,819 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev 06:39:57 2025-05-20 06:39:56,819 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 06:39:57 2025-05-20 06:39:56,820 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None 06:39:57 2025-05-20 06:39:56,821 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 06:39:57 2025-05-20 06:39:56,821 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc 06:39:57 2025-05-20 06:39:56,822 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 06:39:57 2025-05-20 06:39:56,823 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 06:39:57 2025-05-20 06:39:56,824 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 06:39:57 2025-05-20 06:39:56,824 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 06:39:57 2025-05-20 06:39:56,825 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev 06:39:57 2025-05-20 06:39:56,826 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 06:39:57 2025-05-20 06:39:56,827 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None 06:39:57 2025-05-20 06:39:56,827 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 06:39:57 2025-05-20 06:39:56,828 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 06:39:57 2025-05-20 06:39:56,829 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 06:39:57 2025-05-20 06:39:56,829 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None 06:39:57 2025-05-20 06:39:56,830 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 06:39:57 2025-05-20 06:39:56,839 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 06:39:57 2025-05-20 06:39:56,840 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 06:39:57 2025-05-20 06:39:56,840 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None 06:39:57 2025-05-20 06:39:56,841 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 06:39:57 2025-05-20 06:39:56,842 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 06:39:57 2025-05-20 06:39:56,843 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 06:39:57 2025-05-20 06:39:56,844 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None 06:39:57 2025-05-20 06:39:56,845 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 06:39:57 2025-05-20 06:39:56,846 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 06:39:57 2025-05-20 06:39:56,855 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 06:39:57 2025-05-20 06:39:56,855 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None 06:39:57 2025-05-20 06:39:56,856 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 06:41:04 [INFO] Executed 39 unit tests 06:41:04 [INFO] All unit tests passed. 06:41:04 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% 06:41:04 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% 06:41:04 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% 06:41:04 [INFO] Overall pygsver coverage is 100% 06:41:04 [INFO] Overall pygsver branch coverage is 85% 06:41:04 [INFO] Overall pygsver partial branch coverage is 85% 06:41:04 [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.4 06:41:04 [INFO] Running Twine check for generated artifacts 06:41:04 [INFO] Installing project pygsver-0.1.4 06:41:04 ------------------------------------------------------------ 06:41:04 BUILD SUCCESSFUL 06:41:04 ------------------------------------------------------------ 06:41:04 Build Summary 06:41:04 Project: pygsver 06:41:04 Version: 0.1.4 06:41:04 Base directory: /code 06:41:04 Environments: 06:41:04 Tasks: prepare [94784 ms] compile_sources [0 ms] run_unit_tests [10884 ms] package [14 ms] run_integration_tests [0 ms] verify [0 ms] coverage [16319 ms] publish [19309 ms] install [37448 ms] 06:41:04 Build finished at 2025-05-20 06:40:59 06:41:04 Build took 223 seconds (223323 ms) 06:41:11 Removing intermediate container ba8f93a87876 06:41:11 ---> baf8e3505cd1 06:41:11 Step 9/20 : FROM python:3.13-slim 06:41:11 ---> f46ee18793e5 06:41:11 Step 10/20 : ENV PYTHONDONTWRITEBYTECODE 1 06:41:11 ---> Using cache 06:41:11 ---> 6cc219664958 06:41:11 Step 11/20 : ENV GIT_PYTHON_TRACE 1 06:41:11 ---> Using cache 06:41:11 ---> 5d374109beda 06:41:11 Step 12/20 : WORKDIR /opt/pygsver 06:41:11 ---> Running in c3077ba495ce 06:41:12 Removing intermediate container c3077ba495ce 06:41:12 ---> 27882b8357ac 06:41:12 Step 13/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git gosu 06:41:12 ---> Running in 4452f3d25a37 06:41:13 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 06:41:13 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 06:41:13 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 06:41:13 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] 06:41:13 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] 06:41:14 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] 06:41:16 Fetched 9203 kB in 3s (2645 kB/s) 06:41:20 Reading package lists... 06:41:23 Reading package lists... 06:41:23 Building dependency tree... 06:41:23 Reading state information... 06:41:25 The following additional packages will be installed: 06:41:25 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 06:41:25 dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 06:41:25 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 06:41:25 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 06:41:25 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 06:41:25 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 06:41:25 libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 06:41:25 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 06:41:25 libssl3 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 06:41:25 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term 06:41:25 openssh-client openssh-server openssh-sftp-server openssl patch perl 06:41:25 perl-modules-5.36 procps psmisc publicsuffix runit-helper sensible-utils 06:41:25 systemd systemd-sysv systemd-timesyncd ucf xauth 06:41:25 Suggested packages: 06:41:25 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui 06:41:25 gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user 06:41:25 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 06:41:25 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain 06:41:25 libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc 06:41:25 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make 06:41:25 libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd 06:41:25 systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 06:41:25 libtss2-rc0 polkitd | policykit-1 06:41:29 The following NEW packages will be installed: 06:41:29 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 06:41:29 dbus-user-session dmsetup git git-man gosu krb5-locales less libapparmor1 06:41:29 libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls 06:41:29 libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 06:41:29 libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 06:41:29 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 06:41:29 libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd 06:41:29 libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules 06:41:29 libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 06:41:29 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 06:41:29 ncurses-term netcat-traditional openssh-client openssh-server 06:41:29 openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix 06:41:29 runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf 06:41:29 xauth 06:41:29 The following packages will be upgraded: 06:41:29 libssl3 openssl 06:41:29 2 upgraded, 79 newly installed, 0 to remove and 9 not upgraded. 06:41:29 Need to get 34.1 MB of archives. 06:41:29 After this operation, 158 MB of additional disk space will be used. 06:41:29 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] 06:41:29 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] 06:41:29 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] 06:41:29 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] 06:41:29 Get:5 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.16-1~deb12u1 [1812 kB] 06:41:29 Get:6 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] 06:41:29 Get:7 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] 06:41:29 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] 06:41:29 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] 06:41:29 Get:10 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] 06:41:29 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] 06:41:29 Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] 06:41:29 Get:13 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] 06:41:29 Get:14 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] 06:41:29 Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] 06:41:29 Get:16 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 06:41:29 Get:17 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] 06:41:29 Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] 06:41:29 Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 06:41:29 Get:20 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] 06:41:30 Get:21 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] 06:41:30 Get:22 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB] 06:41:30 Get:23 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u2 [4027 kB] 06:41:30 Get:24 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u2 [239 kB] 06:41:30 Get:25 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] 06:41:30 Get:26 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] 06:41:30 Get:27 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] 06:41:30 Get:28 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] 06:41:30 Get:29 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] 06:41:30 Get:30 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] 06:41:30 Get:31 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] 06:41:30 Get:32 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] 06:41:30 Get:33 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] 06:41:30 Get:34 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] 06:41:30 Get:35 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] 06:41:30 Get:36 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] 06:41:30 Get:37 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] 06:41:30 Get:38 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 06:41:30 Get:39 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 06:41:30 Get:40 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] 06:41:30 Get:41 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 06:41:30 Get:42 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] 06:41:30 Get:43 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] 06:41:30 Get:44 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] 06:41:30 Get:45 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] 06:41:30 Get:46 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-2.1~deb12u2 [128 kB] 06:41:30 Get:47 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 06:41:30 Get:48 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] 06:41:30 Get:49 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] 06:41:30 Get:50 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] 06:41:30 Get:51 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] 06:41:30 Get:52 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] 06:41:30 Get:53 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] 06:41:30 Get:54 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] 06:41:30 Get:55 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] 06:41:30 Get:56 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] 06:41:30 Get:57 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] 06:41:30 Get:58 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] 06:41:30 Get:59 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] 06:41:30 Get:60 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] 06:41:30 Get:61 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] 06:41:30 Get:62 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] 06:41:30 Get:63 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB] 06:41:30 Get:64 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] 06:41:30 Get:65 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u2 [7148 kB] 06:41:30 Get:66 http://deb.debian.org/debian bookworm/main arm64 gosu arm64 1.14-1+b10 [663 kB] 06:41:30 Get:67 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 06:41:30 Get:68 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] 06:41:30 Get:69 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] 06:41:30 Get:70 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] 06:41:30 Get:71 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] 06:41:30 Get:72 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 06:41:30 Get:73 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] 06:41:30 Get:74 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] 06:41:30 Get:75 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] 06:41:30 Get:76 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.16-1~deb12u1 [1395 kB] 06:41:30 Get:77 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] 06:41:30 Get:78 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] 06:41:30 Get:79 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] 06:41:30 Get:80 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 06:41:30 Get:81 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] 06:41:31 debconf: delaying package configuration, since apt-utils is not installed 06:41:31 Fetched 34.1 MB in 1s (37.5 MB/s) 06:41:31 Selecting previously unselected package libargon2-1:arm64. 06:41:31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6626 files and directories currently installed.) 06:41:31 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... 06:41:31 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 06:41:31 Selecting previously unselected package dmsetup. 06:41:31 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... 06:41:31 Unpacking dmsetup (2:1.02.185-2) ... 06:41:31 Selecting previously unselected package libdevmapper1.02.1:arm64. 06:41:31 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... 06:41:31 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 06:41:31 Selecting previously unselected package libjson-c5:arm64. 06:41:32 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... 06:41:32 Unpacking libjson-c5:arm64 (0.16-2) ... 06:41:32 Preparing to unpack .../04-libssl3_3.0.16-1~deb12u1_arm64.deb ... 06:41:32 Unpacking libssl3:arm64 (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... 06:41:32 Selecting previously unselected package libcryptsetup12:arm64. 06:41:32 Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... 06:41:32 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 06:41:32 Selecting previously unselected package libfdisk1:arm64. 06:41:32 Preparing to unpack .../06-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... 06:41:32 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... 06:41:32 Selecting previously unselected package libkmod2:arm64. 06:41:32 Preparing to unpack .../07-libkmod2_30+20221128-1_arm64.deb ... 06:41:32 Unpacking libkmod2:arm64 (30+20221128-1) ... 06:41:32 Selecting previously unselected package libapparmor1:arm64. 06:41:32 Preparing to unpack .../08-libapparmor1_3.0.8-3_arm64.deb ... 06:41:32 Unpacking libapparmor1:arm64 (3.0.8-3) ... 06:41:32 Selecting previously unselected package libip4tc2:arm64. 06:41:32 Preparing to unpack .../09-libip4tc2_1.8.9-2_arm64.deb ... 06:41:32 Unpacking libip4tc2:arm64 (1.8.9-2) ... 06:41:32 Selecting previously unselected package libsystemd-shared:arm64. 06:41:32 Preparing to unpack .../10-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... 06:41:32 Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... 06:41:33 Setting up libssl3:arm64 (3.0.16-1~deb12u1) ... 06:41:33 Selecting previously unselected package systemd. 06:41:33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6700 files and directories currently installed.) 06:41:33 Preparing to unpack .../systemd_252.36-1~deb12u1_arm64.deb ... 06:41:33 Unpacking systemd (252.36-1~deb12u1) ... 06:41:34 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 06:41:34 Setting up libjson-c5:arm64 (0.16-2) ... 06:41:34 Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... 06:41:34 Setting up libkmod2:arm64 (30+20221128-1) ... 06:41:34 Setting up libapparmor1:arm64 (3.0.8-3) ... 06:41:34 Setting up libip4tc2:arm64 (1.8.9-2) ... 06:41:34 Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... 06:41:34 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 06:41:34 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 06:41:34 Setting up systemd (252.36-1~deb12u1) ... 06:41:34 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 06:41:34 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 06:41:34 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 06:41:34 Initializing machine ID from random generator. 06:41:34 Creating group 'systemd-journal' with GID 999. 06:41:34 Creating group 'systemd-network' with GID 998. 06:41:34 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 06:41:34 Setting up dmsetup (2:1.02.185-2) ... 06:41:34 Selecting previously unselected package systemd-sysv. 06:41:35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7548 files and directories currently installed.) 06:41:35 Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_arm64.deb ... 06:41:35 Unpacking systemd-sysv (252.36-1~deb12u1) ... 06:41:35 Selecting previously unselected package libdbus-1-3:arm64. 06:41:35 Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... 06:41:35 Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 06:41:35 Selecting previously unselected package dbus-bin. 06:41:35 Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... 06:41:35 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 06:41:35 Selecting previously unselected package dbus-session-bus-common. 06:41:35 Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 06:41:35 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 06:41:35 Selecting previously unselected package libexpat1:arm64. 06:41:35 Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_arm64.deb ... 06:41:35 Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... 06:41:35 Selecting previously unselected package dbus-daemon. 06:41:35 Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... 06:41:35 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 06:41:35 Selecting previously unselected package dbus-system-bus-common. 06:41:35 Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 06:41:35 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 06:41:35 Selecting previously unselected package dbus. 06:41:35 Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_arm64.deb ... 06:41:35 Unpacking dbus (1.14.10-1~deb12u1) ... 06:41:35 Selecting previously unselected package perl-modules-5.36. 06:41:35 Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... 06:41:36 Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... 06:41:37 Selecting previously unselected package libgdbm-compat4:arm64. 06:41:37 Preparing to unpack .../09-libgdbm-compat4_1.23-3_arm64.deb ... 06:41:37 Unpacking libgdbm-compat4:arm64 (1.23-3) ... 06:41:37 Selecting previously unselected package libperl5.36:arm64. 06:41:37 Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_arm64.deb ... 06:41:37 Unpacking libperl5.36:arm64 (5.36.0-7+deb12u2) ... 06:41:38 Selecting previously unselected package perl. 06:41:38 Preparing to unpack .../11-perl_5.36.0-7+deb12u2_arm64.deb ... 06:41:38 Unpacking perl (5.36.0-7+deb12u2) ... 06:41:38 Selecting previously unselected package libbsd0:arm64. 06:41:38 Preparing to unpack .../12-libbsd0_0.11.7-2_arm64.deb ... 06:41:38 Unpacking libbsd0:arm64 (0.11.7-2) ... 06:41:38 Selecting previously unselected package libedit2:arm64. 06:41:38 Preparing to unpack .../13-libedit2_3.1-20221030-2_arm64.deb ... 06:41:38 Unpacking libedit2:arm64 (3.1-20221030-2) ... 06:41:38 Selecting previously unselected package libcbor0.8:arm64. 06:41:38 Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_arm64.deb ... 06:41:38 Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... 06:41:38 Selecting previously unselected package libfido2-1:arm64. 06:41:38 Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_arm64.deb ... 06:41:38 Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... 06:41:38 Selecting previously unselected package libkrb5support0:arm64. 06:41:38 Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... 06:41:38 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 06:41:38 Selecting previously unselected package libk5crypto3:arm64. 06:41:38 Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... 06:41:38 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 06:41:39 Selecting previously unselected package libkeyutils1:arm64. 06:41:39 Preparing to unpack .../18-libkeyutils1_1.6.3-2_arm64.deb ... 06:41:39 Unpacking libkeyutils1:arm64 (1.6.3-2) ... 06:41:39 Selecting previously unselected package libkrb5-3:arm64. 06:41:39 Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... 06:41:39 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 06:41:39 Selecting previously unselected package libgssapi-krb5-2:arm64. 06:41:39 Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... 06:41:39 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 06:41:39 Selecting previously unselected package openssh-client. 06:41:39 Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... 06:41:39 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 06:41:39 Selecting previously unselected package openssh-sftp-server. 06:41:39 Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 06:41:39 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 06:41:39 Selecting previously unselected package libproc2-0:arm64. 06:41:39 Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_arm64.deb ... 06:41:39 Unpacking libproc2-0:arm64 (2:4.0.2-3) ... 06:41:40 Selecting previously unselected package procps. 06:41:40 Preparing to unpack .../24-procps_2%3a4.0.2-3_arm64.deb ... 06:41:40 Unpacking procps (2:4.0.2-3) ... 06:41:40 Selecting previously unselected package sensible-utils. 06:41:40 Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... 06:41:40 Unpacking sensible-utils (0.0.17+nmu1) ... 06:41:40 Selecting previously unselected package ucf. 06:41:40 Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... 06:41:40 Moving old data out of the way 06:41:40 Unpacking ucf (3.0043+nmu1+deb12u1) ... 06:41:40 Selecting previously unselected package runit-helper. 06:41:40 Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... 06:41:40 Unpacking runit-helper (2.15.2) ... 06:41:40 Selecting previously unselected package libtirpc-common. 06:41:40 Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... 06:41:40 Unpacking libtirpc-common (1.3.3+ds-1) ... 06:41:40 Selecting previously unselected package libtirpc3:arm64. 06:41:40 Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_arm64.deb ... 06:41:40 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... 06:41:40 Selecting previously unselected package libnsl2:arm64. 06:41:40 Preparing to unpack .../30-libnsl2_1.3.0-2_arm64.deb ... 06:41:40 Unpacking libnsl2:arm64 (1.3.0-2) ... 06:41:40 Selecting previously unselected package libwrap0:arm64. 06:41:40 Preparing to unpack .../31-libwrap0_7.6.q-32_arm64.deb ... 06:41:40 Unpacking libwrap0:arm64 (7.6.q-32) ... 06:41:40 Selecting previously unselected package openssh-server. 06:41:40 Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 06:41:40 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 06:41:41 Selecting previously unselected package less. 06:41:41 Preparing to unpack .../33-less_590-2.1~deb12u2_arm64.deb ... 06:41:41 Unpacking less (590-2.1~deb12u2) ... 06:41:41 Selecting previously unselected package krb5-locales. 06:41:41 Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... 06:41:41 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 06:41:41 Selecting previously unselected package libnss-systemd:arm64. 06:41:41 Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_arm64.deb ... 06:41:41 Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... 06:41:41 Selecting previously unselected package libpam-systemd:arm64. 06:41:41 Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_arm64.deb ... 06:41:41 Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... 06:41:41 Selecting previously unselected package ncurses-term. 06:41:41 Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... 06:41:41 Unpacking ncurses-term (6.4-4) ... 06:41:43 Selecting previously unselected package netcat-traditional. 06:41:43 Preparing to unpack .../38-netcat-traditional_1.10-47_arm64.deb ... 06:41:43 Unpacking netcat-traditional (1.10-47) ... 06:41:43 Selecting previously unselected package systemd-timesyncd. 06:41:43 Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... 06:41:43 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 06:41:43 Selecting previously unselected package dbus-user-session. 06:41:43 Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... 06:41:43 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 06:41:43 Selecting previously unselected package libbrotli1:arm64. 06:41:43 Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_arm64.deb ... 06:41:43 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... 06:41:43 Selecting previously unselected package libsasl2-modules-db:arm64. 06:41:43 Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... 06:41:43 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 06:41:44 Selecting previously unselected package libsasl2-2:arm64. 06:41:44 Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... 06:41:44 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... 06:41:44 Selecting previously unselected package libldap-2.5-0:arm64. 06:41:44 Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... 06:41:44 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 06:41:44 Selecting previously unselected package libnghttp2-14:arm64. 06:41:44 Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... 06:41:44 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 06:41:44 Selecting previously unselected package libpsl5:arm64. 06:41:44 Preparing to unpack .../46-libpsl5_0.21.2-1_arm64.deb ... 06:41:44 Unpacking libpsl5:arm64 (0.21.2-1) ... 06:41:44 Selecting previously unselected package librtmp1:arm64. 06:41:44 Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... 06:41:44 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 06:41:44 Selecting previously unselected package libssh2-1:arm64. 06:41:44 Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_arm64.deb ... 06:41:44 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... 06:41:44 Selecting previously unselected package libcurl3-gnutls:arm64. 06:41:44 Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... 06:41:44 Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 06:41:44 Selecting previously unselected package liberror-perl. 06:41:44 Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... 06:41:44 Unpacking liberror-perl (0.17029-2) ... 06:41:44 Selecting previously unselected package git-man. 06:41:44 Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... 06:41:44 Unpacking git-man (1:2.39.5-0+deb12u2) ... 06:41:45 Selecting previously unselected package git. 06:41:45 Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_arm64.deb ... 06:41:45 Unpacking git (1:2.39.5-0+deb12u2) ... 06:41:46 Selecting previously unselected package gosu. 06:41:46 Preparing to unpack .../53-gosu_1.14-1+b10_arm64.deb ... 06:41:46 Unpacking gosu (1.14-1+b10) ... 06:41:46 Selecting previously unselected package libldap-common. 06:41:46 Preparing to unpack .../54-libldap-common_2.5.13+dfsg-5_all.deb ... 06:41:46 Unpacking libldap-common (2.5.13+dfsg-5) ... 06:41:46 Selecting previously unselected package libsasl2-modules:arm64. 06:41:46 Preparing to unpack .../55-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... 06:41:46 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 06:41:46 Selecting previously unselected package libxau6:arm64. 06:41:46 Preparing to unpack .../56-libxau6_1%3a1.0.9-1_arm64.deb ... 06:41:46 Unpacking libxau6:arm64 (1:1.0.9-1) ... 06:41:46 Selecting previously unselected package libxdmcp6:arm64. 06:41:46 Preparing to unpack .../57-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 06:41:46 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 06:41:46 Selecting previously unselected package libxcb1:arm64. 06:41:47 Preparing to unpack .../58-libxcb1_1.15-1_arm64.deb ... 06:41:47 Unpacking libxcb1:arm64 (1.15-1) ... 06:41:47 Selecting previously unselected package libx11-data. 06:41:47 Preparing to unpack .../59-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 06:41:47 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 06:41:47 Selecting previously unselected package libx11-6:arm64. 06:41:47 Preparing to unpack .../60-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... 06:41:47 Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 06:41:47 Selecting previously unselected package libxext6:arm64. 06:41:47 Preparing to unpack .../61-libxext6_2%3a1.3.4-1+b1_arm64.deb ... 06:41:47 Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... 06:41:47 Selecting previously unselected package libxmuu1:arm64. 06:41:47 Preparing to unpack .../62-libxmuu1_2%3a1.1.3-3_arm64.deb ... 06:41:47 Unpacking libxmuu1:arm64 (2:1.1.3-3) ... 06:41:47 Preparing to unpack .../63-openssl_3.0.16-1~deb12u1_arm64.deb ... 06:41:47 Unpacking openssl (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... 06:41:48 Selecting previously unselected package patch. 06:41:48 Preparing to unpack .../64-patch_2.7.6-7_arm64.deb ... 06:41:48 Unpacking patch (2.7.6-7) ... 06:41:48 Selecting previously unselected package psmisc. 06:41:48 Preparing to unpack .../65-psmisc_23.6-1_arm64.deb ... 06:41:48 Unpacking psmisc (23.6-1) ... 06:41:48 Selecting previously unselected package publicsuffix. 06:41:48 Preparing to unpack .../66-publicsuffix_20230209.2326-1_all.deb ... 06:41:48 Unpacking publicsuffix (20230209.2326-1) ... 06:41:48 Selecting previously unselected package ssh. 06:41:48 Preparing to unpack .../67-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 06:41:48 Unpacking ssh (1:9.2p1-2+deb12u6) ... 06:41:48 Selecting previously unselected package xauth. 06:41:48 Preparing to unpack .../68-xauth_1%3a1.1.2-1_arm64.deb ... 06:41:48 Unpacking xauth (1:1.1.2-1) ... 06:41:48 Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... 06:41:48 Setting up runit-helper (2.15.2) ... 06:41:48 Setting up systemd-sysv (252.36-1~deb12u1) ... 06:41:48 Setting up libxau6:arm64 (1:1.0.9-1) ... 06:41:48 Setting up libkeyutils1:arm64 (1.6.3-2) ... 06:41:48 Setting up libpsl5:arm64 (0.21.2-1) ... 06:41:48 Setting up netcat-traditional (1.10-47) ... 06:41:48 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 06:41:48 update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist 06:41:48 update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist 06:41:48 Setting up psmisc (23.6-1) ... 06:41:48 Setting up libtirpc-common (1.3.3+ds-1) ... 06:41:48 Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... 06:41:48 Setting up libbrotli1:arm64 (1.0.9-2+b6) ... 06:41:48 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 06:41:48 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 06:41:48 Setting up less (590-2.1~deb12u2) ... 06:41:48 Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... 06:41:48 Setting up krb5-locales (1.20.1-2+deb12u3) ... 06:41:48 Setting up libldap-common (2.5.13+dfsg-5) ... 06:41:49 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 06:41:49 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 06:41:49 Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... 06:41:49 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 06:41:49 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 06:41:49 Setting up gosu (1.14-1+b10) ... 06:41:49 Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 06:41:49 Setting up libproc2-0:arm64 (2:4.0.2-3) ... 06:41:49 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 06:41:49 Creating group 'systemd-timesync' with GID 997. 06:41:49 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 06:41:50 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 06:41:50 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 06:41:50 Setting up patch (2.7.6-7) ... 06:41:50 Setting up libgdbm-compat4:arm64 (1.23-3) ... 06:41:50 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 06:41:50 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... 06:41:50 Setting up sensible-utils (0.0.17+nmu1) ... 06:41:50 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 06:41:50 Setting up procps (2:4.0.2-3) ... 06:41:50 Setting up git-man (1:2.39.5-0+deb12u2) ... 06:41:50 Setting up libssh2-1:arm64 (1.10.0-3+b1) ... 06:41:50 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 06:41:50 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 06:41:50 Setting up libfido2-1:arm64 (1.12.0-2+b1) ... 06:41:50 Setting up openssl (3.0.16-1~deb12u1) ... 06:41:50 Setting up libbsd0:arm64 (0.11.7-2) ... 06:41:50 Setting up publicsuffix (20230209.2326-1) ... 06:41:50 Setting up libperl5.36:arm64 (5.36.0-7+deb12u2) ... 06:41:50 Setting up dbus-bin (1.14.10-1~deb12u1) ... 06:41:50 Setting up ncurses-term (6.4-4) ... 06:41:50 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 06:41:50 Setting up libxcb1:arm64 (1.15-1) ... 06:41:50 Setting up libedit2:arm64 (3.1-20221030-2) ... 06:41:50 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 06:41:50 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 06:41:50 Setting up perl (5.36.0-7+deb12u2) ... 06:41:50 Setting up dbus (1.14.10-1~deb12u1) ... 06:41:50 invoke-rc.d: could not determine current runlevel 06:41:50 invoke-rc.d: policy-rc.d denied execution of start. 06:41:50 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 06:41:50 Setting up ucf (3.0043+nmu1+deb12u1) ... 06:41:51 debconf: unable to initialize frontend: Dialog 06:41:51 debconf: (TERM is not set, so the dialog frontend is not usable.) 06:41:51 debconf: falling back to frontend: Readline 06:41:51 debconf: unable to initialize frontend: Readline 06:41:51 debconf: (This frontend requires a controlling tty.) 06:41:51 debconf: falling back to frontend: Teletype 06:41:51 Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... 06:41:52 debconf: unable to initialize frontend: Dialog 06:41:52 debconf: (TERM is not set, so the dialog frontend is not usable.) 06:41:52 debconf: falling back to frontend: Readline 06:41:52 debconf: unable to initialize frontend: Readline 06:41:52 debconf: (This frontend requires a controlling tty.) 06:41:52 debconf: falling back to frontend: Teletype 06:41:52 Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 06:41:52 Setting up libxmuu1:arm64 (2:1.1.3-3) ... 06:41:52 Setting up libtirpc3:arm64 (1.3.3+ds-1) ... 06:41:52 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 06:41:52 Setting up libxext6:arm64 (2:1.3.4-1+b1) ... 06:41:52 Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 06:41:52 Setting up liberror-perl (0.17029-2) ... 06:41:52 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 06:41:52 Setting up git (1:2.39.5-0+deb12u2) ... 06:41:52 Setting up xauth (1:1.1.2-1) ... 06:41:52 Setting up libnsl2:arm64 (1.3.0-2) ... 06:41:52 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 06:41:52 Setting up libwrap0:arm64 (7.6.q-32) ... 06:41:52 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 06:41:53 debconf: unable to initialize frontend: Dialog 06:41:53 debconf: (TERM is not set, so the dialog frontend is not usable.) 06:41:53 debconf: falling back to frontend: Readline 06:41:53 debconf: unable to initialize frontend: Readline 06:41:53 debconf: (This frontend requires a controlling tty.) 06:41:53 debconf: falling back to frontend: Teletype 06:41:53 06:41:53 Creating config file /etc/ssh/sshd_config with new version 06:41:55 Creating SSH2 RSA key; this may take some time ... 06:41:55 3072 SHA256:zea4Gr8Z81j7jzeFvuZVyR632dVUwfpWSbCh7ica+2U root@4452f3d25a37 (RSA) 06:41:55 Creating SSH2 ECDSA key; this may take some time ... 06:41:55 256 SHA256:YQvr/X2YZm9ZvOIr24AmCSyNZkLCEsoMWw4Bc+Ux74o root@4452f3d25a37 (ECDSA) 06:41:55 Creating SSH2 ED25519 key; this may take some time ... 06:41:55 256 SHA256:YoP/3yyZBNlJLlKcMhbc8HuV9Gm+EK0K6ONediPe+fk root@4452f3d25a37 (ED25519) 06:41:55 invoke-rc.d: could not determine current runlevel 06:41:55 invoke-rc.d: policy-rc.d denied execution of start. 06:41:56 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 06:41:56 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 06:41:56 Setting up ssh (1:9.2p1-2+deb12u6) ... 06:41:56 Processing triggers for libc-bin (2.36-9+deb12u10) ... 06:42:06 Removing intermediate container 4452f3d25a37 06:42:06 ---> cb2361c06768 06:42:06 Step 14/20 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ 06:42:09 ---> cc665d2298fa 06:42:09 Step 15/20 : RUN pip install pygsver-*.tar.gz 06:42:09 ---> Running in 47be032cc6b6 06:42:19 Processing ./pygsver-0.1.4.tar.gz 06:42:19 Installing build dependencies: started 06:42:34 Installing build dependencies: finished with status 'done' 06:42:34 Getting requirements to build wheel: started 06:42:36 Getting requirements to build wheel: finished with status 'done' 06:42:36 Preparing metadata (pyproject.toml): started 06:42:39 Preparing metadata (pyproject.toml): finished with status 'done' 06:42:40 Collecting semver==2.13.0 (from pygsver==0.1.4) 06:42:40 Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) 06:42:40 Collecting GitPython==3.1.37 (from pygsver==0.1.4) 06:42:40 Downloading GitPython-3.1.37-py3-none-any.whl.metadata (12 kB) 06:42:40 Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.37->pygsver==0.1.4) 06:42:40 Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) 06:42:40 Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.37->pygsver==0.1.4) 06:42:41 Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) 06:42:41 Downloading GitPython-3.1.37-py3-none-any.whl (190 kB) 06:42:41 Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) 06:42:41 Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) 06:42:41 Downloading smmap-5.0.2-py3-none-any.whl (24 kB) 06:42:41 Building wheels for collected packages: pygsver 06:42:41 Building wheel for pygsver (pyproject.toml): started 06:42:45 Building wheel for pygsver (pyproject.toml): finished with status 'done' 06:42:45 Created wheel for pygsver: filename=pygsver-0.1.4-py3-none-any.whl size=12478 sha256=ebd100514c996a6ff27288bf92f4d73ec1e72a25c90b92f04676c1b081113d2e 06:42:45 Stored in directory: /root/.cache/pip/wheels/4d/a4/f7/2ceaad8e8d1ab77b6fa864b82a652e68e816d6a43a9991a541 06:42:45 Successfully built pygsver 06:42:45 Installing collected packages: smmap, semver, gitdb, GitPython, pygsver 06:42:46 Successfully installed GitPython-3.1.37 gitdb-4.0.12 pygsver-0.1.4 semver-2.13.0 smmap-5.0.2 06:42:46 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 06:42:46  06:42:46 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 06:42:46 [notice] To update, run: pip install --upgrade pip 06:42:48 Removing intermediate container 47be032cc6b6 06:42:48 ---> 4df6ad7cb05f 06:42:48 Step 16/20 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh 06:42:49 ---> e4017c06412f 06:42:49 Step 17/20 : RUN chmod +x /usr/local/bin/entrypoint.sh 06:42:49 ---> Running in 4ef262afa049 06:42:51 Removing intermediate container 4ef262afa049 06:42:51 ---> 23cd2d1f1350 06:42:51 Step 18/20 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] 06:42:51 ---> Running in 0330cc85dcbf 06:42:51 Removing intermediate container 0330cc85dcbf 06:42:51 ---> 08ce167615bc 06:42:51 Step 19/20 : LABEL arch=arm64 06:42:51 ---> Running in 829b64797baf 06:42:51 Removing intermediate container 829b64797baf 06:42:51 ---> b1e1acc3d520 06:42:51 Step 20/20 : LABEL git_sha=9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 06:42:51 ---> Running in 5f3072805e9c 06:42:51 Removing intermediate container 5f3072805e9c 06:42:51 ---> 7e422e00fca6 06:42:51 [Warning] One or more build-args [ARCH] were not consumed 06:42:51 Successfully built 7e422e00fca6 06:42:51 Successfully tagged edgex-devops/py-git-semver-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 06:42:52 [edgeXDocker.push] Tagging docker image py-git-semver-arm64 with the following tags: 06:42:52 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 06:42:52 latest 06:42:52 main 06:42:52 0.1.4 06:42:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:52 + docker tag edgex-devops/py-git-semver-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:52 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 06:42:52 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] 06:42:53 5db6a6db79fe: Preparing 06:42:53 4c6d300b49f5: Preparing 06:42:53 928f5dce4b37: Preparing 06:42:53 b1a078c84c8f: Preparing 06:42:53 69e79a290c76: Preparing 06:42:53 e39f62de7b6b: Preparing 06:42:53 ad2b4c9d15a9: Preparing 06:42:53 65d94c6eceab: Preparing 06:42:53 35393cf1138f: Preparing 06:42:53 66a307619b8c: Preparing 06:42:53 65d94c6eceab: Waiting 06:42:53 66a307619b8c: Waiting 06:42:53 35393cf1138f: Waiting 06:42:53 e39f62de7b6b: Waiting 06:42:53 ad2b4c9d15a9: Waiting 06:42:57 4c6d300b49f5: Pushed 06:42:57 928f5dce4b37: Pushed 06:42:57 b1a078c84c8f: Pushed 06:42:57 5db6a6db79fe: Pushed 06:42:57 e39f62de7b6b: Pushed 06:42:57 ad2b4c9d15a9: Pushed 06:42:59 35393cf1138f: Pushed 06:43:05 65d94c6eceab: Pushed 06:43:14 66a307619b8c: Pushed 06:43:26 69e79a290c76: Pushed 06:43:26 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947: digest: sha256:b9c8c0d2dc82ee77aeb35c6a711b4f799123b0b7fa72e02d4e9789b4e072b537 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:26 + docker tag edgex-devops/py-git-semver-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:27 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest 06:43:27 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] 06:43:27 5db6a6db79fe: Preparing 06:43:27 4c6d300b49f5: Preparing 06:43:27 928f5dce4b37: Preparing 06:43:27 b1a078c84c8f: Preparing 06:43:27 69e79a290c76: Preparing 06:43:27 e39f62de7b6b: Preparing 06:43:27 ad2b4c9d15a9: Preparing 06:43:27 65d94c6eceab: Preparing 06:43:27 35393cf1138f: Preparing 06:43:27 66a307619b8c: Preparing 06:43:27 ad2b4c9d15a9: Waiting 06:43:27 e39f62de7b6b: Waiting 06:43:27 35393cf1138f: Waiting 06:43:27 65d94c6eceab: Waiting 06:43:27 66a307619b8c: Waiting 06:43:27 69e79a290c76: Layer already exists 06:43:27 5db6a6db79fe: Layer already exists 06:43:27 928f5dce4b37: Layer already exists 06:43:27 4c6d300b49f5: Layer already exists 06:43:27 b1a078c84c8f: Layer already exists 06:43:27 ad2b4c9d15a9: Layer already exists 06:43:27 e39f62de7b6b: Layer already exists 06:43:27 66a307619b8c: Layer already exists 06:43:27 65d94c6eceab: Layer already exists 06:43:27 35393cf1138f: Layer already exists 06:43:27 latest: digest: sha256:b9c8c0d2dc82ee77aeb35c6a711b4f799123b0b7fa72e02d4e9789b4e072b537 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:27 + docker tag edgex-devops/py-git-semver-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:28 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main 06:43:28 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] 06:43:28 5db6a6db79fe: Preparing 06:43:28 4c6d300b49f5: Preparing 06:43:28 928f5dce4b37: Preparing 06:43:28 b1a078c84c8f: Preparing 06:43:28 69e79a290c76: Preparing 06:43:28 e39f62de7b6b: Preparing 06:43:28 ad2b4c9d15a9: Preparing 06:43:28 65d94c6eceab: Preparing 06:43:28 35393cf1138f: Preparing 06:43:28 66a307619b8c: Preparing 06:43:28 e39f62de7b6b: Waiting 06:43:28 ad2b4c9d15a9: Waiting 06:43:28 65d94c6eceab: Waiting 06:43:28 66a307619b8c: Waiting 06:43:28 35393cf1138f: Waiting 06:43:28 928f5dce4b37: Layer already exists 06:43:28 4c6d300b49f5: Layer already exists 06:43:28 b1a078c84c8f: Layer already exists 06:43:28 69e79a290c76: Layer already exists 06:43:28 5db6a6db79fe: Layer already exists 06:43:28 ad2b4c9d15a9: Layer already exists 06:43:28 66a307619b8c: Layer already exists 06:43:28 e39f62de7b6b: Layer already exists 06:43:28 35393cf1138f: Layer already exists 06:43:28 65d94c6eceab: Layer already exists 06:43:28 main: digest: sha256:b9c8c0d2dc82ee77aeb35c6a711b4f799123b0b7fa72e02d4e9789b4e072b537 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:28 + docker tag edgex-devops/py-git-semver-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:29 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 06:43:29 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] 06:43:29 5db6a6db79fe: Preparing 06:43:29 4c6d300b49f5: Preparing 06:43:29 928f5dce4b37: Preparing 06:43:29 b1a078c84c8f: Preparing 06:43:29 69e79a290c76: Preparing 06:43:29 e39f62de7b6b: Preparing 06:43:29 ad2b4c9d15a9: Preparing 06:43:29 65d94c6eceab: Preparing 06:43:29 35393cf1138f: Preparing 06:43:29 66a307619b8c: Preparing 06:43:29 e39f62de7b6b: Waiting 06:43:29 65d94c6eceab: Waiting 06:43:29 ad2b4c9d15a9: Waiting 06:43:29 66a307619b8c: Waiting 06:43:29 35393cf1138f: Waiting 06:43:29 4c6d300b49f5: Layer already exists 06:43:29 69e79a290c76: Layer already exists 06:43:29 928f5dce4b37: Layer already exists 06:43:29 b1a078c84c8f: Layer already exists 06:43:29 5db6a6db79fe: Layer already exists 06:43:29 e39f62de7b6b: Layer already exists 06:43:29 ad2b4c9d15a9: Layer already exists 06:43:29 65d94c6eceab: Layer already exists 06:43:29 35393cf1138f: Layer already exists 06:43:29 66a307619b8c: Layer already exists 06:43:29 0.1.4: digest: sha256:b9c8c0d2dc82ee77aeb35c6a711b4f799123b0b7fa72e02d4e9789b4e072b537 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:43:29 ===================================================== [Pipeline] echo 06:43:29 taggedImages: 06:43:29 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 06:43:29 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest 06:43:29 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main 06:43:29 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 [Pipeline] echo 06:43:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [Pipeline] echo 06:43:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest [Pipeline] echo 06:43:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main [Pipeline] echo 06:43:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:43:29 06:43:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:43:30 arm64: Pulling from edgex-lftools-log-publisher 06:43:30 8998bd30e6a1: Pulling fs layer 06:43:30 04944245beec: Pulling fs layer 06:43:30 699f458cf7ca: Pulling fs layer 06:43:30 765212b225bb: Pulling fs layer 06:43:30 f23df028b6ca: Pulling fs layer 06:43:30 d65c8cfc05b1: Pulling fs layer 06:43:30 2437ff75d9bd: Pulling fs layer 06:43:30 765212b225bb: Waiting 06:43:30 f23df028b6ca: Waiting 06:43:30 d65c8cfc05b1: Waiting 06:43:30 2437ff75d9bd: Waiting 06:43:30 04944245beec: Verifying Checksum 06:43:30 04944245beec: Download complete 06:43:30 765212b225bb: Verifying Checksum 06:43:30 765212b225bb: Download complete 06:43:30 f23df028b6ca: Download complete 06:43:30 d65c8cfc05b1: Verifying Checksum 06:43:30 d65c8cfc05b1: Download complete 06:43:30 699f458cf7ca: Verifying Checksum 06:43:30 699f458cf7ca: Download complete 06:43:31 8998bd30e6a1: Verifying Checksum 06:43:31 8998bd30e6a1: Download complete 06:43:33 2437ff75d9bd: Verifying Checksum 06:43:33 2437ff75d9bd: Download complete 06:43:35 8998bd30e6a1: Pull complete 06:43:35 04944245beec: Pull complete 06:43:37 699f458cf7ca: Pull complete 06:43:37 765212b225bb: Pull complete 06:43:38 f23df028b6ca: Pull complete 06:43:38 d65c8cfc05b1: Pull complete 06:43:56 2437ff75d9bd: Pull complete 06:43:56 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:43:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:43:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:43:57 prd-ubuntu20.04-docker-arm64-4c-16g-1848 does not seem to be running inside a container 06:43:57 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_main -v /w/workspace/edgexfoundry_git-semver_main:/w/workspace/edgexfoundry_git-semver_main:rw,z -v /w/workspace/edgexfoundry_git-semver_main@tmp:/w/workspace/edgexfoundry_git-semver_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:43:59 $ docker top a1e0e8209ae771b1c1b9d8f7a7766372d5f82a9bfd547c9ce86fe2851de8a531 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:44:00 ---> job-cost.sh 06:44:00 lf-activate-venv: SKIPPING 06:44:00 INFO: No Stack... 06:44:00 INFO: Retrieving Pricing Info for: v3-standard-4 06:44:01 INFO: Archiving Costs [Pipeline] sh 06:44:02 + cat /w/workspace/edgexfoundry_git-semver_main/archives/cost.csv+ 06:44:02 cut -d, -f6 [Pipeline] lock 06:44:02 Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-main-6-stack-cost] 06:44:02 Resource [jenkins-edgexfoundry-git-semver-main-6-stack-cost] did not exist. Created. 06:44:02 Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-main-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:44:02 /w/workspace/edgexfoundry_git-semver_main@tmp/durable-da19927c/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:44:03 + echo total: 0.10999999940395355 [Pipeline] stash 06:44:03 Warning: overwriting stash ‘stack-cost’ 06:44:04 Stashed 1 file(s) [Pipeline] } 06:44:04 Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-main-6-stack-cost] [Pipeline] // lock [Pipeline] } 06:44:04 $ docker stop --time=1 a1e0e8209ae771b1c1b9d8f7a7766372d5f82a9bfd547c9ce86fe2851de8a531 06:44:05 $ docker rm -f --volumes a1e0e8209ae771b1c1b9d8f7a7766372d5f82a9bfd547c9ce86fe2851de8a531 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 06:44:06 + [ -d /w/workspace/edgexfoundry_git-semver_main/archives ] 06:44:06 + ls -al /w/workspace/edgexfoundry_git-semver_main/archives 06:44:06 total 16 06:44:06 drwxr-xr-x 3 root root 4096 May 20 06:36 . 06:44:06 drwxrwxr-x 7 jenkins jenkins 4096 May 20 06:36 .. 06:44:06 drwxr-xr-x 2 root root 4096 May 20 06:36 cost 06:44:06 -rw-r--r-- 1 root root 80 May 20 06:36 cost.csv 06:44:06 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_git-semver_main/archives 06:44:06 + ls -al /w/workspace/edgexfoundry_git-semver_main/archives 06:44:06 total 16 06:44:06 drwxr-xr-x 3 jenkins jenkins 4096 May 20 06:36 . 06:44:06 drwxrwxr-x 7 jenkins jenkins 4096 May 20 06:36 .. 06:44:06 drwxr-xr-x 2 jenkins jenkins 4096 May 20 06:36 cost 06:44:06 -rw-r--r-- 1 jenkins jenkins 80 May 20 06:36 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:44:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:44:08 ---> package-listing.sh 06:44:08 ++ facter osfamily 06:44:08 ++ tr '[:upper:]' '[:lower:]' 06:44:08 + OS_FAMILY=debian 06:44:08 + workspace=/w/workspace/edgexfoundry_git-semver_main 06:44:08 + START_PACKAGES=/tmp/packages_start.txt 06:44:08 + END_PACKAGES=/tmp/packages_end.txt 06:44:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:44:08 + PACKAGES=/tmp/packages_start.txt 06:44:08 + '[' /w/workspace/edgexfoundry_git-semver_main ']' 06:44:08 + PACKAGES=/tmp/packages_end.txt 06:44:08 + case "${OS_FAMILY}" in 06:44:08 + dpkg -l 06:44:08 + grep '^ii' 06:44:08 + '[' -f /tmp/packages_start.txt ']' 06:44:08 + '[' -f /tmp/packages_end.txt ']' 06:44:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:44:08 + '[' /w/workspace/edgexfoundry_git-semver_main ']' 06:44:08 + mkdir -p /w/workspace/edgexfoundry_git-semver_main/archives/ 06:44:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_main/archives/ [Pipeline] echo 06:44:08 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_git-semver_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:44:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:44:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:44:09 prd-ubuntu20.04-docker-8c-8g-1845 does not seem to be running inside a container 06:44:09 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_git-semver_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_main -v /w/workspace/edgexfoundry_git-semver_main:/w/workspace/edgexfoundry_git-semver_main:rw,z -v /w/workspace/edgexfoundry_git-semver_main@tmp:/w/workspace/edgexfoundry_git-semver_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:44:09 $ docker top 6ef38bacbdafd76fa95de2c5f804b08bb0471805f03373b13297a857dc329c38 -eo pid,comm [Pipeline] { [Pipeline] sh 06:44:09 + touch /tmp/pre-build-complete [Pipeline] sh 06:44:10 + mkdir -p /var/log/sysstat [Pipeline] sh 06:44:10 + ls /var/log/sa-host 06:44:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:44:10 provisioning config files... 06:44:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config6522266581801116176tmp [Pipeline] { [Pipeline] echo 06:44:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:44:10 ---> create-netrc.sh [Pipeline] } 06:44:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:44:11 ---> python-tools-install.sh [Pipeline] echo 06:44:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:44:11 ---> sudo-logs.sh 06:44:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:44:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:44:11 ---> job-cost.sh 06:44:11 lf-activate-venv: SKIPPING 06:44:11 DEBUG: total: 0.2199999988079071 06:44:11 INFO: Retrieving Stack Cost... 06:44:11 INFO: Retrieving Pricing Info for: v3-standard-8 06:44:12 INFO: Archiving Costs [Pipeline] echo 06:44:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:44:12 ---> logs-deploy.sh 06:44:12 lf-activate-venv: SKIPPING 06:44:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/main/6 06:44:12 INFO: archiving workspace using pattern(s): 06:44:13 Archives upload complete. 06:44:13 INFO: archiving logs to Nexus