Pull request #75 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of cherrycl for edgexfoundry/git-semver Obtained Jenkinsfile from 7276567cec64f7e0fb52f981f3adab2a41de7d4c+1de9c0d894bf9b947298bca85d916260acaf242b (dbfb146aad32446180f4c92ad8c77ad6e50ba7bc) 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-ssh8317145474930896100.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-ssh8245613835129007341.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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/PR-75/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-75/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10578027933233277493.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-75/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4995589859943012964.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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh10383562470525925852.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/PR-75/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-75/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh587228172614634326.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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.5], 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.5 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-2103 in /w/workspace/edgexfoundry_git-semver_PR-75 [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_PR-75 # 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 Merging remotes/origin/main commit 1de9c0d894bf9b947298bca85d916260acaf242b into PR head commit 7276567cec64f7e0fb52f981f3adab2a41de7d4c Merge succeeded, producing 7276567cec64f7e0fb52f981f3adab2a41de7d4c Checking out Revision 7276567cec64f7e0fb52f981f3adab2a41de7d4c (PR-75) > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7276567cec64f7e0fb52f981f3adab2a41de7d4c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1de9c0d894bf9b947298bca85d916260acaf242b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7276567cec64f7e0fb52f981f3adab2a41de7d4c # timeout=10 Commit message: "ci: Set working directory to safe" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:26:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:26:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:26:23 ========================================================= 07:26:23 EdgeX Global Pipelines Version Info 07:26:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:26:23 ------------------- 07:26:23 stable info: 07:26:23 ------------------- 07:26:23 Commited By: Ginny Guan ginny@iotechsys.com 07:26:23 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 07:26:23 Message: update stable to v1.0.274 07:26:24 ------------------- 07:26:24 experimental info: 07:26:24 ------------------- 07:26:24 Commited By: Cherry Wang cherry@iotechsys.com 07:26:24 Commit SHA: 37b7ea18aae57a13c49558995fe7e8e2ee4c4e30 07:26:24 Message: update experimental to test-semver [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:26:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = git-semver-settings [Pipeline] echo 07:26:24 [edgeXSetupEnvironment]: set envvar PROJECT = py-git-semver [Pipeline] echo 07:26:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo 07:26:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:26:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = py-git-semver [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = py-git-semver-archive.tar.gz [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = python [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 0.1.5 [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-75 [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-75 [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-75 [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7276567cec64f7e0fb52f981f3adab2a41de7d4c [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7276567 [Pipeline] echo 07:26:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:26:25 provisioning config files... 07:26:25 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-75@tmp/config9812953155695053463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:26:26 ---> ****-login.sh 07:26:26 nexus3.edgexfoundry.org:10001 07:26:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:26:26 Configure a credential helper to remove this warning. See 07:26:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:26:26 07:26:26 Login Succeeded 07:26:26 nexus3.edgexfoundry.org:10002 07:26:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:26:26 Configure a credential helper to remove this warning. See 07:26:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:26:26 07:26:26 Login Succeeded 07:26:26 nexus3.edgexfoundry.org:10003 07:26:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:26:26 Configure a credential helper to remove this warning. See 07:26:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:26:26 07:26:26 Login Succeeded 07:26:26 nexus3.edgexfoundry.org:10004 07:26:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:26:27 Configure a credential helper to remove this warning. See 07:26:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:26:27 07:26:27 Login Succeeded 07:26:27 ****.io 07:26:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:26:27 Configure a credential helper to remove this warning. See 07:26:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:26:27 07:26:27 Login Succeeded 07:26:27 ---> ****-login.sh ends [Pipeline] } 07:26:27 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 07:26:28 provisioning config files... 07:26:28 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-75@tmp/config13034698444397512336tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:26:28 ---> ****-login.sh 07:26:28 nexus3.edgexfoundry.org:10001 07:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:26:28 Configure a credential helper to remove this warning. See 07:26:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:26:28 07:26:28 Login Succeeded 07:26:28 nexus3.edgexfoundry.org:10002 07:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:26:28 Configure a credential helper to remove this warning. See 07:26:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:26:28 07:26:28 Login Succeeded 07:26:28 nexus3.edgexfoundry.org:10003 07:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:26:28 Configure a credential helper to remove this warning. See 07:26:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:26:28 07:26:28 Login Succeeded 07:26:28 nexus3.edgexfoundry.org:10004 07:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:26:28 Configure a credential helper to remove this warning. See 07:26:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:26:28 07:26:28 Login Succeeded 07:26:28 ****.io 07:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:26:29 Configure a credential helper to remove this warning. See 07:26:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:26:29 07:26:29 Login Succeeded 07:26:29 ---> ****-login.sh ends [Pipeline] } 07:26:29 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 07:26:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:26:30 + ls -al . 07:26:30 total 64 07:26:30 drwxrwxr-x 6 jenkins jenkins 4096 May 23 07:26 . 07:26:30 drwxrwxr-x 4 jenkins jenkins 4096 May 23 07:26 .. 07:26:30 drwxrwxr-x 8 jenkins jenkins 4096 May 23 07:26 .git 07:26:30 drwxrwxr-x 2 jenkins jenkins 4096 May 23 07:26 .github 07:26:30 -rw-rw-r-- 1 jenkins jenkins 1056 May 23 07:26 .gitignore 07:26:30 -rw-rw-r-- 1 jenkins jenkins 1242 May 23 07:26 Dockerfile 07:26:30 -rw-rw-r-- 1 jenkins jenkins 869 May 23 07:26 Jenkinsfile 07:26:30 -rw-rw-r-- 1 jenkins jenkins 5651 May 23 07:26 README.md 07:26:30 -rw-rw-r-- 1 jenkins jenkins 2488 May 23 07:26 build.py 07:26:30 drwxrwxr-x 3 jenkins jenkins 4096 May 23 07:26 docs 07:26:30 -rw-rw-r-- 1 jenkins jenkins 364 May 23 07:26 entrypoint.sh 07:26:30 -rw-rw-r-- 1 jenkins jenkins 83 May 23 07:26 pyproject.toml 07:26:30 -rw-rw-r-- 1 jenkins jenkins 32 May 23 07:26 requirements.txt 07:26:30 -rw-rw-r-- 1 jenkins jenkins 2628 May 23 07:26 setup.py 07:26:30 drwxrwxr-x 4 jenkins jenkins 4096 May 23 07:26 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:31 + docker build -t edgex-devops/py-git-semver -f Dockerfile --build-arg ARCH=amd64 --label git_sha=7276567cec64f7e0fb52f981f3adab2a41de7d4c --label arch=amd64 . 07:26:31 Sending build context to Docker daemon 456.2kB 07:26:31 Step 1/20 : FROM python:3.13-slim AS build-image 07:26:31 3.13-slim: Pulling from library/python 07:26:31 61320b01ae5e: Pulling fs layer 07:26:31 6bf1a483ea7c: Pulling fs layer 07:26:31 f5dfc541a4d3: Pulling fs layer 07:26:31 461d9e800cba: Pulling fs layer 07:26:31 461d9e800cba: Waiting 07:26:31 6bf1a483ea7c: Verifying Checksum 07:26:31 6bf1a483ea7c: Download complete 07:26:31 f5dfc541a4d3: Verifying Checksum 07:26:31 f5dfc541a4d3: Download complete 07:26:31 461d9e800cba: Verifying Checksum 07:26:31 461d9e800cba: Download complete 07:26:31 61320b01ae5e: Verifying Checksum 07:26:31 61320b01ae5e: Download complete 07:26:33 61320b01ae5e: Pull complete 07:26:33 6bf1a483ea7c: Pull complete 07:26:34 f5dfc541a4d3: Pull complete 07:26:34 461d9e800cba: Pull complete 07:26:34 Digest: sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc 07:26:34 Status: Downloaded newer image for python:3.13-slim 07:26:34 ---> 26fa9b6e2848 07:26:34 Step 2/20 : ENV PYTHONDONTWRITEBYTECODE 1 07:26:35 ---> Running in 83bc1d8e6e09 07:26:35 Removing intermediate container 83bc1d8e6e09 07:26:35 ---> 85967ab2b7bf 07:26:35 Step 3/20 : ENV GIT_PYTHON_TRACE 1 07:26:35 ---> Running in 5def75ebe78a 07:26:35 Removing intermediate container 5def75ebe78a 07:26:35 ---> e70091dd88af 07:26:35 Step 4/20 : WORKDIR /code 07:26:35 ---> Running in beb9b29b0417 07:26:35 Removing intermediate container beb9b29b0417 07:26:35 ---> ba5fc8fc7b26 07:26:35 Step 5/20 : COPY . /code/ 07:26:35 ---> 9e04e1c22723 07:26:35 Step 6/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git 07:26:35 ---> Running in ce34b029e374 07:26:36 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 07:26:36 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 07:26:36 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 07:26:36 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] 07:26:36 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] 07:26:36 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] 07:26:37 Fetched 9307 kB in 1s (7883 kB/s) 07:26:37 Reading package lists... 07:26:38 Reading package lists... 07:26:38 Building dependency tree... 07:26:38 Reading state information... 07:26:38 The following additional packages will be installed: 07:26:38 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 07:26:38 dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 07:26:38 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 07:26:38 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 07:26:38 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 07:26:38 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 07:26:38 libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 07:26:38 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 07:26:38 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data 07:26:38 libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client 07:26:38 openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps 07:26:38 psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv 07:26:38 systemd-timesyncd ucf xauth 07:26:38 Suggested packages: 07:26:38 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui 07:26:38 gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user 07:26:38 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 07:26:38 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain 07:26:38 libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc 07:26:38 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make 07:26:38 libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd 07:26:38 systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 07:26:38 libtss2-rc0 polkitd | policykit-1 07:26:38 The following NEW packages will be installed: 07:26:38 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 07:26:38 dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 07:26:38 libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls 07:26:38 libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 07:26:38 libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 07:26:38 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 07:26:38 libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd 07:26:38 libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules 07:26:38 libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 07:26:38 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 07:26:38 ncurses-term netcat-traditional openssh-client openssh-server 07:26:38 openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix 07:26:38 runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf 07:26:38 xauth 07:26:39 0 upgraded, 78 newly installed, 0 to remove and 0 not upgraded. 07:26:39 Need to get 31.3 MB of archives. 07:26:39 After this operation, 146 MB of additional disk space will be used. 07:26:39 Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] 07:26:39 Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] 07:26:39 Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] 07:26:39 Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] 07:26:39 Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] 07:26:39 Get:6 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] 07:26:39 Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] 07:26:39 Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] 07:26:39 Get:9 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] 07:26:39 Get:10 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] 07:26:39 Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] 07:26:39 Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] 07:26:39 Get:13 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] 07:26:39 Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] 07:26:39 Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 07:26:39 Get:16 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] 07:26:39 Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] 07:26:39 Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 07:26:39 Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] 07:26:39 Get:20 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] 07:26:39 Get:21 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] 07:26:39 Get:22 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u2 [4207 kB] 07:26:39 Get:23 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u2 [239 kB] 07:26:39 Get:24 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] 07:26:39 Get:25 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] 07:26:39 Get:26 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] 07:26:39 Get:27 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] 07:26:39 Get:28 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] 07:26:39 Get:29 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] 07:26:39 Get:30 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] 07:26:39 Get:31 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] 07:26:39 Get:32 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] 07:26:39 Get:33 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] 07:26:39 Get:34 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] 07:26:39 Get:35 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] 07:26:39 Get:36 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] 07:26:39 Get:37 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 07:26:39 Get:38 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 07:26:39 Get:39 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] 07:26:39 Get:40 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 07:26:39 Get:41 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] 07:26:39 Get:42 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] 07:26:39 Get:43 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] 07:26:39 Get:44 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] 07:26:39 Get:45 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-2.1~deb12u2 [132 kB] 07:26:39 Get:46 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 07:26:39 Get:47 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] 07:26:39 Get:48 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] 07:26:39 Get:49 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] 07:26:39 Get:50 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] 07:26:39 Get:51 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] 07:26:39 Get:52 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] 07:26:39 Get:53 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] 07:26:39 Get:54 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] 07:26:39 Get:55 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] 07:26:39 Get:56 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] 07:26:39 Get:57 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] 07:26:39 Get:58 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] 07:26:39 Get:59 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] 07:26:39 Get:60 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] 07:26:39 Get:61 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] 07:26:39 Get:62 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] 07:26:39 Get:63 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] 07:26:39 Get:64 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] 07:26:39 Get:65 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 07:26:39 Get:66 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] 07:26:39 Get:67 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] 07:26:39 Get:68 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] 07:26:39 Get:69 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] 07:26:39 Get:70 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 07:26:39 Get:71 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] 07:26:39 Get:72 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] 07:26:39 Get:73 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] 07:26:39 Get:74 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] 07:26:39 Get:75 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] 07:26:39 Get:76 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] 07:26:39 Get:77 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 07:26:39 Get:78 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] 07:26:39 debconf: delaying package configuration, since apt-utils is not installed 07:26:39 Fetched 31.3 MB in 0s (135 MB/s) 07:26:39 Selecting previously unselected package libargon2-1:amd64. 07:26:39 (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 ... 6630 files and directories currently installed.) 07:26:39 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... 07:26:39 Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 07:26:39 Selecting previously unselected package dmsetup. 07:26:39 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... 07:26:39 Unpacking dmsetup (2:1.02.185-2) ... 07:26:39 Selecting previously unselected package libdevmapper1.02.1:amd64. 07:26:39 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... 07:26:39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 07:26:39 Selecting previously unselected package libjson-c5:amd64. 07:26:39 Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... 07:26:39 Unpacking libjson-c5:amd64 (0.16-2) ... 07:26:39 Selecting previously unselected package libcryptsetup12:amd64. 07:26:39 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... 07:26:39 Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 07:26:39 Selecting previously unselected package libfdisk1:amd64. 07:26:39 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... 07:26:39 Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... 07:26:39 Selecting previously unselected package libkmod2:amd64. 07:26:39 Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ... 07:26:39 Unpacking libkmod2:amd64 (30+20221128-1) ... 07:26:39 Selecting previously unselected package libapparmor1:amd64. 07:26:39 Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ... 07:26:39 Unpacking libapparmor1:amd64 (3.0.8-3) ... 07:26:40 Selecting previously unselected package libip4tc2:amd64. 07:26:40 Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ... 07:26:40 Unpacking libip4tc2:amd64 (1.8.9-2) ... 07:26:40 Selecting previously unselected package libsystemd-shared:amd64. 07:26:40 Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... 07:26:40 Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... 07:26:40 Selecting previously unselected package systemd. 07:26:40 Preparing to unpack .../10-systemd_252.36-1~deb12u1_amd64.deb ... 07:26:40 Unpacking systemd (252.36-1~deb12u1) ... 07:26:40 Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 07:26:40 Setting up libjson-c5:amd64 (0.16-2) ... 07:26:40 Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... 07:26:40 Setting up libkmod2:amd64 (30+20221128-1) ... 07:26:40 Setting up libapparmor1:amd64 (3.0.8-3) ... 07:26:40 Setting up libip4tc2:amd64 (1.8.9-2) ... 07:26:40 Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... 07:26:40 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 07:26:40 Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 07:26:40 Setting up systemd (252.36-1~deb12u1) ... 07:26:40 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 07:26:40 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 07:26:40 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 07:26:40 Initializing machine ID from random generator. 07:26:40 Creating group 'systemd-journal' with GID 999. 07:26:40 Creating group 'systemd-network' with GID 998. 07:26:40 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 07:26:40 Setting up dmsetup (2:1.02.185-2) ... 07:26:40 Selecting previously unselected package systemd-sysv. 07:26:40 (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 ... 7552 files and directories currently installed.) 07:26:40 Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_amd64.deb ... 07:26:40 Unpacking systemd-sysv (252.36-1~deb12u1) ... 07:26:41 Selecting previously unselected package libdbus-1-3:amd64. 07:26:41 Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... 07:26:41 Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 07:26:41 Selecting previously unselected package dbus-bin. 07:26:41 Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... 07:26:41 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 07:26:41 Selecting previously unselected package dbus-session-bus-common. 07:26:41 Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 07:26:41 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 07:26:41 Selecting previously unselected package libexpat1:amd64. 07:26:41 Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_amd64.deb ... 07:26:41 Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... 07:26:41 Selecting previously unselected package dbus-daemon. 07:26:41 Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... 07:26:41 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 07:26:41 Selecting previously unselected package dbus-system-bus-common. 07:26:41 Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 07:26:41 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 07:26:41 Selecting previously unselected package dbus. 07:26:41 Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_amd64.deb ... 07:26:41 Unpacking dbus (1.14.10-1~deb12u1) ... 07:26:41 Selecting previously unselected package perl-modules-5.36. 07:26:41 Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... 07:26:41 Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... 07:26:41 Selecting previously unselected package libgdbm-compat4:amd64. 07:26:41 Preparing to unpack .../09-libgdbm-compat4_1.23-3_amd64.deb ... 07:26:41 Unpacking libgdbm-compat4:amd64 (1.23-3) ... 07:26:41 Selecting previously unselected package libperl5.36:amd64. 07:26:41 Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_amd64.deb ... 07:26:41 Unpacking libperl5.36:amd64 (5.36.0-7+deb12u2) ... 07:26:42 Selecting previously unselected package perl. 07:26:42 Preparing to unpack .../11-perl_5.36.0-7+deb12u2_amd64.deb ... 07:26:42 Unpacking perl (5.36.0-7+deb12u2) ... 07:26:42 Selecting previously unselected package libbsd0:amd64. 07:26:42 Preparing to unpack .../12-libbsd0_0.11.7-2_amd64.deb ... 07:26:42 Unpacking libbsd0:amd64 (0.11.7-2) ... 07:26:42 Selecting previously unselected package libedit2:amd64. 07:26:42 Preparing to unpack .../13-libedit2_3.1-20221030-2_amd64.deb ... 07:26:42 Unpacking libedit2:amd64 (3.1-20221030-2) ... 07:26:42 Selecting previously unselected package libcbor0.8:amd64. 07:26:42 Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_amd64.deb ... 07:26:42 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... 07:26:42 Selecting previously unselected package libfido2-1:amd64. 07:26:42 Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_amd64.deb ... 07:26:42 Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... 07:26:42 Selecting previously unselected package libkrb5support0:amd64. 07:26:42 Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... 07:26:42 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 07:26:42 Selecting previously unselected package libk5crypto3:amd64. 07:26:42 Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... 07:26:42 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 07:26:42 Selecting previously unselected package libkeyutils1:amd64. 07:26:42 Preparing to unpack .../18-libkeyutils1_1.6.3-2_amd64.deb ... 07:26:42 Unpacking libkeyutils1:amd64 (1.6.3-2) ... 07:26:42 Selecting previously unselected package libkrb5-3:amd64. 07:26:42 Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... 07:26:42 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 07:26:42 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:26:42 Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... 07:26:42 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 07:26:42 Selecting previously unselected package openssh-client. 07:26:42 Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... 07:26:42 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 07:26:42 Selecting previously unselected package openssh-sftp-server. 07:26:42 Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 07:26:42 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 07:26:42 Still waiting to schedule task 07:26:42 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:26:43 Selecting previously unselected package libproc2-0:amd64. 07:26:43 Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_amd64.deb ... 07:26:43 Unpacking libproc2-0:amd64 (2:4.0.2-3) ... 07:26:43 Selecting previously unselected package procps. 07:26:43 Preparing to unpack .../24-procps_2%3a4.0.2-3_amd64.deb ... 07:26:43 Unpacking procps (2:4.0.2-3) ... 07:26:43 Selecting previously unselected package sensible-utils. 07:26:43 Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... 07:26:43 Unpacking sensible-utils (0.0.17+nmu1) ... 07:26:43 Selecting previously unselected package ucf. 07:26:43 Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... 07:26:43 Moving old data out of the way 07:26:43 Unpacking ucf (3.0043+nmu1+deb12u1) ... 07:26:43 Selecting previously unselected package runit-helper. 07:26:43 Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... 07:26:43 Unpacking runit-helper (2.15.2) ... 07:26:44 Selecting previously unselected package libtirpc-common. 07:26:44 Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... 07:26:44 Unpacking libtirpc-common (1.3.3+ds-1) ... 07:26:44 Selecting previously unselected package libtirpc3:amd64. 07:26:44 Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_amd64.deb ... 07:26:44 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... 07:26:44 Selecting previously unselected package libnsl2:amd64. 07:26:44 Preparing to unpack .../30-libnsl2_1.3.0-2_amd64.deb ... 07:26:44 Unpacking libnsl2:amd64 (1.3.0-2) ... 07:26:44 Selecting previously unselected package libwrap0:amd64. 07:26:44 Preparing to unpack .../31-libwrap0_7.6.q-32_amd64.deb ... 07:26:44 Unpacking libwrap0:amd64 (7.6.q-32) ... 07:26:44 Selecting previously unselected package openssh-server. 07:26:44 Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 07:26:44 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 07:26:44 Selecting previously unselected package less. 07:26:44 Preparing to unpack .../33-less_590-2.1~deb12u2_amd64.deb ... 07:26:44 Unpacking less (590-2.1~deb12u2) ... 07:26:44 Selecting previously unselected package krb5-locales. 07:26:44 Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... 07:26:44 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 07:26:44 Selecting previously unselected package libnss-systemd:amd64. 07:26:44 Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_amd64.deb ... 07:26:44 Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... 07:26:44 Selecting previously unselected package libpam-systemd:amd64. 07:26:44 Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_amd64.deb ... 07:26:44 Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... 07:26:44 Selecting previously unselected package ncurses-term. 07:26:44 Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... 07:26:44 Unpacking ncurses-term (6.4-4) ... 07:26:44 Selecting previously unselected package netcat-traditional. 07:26:44 Preparing to unpack .../38-netcat-traditional_1.10-47_amd64.deb ... 07:26:44 Unpacking netcat-traditional (1.10-47) ... 07:26:44 Selecting previously unselected package systemd-timesyncd. 07:26:44 Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... 07:26:45 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 07:26:45 Selecting previously unselected package dbus-user-session. 07:26:45 Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... 07:26:45 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 07:26:45 Selecting previously unselected package libbrotli1:amd64. 07:26:45 Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_amd64.deb ... 07:26:45 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... 07:26:45 Selecting previously unselected package libsasl2-modules-db:amd64. 07:26:45 Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... 07:26:45 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 07:26:45 Selecting previously unselected package libsasl2-2:amd64. 07:26:45 Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... 07:26:45 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... 07:26:45 Selecting previously unselected package libldap-2.5-0:amd64. 07:26:45 Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... 07:26:45 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 07:26:45 Selecting previously unselected package libnghttp2-14:amd64. 07:26:45 Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... 07:26:45 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 07:26:45 Selecting previously unselected package libpsl5:amd64. 07:26:45 Preparing to unpack .../46-libpsl5_0.21.2-1_amd64.deb ... 07:26:45 Unpacking libpsl5:amd64 (0.21.2-1) ... 07:26:45 Selecting previously unselected package librtmp1:amd64. 07:26:45 Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... 07:26:45 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 07:26:45 Selecting previously unselected package libssh2-1:amd64. 07:26:45 Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_amd64.deb ... 07:26:46 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... 07:26:46 Selecting previously unselected package libcurl3-gnutls:amd64. 07:26:46 Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... 07:26:46 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 07:26:46 Selecting previously unselected package liberror-perl. 07:26:46 Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... 07:26:46 Unpacking liberror-perl (0.17029-2) ... 07:26:46 Selecting previously unselected package git-man. 07:26:46 Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... 07:26:46 Unpacking git-man (1:2.39.5-0+deb12u2) ... 07:26:46 Selecting previously unselected package git. 07:26:46 Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_amd64.deb ... 07:26:46 Unpacking git (1:2.39.5-0+deb12u2) ... 07:26:46 Selecting previously unselected package libldap-common. 07:26:46 Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... 07:26:46 Unpacking libldap-common (2.5.13+dfsg-5) ... 07:26:46 Selecting previously unselected package libsasl2-modules:amd64. 07:26:46 Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... 07:26:46 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 07:26:46 Selecting previously unselected package libxau6:amd64. 07:26:46 Preparing to unpack .../55-libxau6_1%3a1.0.9-1_amd64.deb ... 07:26:46 Unpacking libxau6:amd64 (1:1.0.9-1) ... 07:26:46 Selecting previously unselected package libxdmcp6:amd64. 07:26:46 Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 07:26:46 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 07:26:46 Selecting previously unselected package libxcb1:amd64. 07:26:46 Preparing to unpack .../57-libxcb1_1.15-1_amd64.deb ... 07:26:46 Unpacking libxcb1:amd64 (1.15-1) ... 07:26:46 Selecting previously unselected package libx11-data. 07:26:46 Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 07:26:46 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 07:26:46 Selecting previously unselected package libx11-6:amd64. 07:26:46 Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... 07:26:46 Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 07:26:47 Selecting previously unselected package libxext6:amd64. 07:26:47 Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_amd64.deb ... 07:26:47 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... 07:26:47 Selecting previously unselected package libxmuu1:amd64. 07:26:47 Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_amd64.deb ... 07:26:47 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... 07:26:47 Selecting previously unselected package patch. 07:26:47 Preparing to unpack .../62-patch_2.7.6-7_amd64.deb ... 07:26:47 Unpacking patch (2.7.6-7) ... 07:26:47 Selecting previously unselected package psmisc. 07:26:47 Preparing to unpack .../63-psmisc_23.6-1_amd64.deb ... 07:26:47 Unpacking psmisc (23.6-1) ... 07:26:47 Selecting previously unselected package publicsuffix. 07:26:47 Preparing to unpack .../64-publicsuffix_20230209.2326-1_all.deb ... 07:26:47 Unpacking publicsuffix (20230209.2326-1) ... 07:26:47 Selecting previously unselected package ssh. 07:26:47 Preparing to unpack .../65-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 07:26:47 Unpacking ssh (1:9.2p1-2+deb12u6) ... 07:26:47 Selecting previously unselected package xauth. 07:26:47 Preparing to unpack .../66-xauth_1%3a1.1.2-1_amd64.deb ... 07:26:47 Unpacking xauth (1:1.1.2-1) ... 07:26:47 Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... 07:26:47 Setting up runit-helper (2.15.2) ... 07:26:47 Setting up systemd-sysv (252.36-1~deb12u1) ... 07:26:47 Setting up libxau6:amd64 (1:1.0.9-1) ... 07:26:47 Setting up libkeyutils1:amd64 (1.6.3-2) ... 07:26:47 Setting up libpsl5:amd64 (0.21.2-1) ... 07:26:47 Setting up netcat-traditional (1.10-47) ... 07:26:47 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 07:26:47 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 07:26:47 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 07:26:47 Setting up psmisc (23.6-1) ... 07:26:47 Setting up libtirpc-common (1.3.3+ds-1) ... 07:26:47 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... 07:26:47 Setting up libbrotli1:amd64 (1.0.9-2+b6) ... 07:26:47 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 07:26:47 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 07:26:47 Setting up less (590-2.1~deb12u2) ... 07:26:47 Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... 07:26:47 Setting up krb5-locales (1.20.1-2+deb12u3) ... 07:26:47 Setting up libldap-common (2.5.13+dfsg-5) ... 07:26:47 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 07:26:47 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 07:26:47 Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... 07:26:47 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 07:26:47 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 07:26:47 Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 07:26:47 Setting up libproc2-0:amd64 (2:4.0.2-3) ... 07:26:47 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 07:26:47 Creating group 'systemd-timesync' with GID 997. 07:26:47 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 07:26:47 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 07:26:47 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 07:26:47 Setting up patch (2.7.6-7) ... 07:26:47 Setting up libgdbm-compat4:amd64 (1.23-3) ... 07:26:48 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 07:26:48 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... 07:26:48 Setting up sensible-utils (0.0.17+nmu1) ... 07:26:48 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 07:26:48 Setting up procps (2:4.0.2-3) ... 07:26:48 Setting up git-man (1:2.39.5-0+deb12u2) ... 07:26:48 Setting up libssh2-1:amd64 (1.10.0-3+b1) ... 07:26:48 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 07:26:48 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 07:26:48 Setting up libfido2-1:amd64 (1.12.0-2+b1) ... 07:26:48 Setting up libbsd0:amd64 (0.11.7-2) ... 07:26:48 Setting up publicsuffix (20230209.2326-1) ... 07:26:48 Setting up libperl5.36:amd64 (5.36.0-7+deb12u2) ... 07:26:48 Setting up dbus-bin (1.14.10-1~deb12u1) ... 07:26:48 Setting up ncurses-term (6.4-4) ... 07:26:48 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 07:26:48 Setting up libxcb1:amd64 (1.15-1) ... 07:26:48 Setting up libedit2:amd64 (3.1-20221030-2) ... 07:26:48 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 07:26:48 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 07:26:48 Setting up perl (5.36.0-7+deb12u2) ... 07:26:48 Setting up dbus (1.14.10-1~deb12u1) ... 07:26:48 invoke-rc.d: could not determine current runlevel 07:26:48 invoke-rc.d: policy-rc.d denied execution of start. 07:26:48 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 07:26:48 Setting up ucf (3.0043+nmu1+deb12u1) ... 07:26:48 debconf: unable to initialize frontend: Dialog 07:26:48 debconf: (TERM is not set, so the dialog frontend is not usable.) 07:26:48 debconf: falling back to frontend: Readline 07:26:48 debconf: unable to initialize frontend: Readline 07:26:48 debconf: (This frontend requires a controlling tty.) 07:26:48 debconf: falling back to frontend: Teletype 07:26:48 Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... 07:26:48 debconf: unable to initialize frontend: Dialog 07:26:48 debconf: (TERM is not set, so the dialog frontend is not usable.) 07:26:48 debconf: falling back to frontend: Readline 07:26:48 debconf: unable to initialize frontend: Readline 07:26:48 debconf: (This frontend requires a controlling tty.) 07:26:48 debconf: falling back to frontend: Teletype 07:26:48 Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 07:26:48 Setting up libxmuu1:amd64 (2:1.1.3-3) ... 07:26:48 Setting up libtirpc3:amd64 (1.3.3+ds-1) ... 07:26:48 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 07:26:48 Setting up libxext6:amd64 (2:1.3.4-1+b1) ... 07:26:48 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 07:26:48 Setting up liberror-perl (0.17029-2) ... 07:26:48 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 07:26:48 Setting up git (1:2.39.5-0+deb12u2) ... 07:26:48 Setting up xauth (1:1.1.2-1) ... 07:26:48 Setting up libnsl2:amd64 (1.3.0-2) ... 07:26:48 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 07:26:48 Setting up libwrap0:amd64 (7.6.q-32) ... 07:26:48 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 07:26:48 debconf: unable to initialize frontend: Dialog 07:26:48 debconf: (TERM is not set, so the dialog frontend is not usable.) 07:26:48 debconf: falling back to frontend: Readline 07:26:48 debconf: unable to initialize frontend: Readline 07:26:48 debconf: (This frontend requires a controlling tty.) 07:26:48 debconf: falling back to frontend: Teletype 07:26:49 07:26:49 Creating config file /etc/ssh/sshd_config with new version 07:26:49 Creating SSH2 RSA key; this may take some time ... 07:26:49 3072 SHA256:1m6OWau46v7RKjh7IWFApsEfBLSJd6NG8oONEZqVuvc root@ce34b029e374 (RSA) 07:26:49 Creating SSH2 ECDSA key; this may take some time ... 07:26:49 256 SHA256:fsFk5CIzf2b2bVo0HZThXTI+hBlfBIxASU9dRxZR19g root@ce34b029e374 (ECDSA) 07:26:49 Creating SSH2 ED25519 key; this may take some time ... 07:26:49 256 SHA256:tIIRJriK0a3jWjuhbqFRLk25z2o30hr5x5RSsLf/7HQ root@ce34b029e374 (ED25519) 07:26:49 invoke-rc.d: could not determine current runlevel 07:26:49 invoke-rc.d: policy-rc.d denied execution of start. 07:26:49 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 07:26:49 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 07:26:49 Setting up ssh (1:9.2p1-2+deb12u6) ... 07:26:49 Processing triggers for libc-bin (2.36-9+deb12u10) ... 07:26:54 Removing intermediate container ce34b029e374 07:26:54 ---> d8e9638dfad3 07:26:54 Step 7/20 : RUN pip install pybuilder 07:26:54 ---> Running in 02b44812c17e 07:26:55 Collecting pybuilder 07:26:55 Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) 07:26:55 Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) 07:26:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 46.4 MB/s eta 0:00:00 07:26:55 Installing collected packages: pybuilder 07:26:56 Successfully installed pybuilder-0.13.15 07:26:56 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. 07:26:56  07:26:56 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 07:26:56 [notice] To update, run: pip install --upgrade pip 07:26:57 Removing intermediate container 02b44812c17e 07:26:57 ---> 5ec527fa8f0d 07:26:57 Step 8/20 : RUN pyb install 07:26:57 ---> Running in 26c263679c3d 07:27:19 PyBuilder version 0.13.15 07:27:19 Build started at 2025-05-23 07:26:58 07:27:19 ------------------------------------------------------------ 07:27:19 [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" 07:27:19 [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" 07:27:19 [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" 07:27:19 [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} 07:27:19 [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} 07:27:19 [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} 07:27:19 [INFO] Building pygsver version 0.1.5 07:27:19 [INFO] Executing build in /code 07:27:19 [INFO] Going to execute task install 07:27:19 [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} 07:27:19 [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} 07:27:19 [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} 07:27:19 [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} 07:27:19 [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} 07:27:19 [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} 07:27:19 [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} 07:27:19 [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' 07:27:19 [INFO] Processing dependency packages 'mock' to be installed with {} 07:27:19 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 07:27:19 [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' 07:27:19 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 07:27:19 [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests 07:27:19 [INFO] Running unit tests 07:27:19 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 07:27:19 2025-05-23 07:27:17,826 MainThread pygsver.cli [main] ERROR something bad happened 07:27:19 ERROR: something bad happened 07:27:19 1.2.3-dev.1 07:27:19 2025-05-23 07:27:17,854 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 07:27:19 2025-05-23 07:27:17,862 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 07:27:19 2025-05-23 07:27:17,878 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 07:27:19 2025-05-23 07:27:17,890 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 07:27:19 2025-05-23 07:27:17,897 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 07:27:19 2025-05-23 07:27:17,906 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False 07:27:19 2025-05-23 07:27:17,914 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 07:27:19 2025-05-23 07:27:17,925 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 07:27:19 2025-05-23 07:27:17,925 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 07:27:19 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 07:27:19 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 07:27:19 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 07:27:19 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 07:27:19 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 07:27:19 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 07:27:19 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 07:27:19 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 07:27:19 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 07:27:19 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 07:27:19 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None 07:27:19 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 07:27:19 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc 07:27:19 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 07:27:19 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 07:27:19 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 07:27:19 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None 07:27:19 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 07:27:19 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 07:27:19 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None 07:27:19 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 07:27:19 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 07:27:19 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None 07:27:19 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 07:27:19 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 07:27:19 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None 07:27:19 2025-05-23 07:27:17,940 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 07:27:19 2025-05-23 07:27:17,940 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:17,940 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 07:27:19 2025-05-23 07:27:17,940 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None 07:27:19 2025-05-23 07:27:17,940 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 07:27:19 2025-05-23 07:27:17,963 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 07:27:19 2025-05-23 07:27:17,971 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 07:27:19 2025-05-23 07:27:17,980 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 07:27:19 2025-05-23 07:27:17,987 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 07:27:19 2025-05-23 07:27:18,021 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 07:27:19 2025-05-23 07:27:18,028 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 07:27:19 2025-05-23 07:27:18,041 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 07:27:19 2025-05-23 07:27:18,047 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 07:27:19 2025-05-23 07:27:18,053 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 07:27:19 2025-05-23 07:27:18,053 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version 07:27:19 2025-05-23 07:27:18,064 MainThread pygsver.tag [run_tag] DEBUG tag force:True 07:27:19 2025-05-23 07:27:18,073 MainThread pygsver.tag [run_tag] DEBUG tag force:False 07:27:19 2025-05-23 07:27:18,086 MainThread pygsver.push [run_push] DEBUG push 07:27:19 2025-05-23 07:27:18,086 MainThread pygsver.push [run_push] DEBUG no remote changes detected 07:27:19 2025-05-23 07:27:18,086 MainThread pygsver.push [run_push] DEBUG push all version tags 07:27:19 2025-05-23 07:27:18,092 MainThread pygsver.push [run_push] DEBUG push 07:27:19 2025-05-23 07:27:18,092 MainThread pygsver.push [run_push] DEBUG remote changes detected 07:27:19 2025-05-23 07:27:18,092 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 07:27:19 2025-05-23 07:27:18,092 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 07:27:19 2025-05-23 07:27:18,093 MainThread pygsver.push [run_push] DEBUG push all version tags 07:27:19 [INFO] Executed 39 unit tests 07:27:19 [INFO] All unit tests passed. 07:27:19 [INFO] Building distribution in /code/target/dist/pygsver-0.1.5 07:27:19 [INFO] Copying scripts to /code/target/dist/pygsver-0.1.5/scripts 07:27:19 [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.5/setup.py 07:27:19 [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' 07:27:19 [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked 07:27:19 [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked 07:27:19 [INFO] Running unit tests 07:27:19 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 07:27:19 2025-05-23 07:27:19,131 MainThread pygsver.cli [main] ERROR something bad happened 07:27:19 ERROR: something bad happened 07:27:19 1.2.3-dev.1 07:27:19 2025-05-23 07:27:19,169 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 07:27:19 2025-05-23 07:27:19,179 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 07:27:19 2025-05-23 07:27:19,201 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 07:27:19 2025-05-23 07:27:19,220 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 07:27:19 2025-05-23 07:27:19,230 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 07:27:19 2025-05-23 07:27:19,238 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False 07:27:19 2025-05-23 07:27:19,249 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 07:27:19 2025-05-23 07:27:19,259 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 07:27:19 2025-05-23 07:27:19,259 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 07:27:19 2025-05-23 07:27:19,273 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 07:27:19 2025-05-23 07:27:19,273 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 07:27:19 2025-05-23 07:27:19,273 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 07:27:19 2025-05-23 07:27:19,273 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 07:27:19 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 07:27:19 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 07:27:19 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 07:27:19 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 07:27:19 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 07:27:19 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:19,275 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 07:27:19 2025-05-23 07:27:19,275 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None 07:27:19 2025-05-23 07:27:19,275 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 07:27:19 2025-05-23 07:27:19,275 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc 07:27:19 2025-05-23 07:27:19,275 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:19,275 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 07:27:19 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 07:27:19 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 07:27:19 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None 07:27:19 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 07:27:19 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 07:27:19 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None 07:27:19 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 07:27:19 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 07:27:19 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None 07:27:19 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 07:27:19 2025-05-23 07:27:19,278 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:19,278 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 07:27:19 2025-05-23 07:27:19,278 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None 07:27:19 2025-05-23 07:27:19,278 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 07:27:19 2025-05-23 07:27:19,278 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 07:27:19 2025-05-23 07:27:19,278 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 07:27:19 2025-05-23 07:27:19,279 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None 07:27:19 2025-05-23 07:27:19,279 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 07:27:19 2025-05-23 07:27:19,308 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 07:27:19 2025-05-23 07:27:19,319 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 07:27:19 2025-05-23 07:27:19,330 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 07:27:19 2025-05-23 07:27:19,338 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 07:27:19 2025-05-23 07:27:19,380 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 07:27:19 2025-05-23 07:27:19,388 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 07:27:19 2025-05-23 07:27:19,403 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 07:27:19 2025-05-23 07:27:19,409 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 07:27:19 2025-05-23 07:27:19,421 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 07:27:19 2025-05-23 07:27:19,421 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version 07:27:19 2025-05-23 07:27:19,439 MainThread pygsver.tag [run_tag] DEBUG tag force:True 07:27:19 2025-05-23 07:27:19,446 MainThread pygsver.tag [run_tag] DEBUG tag force:False 07:27:19 2025-05-23 07:27:19,460 MainThread pygsver.push [run_push] DEBUG push 07:27:19 2025-05-23 07:27:19,460 MainThread pygsver.push [run_push] DEBUG no remote changes detected 07:27:19 2025-05-23 07:27:19,461 MainThread pygsver.push [run_push] DEBUG push all version tags 07:27:19 2025-05-23 07:27:19,468 MainThread pygsver.push [run_push] DEBUG push 07:27:19 2025-05-23 07:27:19,468 MainThread pygsver.push [run_push] DEBUG remote changes detected 07:27:19 2025-05-23 07:27:19,469 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 07:27:19 2025-05-23 07:27:19,469 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 07:27:19 2025-05-23 07:27:19,469 MainThread pygsver.push [run_push] DEBUG push all version tags 07:27:29 [INFO] Executed 39 unit tests 07:27:29 [INFO] All unit tests passed. 07:27:29 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% 07:27:29 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% 07:27:29 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% 07:27:29 [INFO] Overall pygsver coverage is 100% 07:27:29 [INFO] Overall pygsver branch coverage is 85% 07:27:29 [INFO] Overall pygsver partial branch coverage is 85% 07:27:29 [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.5 07:27:29 [INFO] Running Twine check for generated artifacts 07:27:29 [INFO] Installing project pygsver-0.1.5 07:27:29 ------------------------------------------------------------ 07:27:29 BUILD SUCCESSFUL 07:27:29 ------------------------------------------------------------ 07:27:29 Build Summary 07:27:29 Project: pygsver 07:27:29 Version: 0.1.5 07:27:29 Base directory: /code 07:27:29 Environments: 07:27:29 Tasks: prepare [13085 ms] compile_sources [0 ms] run_unit_tests [1165 ms] package [3 ms] run_integration_tests [0 ms] verify [0 ms] coverage [1832 ms] publish [2229 ms] install [6029 ms] 07:27:29 Build finished at 2025-05-23 07:27:28 07:27:29 Build took 30 seconds (30103 ms) 07:27:32 Removing intermediate container 26c263679c3d 07:27:32 ---> fa55bcb051b6 07:27:32 Step 9/20 : FROM python:3.13-slim 07:27:32 ---> 26fa9b6e2848 07:27:32 Step 10/20 : ENV PYTHONDONTWRITEBYTECODE 1 07:27:32 ---> Using cache 07:27:32 ---> 85967ab2b7bf 07:27:32 Step 11/20 : ENV GIT_PYTHON_TRACE 1 07:27:32 ---> Using cache 07:27:32 ---> e70091dd88af 07:27:32 Step 12/20 : WORKDIR /opt/pygsver 07:27:32 ---> Running in fc3ed04eeab0 07:27:32 Removing intermediate container fc3ed04eeab0 07:27:32 ---> 66735cc8bcd5 07:27:32 Step 13/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git gosu 07:27:32 ---> Running in aa88d6938429 07:27:32 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 07:27:32 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 07:27:32 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 07:27:32 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] 07:27:32 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] 07:27:32 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] 07:27:33 Fetched 9307 kB in 1s (8439 kB/s) 07:27:34 Reading package lists... 07:27:34 Reading package lists... 07:27:34 Building dependency tree... 07:27:34 Reading state information... 07:27:34 The following additional packages will be installed: 07:27:34 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 07:27:34 dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 07:27:34 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 07:27:34 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 07:27:34 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 07:27:34 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 07:27:34 libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 07:27:34 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 07:27:34 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data 07:27:34 libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client 07:27:34 openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps 07:27:34 psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv 07:27:34 systemd-timesyncd ucf xauth 07:27:34 Suggested packages: 07:27:34 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui 07:27:34 gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user 07:27:34 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 07:27:34 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain 07:27:34 libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc 07:27:34 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make 07:27:34 libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd 07:27:34 systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 07:27:34 libtss2-rc0 polkitd | policykit-1 07:27:35 The following NEW packages will be installed: 07:27:35 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 07:27:35 dbus-user-session dmsetup git git-man gosu krb5-locales less libapparmor1 07:27:35 libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls 07:27:35 libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 07:27:35 libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 07:27:35 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 07:27:35 libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd 07:27:35 libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules 07:27:35 libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 07:27:35 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 07:27:35 ncurses-term netcat-traditional openssh-client openssh-server 07:27:35 openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix 07:27:35 runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf 07:27:35 xauth 07:27:35 0 upgraded, 79 newly installed, 0 to remove and 0 not upgraded. 07:27:35 Need to get 32.0 MB of archives. 07:27:35 After this operation, 148 MB of additional disk space will be used. 07:27:35 Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] 07:27:35 Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] 07:27:35 Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] 07:27:35 Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] 07:27:35 Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] 07:27:35 Get:6 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] 07:27:35 Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] 07:27:35 Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] 07:27:35 Get:9 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] 07:27:35 Get:10 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] 07:27:35 Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] 07:27:35 Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] 07:27:35 Get:13 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] 07:27:35 Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] 07:27:35 Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 07:27:35 Get:16 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] 07:27:35 Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] 07:27:35 Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 07:27:35 Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] 07:27:35 Get:20 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] 07:27:35 Get:21 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] 07:27:35 Get:22 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u2 [4207 kB] 07:27:35 Get:23 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u2 [239 kB] 07:27:35 Get:24 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] 07:27:35 Get:25 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] 07:27:35 Get:26 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] 07:27:35 Get:27 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] 07:27:35 Get:28 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] 07:27:35 Get:29 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] 07:27:35 Get:30 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] 07:27:35 Get:31 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] 07:27:35 Get:32 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] 07:27:35 Get:33 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] 07:27:35 Get:34 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] 07:27:35 Get:35 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] 07:27:35 Get:36 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] 07:27:35 Get:37 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 07:27:35 Get:38 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 07:27:35 Get:39 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] 07:27:35 Get:40 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 07:27:35 Get:41 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] 07:27:35 Get:42 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] 07:27:35 Get:43 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] 07:27:35 Get:44 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] 07:27:35 Get:45 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-2.1~deb12u2 [132 kB] 07:27:35 Get:46 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 07:27:35 Get:47 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] 07:27:35 Get:48 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] 07:27:35 Get:49 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] 07:27:35 Get:50 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] 07:27:35 Get:51 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] 07:27:35 Get:52 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] 07:27:35 Get:53 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] 07:27:35 Get:54 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] 07:27:35 Get:55 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] 07:27:35 Get:56 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] 07:27:35 Get:57 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] 07:27:35 Get:58 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] 07:27:35 Get:59 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] 07:27:35 Get:60 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] 07:27:35 Get:61 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] 07:27:35 Get:62 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] 07:27:35 Get:63 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] 07:27:35 Get:64 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] 07:27:35 Get:65 http://deb.debian.org/debian bookworm/main amd64 gosu amd64 1.14-1+b10 [766 kB] 07:27:35 Get:66 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 07:27:35 Get:67 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] 07:27:35 Get:68 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] 07:27:35 Get:69 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] 07:27:35 Get:70 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] 07:27:35 Get:71 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 07:27:35 Get:72 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] 07:27:35 Get:73 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] 07:27:35 Get:74 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] 07:27:35 Get:75 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] 07:27:35 Get:76 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] 07:27:35 Get:77 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] 07:27:35 Get:78 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 07:27:35 Get:79 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] 07:27:35 debconf: delaying package configuration, since apt-utils is not installed 07:27:35 Fetched 32.0 MB in 0s (132 MB/s) 07:27:35 Selecting previously unselected package libargon2-1:amd64. 07:27: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 ... 6630 files and directories currently installed.) 07:27:35 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... 07:27:35 Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 07:27:35 Selecting previously unselected package dmsetup. 07:27:35 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... 07:27:35 Unpacking dmsetup (2:1.02.185-2) ... 07:27:35 Selecting previously unselected package libdevmapper1.02.1:amd64. 07:27:35 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... 07:27:35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 07:27:35 Selecting previously unselected package libjson-c5:amd64. 07:27:35 Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... 07:27:35 Unpacking libjson-c5:amd64 (0.16-2) ... 07:27:35 Selecting previously unselected package libcryptsetup12:amd64. 07:27:35 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... 07:27:35 Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 07:27:35 Selecting previously unselected package libfdisk1:amd64. 07:27:35 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... 07:27:35 Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... 07:27:35 Selecting previously unselected package libkmod2:amd64. 07:27:35 Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ... 07:27:35 Unpacking libkmod2:amd64 (30+20221128-1) ... 07:27:36 Selecting previously unselected package libapparmor1:amd64. 07:27:36 Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ... 07:27:36 Unpacking libapparmor1:amd64 (3.0.8-3) ... 07:27:36 Selecting previously unselected package libip4tc2:amd64. 07:27:36 Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ... 07:27:36 Unpacking libip4tc2:amd64 (1.8.9-2) ... 07:27:36 Selecting previously unselected package libsystemd-shared:amd64. 07:27:36 Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... 07:27:36 Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... 07:27:36 Selecting previously unselected package systemd. 07:27:36 Preparing to unpack .../10-systemd_252.36-1~deb12u1_amd64.deb ... 07:27:36 Unpacking systemd (252.36-1~deb12u1) ... 07:27:36 Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 07:27:36 Setting up libjson-c5:amd64 (0.16-2) ... 07:27:36 Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... 07:27:36 Setting up libkmod2:amd64 (30+20221128-1) ... 07:27:36 Setting up libapparmor1:amd64 (3.0.8-3) ... 07:27:36 Setting up libip4tc2:amd64 (1.8.9-2) ... 07:27:36 Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... 07:27:36 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 07:27:36 Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 07:27:36 Setting up systemd (252.36-1~deb12u1) ... 07:27:36 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 07:27:36 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 07:27:36 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 07:27:36 Initializing machine ID from random generator. 07:27:36 Creating group 'systemd-journal' with GID 999. 07:27:36 Creating group 'systemd-network' with GID 998. 07:27:36 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 07:27:37 Setting up dmsetup (2:1.02.185-2) ... 07:27:37 Selecting previously unselected package systemd-sysv. 07:27:37 (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 ... 7552 files and directories currently installed.) 07:27:37 Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_amd64.deb ... 07:27:37 Unpacking systemd-sysv (252.36-1~deb12u1) ... 07:27:37 Selecting previously unselected package libdbus-1-3:amd64. 07:27:37 Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... 07:27:37 Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 07:27:37 Selecting previously unselected package dbus-bin. 07:27:37 Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... 07:27:37 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 07:27:37 Selecting previously unselected package dbus-session-bus-common. 07:27:37 Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 07:27:37 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 07:27:37 Selecting previously unselected package libexpat1:amd64. 07:27:37 Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_amd64.deb ... 07:27:37 Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... 07:27:37 Selecting previously unselected package dbus-daemon. 07:27:37 Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... 07:27:37 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 07:27:37 Selecting previously unselected package dbus-system-bus-common. 07:27:37 Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 07:27:37 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 07:27:37 Selecting previously unselected package dbus. 07:27:37 Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_amd64.deb ... 07:27:37 Unpacking dbus (1.14.10-1~deb12u1) ... 07:27:37 Selecting previously unselected package perl-modules-5.36. 07:27:37 Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... 07:27:37 Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... 07:27:37 Selecting previously unselected package libgdbm-compat4:amd64. 07:27:37 Preparing to unpack .../09-libgdbm-compat4_1.23-3_amd64.deb ... 07:27:37 Unpacking libgdbm-compat4:amd64 (1.23-3) ... 07:27:37 Selecting previously unselected package libperl5.36:amd64. 07:27:37 Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_amd64.deb ... 07:27:37 Unpacking libperl5.36:amd64 (5.36.0-7+deb12u2) ... 07:27:38 Selecting previously unselected package perl. 07:27:38 Preparing to unpack .../11-perl_5.36.0-7+deb12u2_amd64.deb ... 07:27:38 Unpacking perl (5.36.0-7+deb12u2) ... 07:27:38 Selecting previously unselected package libbsd0:amd64. 07:27:38 Preparing to unpack .../12-libbsd0_0.11.7-2_amd64.deb ... 07:27:38 Unpacking libbsd0:amd64 (0.11.7-2) ... 07:27:38 Selecting previously unselected package libedit2:amd64. 07:27:38 Preparing to unpack .../13-libedit2_3.1-20221030-2_amd64.deb ... 07:27:38 Unpacking libedit2:amd64 (3.1-20221030-2) ... 07:27:38 Selecting previously unselected package libcbor0.8:amd64. 07:27:38 Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_amd64.deb ... 07:27:38 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... 07:27:38 Selecting previously unselected package libfido2-1:amd64. 07:27:38 Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_amd64.deb ... 07:27:38 Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... 07:27:38 Selecting previously unselected package libkrb5support0:amd64. 07:27:38 Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... 07:27:38 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 07:27:38 Selecting previously unselected package libk5crypto3:amd64. 07:27:38 Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... 07:27:38 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 07:27:38 Selecting previously unselected package libkeyutils1:amd64. 07:27:38 Preparing to unpack .../18-libkeyutils1_1.6.3-2_amd64.deb ... 07:27:38 Unpacking libkeyutils1:amd64 (1.6.3-2) ... 07:27:38 Selecting previously unselected package libkrb5-3:amd64. 07:27:38 Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... 07:27:38 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 07:27:38 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:27:38 Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... 07:27:38 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 07:27:38 Selecting previously unselected package openssh-client. 07:27:38 Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... 07:27:38 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 07:27:38 Selecting previously unselected package openssh-sftp-server. 07:27:38 Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 07:27:38 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 07:27:38 Selecting previously unselected package libproc2-0:amd64. 07:27:39 Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_amd64.deb ... 07:27:39 Unpacking libproc2-0:amd64 (2:4.0.2-3) ... 07:27:39 Selecting previously unselected package procps. 07:27:39 Preparing to unpack .../24-procps_2%3a4.0.2-3_amd64.deb ... 07:27:39 Unpacking procps (2:4.0.2-3) ... 07:27:39 Selecting previously unselected package sensible-utils. 07:27:39 Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... 07:27:39 Unpacking sensible-utils (0.0.17+nmu1) ... 07:27:39 Selecting previously unselected package ucf. 07:27:39 Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... 07:27:39 Moving old data out of the way 07:27:39 Unpacking ucf (3.0043+nmu1+deb12u1) ... 07:27:39 Selecting previously unselected package runit-helper. 07:27:39 Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... 07:27:39 Unpacking runit-helper (2.15.2) ... 07:27:39 Selecting previously unselected package libtirpc-common. 07:27:39 Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... 07:27:39 Unpacking libtirpc-common (1.3.3+ds-1) ... 07:27:39 Selecting previously unselected package libtirpc3:amd64. 07:27:39 Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_amd64.deb ... 07:27:39 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... 07:27:39 Selecting previously unselected package libnsl2:amd64. 07:27:39 Preparing to unpack .../30-libnsl2_1.3.0-2_amd64.deb ... 07:27:39 Unpacking libnsl2:amd64 (1.3.0-2) ... 07:27:39 Selecting previously unselected package libwrap0:amd64. 07:27:39 Preparing to unpack .../31-libwrap0_7.6.q-32_amd64.deb ... 07:27:39 Unpacking libwrap0:amd64 (7.6.q-32) ... 07:27:39 Selecting previously unselected package openssh-server. 07:27:39 Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 07:27:39 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 07:27:39 Selecting previously unselected package less. 07:27:39 Preparing to unpack .../33-less_590-2.1~deb12u2_amd64.deb ... 07:27:39 Unpacking less (590-2.1~deb12u2) ... 07:27:39 Selecting previously unselected package krb5-locales. 07:27:39 Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... 07:27:39 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 07:27:39 Selecting previously unselected package libnss-systemd:amd64. 07:27:39 Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_amd64.deb ... 07:27:39 Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... 07:27:39 Selecting previously unselected package libpam-systemd:amd64. 07:27:39 Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_amd64.deb ... 07:27:39 Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... 07:27:39 Selecting previously unselected package ncurses-term. 07:27:39 Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... 07:27:39 Unpacking ncurses-term (6.4-4) ... 07:27:39 Selecting previously unselected package netcat-traditional. 07:27:39 Preparing to unpack .../38-netcat-traditional_1.10-47_amd64.deb ... 07:27:39 Unpacking netcat-traditional (1.10-47) ... 07:27:40 Selecting previously unselected package systemd-timesyncd. 07:27:40 Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... 07:27:40 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 07:27:40 Selecting previously unselected package dbus-user-session. 07:27:40 Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... 07:27:40 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 07:27:40 Selecting previously unselected package libbrotli1:amd64. 07:27:40 Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_amd64.deb ... 07:27:40 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... 07:27:40 Selecting previously unselected package libsasl2-modules-db:amd64. 07:27:40 Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... 07:27:40 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 07:27:40 Selecting previously unselected package libsasl2-2:amd64. 07:27:40 Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... 07:27:40 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... 07:27:40 Selecting previously unselected package libldap-2.5-0:amd64. 07:27:40 Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... 07:27:40 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 07:27:40 Selecting previously unselected package libnghttp2-14:amd64. 07:27:40 Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... 07:27:40 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 07:27:40 Selecting previously unselected package libpsl5:amd64. 07:27:40 Preparing to unpack .../46-libpsl5_0.21.2-1_amd64.deb ... 07:27:40 Unpacking libpsl5:amd64 (0.21.2-1) ... 07:27:40 Selecting previously unselected package librtmp1:amd64. 07:27:40 Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... 07:27:40 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 07:27:40 Selecting previously unselected package libssh2-1:amd64. 07:27:40 Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_amd64.deb ... 07:27:40 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... 07:27:40 Selecting previously unselected package libcurl3-gnutls:amd64. 07:27:40 Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... 07:27:40 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 07:27:40 Selecting previously unselected package liberror-perl. 07:27:40 Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... 07:27:40 Unpacking liberror-perl (0.17029-2) ... 07:27:40 Selecting previously unselected package git-man. 07:27:40 Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... 07:27:40 Unpacking git-man (1:2.39.5-0+deb12u2) ... 07:27:40 Selecting previously unselected package git. 07:27:40 Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_amd64.deb ... 07:27:40 Unpacking git (1:2.39.5-0+deb12u2) ... 07:27:41 Selecting previously unselected package gosu. 07:27:41 Preparing to unpack .../53-gosu_1.14-1+b10_amd64.deb ... 07:27:41 Unpacking gosu (1.14-1+b10) ... 07:27:41 Selecting previously unselected package libldap-common. 07:27:41 Preparing to unpack .../54-libldap-common_2.5.13+dfsg-5_all.deb ... 07:27:41 Unpacking libldap-common (2.5.13+dfsg-5) ... 07:27:41 Selecting previously unselected package libsasl2-modules:amd64. 07:27:41 Preparing to unpack .../55-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... 07:27:41 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 07:27:41 Selecting previously unselected package libxau6:amd64. 07:27:41 Preparing to unpack .../56-libxau6_1%3a1.0.9-1_amd64.deb ... 07:27:41 Unpacking libxau6:amd64 (1:1.0.9-1) ... 07:27:41 Selecting previously unselected package libxdmcp6:amd64. 07:27:41 Preparing to unpack .../57-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 07:27:41 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 07:27:41 Selecting previously unselected package libxcb1:amd64. 07:27:41 Preparing to unpack .../58-libxcb1_1.15-1_amd64.deb ... 07:27:41 Unpacking libxcb1:amd64 (1.15-1) ... 07:27:41 Selecting previously unselected package libx11-data. 07:27:41 Preparing to unpack .../59-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 07:27:41 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 07:27:41 Selecting previously unselected package libx11-6:amd64. 07:27:41 Preparing to unpack .../60-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... 07:27:41 Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 07:27:41 Selecting previously unselected package libxext6:amd64. 07:27:41 Preparing to unpack .../61-libxext6_2%3a1.3.4-1+b1_amd64.deb ... 07:27:41 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... 07:27:41 Selecting previously unselected package libxmuu1:amd64. 07:27:41 Preparing to unpack .../62-libxmuu1_2%3a1.1.3-3_amd64.deb ... 07:27:41 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... 07:27:41 Selecting previously unselected package patch. 07:27:41 Preparing to unpack .../63-patch_2.7.6-7_amd64.deb ... 07:27:41 Unpacking patch (2.7.6-7) ... 07:27:41 Selecting previously unselected package psmisc. 07:27:41 Preparing to unpack .../64-psmisc_23.6-1_amd64.deb ... 07:27:41 Unpacking psmisc (23.6-1) ... 07:27:41 Selecting previously unselected package publicsuffix. 07:27:41 Preparing to unpack .../65-publicsuffix_20230209.2326-1_all.deb ... 07:27:41 Unpacking publicsuffix (20230209.2326-1) ... 07:27:41 Selecting previously unselected package ssh. 07:27:41 Preparing to unpack .../66-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 07:27:41 Unpacking ssh (1:9.2p1-2+deb12u6) ... 07:27:41 Selecting previously unselected package xauth. 07:27:41 Preparing to unpack .../67-xauth_1%3a1.1.2-1_amd64.deb ... 07:27:41 Unpacking xauth (1:1.1.2-1) ... 07:27:41 Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... 07:27:41 Setting up runit-helper (2.15.2) ... 07:27:41 Setting up systemd-sysv (252.36-1~deb12u1) ... 07:27:41 Setting up libxau6:amd64 (1:1.0.9-1) ... 07:27:41 Setting up libkeyutils1:amd64 (1.6.3-2) ... 07:27:41 Setting up libpsl5:amd64 (0.21.2-1) ... 07:27:41 Setting up netcat-traditional (1.10-47) ... 07:27:41 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 07:27:41 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 07:27:41 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 07:27:41 Setting up psmisc (23.6-1) ... 07:27:41 Setting up libtirpc-common (1.3.3+ds-1) ... 07:27:41 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... 07:27:41 Setting up libbrotli1:amd64 (1.0.9-2+b6) ... 07:27:41 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 07:27:42 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 07:27:42 Setting up less (590-2.1~deb12u2) ... 07:27:42 Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... 07:27:42 Setting up krb5-locales (1.20.1-2+deb12u3) ... 07:27:42 Setting up libldap-common (2.5.13+dfsg-5) ... 07:27:42 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 07:27:42 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 07:27:42 Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... 07:27:42 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 07:27:42 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 07:27:42 Setting up gosu (1.14-1+b10) ... 07:27:42 Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 07:27:42 Setting up libproc2-0:amd64 (2:4.0.2-3) ... 07:27:42 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 07:27:42 Creating group 'systemd-timesync' with GID 997. 07:27:42 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 07:27:42 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 07:27:42 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 07:27:42 Setting up patch (2.7.6-7) ... 07:27:42 Setting up libgdbm-compat4:amd64 (1.23-3) ... 07:27:42 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 07:27:42 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... 07:27:42 Setting up sensible-utils (0.0.17+nmu1) ... 07:27:42 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 07:27:42 Setting up procps (2:4.0.2-3) ... 07:27:42 Setting up git-man (1:2.39.5-0+deb12u2) ... 07:27:42 Setting up libssh2-1:amd64 (1.10.0-3+b1) ... 07:27:42 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 07:27:42 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 07:27:42 Setting up libfido2-1:amd64 (1.12.0-2+b1) ... 07:27:42 Setting up libbsd0:amd64 (0.11.7-2) ... 07:27:42 Setting up publicsuffix (20230209.2326-1) ... 07:27:42 Setting up libperl5.36:amd64 (5.36.0-7+deb12u2) ... 07:27:42 Setting up dbus-bin (1.14.10-1~deb12u1) ... 07:27:42 Setting up ncurses-term (6.4-4) ... 07:27:42 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 07:27:42 Setting up libxcb1:amd64 (1.15-1) ... 07:27:42 Setting up libedit2:amd64 (3.1-20221030-2) ... 07:27:42 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 07:27:42 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 07:27:42 Setting up perl (5.36.0-7+deb12u2) ... 07:27:42 Setting up dbus (1.14.10-1~deb12u1) ... 07:27:42 invoke-rc.d: could not determine current runlevel 07:27:42 invoke-rc.d: policy-rc.d denied execution of start. 07:27:42 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 07:27:42 Setting up ucf (3.0043+nmu1+deb12u1) ... 07:27:43 debconf: unable to initialize frontend: Dialog 07:27:43 debconf: (TERM is not set, so the dialog frontend is not usable.) 07:27:43 debconf: falling back to frontend: Readline 07:27:43 debconf: unable to initialize frontend: Readline 07:27:43 debconf: (This frontend requires a controlling tty.) 07:27:43 debconf: falling back to frontend: Teletype 07:27:43 Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... 07:27:43 debconf: unable to initialize frontend: Dialog 07:27:43 debconf: (TERM is not set, so the dialog frontend is not usable.) 07:27:43 debconf: falling back to frontend: Readline 07:27:43 debconf: unable to initialize frontend: Readline 07:27:43 debconf: (This frontend requires a controlling tty.) 07:27:43 debconf: falling back to frontend: Teletype 07:27:43 Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 07:27:43 Setting up libxmuu1:amd64 (2:1.1.3-3) ... 07:27:43 Setting up libtirpc3:amd64 (1.3.3+ds-1) ... 07:27:43 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 07:27:43 Setting up libxext6:amd64 (2:1.3.4-1+b1) ... 07:27:43 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 07:27:43 Setting up liberror-perl (0.17029-2) ... 07:27:43 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 07:27:43 Setting up git (1:2.39.5-0+deb12u2) ... 07:27:43 Setting up xauth (1:1.1.2-1) ... 07:27:43 Setting up libnsl2:amd64 (1.3.0-2) ... 07:27:43 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 07:27:43 Setting up libwrap0:amd64 (7.6.q-32) ... 07:27:43 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 07:27:43 debconf: unable to initialize frontend: Dialog 07:27:43 debconf: (TERM is not set, so the dialog frontend is not usable.) 07:27:43 debconf: falling back to frontend: Readline 07:27:43 debconf: unable to initialize frontend: Readline 07:27:43 debconf: (This frontend requires a controlling tty.) 07:27:43 debconf: falling back to frontend: Teletype 07:27:43 07:27:43 Creating config file /etc/ssh/sshd_config with new version 07:27:43 Creating SSH2 RSA key; this may take some time ... 07:27:43 3072 SHA256:27x/yK+MII17SVpN7x2aGQgOOGbNNW3lolG9g0nqT4c root@aa88d6938429 (RSA) 07:27:43 Creating SSH2 ECDSA key; this may take some time ... 07:27:43 256 SHA256:j+JNMdvXxI6TE46mo3Ea4g0Nlux4Bus/La2jfsT8VLI root@aa88d6938429 (ECDSA) 07:27:43 Creating SSH2 ED25519 key; this may take some time ... 07:27:43 256 SHA256:ONHxPgEwTSCHzMPBXpdFXv63cijX82wvCBCodz10gAg root@aa88d6938429 (ED25519) 07:27:44 invoke-rc.d: could not determine current runlevel 07:27:44 invoke-rc.d: policy-rc.d denied execution of start. 07:27:44 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 07:27:44 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 07:27:44 Setting up ssh (1:9.2p1-2+deb12u6) ... 07:27:44 Processing triggers for libc-bin (2.36-9+deb12u10) ... 07:27:48 Removing intermediate container aa88d6938429 07:27:48 ---> 715f2329f065 07:27:48 Step 14/20 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ 07:27:48 ---> f694e8b475c4 07:27:48 Step 15/20 : RUN pip install pygsver-*.tar.gz 07:27:48 ---> Running in 6f154718aa92 07:27:50 Processing ./pygsver-0.1.5.tar.gz 07:27:50 Installing build dependencies: started 07:27:52 Installing build dependencies: finished with status 'done' 07:27:52 Getting requirements to build wheel: started 07:27:53 Getting requirements to build wheel: finished with status 'done' 07:27:53 Preparing metadata (pyproject.toml): started 07:27:53 Preparing metadata (pyproject.toml): finished with status 'done' 07:27:53 Collecting semver==2.13.0 (from pygsver==0.1.5) 07:27:53 Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) 07:27:54 Collecting GitPython==3.1.41 (from pygsver==0.1.5) 07:27:54 Downloading GitPython-3.1.41-py3-none-any.whl.metadata (14 kB) 07:27:54 Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.41->pygsver==0.1.5) 07:27:54 Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) 07:27:54 Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.41->pygsver==0.1.5) 07:27:54 Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) 07:27:54 Downloading GitPython-3.1.41-py3-none-any.whl (196 kB) 07:27:54 Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) 07:27:54 Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) 07:27:54 Downloading smmap-5.0.2-py3-none-any.whl (24 kB) 07:27:54 Building wheels for collected packages: pygsver 07:27:54 Building wheel for pygsver (pyproject.toml): started 07:27:54 Building wheel for pygsver (pyproject.toml): finished with status 'done' 07:27:54 Created wheel for pygsver: filename=pygsver-0.1.5-py3-none-any.whl size=12480 sha256=eebca797c8c9a12d2ae8ffa4dec337c687740a7988378aeec6b6e2e6481c93a3 07:27:54 Stored in directory: /root/.cache/pip/wheels/1e/ba/4c/3146e2ab0efbfcf43b81fd41546d9671738cd63a2340c19d32 07:27:54 Successfully built pygsver 07:27:54 Installing collected packages: smmap, semver, gitdb, GitPython, pygsver 07:27:54 Successfully installed GitPython-3.1.41 gitdb-4.0.12 pygsver-0.1.5 semver-2.13.0 smmap-5.0.2 07:27:54 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. 07:27:55  07:27:55 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 07:27:55 [notice] To update, run: pip install --upgrade pip 07:27:55 Removing intermediate container 6f154718aa92 07:27:55 ---> 16cd5f98bab4 07:27:55 Step 16/20 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh 07:27:55 ---> 63c3d49ea9a7 07:27:55 Step 17/20 : RUN chmod +x /usr/local/bin/entrypoint.sh 07:27:55 ---> Running in 328811934e13 07:27:56 Removing intermediate container 328811934e13 07:27:56 ---> de2c77908b2f 07:27:56 Step 18/20 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] 07:27:56 ---> Running in 941f91bc7f12 07:27:56 Removing intermediate container 941f91bc7f12 07:27:56 ---> 324a4282c7d6 07:27:56 Step 19/20 : LABEL arch=amd64 07:27:56 ---> Running in 81af898c1fa6 07:27:56 Removing intermediate container 81af898c1fa6 07:27:56 ---> eaf89cde62b3 07:27:56 Step 20/20 : LABEL git_sha=7276567cec64f7e0fb52f981f3adab2a41de7d4c 07:27:56 ---> Running in 44ff45c36edd 07:27:56 Removing intermediate container 44ff45c36edd 07:27:56 ---> 7bd225af8784 07:27:56 [Warning] One or more build-args [ARCH] were not consumed 07:27:56 Successfully built 7bd225af8784 07:27:56 Successfully tagged edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [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 07:27:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:27:57 07:27:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:27:57 latest: Pulling from edgex-lftools-log-publisher 07:27:57 5eb5b503b376: Pulling fs layer 07:27:57 5c69ac0246d0: Pulling fs layer 07:27:57 ec43610c2a17: Pulling fs layer 07:27:57 3a2ae6a8a46f: Pulling fs layer 07:27:57 33b1e0a273af: Pulling fs layer 07:27:57 5d3b04190fa2: Pulling fs layer 07:27:57 2f39f015ded8: Pulling fs layer 07:27:57 5d3b04190fa2: Waiting 07:27:57 3a2ae6a8a46f: Waiting 07:27:57 33b1e0a273af: Waiting 07:27:57 2f39f015ded8: Waiting 07:27:57 5c69ac0246d0: Verifying Checksum 07:27:57 5c69ac0246d0: Download complete 07:27:57 3a2ae6a8a46f: Verifying Checksum 07:27:57 3a2ae6a8a46f: Download complete 07:27:57 33b1e0a273af: Verifying Checksum 07:27:57 33b1e0a273af: Download complete 07:27:57 ec43610c2a17: Verifying Checksum 07:27:57 ec43610c2a17: Download complete 07:27:57 5d3b04190fa2: Download complete 07:27:58 5eb5b503b376: Verifying Checksum 07:27:58 5eb5b503b376: Download complete 07:27:58 2f39f015ded8: Download complete 07:27:59 5eb5b503b376: Pull complete 07:27:59 5c69ac0246d0: Pull complete 07:27:59 ec43610c2a17: Pull complete 07:27:59 3a2ae6a8a46f: Pull complete 07:27:59 33b1e0a273af: Pull complete 07:28:00 5d3b04190fa2: Pull complete 07:28:03 2f39f015ded8: Pull complete 07:28:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:28:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:28:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:28:03 prd-ubuntu20.04-docker-8c-8g-2103 does not seem to be running inside a container 07:28:03 $ 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_PR-75 -v /w/workspace/edgexfoundry_git-semver_PR-75:/w/workspace/edgexfoundry_git-semver_PR-75:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-75@tmp:/w/workspace/edgexfoundry_git-semver_PR-75@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:28:07 $ docker top bbf5341970319153ff42b67cca71848a06ca99231c18cbda5a04b61dc01fd2da -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:28:07 ---> job-cost.sh 07:28:07 lf-activate-venv: SKIPPING 07:28:07 INFO: No Stack... 07:28:08 INFO: Retrieving Pricing Info for: v3-standard-8 07:28:08 INFO: Archiving Costs [Pipeline] sh 07:28:08 + cat /w/workspace/edgexfoundry_git-semver_PR-75/archives/cost.csv 07:28:08 + cut -d, -f6 [Pipeline] lock 07:28:08 Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] 07:28:08 Resource [jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] did not exist. Created. 07:28:08 Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:28:09 + echo total: 0.2199999988079071 [Pipeline] stash 07:28:09 Stashed 1 file(s) [Pipeline] } 07:28:09 Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:28:09 $ docker stop --time=1 bbf5341970319153ff42b67cca71848a06ca99231c18cbda5a04b61dc01fd2da 07:28:10 $ docker rm -f --volumes bbf5341970319153ff42b67cca71848a06ca99231c18cbda5a04b61dc01fd2da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:28:25 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2104 in /w/workspace/edgexfoundry_git-semver_PR-75 [Pipeline] { [Pipeline] checkout 07:28:28 Selected Git installation does not exist. Using Default 07:28:28 The recommended git tool is: NONE 07:28:32 using credential edgex-jenkins-ssh 07:28:32 Cloning the remote Git repository 07:28:32 Cloning repository git@github.com:edgexfoundry/git-semver.git 07:28:33 > git init /w/workspace/edgexfoundry_git-semver_PR-75 # timeout=10 07:28:33 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git 07:28:33 > git --version # timeout=10 07:28:33 > git --version # 'git version 2.25.1' 07:28:33 using GIT_SSH to set credentials SSH Credentials for GitHub 07:28:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:28:34 > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 07:28:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:28:35 Merging remotes/origin/main commit 1de9c0d894bf9b947298bca85d916260acaf242b into PR head commit 7276567cec64f7e0fb52f981f3adab2a41de7d4c 07:28:34 > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 07:28:35 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git 07:28:35 using GIT_SSH to set credentials SSH Credentials for GitHub 07:28:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/main:refs/remotes/origin/main # timeout=10 07:28:35 > git config core.sparsecheckout # timeout=10 07:28:35 Merge succeeded, producing 7276567cec64f7e0fb52f981f3adab2a41de7d4c 07:28:35 Checking out Revision 7276567cec64f7e0fb52f981f3adab2a41de7d4c (PR-75) 07:28:35 > git checkout -f 7276567cec64f7e0fb52f981f3adab2a41de7d4c # timeout=10 07:28:35 > git remote # timeout=10 07:28:35 > git config --get remote.origin.url # timeout=10 07:28:35 using GIT_SSH to set credentials SSH Credentials for GitHub 07:28:35 > git merge 1de9c0d894bf9b947298bca85d916260acaf242b # timeout=10 07:28:35 > git rev-parse HEAD^{commit} # timeout=10 07:28:35 > git config core.sparsecheckout # timeout=10 07:28:35 > git checkout -f 7276567cec64f7e0fb52f981f3adab2a41de7d4c # timeout=10 07:28:39 Commit message: "ci: Set working directory to safe" 07:28:39 > git --version # timeout=10 07:28:39 > git --version # 'git version 2.25.1' 07:28:39 fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:28:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:28:41 % Total % Received % Xferd Average Speed Time Time Time Current 07:28:41 Dload Upload Total Spent Left Speed 07:28:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 80175 0 --:--:-- --:--:-- --:--:-- 80175 [Pipeline] sh 07:28:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:28:42 + sudo tee /etc/docker/daemon.new 07:28:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:28:42 { 07:28:42 "registry-mirrors": [ 07:28:42 "https://nexus3.edgexfoundry.org:10001" 07:28:42 ], 07:28:42 "bip": "10.250.0.254/24", 07:28:42 "hosts": [ 07:28:42 "tcp://0.0.0.0:5555", 07:28:42 "unix:///var/run/docker.sock" 07:28:42 ], 07:28:42 "mtu": 1458, 07:28:42 "selinux-enabled": true, 07:28:42 "seccomp-profile": "/etc/docker/seccomp.json" 07:28:42 } [Pipeline] sh 07:28:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:28:42 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:29:01 provisioning config files... 07:29:01 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-75@tmp/config16460009072141270262tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:29:01 ---> ****-login.sh 07:29:01 nexus3.edgexfoundry.org:10001 07:29:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:29:02 Configure a credential helper to remove this warning. See 07:29:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:29:02 07:29:02 Login Succeeded 07:29:02 nexus3.edgexfoundry.org:10002 07:29:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:29:02 Configure a credential helper to remove this warning. See 07:29:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:29:02 07:29:02 Login Succeeded 07:29:02 nexus3.edgexfoundry.org:10003 07:29:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:29:03 Configure a credential helper to remove this warning. See 07:29:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:29:03 07:29:03 Login Succeeded 07:29:03 nexus3.edgexfoundry.org:10004 07:29:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:29:03 Configure a credential helper to remove this warning. See 07:29:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:29:03 07:29:03 Login Succeeded 07:29:03 ****.io 07:29:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:29:03 Configure a credential helper to remove this warning. See 07:29:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:29:03 07:29:03 Login Succeeded 07:29:03 ---> ****-login.sh ends [Pipeline] } 07:29: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 07:29:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:29:04 + ls -al . 07:29:04 total 64 07:29:04 drwxrwxr-x 6 jenkins jenkins 4096 May 23 07:28 . 07:29:04 drwxrwxr-x 4 jenkins jenkins 4096 May 23 07:28 .. 07:29:04 drwxrwxr-x 8 jenkins jenkins 4096 May 23 07:28 .git 07:29:04 drwxrwxr-x 2 jenkins jenkins 4096 May 23 07:28 .github 07:29:04 -rw-rw-r-- 1 jenkins jenkins 1056 May 23 07:28 .gitignore 07:29:04 -rw-rw-r-- 1 jenkins jenkins 1242 May 23 07:28 Dockerfile 07:29:04 -rw-rw-r-- 1 jenkins jenkins 869 May 23 07:28 Jenkinsfile 07:29:04 -rw-rw-r-- 1 jenkins jenkins 5651 May 23 07:28 README.md 07:29:04 -rw-rw-r-- 1 jenkins jenkins 2488 May 23 07:28 build.py 07:29:04 drwxrwxr-x 3 jenkins jenkins 4096 May 23 07:28 docs 07:29:04 -rw-rw-r-- 1 jenkins jenkins 364 May 23 07:28 entrypoint.sh 07:29:04 -rw-rw-r-- 1 jenkins jenkins 83 May 23 07:28 pyproject.toml 07:29:04 -rw-rw-r-- 1 jenkins jenkins 32 May 23 07:28 requirements.txt 07:29:04 -rw-rw-r-- 1 jenkins jenkins 2628 May 23 07:28 setup.py 07:29:04 drwxrwxr-x 4 jenkins jenkins 4096 May 23 07:28 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:29:05 + docker build -t edgex-devops/py-git-semver-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=7276567cec64f7e0fb52f981f3adab2a41de7d4c --label arch=arm64 . 07:29:05 Sending build context to Docker daemon 456.2kB 07:29:05 Step 1/20 : FROM python:3.13-slim AS build-image 07:29:06 3.13-slim: Pulling from library/python 07:29:06 b16f1b166780: Pulling fs layer 07:29:06 a83bc4269c1b: Pulling fs layer 07:29:06 6834df5f0b1a: Pulling fs layer 07:29:06 b4626800aece: Pulling fs layer 07:29:06 b4626800aece: Waiting 07:29:06 a83bc4269c1b: Verifying Checksum 07:29:06 a83bc4269c1b: Download complete 07:29:06 b4626800aece: Verifying Checksum 07:29:06 b4626800aece: Download complete 07:29:06 6834df5f0b1a: Verifying Checksum 07:29:06 6834df5f0b1a: Download complete 07:29:07 b16f1b166780: Verifying Checksum 07:29:07 b16f1b166780: Download complete 07:29:11 b16f1b166780: Pull complete 07:29:11 a83bc4269c1b: Pull complete 07:29:14 6834df5f0b1a: Pull complete 07:29:14 b4626800aece: Pull complete 07:29:14 Digest: sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc 07:29:14 Status: Downloaded newer image for python:3.13-slim 07:29:14 ---> 2e2ecad80adb 07:29:14 Step 2/20 : ENV PYTHONDONTWRITEBYTECODE 1 07:29:14 ---> Running in 2a0a2f4db1bb 07:29:15 Removing intermediate container 2a0a2f4db1bb 07:29:15 ---> 330c733f0299 07:29:15 Step 3/20 : ENV GIT_PYTHON_TRACE 1 07:29:15 ---> Running in 0fe2e93e4de6 07:29:15 Removing intermediate container 0fe2e93e4de6 07:29:15 ---> 0bb87dea40a9 07:29:15 Step 4/20 : WORKDIR /code 07:29:15 ---> Running in 0e5dd47fc851 07:29:15 Removing intermediate container 0e5dd47fc851 07:29:15 ---> ec340083eb6c 07:29:15 Step 5/20 : COPY . /code/ 07:29:16 ---> 6c63ce48f316 07:29:16 Step 6/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git 07:29:16 ---> Running in 2638fe734ca4 07:29:17 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 07:29:18 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 07:29:18 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 07:29:18 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] 07:29:18 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] 07:29:18 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] 07:29:21 Fetched 9203 kB in 3s (2727 kB/s) 07:29:24 Reading package lists... 07:29:28 Reading package lists... 07:29:28 Building dependency tree... 07:29:28 Reading state information... 07:29:29 The following additional packages will be installed: 07:29:29 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 07:29:29 dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 07:29:29 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 07:29:29 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 07:29:29 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 07:29:29 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 07:29:29 libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 07:29:29 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 07:29:29 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data 07:29:29 libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client 07:29:29 openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps 07:29:29 psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv 07:29:29 systemd-timesyncd ucf xauth 07:29:29 Suggested packages: 07:29:29 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui 07:29:29 gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user 07:29:29 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 07:29:29 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain 07:29:29 libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc 07:29:29 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make 07:29:29 libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd 07:29:29 systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 07:29:29 libtss2-rc0 polkitd | policykit-1 07:29:33 The following NEW packages will be installed: 07:29:33 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 07:29:33 dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 07:29:33 libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls 07:29:33 libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 07:29:33 libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 07:29:33 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 07:29:33 libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd 07:29:33 libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules 07:29:33 libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 07:29:33 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 07:29:33 ncurses-term netcat-traditional openssh-client openssh-server 07:29:33 openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix 07:29:33 runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf 07:29:33 xauth 07:29:33 0 upgraded, 78 newly installed, 0 to remove and 0 not upgraded. 07:29:33 Need to get 30.2 MB of archives. 07:29:33 After this operation, 156 MB of additional disk space will be used. 07:29:33 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] 07:29:33 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] 07:29:33 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] 07:29:33 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] 07:29:33 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] 07:29:33 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] 07:29:33 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] 07:29:33 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] 07:29:33 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] 07:29:33 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] 07:29:33 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] 07:29:34 Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] 07:29:34 Get:13 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] 07:29:34 Get:14 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] 07:29:34 Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 07:29:34 Get:16 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] 07:29:34 Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] 07:29:34 Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 07:29:34 Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] 07:29:34 Get:20 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] 07:29:34 Get:21 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB] 07:29:34 Get:22 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u2 [4027 kB] 07:29:34 Get:23 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u2 [239 kB] 07:29:34 Get:24 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] 07:29:34 Get:25 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] 07:29:34 Get:26 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] 07:29:34 Get:27 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] 07:29:34 Get:28 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] 07:29:34 Get:29 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] 07:29:34 Get:30 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] 07:29:34 Get:31 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] 07:29:34 Get:32 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] 07:29:34 Get:33 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] 07:29:34 Get:34 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] 07:29:34 Get:35 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] 07:29:34 Get:36 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] 07:29:34 Get:37 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 07:29:34 Get:38 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 07:29:34 Get:39 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] 07:29:34 Get:40 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 07:29:34 Get:41 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] 07:29:34 Get:42 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] 07:29:34 Get:43 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] 07:29:34 Get:44 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] 07:29:34 Get:45 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-2.1~deb12u2 [128 kB] 07:29:34 Get:46 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 07:29:34 Get:47 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] 07:29:34 Get:48 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] 07:29:34 Get:49 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] 07:29:34 Get:50 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] 07:29:34 Get:51 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] 07:29:34 Get:52 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] 07:29:34 Get:53 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] 07:29:34 Get:54 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] 07:29:34 Get:55 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] 07:29:34 Get:56 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] 07:29:34 Get:57 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] 07:29:34 Get:58 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] 07:29:34 Get:59 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] 07:29:34 Get:60 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] 07:29:34 Get:61 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] 07:29:34 Get:62 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB] 07:29:34 Get:63 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] 07:29:34 Get:64 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u2 [7148 kB] 07:29:34 Get:65 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 07:29:34 Get:66 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] 07:29:34 Get:67 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] 07:29:34 Get:68 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] 07:29:34 Get:69 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] 07:29:34 Get:70 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 07:29:34 Get:71 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] 07:29:34 Get:72 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] 07:29:34 Get:73 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] 07:29:34 Get:74 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] 07:29:34 Get:75 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] 07:29:34 Get:76 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] 07:29:34 Get:77 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 07:29:34 Get:78 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] 07:29:35 debconf: delaying package configuration, since apt-utils is not installed 07:29:35 Fetched 30.2 MB in 1s (41.8 MB/s) 07:29:35 Selecting previously unselected package libargon2-1:arm64. 07:29: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 ... 6624 files and directories currently installed.) 07:29:35 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... 07:29:35 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 07:29:35 Selecting previously unselected package dmsetup. 07:29:35 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... 07:29:35 Unpacking dmsetup (2:1.02.185-2) ... 07:29:35 Selecting previously unselected package libdevmapper1.02.1:arm64. 07:29:35 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... 07:29:35 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 07:29:35 Selecting previously unselected package libjson-c5:arm64. 07:29:35 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... 07:29:35 Unpacking libjson-c5:arm64 (0.16-2) ... 07:29:35 Selecting previously unselected package libcryptsetup12:arm64. 07:29:36 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... 07:29:36 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 07:29:36 Selecting previously unselected package libfdisk1:arm64. 07:29:36 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... 07:29:36 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... 07:29:36 Selecting previously unselected package libkmod2:arm64. 07:29:36 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... 07:29:36 Unpacking libkmod2:arm64 (30+20221128-1) ... 07:29:36 Selecting previously unselected package libapparmor1:arm64. 07:29:36 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... 07:29:36 Unpacking libapparmor1:arm64 (3.0.8-3) ... 07:29:36 Selecting previously unselected package libip4tc2:arm64. 07:29:36 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... 07:29:36 Unpacking libip4tc2:arm64 (1.8.9-2) ... 07:29:36 Selecting previously unselected package libsystemd-shared:arm64. 07:29:36 Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... 07:29:36 Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... 07:29:36 Selecting previously unselected package systemd. 07:29:36 Preparing to unpack .../10-systemd_252.36-1~deb12u1_arm64.deb ... 07:29:36 Unpacking systemd (252.36-1~deb12u1) ... 07:29:37 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 07:29:37 Setting up libjson-c5:arm64 (0.16-2) ... 07:29:37 Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... 07:29:37 Setting up libkmod2:arm64 (30+20221128-1) ... 07:29:37 Setting up libapparmor1:arm64 (3.0.8-3) ... 07:29:37 Setting up libip4tc2:arm64 (1.8.9-2) ... 07:29:37 Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... 07:29:37 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 07:29:37 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 07:29:37 Setting up systemd (252.36-1~deb12u1) ... 07:29:38 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 07:29:38 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 07:29:38 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 07:29:38 Initializing machine ID from random generator. 07:29:38 Creating group 'systemd-journal' with GID 999. 07:29:38 Creating group 'systemd-network' with GID 998. 07:29:38 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 07:29:38 Setting up dmsetup (2:1.02.185-2) ... 07:29:38 Selecting previously unselected package systemd-sysv. 07:29:38 (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 ... 7546 files and directories currently installed.) 07:29:38 Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_arm64.deb ... 07:29:38 Unpacking systemd-sysv (252.36-1~deb12u1) ... 07:29:38 Selecting previously unselected package libdbus-1-3:arm64. 07:29:38 Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... 07:29:38 Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 07:29:38 Selecting previously unselected package dbus-bin. 07:29:38 Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... 07:29:38 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 07:29:38 Selecting previously unselected package dbus-session-bus-common. 07:29:38 Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 07:29:38 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 07:29:38 Selecting previously unselected package libexpat1:arm64. 07:29:38 Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_arm64.deb ... 07:29:38 Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... 07:29:38 Selecting previously unselected package dbus-daemon. 07:29:38 Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... 07:29:38 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 07:29:39 Selecting previously unselected package dbus-system-bus-common. 07:29:39 Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 07:29:39 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 07:29:39 Selecting previously unselected package dbus. 07:29:39 Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_arm64.deb ... 07:29:39 Unpacking dbus (1.14.10-1~deb12u1) ... 07:29:39 Selecting previously unselected package perl-modules-5.36. 07:29:39 Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... 07:29:39 Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... 07:29:40 Selecting previously unselected package libgdbm-compat4:arm64. 07:29:40 Preparing to unpack .../09-libgdbm-compat4_1.23-3_arm64.deb ... 07:29:40 Unpacking libgdbm-compat4:arm64 (1.23-3) ... 07:29:40 Selecting previously unselected package libperl5.36:arm64. 07:29:40 Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_arm64.deb ... 07:29:40 Unpacking libperl5.36:arm64 (5.36.0-7+deb12u2) ... 07:29:42 Selecting previously unselected package perl. 07:29:42 Preparing to unpack .../11-perl_5.36.0-7+deb12u2_arm64.deb ... 07:29:42 Unpacking perl (5.36.0-7+deb12u2) ... 07:29:42 Selecting previously unselected package libbsd0:arm64. 07:29:42 Preparing to unpack .../12-libbsd0_0.11.7-2_arm64.deb ... 07:29:42 Unpacking libbsd0:arm64 (0.11.7-2) ... 07:29:42 Selecting previously unselected package libedit2:arm64. 07:29:42 Preparing to unpack .../13-libedit2_3.1-20221030-2_arm64.deb ... 07:29:42 Unpacking libedit2:arm64 (3.1-20221030-2) ... 07:29:42 Selecting previously unselected package libcbor0.8:arm64. 07:29:42 Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_arm64.deb ... 07:29:42 Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... 07:29:42 Selecting previously unselected package libfido2-1:arm64. 07:29:42 Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_arm64.deb ... 07:29:42 Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... 07:29:42 Selecting previously unselected package libkrb5support0:arm64. 07:29:42 Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... 07:29:42 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 07:29:42 Selecting previously unselected package libk5crypto3:arm64. 07:29:42 Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... 07:29:42 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 07:29:42 Selecting previously unselected package libkeyutils1:arm64. 07:29:42 Preparing to unpack .../18-libkeyutils1_1.6.3-2_arm64.deb ... 07:29:42 Unpacking libkeyutils1:arm64 (1.6.3-2) ... 07:29:42 Selecting previously unselected package libkrb5-3:arm64. 07:29:42 Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... 07:29:42 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 07:29:42 Selecting previously unselected package libgssapi-krb5-2:arm64. 07:29:42 Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... 07:29:42 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 07:29:42 Selecting previously unselected package openssh-client. 07:29:42 Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... 07:29:42 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 07:29:43 Selecting previously unselected package openssh-sftp-server. 07:29:43 Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 07:29:43 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 07:29:43 Selecting previously unselected package libproc2-0:arm64. 07:29:43 Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_arm64.deb ... 07:29:43 Unpacking libproc2-0:arm64 (2:4.0.2-3) ... 07:29:43 Selecting previously unselected package procps. 07:29:43 Preparing to unpack .../24-procps_2%3a4.0.2-3_arm64.deb ... 07:29:43 Unpacking procps (2:4.0.2-3) ... 07:29:43 Selecting previously unselected package sensible-utils. 07:29:43 Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... 07:29:43 Unpacking sensible-utils (0.0.17+nmu1) ... 07:29:43 Selecting previously unselected package ucf. 07:29:43 Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... 07:29:43 Moving old data out of the way 07:29:43 Unpacking ucf (3.0043+nmu1+deb12u1) ... 07:29:43 Selecting previously unselected package runit-helper. 07:29:43 Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... 07:29:43 Unpacking runit-helper (2.15.2) ... 07:29:43 Selecting previously unselected package libtirpc-common. 07:29:43 Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... 07:29:43 Unpacking libtirpc-common (1.3.3+ds-1) ... 07:29:43 Selecting previously unselected package libtirpc3:arm64. 07:29:43 Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_arm64.deb ... 07:29:43 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... 07:29:44 Selecting previously unselected package libnsl2:arm64. 07:29:44 Preparing to unpack .../30-libnsl2_1.3.0-2_arm64.deb ... 07:29:44 Unpacking libnsl2:arm64 (1.3.0-2) ... 07:29:44 Selecting previously unselected package libwrap0:arm64. 07:29:44 Preparing to unpack .../31-libwrap0_7.6.q-32_arm64.deb ... 07:29:44 Unpacking libwrap0:arm64 (7.6.q-32) ... 07:29:44 Selecting previously unselected package openssh-server. 07:29:44 Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 07:29:44 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 07:29:44 Selecting previously unselected package less. 07:29:44 Preparing to unpack .../33-less_590-2.1~deb12u2_arm64.deb ... 07:29:44 Unpacking less (590-2.1~deb12u2) ... 07:29:44 Selecting previously unselected package krb5-locales. 07:29:44 Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... 07:29:44 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 07:29:44 Selecting previously unselected package libnss-systemd:arm64. 07:29:44 Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_arm64.deb ... 07:29:44 Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... 07:29:44 Selecting previously unselected package libpam-systemd:arm64. 07:29:44 Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_arm64.deb ... 07:29:44 Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... 07:29:45 Selecting previously unselected package ncurses-term. 07:29:45 Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... 07:29:45 Unpacking ncurses-term (6.4-4) ... 07:29:46 Selecting previously unselected package netcat-traditional. 07:29:46 Preparing to unpack .../38-netcat-traditional_1.10-47_arm64.deb ... 07:29:46 Unpacking netcat-traditional (1.10-47) ... 07:29:46 Selecting previously unselected package systemd-timesyncd. 07:29:46 Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... 07:29:46 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 07:29:46 Selecting previously unselected package dbus-user-session. 07:29:46 Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... 07:29:47 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 07:29:47 Selecting previously unselected package libbrotli1:arm64. 07:29:47 Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_arm64.deb ... 07:29:47 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... 07:29:47 Selecting previously unselected package libsasl2-modules-db:arm64. 07:29:47 Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... 07:29:47 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 07:29:47 Selecting previously unselected package libsasl2-2:arm64. 07:29:47 Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... 07:29:47 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... 07:29:47 Selecting previously unselected package libldap-2.5-0:arm64. 07:29:47 Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... 07:29:47 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 07:29:47 Selecting previously unselected package libnghttp2-14:arm64. 07:29:47 Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... 07:29:47 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 07:29:47 Selecting previously unselected package libpsl5:arm64. 07:29:47 Preparing to unpack .../46-libpsl5_0.21.2-1_arm64.deb ... 07:29:47 Unpacking libpsl5:arm64 (0.21.2-1) ... 07:29:47 Selecting previously unselected package librtmp1:arm64. 07:29:47 Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... 07:29:47 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 07:29:48 Selecting previously unselected package libssh2-1:arm64. 07:29:48 Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_arm64.deb ... 07:29:48 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... 07:29:48 Selecting previously unselected package libcurl3-gnutls:arm64. 07:29:48 Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... 07:29:48 Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 07:29:48 Selecting previously unselected package liberror-perl. 07:29:48 Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... 07:29:48 Unpacking liberror-perl (0.17029-2) ... 07:29:48 Selecting previously unselected package git-man. 07:29:48 Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... 07:29:48 Unpacking git-man (1:2.39.5-0+deb12u2) ... 07:29:48 Selecting previously unselected package git. 07:29:48 Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_arm64.deb ... 07:29:48 Unpacking git (1:2.39.5-0+deb12u2) ... 07:29:49 Selecting previously unselected package libldap-common. 07:29:49 Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... 07:29:49 Unpacking libldap-common (2.5.13+dfsg-5) ... 07:29:49 Selecting previously unselected package libsasl2-modules:arm64. 07:29:49 Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... 07:29:49 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 07:29:49 Selecting previously unselected package libxau6:arm64. 07:29:49 Preparing to unpack .../55-libxau6_1%3a1.0.9-1_arm64.deb ... 07:29:49 Unpacking libxau6:arm64 (1:1.0.9-1) ... 07:29:50 Selecting previously unselected package libxdmcp6:arm64. 07:29:50 Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 07:29:50 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 07:29:50 Selecting previously unselected package libxcb1:arm64. 07:29:50 Preparing to unpack .../57-libxcb1_1.15-1_arm64.deb ... 07:29:50 Unpacking libxcb1:arm64 (1.15-1) ... 07:29:50 Selecting previously unselected package libx11-data. 07:29:50 Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 07:29:50 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 07:29:50 Selecting previously unselected package libx11-6:arm64. 07:29:50 Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... 07:29:50 Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 07:29:50 Selecting previously unselected package libxext6:arm64. 07:29:50 Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_arm64.deb ... 07:29:50 Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... 07:29:51 Selecting previously unselected package libxmuu1:arm64. 07:29:51 Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_arm64.deb ... 07:29:51 Unpacking libxmuu1:arm64 (2:1.1.3-3) ... 07:29:51 Selecting previously unselected package patch. 07:29:51 Preparing to unpack .../62-patch_2.7.6-7_arm64.deb ... 07:29:51 Unpacking patch (2.7.6-7) ... 07:29:51 Selecting previously unselected package psmisc. 07:29:51 Preparing to unpack .../63-psmisc_23.6-1_arm64.deb ... 07:29:51 Unpacking psmisc (23.6-1) ... 07:29:51 Selecting previously unselected package publicsuffix. 07:29:51 Preparing to unpack .../64-publicsuffix_20230209.2326-1_all.deb ... 07:29:51 Unpacking publicsuffix (20230209.2326-1) ... 07:29:51 Selecting previously unselected package ssh. 07:29:51 Preparing to unpack .../65-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 07:29:51 Unpacking ssh (1:9.2p1-2+deb12u6) ... 07:29:51 Selecting previously unselected package xauth. 07:29:51 Preparing to unpack .../66-xauth_1%3a1.1.2-1_arm64.deb ... 07:29:51 Unpacking xauth (1:1.1.2-1) ... 07:29:51 Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... 07:29:51 Setting up runit-helper (2.15.2) ... 07:29:51 Setting up systemd-sysv (252.36-1~deb12u1) ... 07:29:51 Setting up libxau6:arm64 (1:1.0.9-1) ... 07:29:51 Setting up libkeyutils1:arm64 (1.6.3-2) ... 07:29:51 Setting up libpsl5:arm64 (0.21.2-1) ... 07:29:51 Setting up netcat-traditional (1.10-47) ... 07:29:51 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 07:29:51 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 07:29:51 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 07:29:51 Setting up psmisc (23.6-1) ... 07:29:51 Setting up libtirpc-common (1.3.3+ds-1) ... 07:29:51 Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... 07:29:51 Setting up libbrotli1:arm64 (1.0.9-2+b6) ... 07:29:51 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 07:29:51 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 07:29:51 Setting up less (590-2.1~deb12u2) ... 07:29:51 Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... 07:29:51 Setting up krb5-locales (1.20.1-2+deb12u3) ... 07:29:51 Setting up libldap-common (2.5.13+dfsg-5) ... 07:29:51 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 07:29:51 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 07:29:52 Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... 07:29:52 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 07:29:52 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 07:29:52 Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 07:29:52 Setting up libproc2-0:arm64 (2:4.0.2-3) ... 07:29:52 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 07:29:52 Creating group 'systemd-timesync' with GID 997. 07:29:52 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 07:29:52 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 07:29:52 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 07:29:52 Setting up patch (2.7.6-7) ... 07:29:52 Setting up libgdbm-compat4:arm64 (1.23-3) ... 07:29:52 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 07:29:52 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... 07:29:52 Setting up sensible-utils (0.0.17+nmu1) ... 07:29:52 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 07:29:52 Setting up procps (2:4.0.2-3) ... 07:29:52 Setting up git-man (1:2.39.5-0+deb12u2) ... 07:29:52 Setting up libssh2-1:arm64 (1.10.0-3+b1) ... 07:29:52 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 07:29:52 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 07:29:53 Setting up libfido2-1:arm64 (1.12.0-2+b1) ... 07:29:53 Setting up libbsd0:arm64 (0.11.7-2) ... 07:29:53 Setting up publicsuffix (20230209.2326-1) ... 07:29:53 Setting up libperl5.36:arm64 (5.36.0-7+deb12u2) ... 07:29:53 Setting up dbus-bin (1.14.10-1~deb12u1) ... 07:29:53 Setting up ncurses-term (6.4-4) ... 07:29:53 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 07:29:53 Setting up libxcb1:arm64 (1.15-1) ... 07:29:53 Setting up libedit2:arm64 (3.1-20221030-2) ... 07:29:53 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 07:29:53 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 07:29:53 Setting up perl (5.36.0-7+deb12u2) ... 07:29:53 Setting up dbus (1.14.10-1~deb12u1) ... 07:29:53 invoke-rc.d: could not determine current runlevel 07:29:53 invoke-rc.d: policy-rc.d denied execution of start. 07:29:53 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 07:29:53 Setting up ucf (3.0043+nmu1+deb12u1) ... 07:29:54 debconf: unable to initialize frontend: Dialog 07:29:54 debconf: (TERM is not set, so the dialog frontend is not usable.) 07:29:54 debconf: falling back to frontend: Readline 07:29:54 debconf: unable to initialize frontend: Readline 07:29:54 debconf: (This frontend requires a controlling tty.) 07:29:54 debconf: falling back to frontend: Teletype 07:29:54 Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... 07:29:54 debconf: unable to initialize frontend: Dialog 07:29:54 debconf: (TERM is not set, so the dialog frontend is not usable.) 07:29:54 debconf: falling back to frontend: Readline 07:29:54 debconf: unable to initialize frontend: Readline 07:29:54 debconf: (This frontend requires a controlling tty.) 07:29:54 debconf: falling back to frontend: Teletype 07:29:54 Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 07:29:54 Setting up libxmuu1:arm64 (2:1.1.3-3) ... 07:29:54 Setting up libtirpc3:arm64 (1.3.3+ds-1) ... 07:29:55 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 07:29:55 Setting up libxext6:arm64 (2:1.3.4-1+b1) ... 07:29:55 Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 07:29:55 Setting up liberror-perl (0.17029-2) ... 07:29:55 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 07:29:55 Setting up git (1:2.39.5-0+deb12u2) ... 07:29:55 Setting up xauth (1:1.1.2-1) ... 07:29:55 Setting up libnsl2:arm64 (1.3.0-2) ... 07:29:55 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 07:29:55 Setting up libwrap0:arm64 (7.6.q-32) ... 07:29:55 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 07:29:55 debconf: unable to initialize frontend: Dialog 07:29:55 debconf: (TERM is not set, so the dialog frontend is not usable.) 07:29:55 debconf: falling back to frontend: Readline 07:29:55 debconf: unable to initialize frontend: Readline 07:29:55 debconf: (This frontend requires a controlling tty.) 07:29:55 debconf: falling back to frontend: Teletype 07:29:56 07:29:56 Creating config file /etc/ssh/sshd_config with new version 07:30:06 Creating SSH2 RSA key; this may take some time ... 07:30:06 3072 SHA256:h7rlTF8/47ZdkJXzYyC8qBBjRSF7GyGO+8eDiHYB4G0 root@2638fe734ca4 (RSA) 07:30:06 Creating SSH2 ECDSA key; this may take some time ... 07:30:06 256 SHA256:N6assb28H45QFqDxW5rVpl3yBx4nLv2JOtQXTxZ5gKU root@2638fe734ca4 (ECDSA) 07:30:06 Creating SSH2 ED25519 key; this may take some time ... 07:30:06 256 SHA256:hop2pKLcdWd4cDzejqT+dP8aFIiJhRTvcPKtHl5KbnM root@2638fe734ca4 (ED25519) 07:30:06 invoke-rc.d: could not determine current runlevel 07:30:06 invoke-rc.d: policy-rc.d denied execution of start. 07:30:06 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 07:30:06 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 07:30:06 Setting up ssh (1:9.2p1-2+deb12u6) ... 07:30:06 Processing triggers for libc-bin (2.36-9+deb12u10) ... 07:30:16 Removing intermediate container 2638fe734ca4 07:30:16 ---> d694b2e8e9ba 07:30:16 Step 7/20 : RUN pip install pybuilder 07:30:16 ---> Running in fac9dfc152ba 07:30:26 Collecting pybuilder 07:30:26 Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) 07:30:26 Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) 07:30:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 30.8 MB/s eta 0:00:00 07:30:26 Installing collected packages: pybuilder 07:30:29 Successfully installed pybuilder-0.13.15 07:30:29 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. 07:30:30  07:30:30 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 07:30:30 [notice] To update, run: pip install --upgrade pip 07:30:32 Removing intermediate container fac9dfc152ba 07:30:32 ---> a47d670df600 07:30:32 Step 8/20 : RUN pyb install 07:30:32 ---> Running in 44b56928113f 07:32:09 PyBuilder version 0.13.15 07:32:09 Build started at 2025-05-23 07:30:36 07:32:09 ------------------------------------------------------------ 07:32:09 [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" 07:32:09 [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" 07:32:09 [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" 07:32:09 [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} 07:32:09 [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} 07:32:09 [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} 07:32:09 [INFO] Building pygsver version 0.1.5 07:32:09 [INFO] Executing build in /code 07:32:09 [INFO] Going to execute task install 07:32:09 [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} 07:32:09 [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} 07:32:09 [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} 07:32:09 [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} 07:32:09 [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} 07:32:09 [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} 07:32:09 [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} 07:32:09 [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' 07:32:09 [INFO] Processing dependency packages 'mock' to be installed with {} 07:32:09 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 07:32:09 [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' 07:32:09 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 07:32:09 [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests 07:32:09 [INFO] Running unit tests 07:32:09 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 07:32:13 2025-05-23 07:32:12,992 MainThread pygsver.cli [main] ERROR something bad happened 07:32:13 ERROR: something bad happened 07:32:13 1.2.3-dev.1 07:32:13 2025-05-23 07:32:13,128 MainThread pygsver.push [run_push] DEBUG push 07:32:13 2025-05-23 07:32:13,130 MainThread pygsver.push [run_push] DEBUG no remote changes detected 07:32:13 2025-05-23 07:32:13,131 MainThread pygsver.push [run_push] DEBUG push all version tags 07:32:13 2025-05-23 07:32:13,166 MainThread pygsver.push [run_push] DEBUG push 07:32:13 2025-05-23 07:32:13,167 MainThread pygsver.push [run_push] DEBUG remote changes detected 07:32:13 2025-05-23 07:32:13,168 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 07:32:13 2025-05-23 07:32:13,169 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 07:32:13 2025-05-23 07:32:13,170 MainThread pygsver.push [run_push] DEBUG push all version tags 07:32:13 2025-05-23 07:32:13,234 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 07:32:13 2025-05-23 07:32:13,268 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 07:32:13 2025-05-23 07:32:13,301 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 07:32:13 2025-05-23 07:32:13,302 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version 07:32:13 2025-05-23 07:32:13,369 MainThread pygsver.tag [run_tag] DEBUG tag force:True 07:32:13 2025-05-23 07:32:13,406 MainThread pygsver.tag [run_tag] DEBUG tag force:False 07:32:13 2025-05-23 07:32:13,472 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 07:32:13 2025-05-23 07:32:13,510 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 07:32:13 2025-05-23 07:32:13,550 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 07:32:13 2025-05-23 07:32:13,589 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 07:32:13 2025-05-23 07:32:13,768 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 07:32:14 2025-05-23 07:32:13,827 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 07:32:14 2025-05-23 07:32:13,901 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 07:32:14 2025-05-23 07:32:13,958 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 07:32:14 2025-05-23 07:32:14,059 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 07:32:14 2025-05-23 07:32:14,129 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 07:32:14 2025-05-23 07:32:14,165 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 07:32:14 2025-05-23 07:32:14,205 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False 07:32:14 2025-05-23 07:32:14,246 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 07:32:14 2025-05-23 07:32:14,287 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 07:32:14 2025-05-23 07:32:14,288 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 07:32:14 2025-05-23 07:32:14,354 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 07:32:14 2025-05-23 07:32:14,355 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 07:32:14 2025-05-23 07:32:14,356 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 07:32:14 2025-05-23 07:32:14,357 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 07:32:14 2025-05-23 07:32:14,358 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 07:32:14 2025-05-23 07:32:14,358 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 07:32:14 2025-05-23 07:32:14,359 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 07:32:14 2025-05-23 07:32:14,360 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 07:32:14 2025-05-23 07:32:14,361 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 07:32:14 2025-05-23 07:32:14,362 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 07:32:14 2025-05-23 07:32:14,362 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev 07:32:14 2025-05-23 07:32:14,363 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 07:32:14 2025-05-23 07:32:14,364 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None 07:32:14 2025-05-23 07:32:14,365 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 07:32:14 2025-05-23 07:32:14,366 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc 07:32:14 2025-05-23 07:32:14,367 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 07:32:14 2025-05-23 07:32:14,367 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 07:32:14 2025-05-23 07:32:14,368 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 07:32:14 2025-05-23 07:32:14,369 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 07:32:14 2025-05-23 07:32:14,370 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev 07:32:14 2025-05-23 07:32:14,371 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 07:32:14 2025-05-23 07:32:14,371 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None 07:32:14 2025-05-23 07:32:14,372 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 07:32:14 2025-05-23 07:32:14,373 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 07:32:14 2025-05-23 07:32:14,374 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 07:32:14 2025-05-23 07:32:14,375 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None 07:32:14 2025-05-23 07:32:14,375 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 07:32:14 2025-05-23 07:32:14,376 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 07:32:14 2025-05-23 07:32:14,377 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 07:32:14 2025-05-23 07:32:14,377 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None 07:32:14 2025-05-23 07:32:14,378 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 07:32:14 2025-05-23 07:32:14,379 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 07:32:14 2025-05-23 07:32:14,379 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 07:32:14 2025-05-23 07:32:14,380 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None 07:32:14 2025-05-23 07:32:14,381 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 07:32:14 2025-05-23 07:32:14,381 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 07:32:14 2025-05-23 07:32:14,382 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 07:32:14 2025-05-23 07:32:14,383 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None 07:32:14 2025-05-23 07:32:14,384 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 07:32:15 [INFO] Executed 39 unit tests 07:32:15 [INFO] All unit tests passed. 07:32:15 [INFO] Building distribution in /code/target/dist/pygsver-0.1.5 07:32:15 [INFO] Copying scripts to /code/target/dist/pygsver-0.1.5/scripts 07:32:15 [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.5/setup.py 07:32:15 [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' 07:32:15 [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked 07:32:15 [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked 07:32:15 [INFO] Running unit tests 07:32:15 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 07:32:20 2025-05-23 07:32:20,286 MainThread pygsver.cli [main] ERROR something bad happened 07:32:20 ERROR: something bad happened 07:32:20 1.2.3-dev.1 07:32:20 2025-05-23 07:32:20,467 MainThread pygsver.push [run_push] DEBUG push 07:32:20 2025-05-23 07:32:20,469 MainThread pygsver.push [run_push] DEBUG no remote changes detected 07:32:20 2025-05-23 07:32:20,472 MainThread pygsver.push [run_push] DEBUG push all version tags 07:32:20 2025-05-23 07:32:20,516 MainThread pygsver.push [run_push] DEBUG push 07:32:20 2025-05-23 07:32:20,517 MainThread pygsver.push [run_push] DEBUG remote changes detected 07:32:20 2025-05-23 07:32:20,518 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 07:32:20 2025-05-23 07:32:20,519 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 07:32:20 2025-05-23 07:32:20,522 MainThread pygsver.push [run_push] DEBUG push all version tags 07:32:20 2025-05-23 07:32:20,593 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 07:32:20 2025-05-23 07:32:20,632 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 07:32:20 2025-05-23 07:32:20,673 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 07:32:20 2025-05-23 07:32:20,674 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version 07:32:20 2025-05-23 07:32:20,753 MainThread pygsver.tag [run_tag] DEBUG tag force:True 07:32:21 2025-05-23 07:32:20,798 MainThread pygsver.tag [run_tag] DEBUG tag force:False 07:32:21 2025-05-23 07:32:20,877 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 07:32:21 2025-05-23 07:32:20,923 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 07:32:21 2025-05-23 07:32:20,973 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 07:32:21 2025-05-23 07:32:21,018 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 07:32:21 2025-05-23 07:32:21,241 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 07:32:21 2025-05-23 07:32:21,291 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 07:32:21 2025-05-23 07:32:21,390 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 07:32:21 2025-05-23 07:32:21,449 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 07:32:21 2025-05-23 07:32:21,557 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 07:32:21 2025-05-23 07:32:21,643 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 07:32:21 2025-05-23 07:32:21,682 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 07:32:21 2025-05-23 07:32:21,735 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False 07:32:21 2025-05-23 07:32:21,785 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 07:32:22 2025-05-23 07:32:21,841 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True 07:32:22 2025-05-23 07:32:21,843 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 07:32:22 2025-05-23 07:32:21,911 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 07:32:22 2025-05-23 07:32:21,912 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 07:32:22 2025-05-23 07:32:21,913 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 07:32:22 2025-05-23 07:32:21,914 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 07:32:22 2025-05-23 07:32:21,915 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 07:32:22 2025-05-23 07:32:21,916 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 07:32:22 2025-05-23 07:32:21,917 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 07:32:22 2025-05-23 07:32:21,918 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 07:32:22 2025-05-23 07:32:21,919 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 07:32:22 2025-05-23 07:32:21,920 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 07:32:22 2025-05-23 07:32:21,921 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev 07:32:22 2025-05-23 07:32:21,922 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 07:32:22 2025-05-23 07:32:21,923 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None 07:32:22 2025-05-23 07:32:21,924 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 07:32:22 2025-05-23 07:32:21,925 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc 07:32:22 2025-05-23 07:32:21,926 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 07:32:22 2025-05-23 07:32:21,927 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 07:32:22 2025-05-23 07:32:21,928 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 07:32:22 2025-05-23 07:32:21,929 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 07:32:22 2025-05-23 07:32:21,930 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev 07:32:22 2025-05-23 07:32:21,931 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 07:32:22 2025-05-23 07:32:21,932 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None 07:32:22 2025-05-23 07:32:21,932 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 07:32:22 2025-05-23 07:32:21,933 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 07:32:22 2025-05-23 07:32:21,934 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 07:32:22 2025-05-23 07:32:21,935 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None 07:32:22 2025-05-23 07:32:21,936 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 07:32:22 2025-05-23 07:32:21,937 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 07:32:22 2025-05-23 07:32:21,938 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 07:32:22 2025-05-23 07:32:21,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None 07:32:22 2025-05-23 07:32:21,940 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 07:32:22 2025-05-23 07:32:21,941 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 07:32:22 2025-05-23 07:32:21,942 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 07:32:22 2025-05-23 07:32:21,943 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None 07:32:22 2025-05-23 07:32:21,944 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 07:32:22 2025-05-23 07:32:21,945 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 07:32:22 2025-05-23 07:32:21,946 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 07:32:22 2025-05-23 07:32:21,947 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None 07:32:22 2025-05-23 07:32:21,948 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 07:33:18 [INFO] Executed 39 unit tests 07:33:18 [INFO] All unit tests passed. 07:33:18 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% 07:33:18 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% 07:33:18 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% 07:33:18 [INFO] Overall pygsver coverage is 100% 07:33:18 [INFO] Overall pygsver branch coverage is 85% 07:33:18 [INFO] Overall pygsver partial branch coverage is 85% 07:33:18 [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.5 07:33:18 [INFO] Running Twine check for generated artifacts 07:33:18 [INFO] Installing project pygsver-0.1.5 07:33:18 ------------------------------------------------------------ 07:33:18 BUILD SUCCESSFUL 07:33:18 ------------------------------------------------------------ 07:33:18 Build Summary 07:33:18 Project: pygsver 07:33:18 Version: 0.1.5 07:33:18 Base directory: /code 07:33:18 Environments: 07:33:18 Tasks: prepare [63490 ms] compile_sources [0 ms] run_unit_tests [6733 ms] package [13 ms] run_integration_tests [0 ms] verify [0 ms] coverage [10375 ms] publish [13258 ms] install [32469 ms] 07:33:18 Build finished at 2025-05-23 07:33:11 07:33:18 Build took 154 seconds (154715 ms) 07:33:22 Removing intermediate container 44b56928113f 07:33:22 ---> f3ced2169345 07:33:22 Step 9/20 : FROM python:3.13-slim 07:33:22 ---> 2e2ecad80adb 07:33:22 Step 10/20 : ENV PYTHONDONTWRITEBYTECODE 1 07:33:22 ---> Using cache 07:33:22 ---> 330c733f0299 07:33:22 Step 11/20 : ENV GIT_PYTHON_TRACE 1 07:33:22 ---> Using cache 07:33:22 ---> 0bb87dea40a9 07:33:22 Step 12/20 : WORKDIR /opt/pygsver 07:33:22 ---> Running in ea306abced50 07:33:23 Removing intermediate container ea306abced50 07:33:23 ---> afc3bb403b71 07:33:23 Step 13/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git gosu 07:33:23 ---> Running in 47d59182a056 07:33:24 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 07:33:24 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 07:33:24 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 07:33:24 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] 07:33:24 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] 07:33:24 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] 07:33:27 Fetched 9203 kB in 3s (2783 kB/s) 07:33:30 Reading package lists... 07:33:34 Reading package lists... 07:33:34 Building dependency tree... 07:33:34 Reading state information... 07:33:35 The following additional packages will be installed: 07:33:35 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 07:33:35 dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 07:33:35 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 07:33:35 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 07:33:35 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 07:33:35 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 07:33:35 libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 07:33:35 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 07:33:35 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data 07:33:35 libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client 07:33:35 openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps 07:33:35 psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv 07:33:35 systemd-timesyncd ucf xauth 07:33:35 Suggested packages: 07:33:35 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui 07:33:35 gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user 07:33:35 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 07:33:35 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain 07:33:35 libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc 07:33:35 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make 07:33:35 libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd 07:33:35 systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 07:33:35 libtss2-rc0 polkitd | policykit-1 07:33:39 The following NEW packages will be installed: 07:33:39 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 07:33:39 dbus-user-session dmsetup git git-man gosu krb5-locales less libapparmor1 07:33:39 libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls 07:33:39 libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 07:33:39 libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 07:33:39 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 07:33:39 libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd 07:33:39 libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules 07:33:39 libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 07:33:39 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 07:33:39 ncurses-term netcat-traditional openssh-client openssh-server 07:33:39 openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix 07:33:39 runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf 07:33:39 xauth 07:33:39 0 upgraded, 79 newly installed, 0 to remove and 0 not upgraded. 07:33:39 Need to get 30.9 MB of archives. 07:33:39 After this operation, 158 MB of additional disk space will be used. 07:33:39 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] 07:33:39 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] 07:33:39 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] 07:33:39 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] 07:33:39 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] 07:33:39 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] 07:33:39 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] 07:33:39 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] 07:33:39 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] 07:33:39 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] 07:33:39 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] 07:33:39 Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] 07:33:39 Get:13 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] 07:33:39 Get:14 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] 07:33:39 Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 07:33:39 Get:16 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] 07:33:39 Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] 07:33:39 Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 07:33:39 Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] 07:33:39 Get:20 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] 07:33:39 Get:21 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB] 07:33:39 Get:22 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u2 [4027 kB] 07:33:39 Get:23 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u2 [239 kB] 07:33:39 Get:24 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] 07:33:39 Get:25 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] 07:33:39 Get:26 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] 07:33:39 Get:27 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] 07:33:39 Get:28 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] 07:33:39 Get:29 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] 07:33:39 Get:30 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] 07:33:39 Get:31 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] 07:33:39 Get:32 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] 07:33:39 Get:33 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] 07:33:39 Get:34 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] 07:33:39 Get:35 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] 07:33:39 Get:36 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] 07:33:39 Get:37 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 07:33:39 Get:38 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 07:33:39 Get:39 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] 07:33:39 Get:40 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 07:33:39 Get:41 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] 07:33:39 Get:42 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] 07:33:39 Get:43 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] 07:33:39 Get:44 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] 07:33:39 Get:45 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-2.1~deb12u2 [128 kB] 07:33:39 Get:46 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 07:33:39 Get:47 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] 07:33:39 Get:48 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] 07:33:39 Get:49 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] 07:33:39 Get:50 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] 07:33:39 Get:51 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] 07:33:39 Get:52 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] 07:33:39 Get:53 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] 07:33:39 Get:54 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] 07:33:39 Get:55 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] 07:33:39 Get:56 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] 07:33:39 Get:57 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] 07:33:39 Get:58 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] 07:33:39 Get:59 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] 07:33:39 Get:60 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] 07:33:39 Get:61 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] 07:33:39 Get:62 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB] 07:33:39 Get:63 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] 07:33:39 Get:64 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u2 [7148 kB] 07:33:39 Get:65 http://deb.debian.org/debian bookworm/main arm64 gosu arm64 1.14-1+b10 [663 kB] 07:33:39 Get:66 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 07:33:39 Get:67 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] 07:33:39 Get:68 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] 07:33:39 Get:69 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] 07:33:39 Get:70 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] 07:33:39 Get:71 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 07:33:40 Get:72 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] 07:33:40 Get:73 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] 07:33:40 Get:74 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] 07:33:40 Get:75 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] 07:33:40 Get:76 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] 07:33:40 Get:77 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] 07:33:40 Get:78 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 07:33:40 Get:79 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] 07:33:40 debconf: delaying package configuration, since apt-utils is not installed 07:33:40 Fetched 30.9 MB in 1s (32.5 MB/s) 07:33:41 Selecting previously unselected package libargon2-1:arm64. 07:33:41 (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 ... 6624 files and directories currently installed.) 07:33:41 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... 07:33:41 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 07:33:41 Selecting previously unselected package dmsetup. 07:33:41 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... 07:33:41 Unpacking dmsetup (2:1.02.185-2) ... 07:33:41 Selecting previously unselected package libdevmapper1.02.1:arm64. 07:33:41 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... 07:33:41 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 07:33:41 Selecting previously unselected package libjson-c5:arm64. 07:33:41 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... 07:33:41 Unpacking libjson-c5:arm64 (0.16-2) ... 07:33:41 Selecting previously unselected package libcryptsetup12:arm64. 07:33:41 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... 07:33:41 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 07:33:41 Selecting previously unselected package libfdisk1:arm64. 07:33:41 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... 07:33:41 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... 07:33:41 Selecting previously unselected package libkmod2:arm64. 07:33:41 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... 07:33:41 Unpacking libkmod2:arm64 (30+20221128-1) ... 07:33:41 Selecting previously unselected package libapparmor1:arm64. 07:33:41 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... 07:33:41 Unpacking libapparmor1:arm64 (3.0.8-3) ... 07:33:41 Selecting previously unselected package libip4tc2:arm64. 07:33:41 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... 07:33:41 Unpacking libip4tc2:arm64 (1.8.9-2) ... 07:33:41 Selecting previously unselected package libsystemd-shared:arm64. 07:33:41 Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... 07:33:41 Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... 07:33:42 Selecting previously unselected package systemd. 07:33:42 Preparing to unpack .../10-systemd_252.36-1~deb12u1_arm64.deb ... 07:33:42 Unpacking systemd (252.36-1~deb12u1) ... 07:33:43 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 07:33:43 Setting up libjson-c5:arm64 (0.16-2) ... 07:33:43 Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... 07:33:43 Setting up libkmod2:arm64 (30+20221128-1) ... 07:33:43 Setting up libapparmor1:arm64 (3.0.8-3) ... 07:33:43 Setting up libip4tc2:arm64 (1.8.9-2) ... 07:33:43 Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... 07:33:43 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 07:33:43 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 07:33:43 Setting up systemd (252.36-1~deb12u1) ... 07:33:43 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 07:33:43 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 07:33:43 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 07:33:43 Initializing machine ID from random generator. 07:33:43 Creating group 'systemd-journal' with GID 999. 07:33:43 Creating group 'systemd-network' with GID 998. 07:33:43 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 07:33:43 Setting up dmsetup (2:1.02.185-2) ... 07:33:43 Selecting previously unselected package systemd-sysv. 07:33:43 (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 ... 7546 files and directories currently installed.) 07:33:43 Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_arm64.deb ... 07:33:43 Unpacking systemd-sysv (252.36-1~deb12u1) ... 07:33:43 Selecting previously unselected package libdbus-1-3:arm64. 07:33:43 Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... 07:33:43 Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 07:33:44 Selecting previously unselected package dbus-bin. 07:33:44 Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... 07:33:44 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 07:33:44 Selecting previously unselected package dbus-session-bus-common. 07:33:44 Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 07:33:44 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 07:33:44 Selecting previously unselected package libexpat1:arm64. 07:33:44 Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_arm64.deb ... 07:33:44 Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... 07:33:44 Selecting previously unselected package dbus-daemon. 07:33:44 Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... 07:33:44 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 07:33:44 Selecting previously unselected package dbus-system-bus-common. 07:33:44 Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 07:33:44 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 07:33:44 Selecting previously unselected package dbus. 07:33:44 Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_arm64.deb ... 07:33:44 Unpacking dbus (1.14.10-1~deb12u1) ... 07:33:44 Selecting previously unselected package perl-modules-5.36. 07:33:44 Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... 07:33:44 Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... 07:33:46 Selecting previously unselected package libgdbm-compat4:arm64. 07:33:46 Preparing to unpack .../09-libgdbm-compat4_1.23-3_arm64.deb ... 07:33:46 Unpacking libgdbm-compat4:arm64 (1.23-3) ... 07:33:46 Selecting previously unselected package libperl5.36:arm64. 07:33:46 Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_arm64.deb ... 07:33:46 Unpacking libperl5.36:arm64 (5.36.0-7+deb12u2) ... 07:33:46 Selecting previously unselected package perl. 07:33:46 Preparing to unpack .../11-perl_5.36.0-7+deb12u2_arm64.deb ... 07:33:46 Unpacking perl (5.36.0-7+deb12u2) ... 07:33:46 Selecting previously unselected package libbsd0:arm64. 07:33:46 Preparing to unpack .../12-libbsd0_0.11.7-2_arm64.deb ... 07:33:46 Unpacking libbsd0:arm64 (0.11.7-2) ... 07:33:47 Selecting previously unselected package libedit2:arm64. 07:33:47 Preparing to unpack .../13-libedit2_3.1-20221030-2_arm64.deb ... 07:33:47 Unpacking libedit2:arm64 (3.1-20221030-2) ... 07:33:47 Selecting previously unselected package libcbor0.8:arm64. 07:33:47 Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_arm64.deb ... 07:33:47 Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... 07:33:47 Selecting previously unselected package libfido2-1:arm64. 07:33:47 Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_arm64.deb ... 07:33:47 Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... 07:33:47 Selecting previously unselected package libkrb5support0:arm64. 07:33:47 Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... 07:33:47 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 07:33:47 Selecting previously unselected package libk5crypto3:arm64. 07:33:47 Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... 07:33:47 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 07:33:47 Selecting previously unselected package libkeyutils1:arm64. 07:33:47 Preparing to unpack .../18-libkeyutils1_1.6.3-2_arm64.deb ... 07:33:47 Unpacking libkeyutils1:arm64 (1.6.3-2) ... 07:33:47 Selecting previously unselected package libkrb5-3:arm64. 07:33:47 Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... 07:33:47 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 07:33:48 Selecting previously unselected package libgssapi-krb5-2:arm64. 07:33:48 Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... 07:33:48 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 07:33:48 Selecting previously unselected package openssh-client. 07:33:48 Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... 07:33:48 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 07:33:48 Selecting previously unselected package openssh-sftp-server. 07:33:48 Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 07:33:48 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 07:33:48 Selecting previously unselected package libproc2-0:arm64. 07:33:48 Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_arm64.deb ... 07:33:48 Unpacking libproc2-0:arm64 (2:4.0.2-3) ... 07:33:48 Selecting previously unselected package procps. 07:33:48 Preparing to unpack .../24-procps_2%3a4.0.2-3_arm64.deb ... 07:33:48 Unpacking procps (2:4.0.2-3) ... 07:33:48 Selecting previously unselected package sensible-utils. 07:33:48 Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... 07:33:48 Unpacking sensible-utils (0.0.17+nmu1) ... 07:33:48 Selecting previously unselected package ucf. 07:33:48 Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... 07:33:48 Moving old data out of the way 07:33:48 Unpacking ucf (3.0043+nmu1+deb12u1) ... 07:33:49 Selecting previously unselected package runit-helper. 07:33:49 Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... 07:33:49 Unpacking runit-helper (2.15.2) ... 07:33:49 Selecting previously unselected package libtirpc-common. 07:33:49 Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... 07:33:49 Unpacking libtirpc-common (1.3.3+ds-1) ... 07:33:49 Selecting previously unselected package libtirpc3:arm64. 07:33:49 Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_arm64.deb ... 07:33:49 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... 07:33:49 Selecting previously unselected package libnsl2:arm64. 07:33:49 Preparing to unpack .../30-libnsl2_1.3.0-2_arm64.deb ... 07:33:49 Unpacking libnsl2:arm64 (1.3.0-2) ... 07:33:49 Selecting previously unselected package libwrap0:arm64. 07:33:49 Preparing to unpack .../31-libwrap0_7.6.q-32_arm64.deb ... 07:33:49 Unpacking libwrap0:arm64 (7.6.q-32) ... 07:33:49 Selecting previously unselected package openssh-server. 07:33:49 Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 07:33:49 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 07:33:49 Selecting previously unselected package less. 07:33:49 Preparing to unpack .../33-less_590-2.1~deb12u2_arm64.deb ... 07:33:49 Unpacking less (590-2.1~deb12u2) ... 07:33:49 Selecting previously unselected package krb5-locales. 07:33:49 Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... 07:33:49 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 07:33:49 Selecting previously unselected package libnss-systemd:arm64. 07:33:49 Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_arm64.deb ... 07:33:49 Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... 07:33:49 Selecting previously unselected package libpam-systemd:arm64. 07:33:49 Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_arm64.deb ... 07:33:49 Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... 07:33:50 Selecting previously unselected package ncurses-term. 07:33:50 Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... 07:33:50 Unpacking ncurses-term (6.4-4) ... 07:33:52 Selecting previously unselected package netcat-traditional. 07:33:52 Preparing to unpack .../38-netcat-traditional_1.10-47_arm64.deb ... 07:33:52 Unpacking netcat-traditional (1.10-47) ... 07:33:52 Selecting previously unselected package systemd-timesyncd. 07:33:52 Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... 07:33:52 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 07:33:52 Selecting previously unselected package dbus-user-session. 07:33:52 Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... 07:33:52 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 07:33:52 Selecting previously unselected package libbrotli1:arm64. 07:33:52 Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_arm64.deb ... 07:33:52 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... 07:33:52 Selecting previously unselected package libsasl2-modules-db:arm64. 07:33:52 Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... 07:33:52 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 07:33:52 Selecting previously unselected package libsasl2-2:arm64. 07:33:52 Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... 07:33:52 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... 07:33:52 Selecting previously unselected package libldap-2.5-0:arm64. 07:33:52 Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... 07:33:52 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 07:33:52 Selecting previously unselected package libnghttp2-14:arm64. 07:33:52 Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... 07:33:52 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 07:33:52 Selecting previously unselected package libpsl5:arm64. 07:33:52 Preparing to unpack .../46-libpsl5_0.21.2-1_arm64.deb ... 07:33:52 Unpacking libpsl5:arm64 (0.21.2-1) ... 07:33:52 Selecting previously unselected package librtmp1:arm64. 07:33:52 Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... 07:33:52 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 07:33:53 Selecting previously unselected package libssh2-1:arm64. 07:33:53 Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_arm64.deb ... 07:33:53 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... 07:33:53 Selecting previously unselected package libcurl3-gnutls:arm64. 07:33:53 Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... 07:33:53 Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 07:33:53 Selecting previously unselected package liberror-perl. 07:33:53 Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... 07:33:53 Unpacking liberror-perl (0.17029-2) ... 07:33:53 Selecting previously unselected package git-man. 07:33:53 Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... 07:33:53 Unpacking git-man (1:2.39.5-0+deb12u2) ... 07:33:53 Selecting previously unselected package git. 07:33:53 Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_arm64.deb ... 07:33:53 Unpacking git (1:2.39.5-0+deb12u2) ... 07:33:55 Selecting previously unselected package gosu. 07:33:55 Preparing to unpack .../53-gosu_1.14-1+b10_arm64.deb ... 07:33:55 Unpacking gosu (1.14-1+b10) ... 07:33:55 Selecting previously unselected package libldap-common. 07:33:55 Preparing to unpack .../54-libldap-common_2.5.13+dfsg-5_all.deb ... 07:33:55 Unpacking libldap-common (2.5.13+dfsg-5) ... 07:33:55 Selecting previously unselected package libsasl2-modules:arm64. 07:33:55 Preparing to unpack .../55-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... 07:33:55 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 07:33:55 Selecting previously unselected package libxau6:arm64. 07:33:55 Preparing to unpack .../56-libxau6_1%3a1.0.9-1_arm64.deb ... 07:33:55 Unpacking libxau6:arm64 (1:1.0.9-1) ... 07:33:55 Selecting previously unselected package libxdmcp6:arm64. 07:33:55 Preparing to unpack .../57-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 07:33:55 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 07:33:55 Selecting previously unselected package libxcb1:arm64. 07:33:55 Preparing to unpack .../58-libxcb1_1.15-1_arm64.deb ... 07:33:55 Unpacking libxcb1:arm64 (1.15-1) ... 07:33:55 Selecting previously unselected package libx11-data. 07:33:55 Preparing to unpack .../59-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 07:33:55 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 07:33:55 Selecting previously unselected package libx11-6:arm64. 07:33:56 Preparing to unpack .../60-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... 07:33:56 Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 07:33:56 Selecting previously unselected package libxext6:arm64. 07:33:56 Preparing to unpack .../61-libxext6_2%3a1.3.4-1+b1_arm64.deb ... 07:33:56 Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... 07:33:56 Selecting previously unselected package libxmuu1:arm64. 07:33:56 Preparing to unpack .../62-libxmuu1_2%3a1.1.3-3_arm64.deb ... 07:33:56 Unpacking libxmuu1:arm64 (2:1.1.3-3) ... 07:33:56 Selecting previously unselected package patch. 07:33:56 Preparing to unpack .../63-patch_2.7.6-7_arm64.deb ... 07:33:56 Unpacking patch (2.7.6-7) ... 07:33:56 Selecting previously unselected package psmisc. 07:33:56 Preparing to unpack .../64-psmisc_23.6-1_arm64.deb ... 07:33:56 Unpacking psmisc (23.6-1) ... 07:33:56 Selecting previously unselected package publicsuffix. 07:33:56 Preparing to unpack .../65-publicsuffix_20230209.2326-1_all.deb ... 07:33:56 Unpacking publicsuffix (20230209.2326-1) ... 07:33:56 Selecting previously unselected package ssh. 07:33:56 Preparing to unpack .../66-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 07:33:56 Unpacking ssh (1:9.2p1-2+deb12u6) ... 07:33:56 Selecting previously unselected package xauth. 07:33:56 Preparing to unpack .../67-xauth_1%3a1.1.2-1_arm64.deb ... 07:33:56 Unpacking xauth (1:1.1.2-1) ... 07:33:56 Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... 07:33:56 Setting up runit-helper (2.15.2) ... 07:33:56 Setting up systemd-sysv (252.36-1~deb12u1) ... 07:33:56 Setting up libxau6:arm64 (1:1.0.9-1) ... 07:33:57 Setting up libkeyutils1:arm64 (1.6.3-2) ... 07:33:57 Setting up libpsl5:arm64 (0.21.2-1) ... 07:33:57 Setting up netcat-traditional (1.10-47) ... 07:33:57 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 07:33:57 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 07:33:57 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 07:33:57 Setting up psmisc (23.6-1) ... 07:33:57 Setting up libtirpc-common (1.3.3+ds-1) ... 07:33:57 Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... 07:33:57 Setting up libbrotli1:arm64 (1.0.9-2+b6) ... 07:33:57 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 07:33:57 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 07:33:57 Setting up less (590-2.1~deb12u2) ... 07:33:57 Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... 07:33:57 Setting up krb5-locales (1.20.1-2+deb12u3) ... 07:33:57 Setting up libldap-common (2.5.13+dfsg-5) ... 07:33:57 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 07:33:57 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 07:33:57 Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... 07:33:57 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 07:33:57 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 07:33:57 Setting up gosu (1.14-1+b10) ... 07:33:57 Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 07:33:57 Setting up libproc2-0:arm64 (2:4.0.2-3) ... 07:33:57 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 07:33:57 Creating group 'systemd-timesync' with GID 997. 07:33:57 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 07:33:58 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 07:33:58 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 07:33:58 Setting up patch (2.7.6-7) ... 07:33:58 Setting up libgdbm-compat4:arm64 (1.23-3) ... 07:33:58 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 07:33:58 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... 07:33:58 Setting up sensible-utils (0.0.17+nmu1) ... 07:33:58 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 07:33:58 Setting up procps (2:4.0.2-3) ... 07:33:58 Setting up git-man (1:2.39.5-0+deb12u2) ... 07:33:58 Setting up libssh2-1:arm64 (1.10.0-3+b1) ... 07:33:58 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 07:33:58 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 07:33:58 Setting up libfido2-1:arm64 (1.12.0-2+b1) ... 07:33:58 Setting up libbsd0:arm64 (0.11.7-2) ... 07:33:58 Setting up publicsuffix (20230209.2326-1) ... 07:33:58 Setting up libperl5.36:arm64 (5.36.0-7+deb12u2) ... 07:33:58 Setting up dbus-bin (1.14.10-1~deb12u1) ... 07:33:58 Setting up ncurses-term (6.4-4) ... 07:33:58 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 07:33:58 Setting up libxcb1:arm64 (1.15-1) ... 07:33:58 Setting up libedit2:arm64 (3.1-20221030-2) ... 07:33:58 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 07:33:58 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 07:33:58 Setting up perl (5.36.0-7+deb12u2) ... 07:33:58 Setting up dbus (1.14.10-1~deb12u1) ... 07:33:59 invoke-rc.d: could not determine current runlevel 07:33:59 invoke-rc.d: policy-rc.d denied execution of start. 07:33:59 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 07:33:59 Setting up ucf (3.0043+nmu1+deb12u1) ... 07:33:59 debconf: unable to initialize frontend: Dialog 07:33:59 debconf: (TERM is not set, so the dialog frontend is not usable.) 07:33:59 debconf: falling back to frontend: Readline 07:33:59 debconf: unable to initialize frontend: Readline 07:33:59 debconf: (This frontend requires a controlling tty.) 07:33:59 debconf: falling back to frontend: Teletype 07:33:59 Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... 07:34:00 debconf: unable to initialize frontend: Dialog 07:34:00 debconf: (TERM is not set, so the dialog frontend is not usable.) 07:34:00 debconf: falling back to frontend: Readline 07:34:00 debconf: unable to initialize frontend: Readline 07:34:00 debconf: (This frontend requires a controlling tty.) 07:34:00 debconf: falling back to frontend: Teletype 07:34:00 Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 07:34:00 Setting up libxmuu1:arm64 (2:1.1.3-3) ... 07:34:00 Setting up libtirpc3:arm64 (1.3.3+ds-1) ... 07:34:00 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 07:34:00 Setting up libxext6:arm64 (2:1.3.4-1+b1) ... 07:34:00 Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 07:34:00 Setting up liberror-perl (0.17029-2) ... 07:34:00 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 07:34:00 Setting up git (1:2.39.5-0+deb12u2) ... 07:34:00 Setting up xauth (1:1.1.2-1) ... 07:34:00 Setting up libnsl2:arm64 (1.3.0-2) ... 07:34:00 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 07:34:00 Setting up libwrap0:arm64 (7.6.q-32) ... 07:34:00 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 07:34:01 debconf: unable to initialize frontend: Dialog 07:34:01 debconf: (TERM is not set, so the dialog frontend is not usable.) 07:34:01 debconf: falling back to frontend: Readline 07:34:01 debconf: unable to initialize frontend: Readline 07:34:01 debconf: (This frontend requires a controlling tty.) 07:34:01 debconf: falling back to frontend: Teletype 07:34:01 07:34:01 Creating config file /etc/ssh/sshd_config with new version 07:34:08 Creating SSH2 RSA key; this may take some time ... 07:34:08 3072 SHA256:g21Db/kz2o9LlmurQQMScLmeAUZrF9xAVCx4ZEvzA40 root@47d59182a056 (RSA) 07:34:08 Creating SSH2 ECDSA key; this may take some time ... 07:34:08 256 SHA256:txBY9zhnOc3C0zoOlodWZ1kIZEo8qG5lHx8KalHj0x8 root@47d59182a056 (ECDSA) 07:34:08 Creating SSH2 ED25519 key; this may take some time ... 07:34:08 256 SHA256:1XNGrHhcizx+oO3kSROY8IU1AMl9lz49X47Q63KW8WY root@47d59182a056 (ED25519) 07:34:08 invoke-rc.d: could not determine current runlevel 07:34:08 invoke-rc.d: policy-rc.d denied execution of start. 07:34:08 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 07:34:08 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 07:34:09 Setting up ssh (1:9.2p1-2+deb12u6) ... 07:34:09 Processing triggers for libc-bin (2.36-9+deb12u10) ... 07:34:19 Removing intermediate container 47d59182a056 07:34:19 ---> 3b4f84686819 07:34:19 Step 14/20 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ 07:34:21 ---> a4b6a9a7eb67 07:34:21 Step 15/20 : RUN pip install pygsver-*.tar.gz 07:34:21 ---> Running in e8bc1b7857ef 07:34:29 Processing ./pygsver-0.1.5.tar.gz 07:34:29 Installing build dependencies: started 07:34:44 Installing build dependencies: finished with status 'done' 07:34:44 Getting requirements to build wheel: started 07:34:46 Getting requirements to build wheel: finished with status 'done' 07:34:46 Preparing metadata (pyproject.toml): started 07:34:49 Preparing metadata (pyproject.toml): finished with status 'done' 07:34:49 Collecting semver==2.13.0 (from pygsver==0.1.5) 07:34:50 Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) 07:34:50 Collecting GitPython==3.1.41 (from pygsver==0.1.5) 07:34:50 Downloading GitPython-3.1.41-py3-none-any.whl.metadata (14 kB) 07:34:50 Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.41->pygsver==0.1.5) 07:34:50 Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) 07:34:50 Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.41->pygsver==0.1.5) 07:34:50 Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) 07:34:50 Downloading GitPython-3.1.41-py3-none-any.whl (196 kB) 07:34:50 Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) 07:34:50 Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) 07:34:50 Downloading smmap-5.0.2-py3-none-any.whl (24 kB) 07:34:50 Building wheels for collected packages: pygsver 07:34:50 Building wheel for pygsver (pyproject.toml): started 07:34:54 Building wheel for pygsver (pyproject.toml): finished with status 'done' 07:34:54 Created wheel for pygsver: filename=pygsver-0.1.5-py3-none-any.whl size=12480 sha256=7de368e69c11e90d128714f5d662e09fd5b650e95cad434e6bc99bfa57a30ca8 07:34:54 Stored in directory: /root/.cache/pip/wheels/1e/ba/4c/3146e2ab0efbfcf43b81fd41546d9671738cd63a2340c19d32 07:34:54 Successfully built pygsver 07:34:54 Installing collected packages: smmap, semver, gitdb, GitPython, pygsver 07:34:55 Successfully installed GitPython-3.1.41 gitdb-4.0.12 pygsver-0.1.5 semver-2.13.0 smmap-5.0.2 07:34:55 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. 07:34:56  07:34:56 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 07:34:56 [notice] To update, run: pip install --upgrade pip 07:34:57 Removing intermediate container e8bc1b7857ef 07:34:57 ---> c63d9c7270f3 07:34:57 Step 16/20 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh 07:34:57 ---> 1f606cd5a599 07:34:57 Step 17/20 : RUN chmod +x /usr/local/bin/entrypoint.sh 07:34:58 ---> Running in b4b9c99d8497 07:34:59 Removing intermediate container b4b9c99d8497 07:34:59 ---> 998f9e326a3c 07:34:59 Step 18/20 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] 07:34:59 ---> Running in db9c00b91bf4 07:34:59 Removing intermediate container db9c00b91bf4 07:34:59 ---> 8eacb6baba54 07:34:59 Step 19/20 : LABEL arch=arm64 07:35:00 ---> Running in e0675e972fe4 07:35:00 Removing intermediate container e0675e972fe4 07:35:00 ---> a07ef18efd48 07:35:00 Step 20/20 : LABEL git_sha=7276567cec64f7e0fb52f981f3adab2a41de7d4c 07:35:00 ---> Running in d195579a0b5c 07:35:00 Removing intermediate container d195579a0b5c 07:35:00 ---> 4b52a5dfee87 07:35:00 [Warning] One or more build-args [ARCH] were not consumed 07:35:00 Successfully built 4b52a5dfee87 07:35:00 Successfully tagged edgex-devops/py-git-semver-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [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 07:35:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:35:01 07:35:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:35:02 arm64: Pulling from edgex-lftools-log-publisher 07:35:02 8998bd30e6a1: Pulling fs layer 07:35:02 04944245beec: Pulling fs layer 07:35:02 699f458cf7ca: Pulling fs layer 07:35:02 765212b225bb: Pulling fs layer 07:35:02 f23df028b6ca: Pulling fs layer 07:35:02 d65c8cfc05b1: Pulling fs layer 07:35:02 2437ff75d9bd: Pulling fs layer 07:35:02 765212b225bb: Waiting 07:35:02 f23df028b6ca: Waiting 07:35:02 d65c8cfc05b1: Waiting 07:35:02 2437ff75d9bd: Waiting 07:35:02 04944245beec: Verifying Checksum 07:35:02 04944245beec: Download complete 07:35:02 765212b225bb: Download complete 07:35:02 f23df028b6ca: Download complete 07:35:02 d65c8cfc05b1: Verifying Checksum 07:35:02 d65c8cfc05b1: Download complete 07:35:02 699f458cf7ca: Verifying Checksum 07:35:02 699f458cf7ca: Download complete 07:35:02 8998bd30e6a1: Download complete 07:35:05 2437ff75d9bd: Verifying Checksum 07:35:05 2437ff75d9bd: Download complete 07:35:07 8998bd30e6a1: Pull complete 07:35:07 04944245beec: Pull complete 07:35:09 699f458cf7ca: Pull complete 07:35:09 765212b225bb: Pull complete 07:35:10 f23df028b6ca: Pull complete 07:35:10 d65c8cfc05b1: Pull complete 07:35:28 2437ff75d9bd: Pull complete 07:35:28 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:35:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:35:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:35:29 prd-ubuntu20.04-docker-arm64-4c-16g-2104 does not seem to be running inside a container 07:35:29 $ 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_PR-75 -v /w/workspace/edgexfoundry_git-semver_PR-75:/w/workspace/edgexfoundry_git-semver_PR-75:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-75@tmp:/w/workspace/edgexfoundry_git-semver_PR-75@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:35:31 $ docker top 013797dbe06457ebe2cef2570fe5af338a0e7c89381363d8de02215f083ec005 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:35:32 ---> job-cost.sh 07:35:32 lf-activate-venv: SKIPPING 07:35:32 INFO: No Stack... 07:35:32 INFO: Retrieving Pricing Info for: v3-standard-4 07:35:33 INFO: Archiving Costs [Pipeline] sh 07:35:34 + cat /w/workspace/edgexfoundry_git-semver_PR-75/archives/cost.csv 07:35:34 + cut -d, -f6 [Pipeline] lock 07:35:34 Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] 07:35:34 Resource [jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] did not exist. Created. 07:35:34 Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:35:35 /w/workspace/edgexfoundry_git-semver_PR-75@tmp/durable-533ec69e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:35:35 + echo total: 0.10999999940395355 [Pipeline] stash 07:35:35 Warning: overwriting stash ‘stack-cost’ 07:35:36 Stashed 1 file(s) [Pipeline] } 07:35:36 Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:35:36 $ docker stop --time=1 013797dbe06457ebe2cef2570fe5af338a0e7c89381363d8de02215f083ec005 07:35:37 $ docker rm -f --volumes 013797dbe06457ebe2cef2570fe5af338a0e7c89381363d8de02215f083ec005 [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 07:35:39 + [ -d /w/workspace/edgexfoundry_git-semver_PR-75/archives ] 07:35:39 + ls -al /w/workspace/edgexfoundry_git-semver_PR-75/archives 07:35:39 total 16 07:35:39 drwxr-xr-x 3 root root 4096 May 23 07:28 . 07:35:39 drwxrwxr-x 7 jenkins jenkins 4096 May 23 07:28 .. 07:35:39 drwxr-xr-x 2 root root 4096 May 23 07:28 cost 07:35:39 -rw-r--r-- 1 root root 81 May 23 07:28 cost.csv 07:35:39 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_git-semver_PR-75/archives 07:35:39 + ls -al /w/workspace/edgexfoundry_git-semver_PR-75/archives 07:35:39 total 16 07:35:39 drwxr-xr-x 3 jenkins jenkins 4096 May 23 07:28 . 07:35:39 drwxrwxr-x 7 jenkins jenkins 4096 May 23 07:28 .. 07:35:39 drwxr-xr-x 2 jenkins jenkins 4096 May 23 07:28 cost 07:35:39 -rw-r--r-- 1 jenkins jenkins 81 May 23 07:28 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:35:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:35:40 ---> package-listing.sh 07:35:40 ++ facter osfamily 07:35:40 ++ tr '[:upper:]' '[:lower:]' 07:35:41 + OS_FAMILY=debian 07:35:41 + workspace=/w/workspace/edgexfoundry_git-semver_PR-75 07:35:41 + START_PACKAGES=/tmp/packages_start.txt 07:35:41 + END_PACKAGES=/tmp/packages_end.txt 07:35:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:35:41 + PACKAGES=/tmp/packages_start.txt 07:35:41 + '[' /w/workspace/edgexfoundry_git-semver_PR-75 ']' 07:35:41 + PACKAGES=/tmp/packages_end.txt 07:35:41 + case "${OS_FAMILY}" in 07:35:41 + dpkg -l 07:35:41 + grep '^ii' 07:35:41 + '[' -f /tmp/packages_start.txt ']' 07:35:41 + '[' -f /tmp/packages_end.txt ']' 07:35:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:35:41 + '[' /w/workspace/edgexfoundry_git-semver_PR-75 ']' 07:35:41 + mkdir -p /w/workspace/edgexfoundry_git-semver_PR-75/archives/ 07:35:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_PR-75/archives/ [Pipeline] echo 07:35:41 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_PR-75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:35:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:35:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:35:42 prd-ubuntu20.04-docker-8c-8g-2103 does not seem to be running inside a container 07:35:42 $ 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_PR-75/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_PR-75 -v /w/workspace/edgexfoundry_git-semver_PR-75:/w/workspace/edgexfoundry_git-semver_PR-75:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-75@tmp:/w/workspace/edgexfoundry_git-semver_PR-75@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:35:42 $ docker top 59b6f7169d2035c1c5e155849f1ee9869e74551b9523642f0c1664d0a61cccca -eo pid,comm [Pipeline] { [Pipeline] sh 07:35:42 + touch /tmp/pre-build-complete [Pipeline] sh 07:35:43 + mkdir -p /var/log/sysstat [Pipeline] sh 07:35:43 + ls /var/log/sa-host 07:35:43 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:35:43 provisioning config files... 07:35:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-75@tmp/config10916432489192028755tmp [Pipeline] { [Pipeline] echo 07:35:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:35:44 ---> create-netrc.sh [Pipeline] } 07:35:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:35:44 ---> python-tools-install.sh [Pipeline] echo 07:35:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:35:44 ---> sudo-logs.sh 07:35:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:35:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:35:45 ---> job-cost.sh 07:35:45 lf-activate-venv: SKIPPING 07:35:45 DEBUG: total: 0.2199999988079071 07:35:45 INFO: Retrieving Stack Cost... 07:35:45 INFO: Retrieving Pricing Info for: v3-standard-8 07:35:46 INFO: Archiving Costs [Pipeline] echo 07:35:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:35:46 ---> logs-deploy.sh 07:35:46 lf-activate-venv: SKIPPING 07:35:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/PR-75/1 07:35:46 INFO: archiving workspace using pattern(s): 07:35:47 Archives upload complete. 07:35:47 INFO: archiving logs to Nexus