Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3e4494224da375bda2a71ee748ae47d7ee6cc159+59be2a5dc642c3df8c9d617cabb1c7169a11975e (32ebe22401f5c064ce89b35d3e7b72a3c98fead5) Running in Durability level: MAX_SURVIVABILITY 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-ssh2953235336081687508.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision b96307f5267f6fa8c29f8dc04d3d152726fc6340 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-ssh8900183763466680118.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 b96307f5267f6fa8c29f8dc04d3d152726fc6340 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/app-service-configurable/branches/PR-332/workspace@libs/edgex-global-pipelines # 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/app-service-configurable/branches/PR-332/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4564207453636143086.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/app-service-configurable/branches/PR-332/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1665808639864710058.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision b96307f5267f6fa8c29f8dc04d3d152726fc6340 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b96307f5267f6fa8c29f8dc04d3d152726fc6340 # timeout=10 Commit message: "Merge pull request #356 from ernestojeda/disable-go-proxy" > 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 shared 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-ssh5224048329967825010.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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/app-service-configurable/branches/PR-332/workspace@libs/lf-pipelines # 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/app-service-configurable/branches/PR-332/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4713539316684312827.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 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 b96307f5267f6fa8c29f8dc04d3d152726fc6340 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2366 in /w/workspace/_app-service-configurable_PR-332 [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/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-332 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/_app-service-configurable_PR-332@tmp/jenkins-gitclient-ssh321749878575523002.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 59be2a5dc642c3df8c9d617cabb1c7169a11975e into PR head commit 3e4494224da375bda2a71ee748ae47d7ee6cc159 Merge succeeded, producing 1848cb32d5df26ffb560894e48ebc4d427e4e9d2 Checking out Revision 1848cb32d5df26ffb560894e48ebc4d427e4e9d2 (PR-332) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.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 /w/workspace/_app-service-configurable_PR-332@tmp/jenkins-gitclient-ssh8685114253567055446.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/332/head:refs/remotes/origin/PR-332 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e4494224da375bda2a71ee748ae47d7ee6cc159 # timeout=10 > git remote # timeout=10 > 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 /w/workspace/_app-service-configurable_PR-332@tmp/jenkins-gitclient-ssh8649887203001619661.key > git merge 59be2a5dc642c3df8c9d617cabb1c7169a11975e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1848cb32d5df26ffb560894e48ebc4d427e4e9d2 # timeout=10 Commit message: "Merge commit '59be2a5dc642c3df8c9d617cabb1c7169a11975e' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object b96307f5267f6fa8c29f8dc04d3d152726fc6340 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-07T04:55:15.160Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-07T04:55:15.360Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-07T04:55:15.469Z] ========================================================= [2021-10-07T04:55:15.470Z] EdgeX Global Pipelines Version Info [2021-10-07T04:55:15.470Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-07T04:55:16.722Z] ------------------- [2021-10-07T04:55:16.722Z] stable info: [2021-10-07T04:55:16.722Z] ------------------- [2021-10-07T04:55:16.722Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-07T04:55:16.722Z] Commit SHA: b96307f5267f6fa8c29f8dc04d3d152726fc6340 [2021-10-07T04:55:16.722Z] Message: update stable to v1.0.207 [2021-10-07T04:55:17.313Z] ------------------- [2021-10-07T04:55:17.313Z] experimental info: [2021-10-07T04:55:17.313Z] ------------------- [2021-10-07T04:55:17.313Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-10-07T04:55:17.313Z] Commit SHA: b96307f5267f6fa8c29f8dc04d3d152726fc6340 [2021-10-07T04:55:17.313Z] Message: update experimental to v1.0.207 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-07T04:55:17.642Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-10-07T04:55:17.698Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-10-07T04:55:17.754Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-07T04:55:17.810Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-07T04:55:17.863Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-07T04:55:17.919Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-07T04:55:17.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-07T04:55:18.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-10-07T04:55:18.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-07T04:55:18.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-07T04:55:18.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-07T04:55:18.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2021-10-07T04:55:18.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-07T04:55:18.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-07T04:55:18.444Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-07T04:55:18.501Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-10-07T04:55:18.558Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-10-07T04:55:18.615Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-10-07T04:55:18.671Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-07T04:55:18.726Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-10-07T04:55:18.783Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-10-07T04:55:18.840Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-10-07T04:55:18.898Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-10-07T04:55:18.953Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-10-07T04:55:19.009Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-10-07T04:55:19.065Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-07T04:55:19.123Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-332 [Pipeline] echo [2021-10-07T04:55:19.179Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-332 [Pipeline] echo [2021-10-07T04:55:19.232Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-332 [Pipeline] echo [2021-10-07T04:55:19.290Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1848cb32d5df26ffb560894e48ebc4d427e4e9d2 [Pipeline] echo [2021-10-07T04:55:19.352Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1848cb3 [Pipeline] echo [2021-10-07T04:55:19.411Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-07T04:55:19.571Z] provisioning config files... [2021-10-07T04:55:19.590Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-332@tmp/config2977902438520476104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-07T04:55:19.986Z] ---> docker-login.sh [2021-10-07T04:55:19.986Z] nexus3.edgexfoundry.org:10001 [2021-10-07T04:55:19.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:55:20.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:55:20.253Z] Configure a credential helper to remove this warning. See [2021-10-07T04:55:20.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:55:20.253Z] [2021-10-07T04:55:20.253Z] Login Succeeded [2021-10-07T04:55:20.253Z] nexus3.edgexfoundry.org:10002 [2021-10-07T04:55:20.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:55:20.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:55:20.253Z] Configure a credential helper to remove this warning. See [2021-10-07T04:55:20.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:55:20.253Z] [2021-10-07T04:55:20.253Z] Login Succeeded [2021-10-07T04:55:20.253Z] nexus3.edgexfoundry.org:10003 [2021-10-07T04:55:20.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:55:20.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:55:20.522Z] Configure a credential helper to remove this warning. See [2021-10-07T04:55:20.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:55:20.522Z] [2021-10-07T04:55:20.522Z] Login Succeeded [2021-10-07T04:55:20.522Z] nexus3.edgexfoundry.org:10004 [2021-10-07T04:55:20.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:55:20.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:55:20.790Z] Configure a credential helper to remove this warning. See [2021-10-07T04:55:20.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:55:20.790Z] [2021-10-07T04:55:20.790Z] Login Succeeded [2021-10-07T04:55:20.790Z] docker.io [2021-10-07T04:55:20.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:55:21.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:55:21.056Z] Configure a credential helper to remove this warning. See [2021-10-07T04:55:21.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:55:21.056Z] [2021-10-07T04:55:21.056Z] Login Succeeded [2021-10-07T04:55:21.056Z] ---> docker-login.sh ends [Pipeline] } [2021-10-07T04:55:21.083Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-07T04:55:21.865Z] + git log --format=format:%s -1 1848cb32d5df26ffb560894e48ebc4d427e4e9d2 [Pipeline] echo [2021-10-07T04:55:21.937Z] GIT_COMMIT: 1848cb32d5df26ffb560894e48ebc4d427e4e9d2, Commit Message: Merge commit '59be2a5dc642c3df8c9d617cabb1c7169a11975e' into HEAD [Pipeline] echo [2021-10-07T04:55:21.977Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-10-07T04:55:22.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-07T04:55:22.963Z] [2021-10-07T04:55:22.963Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-07T04:55:23.352Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-07T04:55:23.352Z] latest: Pulling from edgex-devops/git-semver [2021-10-07T04:55:23.352Z] 31603596830f: Pulling fs layer [2021-10-07T04:55:23.352Z] 04fac38145f0: Pulling fs layer [2021-10-07T04:55:23.352Z] 701f6daf10bf: Pulling fs layer [2021-10-07T04:55:23.352Z] 24f72da36158: Pulling fs layer [2021-10-07T04:55:23.352Z] 24f72da36158: Waiting [2021-10-07T04:55:23.352Z] 04fac38145f0: Download complete [2021-10-07T04:55:23.618Z] 31603596830f: Verifying Checksum [2021-10-07T04:55:23.618Z] 31603596830f: Download complete [2021-10-07T04:55:23.618Z] 24f72da36158: Verifying Checksum [2021-10-07T04:55:23.618Z] 24f72da36158: Download complete [2021-10-07T04:55:23.618Z] 701f6daf10bf: Verifying Checksum [2021-10-07T04:55:23.618Z] 701f6daf10bf: Download complete [2021-10-07T04:55:23.618Z] 31603596830f: Pull complete [2021-10-07T04:55:23.884Z] 04fac38145f0: Pull complete [2021-10-07T04:55:24.469Z] 701f6daf10bf: Pull complete [2021-10-07T04:55:24.469Z] 24f72da36158: Pull complete [2021-10-07T04:55:24.469Z] Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 [2021-10-07T04:55:24.469Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-07T04:55:24.469Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-07T04:55:24.598Z] prd-centos7-docker-4c-2g-2366 does not seem to be running inside a container [2021-10-07T04:55:24.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-332 -v /w/workspace/_app-service-configurable_PR-332:/w/workspace/_app-service-configurable_PR-332:rw,z -v /w/workspace/_app-service-configurable_PR-332@tmp:/w/workspace/_app-service-configurable_PR-332@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-07T04:55:25.387Z] $ docker top da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-07T04:55:25.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-07T04:55:25.599Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-07T04:55:25.730Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-07T04:55:25.734Z] $ docker exec da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa ssh-agent [2021-10-07T04:55:25.853Z] SSH_AUTH_SOCK=/tmp/ssh-QIJQteTtGTdb/agent.14 [2021-10-07T04:55:25.853Z] SSH_AGENT_PID=21 [2021-10-07T04:55:25.864Z] Running ssh-add (command line suppressed) [2021-10-07T04:55:25.962Z] Identity added: /w/workspace/_app-service-configurable_PR-332@tmp/private_key_1099886738197744929.key (/w/workspace/_app-service-configurable_PR-332@tmp/private_key_1099886738197744929.key) [2021-10-07T04:55:25.982Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-07T04:55:26.338Z] + git tag --points-at HEAD [Pipeline] } [2021-10-07T04:55:26.374Z] $ docker exec --env ******** --env ******** da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa ssh-agent -k [2021-10-07T04:55:26.464Z] unset SSH_AUTH_SOCK; [2021-10-07T04:55:26.464Z] unset SSH_AGENT_PID; [2021-10-07T04:55:26.464Z] echo Agent pid 21 killed; [2021-10-07T04:55:26.486Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-07T04:55:26.604Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-07T04:55:26.604Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-07T04:55:26.701Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-07T04:55:26.704Z] $ docker exec da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa ssh-agent [2021-10-07T04:55:26.795Z] SSH_AUTH_SOCK=/tmp/ssh-RN9jWdpnwr0N/agent.55 [2021-10-07T04:55:26.795Z] SSH_AGENT_PID=62 [2021-10-07T04:55:26.802Z] Running ssh-add (command line suppressed) [2021-10-07T04:55:26.890Z] Identity added: /w/workspace/_app-service-configurable_PR-332@tmp/private_key_3696205522662887193.key (/w/workspace/_app-service-configurable_PR-332@tmp/private_key_3696205522662887193.key) [2021-10-07T04:55:26.907Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-07T04:55:27.265Z] + git semver init [2021-10-07T04:55:27.265Z] # -> Open(): unable to determine branch for HEAD [2021-10-07T04:55:27.265Z] # $GIT_DIR = /w/workspace/_app-service-configurable_PR-332/.git [2021-10-07T04:55:27.265Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-332 [2021-10-07T04:55:27.265Z] # $SEMVER_REMOTE_NAME = origin [2021-10-07T04:55:27.265Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-07T04:55:27.265Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-07T04:55:27.265Z] # $SEMVER_BRANCH = PR-332 [2021-10-07T04:55:27.265Z] # $SEMVER_TEMP = /tmp/semver-770481052 [2021-10-07T04:55:27.265Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-10-07T04:55:27.852Z] # '/tmp/semver-770481052' -> '/w/workspace/_app-service-configurable_PR-332/.semver' [2021-10-07T04:55:27.852Z] # -> Force: false [2021-10-07T04:55:27.852Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-332/.semver [Pipeline] } [2021-10-07T04:55:27.879Z] $ docker exec --env ******** --env ******** da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa ssh-agent -k [2021-10-07T04:55:27.964Z] unset SSH_AUTH_SOCK; [2021-10-07T04:55:27.964Z] unset SSH_AGENT_PID; [2021-10-07T04:55:27.964Z] echo Agent pid 62 killed; [2021-10-07T04:55:27.979Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-07T04:55:28.435Z] + git semver [Pipeline] } [2021-10-07T04:55:28.492Z] $ docker stop --time=1 da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa [2021-10-07T04:55:29.708Z] $ docker rm -f da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-07T04:55:30.135Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-07T04:55:30.516Z] Stashed 1 file(s) [Pipeline] echo [2021-10-07T04:55:30.539Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-10-07T04:55:31.519Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2365 in /w/workspace/_app-service-configurable_PR-332 [Pipeline] { [Pipeline] ws [2021-10-07T04:55:31.588Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2021-10-07T04:55:31.901Z] Selected Git installation does not exist. Using Default [2021-10-07T04:55:31.901Z] The recommended git tool is: NONE [2021-10-07T04:55:37.959Z] using credential edgex-jenkins-ssh [2021-10-07T04:55:37.979Z] Cloning the remote Git repository [2021-10-07T04:55:38.026Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-10-07T04:55:38.158Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2021-10-07T04:55:38.286Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-10-07T04:55:38.287Z] > git --version # timeout=10 [2021-10-07T04:55:38.314Z] > git --version # 'git version 2.17.1' [2021-10-07T04:55:38.316Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-07T04:55:38.427Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-07T04:55:39.280Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-10-07T04:55:39.998Z] Merging remotes/origin/main commit 59be2a5dc642c3df8c9d617cabb1c7169a11975e into PR head commit 3e4494224da375bda2a71ee748ae47d7ee6cc159 [2021-10-07T04:55:40.259Z] Merge succeeded, producing 72eb841c7c5d952087cba79d7d7721e29b446312 [2021-10-07T04:55:40.259Z] Checking out Revision 72eb841c7c5d952087cba79d7d7721e29b446312 (PR-332) [2021-10-07T04:55:39.302Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-07T04:55:39.331Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-10-07T04:55:39.370Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-10-07T04:55:39.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-07T04:55:39.386Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/332/head:refs/remotes/origin/PR-332 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-07T04:55:39.993Z] > git config core.sparsecheckout # timeout=10 [2021-10-07T04:55:40.006Z] > git checkout -f 3e4494224da375bda2a71ee748ae47d7ee6cc159 # timeout=10 [2021-10-07T04:55:40.111Z] > git remote # timeout=10 [2021-10-07T04:55:40.133Z] > git config --get remote.origin.url # timeout=10 [2021-10-07T04:55:40.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-07T04:55:40.158Z] > git merge 59be2a5dc642c3df8c9d617cabb1c7169a11975e # timeout=10 [2021-10-07T04:55:40.210Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-07T04:55:40.240Z] > git config core.sparsecheckout # timeout=10 [2021-10-07T04:55:40.255Z] > git checkout -f 72eb841c7c5d952087cba79d7d7721e29b446312 # timeout=10 [2021-10-07T04:55:44.856Z] Commit message: "Merge commit '59be2a5dc642c3df8c9d617cabb1c7169a11975e' into HEAD" [2021-10-07T04:55:44.856Z] First time build. Skipping changelog. [2021-10-07T04:55:44.903Z] > git --version # timeout=10 [2021-10-07T04:55:44.914Z] > git --version # 'git version 2.17.1' [2021-10-07T04:55:44.929Z] fatal: bad object b96307f5267f6fa8c29f8dc04d3d152726fc6340 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-07T04:55:45.689Z] provisioning config files... [2021-10-07T04:55:45.725Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config1746427151759438840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-07T04:55:46.258Z] Still waiting to schedule task [2021-10-07T04:55:46.258Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-10-07T04:55:46.402Z] ---> docker-login.sh [2021-10-07T04:55:46.402Z] nexus3.edgexfoundry.org:10001 [2021-10-07T04:55:47.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:55:48.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:55:48.504Z] Configure a credential helper to remove this warning. See [2021-10-07T04:55:48.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:55:48.504Z] [2021-10-07T04:55:48.504Z] Login Succeeded [2021-10-07T04:55:48.504Z] nexus3.edgexfoundry.org:10002 [2021-10-07T04:55:48.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:55:48.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:55:48.793Z] Configure a credential helper to remove this warning. See [2021-10-07T04:55:48.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:55:48.793Z] [2021-10-07T04:55:48.793Z] Login Succeeded [2021-10-07T04:55:48.793Z] nexus3.edgexfoundry.org:10003 [2021-10-07T04:55:49.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:55:49.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:55:49.417Z] Configure a credential helper to remove this warning. See [2021-10-07T04:55:49.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:55:49.417Z] [2021-10-07T04:55:49.417Z] Login Succeeded [2021-10-07T04:55:49.417Z] nexus3.edgexfoundry.org:10004 [2021-10-07T04:55:49.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:55:49.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:55:49.983Z] Configure a credential helper to remove this warning. See [2021-10-07T04:55:49.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:55:49.983Z] [2021-10-07T04:55:49.983Z] Login Succeeded [2021-10-07T04:55:49.983Z] docker.io [2021-10-07T04:55:50.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:55:50.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:55:50.913Z] Configure a credential helper to remove this warning. See [2021-10-07T04:55:50.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:55:50.913Z] [2021-10-07T04:55:50.913Z] Login Succeeded [2021-10-07T04:55:50.913Z] ---> docker-login.sh ends [Pipeline] } [2021-10-07T04:55:51.030Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-07T04:55:51.742Z] ========================================================= [2021-10-07T04:55:51.742Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-07T04:55:51.742Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-07T04:55:52.227Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . [2021-10-07T04:55:52.228Z] Sending build context to Docker daemon 163.3kB [2021-10-07T04:55:52.512Z] Step 1/12 : ARG BASE=golang:1.16-alpine3.14 [2021-10-07T04:55:52.512Z] Step 2/12 : FROM ${BASE} AS builder [2021-10-07T04:55:52.817Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-07T04:55:52.817Z] bbf911997326: Pulling fs layer [2021-10-07T04:55:52.817Z] 58ec367f63d7: Pulling fs layer [2021-10-07T04:55:52.817Z] 1b4a6ffa7d45: Pulling fs layer [2021-10-07T04:55:52.817Z] fc5181fea5dc: Pulling fs layer [2021-10-07T04:55:52.817Z] 9c418107303f: Pulling fs layer [2021-10-07T04:55:52.817Z] 284eca6f2348: Pulling fs layer [2021-10-07T04:55:52.817Z] 842844d905b1: Pulling fs layer [2021-10-07T04:55:52.817Z] 901a3a57568e: Pulling fs layer [2021-10-07T04:55:52.817Z] fc5181fea5dc: Waiting [2021-10-07T04:55:52.817Z] 9c418107303f: Waiting [2021-10-07T04:55:52.817Z] 284eca6f2348: Waiting [2021-10-07T04:55:52.817Z] 842844d905b1: Waiting [2021-10-07T04:55:52.817Z] 901a3a57568e: Waiting [2021-10-07T04:55:52.817Z] 1b4a6ffa7d45: Download complete [2021-10-07T04:55:52.817Z] 58ec367f63d7: Verifying Checksum [2021-10-07T04:55:52.817Z] 58ec367f63d7: Download complete [2021-10-07T04:55:52.817Z] 9c418107303f: Verifying Checksum [2021-10-07T04:55:52.817Z] 9c418107303f: Download complete [2021-10-07T04:55:53.314Z] 284eca6f2348: Verifying Checksum [2021-10-07T04:55:53.314Z] 284eca6f2348: Download complete [2021-10-07T04:55:53.314Z] bbf911997326: Verifying Checksum [2021-10-07T04:55:53.314Z] bbf911997326: Download complete [2021-10-07T04:55:53.314Z] 842844d905b1: Verifying Checksum [2021-10-07T04:55:53.314Z] 842844d905b1: Download complete [2021-10-07T04:55:53.596Z] bbf911997326: Pull complete [2021-10-07T04:55:54.221Z] 58ec367f63d7: Pull complete [2021-10-07T04:55:54.507Z] 1b4a6ffa7d45: Pull complete [2021-10-07T04:55:55.526Z] 901a3a57568e: Download complete [2021-10-07T04:55:56.536Z] fc5181fea5dc: Verifying Checksum [2021-10-07T04:55:56.536Z] fc5181fea5dc: Download complete [2021-10-07T04:56:06.838Z] fc5181fea5dc: Pull complete [2021-10-07T04:56:07.145Z] 9c418107303f: Pull complete [2021-10-07T04:56:07.433Z] 284eca6f2348: Pull complete [2021-10-07T04:56:07.724Z] 842844d905b1: Pull complete [2021-10-07T04:56:13.243Z] 901a3a57568e: Pull complete [2021-10-07T04:56:13.243Z] Digest: sha256:92108203400274521d8db92c8dd03fc26ad1e7e27843eaecabaf975bf4a1b1e7 [2021-10-07T04:56:13.244Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-07T04:56:13.244Z] ---> 72ade6ffb461 [2021-10-07T04:56:13.244Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-10-07T04:56:20.059Z] ---> Running in 5d2580591b4d [2021-10-07T04:56:20.059Z] Removing intermediate container 5d2580591b4d [2021-10-07T04:56:20.059Z] ---> fdb3b0f42fc7 [2021-10-07T04:56:20.059Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2021-10-07T04:56:20.059Z] ---> Running in de7dcc9d4369 [2021-10-07T04:56:20.347Z] Removing intermediate container de7dcc9d4369 [2021-10-07T04:56:20.347Z] ---> 64b04e5831b2 [2021-10-07T04:56:20.347Z] Step 5/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-10-07T04:56:20.347Z] ---> Running in e66c6d89229d [2021-10-07T04:56:20.963Z] Removing intermediate container e66c6d89229d [2021-10-07T04:56:20.963Z] ---> e2708050ccd2 [2021-10-07T04:56:20.963Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-07T04:56:20.963Z] ---> Running in a9470ca194f8 [2021-10-07T04:56:23.656Z] Removing intermediate container a9470ca194f8 [2021-10-07T04:56:23.656Z] ---> d595a6f58aa5 [2021-10-07T04:56:23.656Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-10-07T04:56:23.656Z] ---> Running in 9bb547cbcb75 [2021-10-07T04:56:25.139Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-10-07T04:56:25.756Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-10-07T04:56:26.379Z] OK: 218 MiB in 52 packages [2021-10-07T04:56:27.864Z] Removing intermediate container 9bb547cbcb75 [2021-10-07T04:56:27.864Z] ---> eeb167824fe7 [2021-10-07T04:56:27.864Z] Step 8/12 : WORKDIR /app [2021-10-07T04:56:27.864Z] ---> Running in c89808c9e0fc [2021-10-07T04:56:28.150Z] Removing intermediate container c89808c9e0fc [2021-10-07T04:56:28.150Z] ---> 06ad22c7907e [2021-10-07T04:56:28.150Z] Step 9/12 : COPY . . [2021-10-07T04:56:29.167Z] ---> ac28e8bf44cc [2021-10-07T04:56:29.167Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-07T04:56:29.167Z] ---> Running in 80c0beab5241 [2021-10-07T04:57:01.753Z] Removing intermediate container 80c0beab5241 [2021-10-07T04:57:01.753Z] ---> 41fedf235653 [2021-10-07T04:57:01.753Z] Step 11/12 : ARG MAKE="make build" [2021-10-07T04:57:01.753Z] ---> Running in 3a9da8b51323 [2021-10-07T04:57:01.753Z] Removing intermediate container 3a9da8b51323 [2021-10-07T04:57:01.753Z] ---> d51f72c97b18 [2021-10-07T04:57:01.753Z] Step 12/12 : RUN $MAKE [2021-10-07T04:57:01.753Z] ---> Running in 1e88fcceb9cf [2021-10-07T04:57:01.753Z] noop [2021-10-07T04:57:01.753Z] Removing intermediate container 1e88fcceb9cf [2021-10-07T04:57:01.753Z] ---> 3064ba3fbe81 [2021-10-07T04:57:01.753Z] Successfully built 3064ba3fbe81 [2021-10-07T04:57:01.753Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-07T04:57:02.178Z] + docker inspect -f . ci-base-image-arm64 [2021-10-07T04:57:02.178Z] . [Pipeline] withDockerContainer [2021-10-07T04:57:02.497Z] prd-ubuntu18.04-docker-arm64-4c-16g-2365 does not seem to be running inside a container [2021-10-07T04:57:02.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-07T04:57:04.288Z] $ docker top 2b031d3447e587ee72aa0df856552538b90053a873e6988ed9da42337c0dd042 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-07T04:57:05.426Z] + go version [2021-10-07T04:57:05.426Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-07T04:57:05.449Z] $ docker stop --time=1 2b031d3447e587ee72aa0df856552538b90053a873e6988ed9da42337c0dd042 [2021-10-07T04:57:07.385Z] $ docker rm -f 2b031d3447e587ee72aa0df856552538b90053a873e6988ed9da42337c0dd042 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-07T04:57:08.493Z] + docker inspect -f . ci-base-image-arm64 [2021-10-07T04:57:08.493Z] . [Pipeline] withDockerContainer [2021-10-07T04:57:08.807Z] prd-ubuntu18.04-docker-arm64-4c-16g-2365 does not seem to be running inside a container [2021-10-07T04:57:08.919Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-07T04:57:10.620Z] $ docker top 10fc77bd8edbeb0b0127bbb47cdf9cefdcda3196e08b3a44dbb320e6fa7500b2 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-07T04:57:11.807Z] + make test [2021-10-07T04:57:11.807Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-10-07T04:58:08.648Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-10-07T04:58:08.648Z] CGO_ENABLED=1 go vet ./... [2021-10-07T04:58:11.308Z] Running on prd-centos7-docker-4c-2g-2367 in /w/workspace/_app-service-configurable_PR-332 [Pipeline] { [Pipeline] ws [2021-10-07T04:58:11.384Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2021-10-07T04:58:11.586Z] Selected Git installation does not exist. Using Default [2021-10-07T04:58:11.586Z] The recommended git tool is: NONE [2021-10-07T04:58:14.732Z] using credential edgex-jenkins-ssh [2021-10-07T04:58:14.746Z] Cloning the remote Git repository [2021-10-07T04:58:14.775Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-10-07T04:58:14.849Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2021-10-07T04:58:14.887Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-10-07T04:58:14.887Z] > git --version # timeout=10 [2021-10-07T04:58:14.896Z] > git --version # 'git version 2.24.4' [2021-10-07T04:58:14.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-07T04:58:14.926Z] [INFO] Currently running in a labeled security context [2021-10-07T04:58:14.926Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-07T04:58:14.926Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh2197798088976118733.key [2021-10-07T04:58:14.961Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-07T04:58:16.148Z] Merging remotes/origin/main commit 59be2a5dc642c3df8c9d617cabb1c7169a11975e into PR head commit 3e4494224da375bda2a71ee748ae47d7ee6cc159 [2021-10-07T04:58:16.261Z] Merge succeeded, producing 73d444b7d24a9eddecac31aea45aedf704c382ee [2021-10-07T04:58:16.261Z] Checking out Revision 73d444b7d24a9eddecac31aea45aedf704c382ee (PR-332) [2021-10-07T04:58:15.637Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-10-07T04:58:15.646Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-07T04:58:15.663Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-10-07T04:58:15.676Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-10-07T04:58:15.676Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-07T04:58:15.677Z] [INFO] Currently running in a labeled security context [2021-10-07T04:58:15.677Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-07T04:58:15.678Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh8733123182911521937.key [2021-10-07T04:58:15.684Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/332/head:refs/remotes/origin/PR-332 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-07T04:58:16.161Z] > git config core.sparsecheckout # timeout=10 [2021-10-07T04:58:16.168Z] > git checkout -f 3e4494224da375bda2a71ee748ae47d7ee6cc159 # timeout=10 [2021-10-07T04:58:16.208Z] > git remote # timeout=10 [2021-10-07T04:58:16.215Z] > git config --get remote.origin.url # timeout=10 [2021-10-07T04:58:16.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-07T04:58:16.226Z] [INFO] Currently running in a labeled security context [2021-10-07T04:58:16.226Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-07T04:58:16.226Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh8559991902151201205.key [2021-10-07T04:58:16.234Z] > git merge 59be2a5dc642c3df8c9d617cabb1c7169a11975e # timeout=10 [2021-10-07T04:58:16.252Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-07T04:58:16.265Z] > git config core.sparsecheckout # timeout=10 [2021-10-07T04:58:16.272Z] > git checkout -f 73d444b7d24a9eddecac31aea45aedf704c382ee # timeout=10 [2021-10-07T04:58:20.351Z] Commit message: "Merge commit '59be2a5dc642c3df8c9d617cabb1c7169a11975e' into HEAD" [2021-10-07T04:58:20.352Z] First time build. Skipping changelog. [2021-10-07T04:58:20.393Z] > git --version # timeout=10 [2021-10-07T04:58:20.401Z] > git --version # 'git version 2.24.4' [2021-10-07T04:58:20.410Z] fatal: bad object b96307f5267f6fa8c29f8dc04d3d152726fc6340 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-07T04:58:21.327Z] provisioning config files... [2021-10-07T04:58:21.349Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config994648252238691788tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-07T04:58:21.879Z] ---> docker-login.sh [2021-10-07T04:58:21.879Z] nexus3.edgexfoundry.org:10001 [2021-10-07T04:58:21.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:58:22.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:58:22.153Z] Configure a credential helper to remove this warning. See [2021-10-07T04:58:22.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:58:22.153Z] [2021-10-07T04:58:22.153Z] Login Succeeded [2021-10-07T04:58:22.153Z] nexus3.edgexfoundry.org:10002 [2021-10-07T04:58:22.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:58:27.174Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-07T04:58:27.175Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-07T04:58:27.175Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-10-07T04:58:27.484Z] $ docker stop --time=1 10fc77bd8edbeb0b0127bbb47cdf9cefdcda3196e08b3a44dbb320e6fa7500b2 [2021-10-07T04:58:27.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:58:27.926Z] Configure a credential helper to remove this warning. See [2021-10-07T04:58:27.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:58:27.926Z] [2021-10-07T04:58:27.926Z] Login Succeeded [2021-10-07T04:58:27.926Z] nexus3.edgexfoundry.org:10003 [2021-10-07T04:58:27.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:58:27.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:58:27.926Z] Configure a credential helper to remove this warning. See [2021-10-07T04:58:27.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:58:27.926Z] [2021-10-07T04:58:27.926Z] Login Succeeded [2021-10-07T04:58:27.926Z] nexus3.edgexfoundry.org:10004 [2021-10-07T04:58:27.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:58:27.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:58:27.926Z] Configure a credential helper to remove this warning. See [2021-10-07T04:58:27.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:58:27.926Z] [2021-10-07T04:58:27.926Z] Login Succeeded [2021-10-07T04:58:27.926Z] docker.io [2021-10-07T04:58:27.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-07T04:58:27.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-07T04:58:27.926Z] Configure a credential helper to remove this warning. See [2021-10-07T04:58:27.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-07T04:58:27.926Z] [2021-10-07T04:58:27.926Z] Login Succeeded [2021-10-07T04:58:27.926Z] ---> docker-login.sh ends [2021-10-07T04:58:29.482Z] $ docker rm -f 10fc77bd8edbeb0b0127bbb47cdf9cefdcda3196e08b3a44dbb320e6fa7500b2 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-10-07T04:58:30.203Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-10-07T04:58:30.464Z] + sudo chown -R jenkins:jenkins . [Pipeline] echo [2021-10-07T04:58:30.503Z] ========================================================= [2021-10-07T04:58:30.503Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-07T04:58:30.503Z] ========================================================= [Pipeline] fileExists [Pipeline] stash [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-07T04:58:30.990Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . [2021-10-07T04:58:30.990Z] Sending build context to Docker daemon 163.3kB [2021-10-07T04:58:30.990Z] Step 1/12 : ARG BASE=golang:1.16-alpine3.14 [2021-10-07T04:58:30.990Z] Step 2/12 : FROM ${BASE} AS builder [2021-10-07T04:58:30.990Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-07T04:58:30.990Z] 4e9f2cdf4387: Pulling fs layer [2021-10-07T04:58:30.990Z] 57d31006c564: Pulling fs layer [2021-10-07T04:58:30.990Z] bd5ccded8296: Pulling fs layer [2021-10-07T04:58:30.990Z] 304dd3a0f381: Pulling fs layer [2021-10-07T04:58:30.990Z] d37cda54a23b: Pulling fs layer [2021-10-07T04:58:30.990Z] bae75c0f2455: Pulling fs layer [2021-10-07T04:58:30.990Z] 806579b3d29a: Pulling fs layer [2021-10-07T04:58:30.990Z] c77eb801bf70: Pulling fs layer [2021-10-07T04:58:30.990Z] 6d0567d44e1a: Pulling fs layer [2021-10-07T04:58:30.990Z] bae75c0f2455: Waiting [2021-10-07T04:58:30.990Z] 304dd3a0f381: Waiting [2021-10-07T04:58:30.990Z] 806579b3d29a: Waiting [2021-10-07T04:58:30.990Z] c77eb801bf70: Waiting [2021-10-07T04:58:30.990Z] 6d0567d44e1a: Waiting [2021-10-07T04:58:30.990Z] d37cda54a23b: Waiting [2021-10-07T04:58:31.259Z] Stashed 1 file(s) [2021-10-07T04:58:31.262Z] bd5ccded8296: Verifying Checksum [2021-10-07T04:58:31.262Z] bd5ccded8296: Download complete [2021-10-07T04:58:31.262Z] 4e9f2cdf4387: Verifying Checksum [2021-10-07T04:58:31.262Z] 4e9f2cdf4387: Download complete [2021-10-07T04:58:31.262Z] d37cda54a23b: Verifying Checksum [2021-10-07T04:58:31.262Z] d37cda54a23b: Download complete [2021-10-07T04:58:31.262Z] bae75c0f2455: Verifying Checksum [2021-10-07T04:58:31.262Z] bae75c0f2455: Download complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-10-07T04:58:31.529Z] 4e9f2cdf4387: Pull complete [2021-10-07T04:58:31.529Z] 57d31006c564: Verifying Checksum [2021-10-07T04:58:31.529Z] 57d31006c564: Download complete [2021-10-07T04:58:31.529Z] 806579b3d29a: Verifying Checksum [2021-10-07T04:58:31.529Z] 806579b3d29a: Download complete [2021-10-07T04:58:31.529Z] 57d31006c564: Pull complete [2021-10-07T04:58:31.529Z] bd5ccded8296: Pull complete [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2021-10-07T04:58:32.148Z] c77eb801bf70: Verifying Checksum [2021-10-07T04:58:32.149Z] c77eb801bf70: Download complete [2021-10-07T04:58:32.634Z] 304dd3a0f381: Verifying Checksum [2021-10-07T04:58:32.634Z] 304dd3a0f381: Download complete [2021-10-07T04:58:33.238Z] 6d0567d44e1a: Verifying Checksum [2021-10-07T04:58:33.238Z] 6d0567d44e1a: Download complete [Pipeline] sh [2021-10-07T04:58:33.880Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-10-07T04:58:34.303Z] + ls -al . [2021-10-07T04:58:34.303Z] total 144 [2021-10-07T04:58:34.303Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 7 04:58 . [2021-10-07T04:58:34.303Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 7 04:55 .. [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 7 04:55 .dockerignore [2021-10-07T04:58:34.303Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 7 04:55 .git [2021-10-07T04:58:34.303Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 7 04:55 .github [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 104 Oct 7 04:55 .gitignore [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 7608 Oct 7 04:55 Attribution.txt [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 22206 Oct 7 04:55 CHANGELOG.md [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 2064 Oct 7 04:55 Dockerfile [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 7 04:55 GOVERNANCE.md [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 687 Oct 7 04:55 Jenkinsfile [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 7 04:55 LICENSE [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 618 Oct 7 04:55 OWNERS.md [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 3224 Oct 7 04:55 README.md [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 7 04:55 VERSION [2021-10-07T04:58:34.303Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 7 04:55 bin [2021-10-07T04:58:34.303Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 7 04:57 coverage.out [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 136 Oct 7 04:55 go.mod [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 20734 Oct 7 04:55 go.sum [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 1949 Oct 7 04:55 main.go [2021-10-07T04:58:34.303Z] -rw-rw-r-- 1 jenkins jenkins 1614 Oct 7 04:55 makefile [2021-10-07T04:58:34.303Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 7 04:55 res [2021-10-07T04:58:34.303Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 7 04:55 snap [Pipeline] isUnix [Pipeline] sh [2021-10-07T04:58:34.714Z] + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=72eb841c7c5d952087cba79d7d7721e29b446312 --label arch=arm64 --label version=0.0.0 . [2021-10-07T04:58:34.714Z] Sending build context to Docker daemon 164.4kB [2021-10-07T04:58:35.005Z] Step 1/26 : ARG BASE=golang:1.16-alpine3.14 [2021-10-07T04:58:35.006Z] Step 2/26 : FROM ${BASE} AS builder [2021-10-07T04:58:35.006Z] ---> 3064ba3fbe81 [2021-10-07T04:58:35.006Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-10-07T04:58:35.293Z] ---> Running in 54f6896d6306 [2021-10-07T04:58:35.912Z] Removing intermediate container 54f6896d6306 [2021-10-07T04:58:35.912Z] ---> 00c793b0b1a9 [2021-10-07T04:58:35.912Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2021-10-07T04:58:35.912Z] ---> Running in b319e8a4df49 [2021-10-07T04:58:36.547Z] Removing intermediate container b319e8a4df49 [2021-10-07T04:58:36.547Z] ---> 84fdd07bf1b8 [2021-10-07T04:58:36.547Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-10-07T04:58:36.547Z] ---> Running in 22911a7a5b07 [2021-10-07T04:58:36.612Z] 304dd3a0f381: Pull complete [2021-10-07T04:58:36.612Z] d37cda54a23b: Pull complete [2021-10-07T04:58:36.612Z] bae75c0f2455: Pull complete [2021-10-07T04:58:36.612Z] 806579b3d29a: Pull complete [2021-10-07T04:58:36.612Z] c77eb801bf70: Pull complete [2021-10-07T04:58:37.166Z] Removing intermediate container 22911a7a5b07 [2021-10-07T04:58:37.166Z] ---> f35e4e8a7e90 [2021-10-07T04:58:37.166Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-07T04:58:37.166Z] ---> Running in ee7719b7d7b6 [2021-10-07T04:58:39.226Z] 6d0567d44e1a: Pull complete [2021-10-07T04:58:39.226Z] Digest: sha256:53f76eca38b35ad9f985c2fb57ce55683e6a223a937aed0adb215e74043799cd [2021-10-07T04:58:39.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-07T04:58:39.226Z] ---> e839a31ac9d1 [2021-10-07T04:58:39.226Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-10-07T04:58:39.260Z] Removing intermediate container ee7719b7d7b6 [2021-10-07T04:58:39.261Z] ---> 1c1915e41705 [2021-10-07T04:58:39.261Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-10-07T04:58:39.556Z] ---> Running in bca8c9474d97 [2021-10-07T04:58:41.081Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-10-07T04:58:41.699Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-10-07T04:58:42.721Z] OK: 218 MiB in 52 packages [2021-10-07T04:58:43.741Z] Removing intermediate container bca8c9474d97 [2021-10-07T04:58:43.741Z] ---> 51616e97fd93 [2021-10-07T04:58:43.741Z] Step 8/26 : WORKDIR /app [2021-10-07T04:58:43.741Z] ---> Running in 81ec0da946af [2021-10-07T04:58:44.354Z] Removing intermediate container 81ec0da946af [2021-10-07T04:58:44.354Z] ---> 917b38d181d7 [2021-10-07T04:58:44.354Z] Step 9/26 : COPY . . [2021-10-07T04:58:44.971Z] ---> 3b102e642c44 [2021-10-07T04:58:44.971Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-07T04:58:45.257Z] ---> Running in 8630ecc2ea69 [2021-10-07T04:58:47.952Z] Removing intermediate container 8630ecc2ea69 [2021-10-07T04:58:47.952Z] ---> 7ef654be5da4 [2021-10-07T04:58:47.952Z] Step 11/26 : ARG MAKE="make build" [2021-10-07T04:58:47.952Z] ---> Running in 90454b171138 [2021-10-07T04:58:48.238Z] Removing intermediate container 90454b171138 [2021-10-07T04:58:48.238Z] ---> 5f0aa668e004 [2021-10-07T04:58:48.238Z] Step 12/26 : RUN $MAKE [2021-10-07T04:58:48.238Z] ---> Running in 23f82778386a [2021-10-07T04:58:49.712Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.2-dev.21 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-10-07T04:59:01.329Z] ---> Running in 3c0eec40cf6c [2021-10-07T04:59:01.329Z] Removing intermediate container 3c0eec40cf6c [2021-10-07T04:59:01.329Z] ---> 2983e2bb9527 [2021-10-07T04:59:01.329Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2021-10-07T04:59:01.329Z] ---> Running in 3e462fd6c4ad [2021-10-07T04:59:01.329Z] Removing intermediate container 3e462fd6c4ad [2021-10-07T04:59:01.329Z] ---> 010b8e583d91 [2021-10-07T04:59:01.329Z] Step 5/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-10-07T04:59:01.329Z] ---> Running in d0483c0cd342 [2021-10-07T04:59:01.599Z] Removing intermediate container d0483c0cd342 [2021-10-07T04:59:01.599Z] ---> 2b1e83fb6d9c [2021-10-07T04:59:01.599Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-07T04:59:01.599Z] ---> Running in d14db617002b [2021-10-07T04:59:02.192Z] Removing intermediate container d14db617002b [2021-10-07T04:59:02.192Z] ---> 31a2c747a0ba [2021-10-07T04:59:02.192Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-10-07T04:59:02.192Z] ---> Running in 9292a2135b3e [2021-10-07T04:59:02.662Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-10-07T04:59:03.245Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-10-07T04:59:03.515Z] OK: 219 MiB in 52 packages [2021-10-07T04:59:03.783Z] Removing intermediate container 9292a2135b3e [2021-10-07T04:59:03.783Z] ---> bee2f0c89b16 [2021-10-07T04:59:03.783Z] Step 8/12 : WORKDIR /app [2021-10-07T04:59:03.783Z] ---> Running in c8f26c3b27bb [2021-10-07T04:59:04.057Z] Removing intermediate container c8f26c3b27bb [2021-10-07T04:59:04.057Z] ---> f4152fcd8aac [2021-10-07T04:59:04.057Z] Step 9/12 : COPY . . [2021-10-07T04:59:04.327Z] ---> 09813f55475e [2021-10-07T04:59:04.327Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-07T04:59:04.327Z] ---> Running in 34323615e7e5 [2021-10-07T04:59:28.997Z] Removing intermediate container 23f82778386a [2021-10-07T04:59:28.997Z] ---> 784742a32f2b [2021-10-07T04:59:28.997Z] Step 13/26 : FROM alpine:3.14 [2021-10-07T04:59:28.997Z] 3.14: Pulling from library/alpine [2021-10-07T04:59:28.997Z] 552d1f2373af: Pulling fs layer [2021-10-07T04:59:28.997Z] 552d1f2373af: Download complete [2021-10-07T04:59:29.618Z] 552d1f2373af: Pull complete [2021-10-07T04:59:29.618Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-07T04:59:29.618Z] Status: Downloaded newer image for alpine:3.14 [2021-10-07T04:59:29.618Z] ---> bb3de5531c18 [2021-10-07T04:59:29.618Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-10-07T04:59:29.903Z] ---> Running in c589877ab204 [2021-10-07T04:59:30.551Z] Removing intermediate container c589877ab204 [2021-10-07T04:59:30.551Z] ---> caa9fd79afe9 [2021-10-07T04:59:30.551Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2021-10-07T04:59:30.551Z] ---> Running in 8511447fb857 [2021-10-07T04:59:31.089Z] Removing intermediate container 34323615e7e5 [2021-10-07T04:59:31.089Z] ---> d57ad85a487d [2021-10-07T04:59:31.089Z] Step 11/12 : ARG MAKE="make build" [2021-10-07T04:59:31.089Z] ---> Running in 47315569bb69 [2021-10-07T04:59:31.089Z] Removing intermediate container 47315569bb69 [2021-10-07T04:59:31.089Z] ---> 523bbd08ac30 [2021-10-07T04:59:31.089Z] Step 12/12 : RUN $MAKE [2021-10-07T04:59:31.089Z] ---> Running in eb11d6ee3717 [2021-10-07T04:59:31.089Z] noop [2021-10-07T04:59:31.174Z] Removing intermediate container 8511447fb857 [2021-10-07T04:59:31.174Z] ---> f0e20e78f459 [2021-10-07T04:59:31.174Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-10-07T04:59:31.174Z] ---> Running in f80afd171824 [2021-10-07T04:59:32.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-07T04:59:32.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-07T04:59:33.037Z] Removing intermediate container eb11d6ee3717 [2021-10-07T04:59:33.037Z] ---> ecd0f280663f [2021-10-07T04:59:33.037Z] Successfully built ecd0f280663f [2021-10-07T04:59:33.037Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-07T04:59:33.413Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-07T04:59:33.414Z] . [Pipeline] withDockerContainer [2021-10-07T04:59:33.535Z] prd-centos7-docker-4c-2g-2367 does not seem to be running inside a container [2021-10-07T04:59:33.674Z] (1/7) Installing ca-certificates (20191127-r5) [2021-10-07T04:59:33.674Z] (2/7) Installing dumb-init (1.2.5-r1) [2021-10-07T04:59:33.674Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2021-10-07T04:59:33.674Z] (4/7) Installing libsodium (1.0.18-r0) [2021-10-07T04:59:33.674Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-07T04:59:33.674Z] (6/7) Installing libzmq (4.3.4-r0) [2021-10-07T04:59:33.674Z] (7/7) Installing zeromq (4.3.4-r0) [2021-10-07T04:59:33.674Z] Executing busybox-1.33.1-r3.trigger [2021-10-07T04:59:33.674Z] Executing ca-certificates-20191127-r5.trigger [2021-10-07T04:59:33.821Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-07T04:59:33.956Z] OK: 9 MiB in 21 packages [2021-10-07T04:59:35.097Z] $ docker top edfc8ca6cc615a7db191628a7700f2c4228b1c38ded4573a45545e1c5237aea3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-07T04:59:35.429Z] Removing intermediate container f80afd171824 [2021-10-07T04:59:35.429Z] ---> 2fee3ff0f939 [2021-10-07T04:59:35.429Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-10-07T04:59:35.569Z] + go version [2021-10-07T04:59:35.569Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-07T04:59:35.603Z] $ docker stop --time=1 edfc8ca6cc615a7db191628a7700f2c4228b1c38ded4573a45545e1c5237aea3 [2021-10-07T04:59:36.046Z] ---> 379bcdb24636 [2021-10-07T04:59:36.046Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2021-10-07T04:59:37.056Z] ---> 88040603776d [2021-10-07T04:59:37.056Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2021-10-07T04:59:37.339Z] $ docker rm -f edfc8ca6cc615a7db191628a7700f2c4228b1c38ded4573a45545e1c5237aea3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-10-07T04:59:37.677Z] ---> 5889f5d7bfc5 [2021-10-07T04:59:37.677Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-07T04:59:38.336Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-07T04:59:38.336Z] . [Pipeline] withDockerContainer [2021-10-07T04:59:38.441Z] prd-centos7-docker-4c-2g-2367 does not seem to be running inside a container [2021-10-07T04:59:38.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-07T04:59:39.156Z] ---> 1d57ef1de874 [2021-10-07T04:59:39.157Z] Step 21/26 : EXPOSE 48095 [2021-10-07T04:59:39.157Z] ---> Running in 746b5a40f892 [2021-10-07T04:59:39.772Z] Removing intermediate container 746b5a40f892 [2021-10-07T04:59:39.772Z] ---> 7766136d6457 [2021-10-07T04:59:39.772Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2021-10-07T04:59:39.772Z] ---> Running in 6b3b9ec68eea [2021-10-07T04:59:39.837Z] $ docker top 306d640f4e557a6b33eb7145b86cb50629bfba4a8b15ee7e5191e936f87f302a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-07T04:59:40.381Z] + make test [2021-10-07T04:59:40.381Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-10-07T04:59:40.394Z] Removing intermediate container 6b3b9ec68eea [2021-10-07T04:59:40.394Z] ---> 117ab1203599 [2021-10-07T04:59:40.394Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-07T04:59:40.394Z] ---> Running in 93c9393d6f9b [2021-10-07T04:59:40.676Z] Removing intermediate container 93c9393d6f9b [2021-10-07T04:59:40.676Z] ---> 014262ab930f [2021-10-07T04:59:40.676Z] Step 24/26 : LABEL arch=arm64 [2021-10-07T04:59:40.964Z] ---> Running in 73229da8ac15 [2021-10-07T04:59:41.246Z] Removing intermediate container 73229da8ac15 [2021-10-07T04:59:41.246Z] ---> 89e3d50eacd2 [2021-10-07T04:59:41.246Z] Step 25/26 : LABEL git_sha=72eb841c7c5d952087cba79d7d7721e29b446312 [2021-10-07T04:59:41.526Z] ---> Running in bedad520fdd3 [2021-10-07T04:59:42.141Z] Removing intermediate container bedad520fdd3 [2021-10-07T04:59:42.141Z] ---> c9c7b161868e [2021-10-07T04:59:42.141Z] Step 26/26 : LABEL version=0.0.0 [2021-10-07T04:59:42.141Z] ---> Running in 91b0c28279db [2021-10-07T04:59:42.756Z] Removing intermediate container 91b0c28279db [2021-10-07T04:59:42.756Z] ---> f6b4f162802f [2021-10-07T04:59:42.756Z] [Warning] One or more build-args [ARCH] were not consumed [2021-10-07T04:59:42.756Z] Successfully built f6b4f162802f [2021-10-07T04:59:42.756Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-07T04:59:43.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-07T04:59:43.781Z] [2021-10-07T04:59:43.781Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-07T04:59:45.882Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-07T04:59:46.169Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-07T04:59:46.169Z] 448f6bf000e3: Pulling fs layer [2021-10-07T04:59:46.169Z] f757da607395: Pulling fs layer [2021-10-07T04:59:46.169Z] 05883995daec: Pulling fs layer [2021-10-07T04:59:46.169Z] 8603b9c90790: Pulling fs layer [2021-10-07T04:59:46.170Z] 1560dd03e051: Pulling fs layer [2021-10-07T04:59:46.170Z] 27f5ce0e4adf: Pulling fs layer [2021-10-07T04:59:46.170Z] c2d8d7efcc4b: Pulling fs layer [2021-10-07T04:59:46.170Z] 1560dd03e051: Waiting [2021-10-07T04:59:46.170Z] 27f5ce0e4adf: Waiting [2021-10-07T04:59:46.170Z] 8603b9c90790: Waiting [2021-10-07T04:59:46.170Z] c2d8d7efcc4b: Waiting [2021-10-07T04:59:46.454Z] f757da607395: Verifying Checksum [2021-10-07T04:59:46.454Z] f757da607395: Download complete [2021-10-07T04:59:46.454Z] 8603b9c90790: Verifying Checksum [2021-10-07T04:59:46.454Z] 8603b9c90790: Download complete [2021-10-07T04:59:46.740Z] 05883995daec: Verifying Checksum [2021-10-07T04:59:46.740Z] 05883995daec: Download complete [2021-10-07T04:59:46.740Z] 27f5ce0e4adf: Verifying Checksum [2021-10-07T04:59:46.740Z] 27f5ce0e4adf: Download complete [2021-10-07T04:59:46.740Z] 1560dd03e051: Verifying Checksum [2021-10-07T04:59:46.740Z] 1560dd03e051: Download complete [2021-10-07T04:59:47.033Z] 448f6bf000e3: Verifying Checksum [2021-10-07T04:59:47.033Z] 448f6bf000e3: Download complete [2021-10-07T04:59:49.748Z] c2d8d7efcc4b: Verifying Checksum [2021-10-07T04:59:49.748Z] c2d8d7efcc4b: Download complete [2021-10-07T04:59:50.752Z] 448f6bf000e3: Pull complete [2021-10-07T04:59:51.368Z] f757da607395: Pull complete [2021-10-07T04:59:52.842Z] 05883995daec: Pull complete [2021-10-07T04:59:52.842Z] 8603b9c90790: Pull complete [2021-10-07T04:59:53.855Z] 1560dd03e051: Pull complete [2021-10-07T04:59:54.136Z] 27f5ce0e4adf: Pull complete [2021-10-07T04:59:59.540Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-10-07T04:59:59.540Z] CGO_ENABLED=1 go vet ./... [2021-10-07T05:00:02.944Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-07T05:00:02.944Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-07T05:00:02.944Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-10-07T05:00:03.572Z] $ docker stop --time=1 306d640f4e557a6b33eb7145b86cb50629bfba4a8b15ee7e5191e936f87f302a [2021-10-07T05:00:05.050Z] $ docker rm -f 306d640f4e557a6b33eb7145b86cb50629bfba4a8b15ee7e5191e936f87f302a [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-07T05:00:05.575Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-10-07T05:00:05.615Z] Warning: overwriting stash ‘coverage-report’ [2021-10-07T05:00:05.829Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-10-07T05:00:06.529Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-10-07T05:00:06.861Z] + ls -al . [2021-10-07T05:00:06.861Z] total 120 [2021-10-07T05:00:06.861Z] drwxrwxr-x. 7 jenkins jenkins 4096 Oct 7 05:00 . [2021-10-07T05:00:06.861Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 7 04:58 .. [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 7608 Oct 7 04:58 Attribution.txt [2021-10-07T05:00:06.861Z] drwxrwxr-x. 2 jenkins jenkins 37 Oct 7 04:58 bin [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 22206 Oct 7 04:58 CHANGELOG.md [2021-10-07T05:00:06.861Z] -rw-r--r--. 1 jenkins jenkins 10 Oct 7 04:59 coverage.out [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 2064 Oct 7 04:58 Dockerfile [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 119 Oct 7 04:58 .dockerignore [2021-10-07T05:00:06.861Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 7 04:58 .git [2021-10-07T05:00:06.861Z] drwxrwxr-x. 2 jenkins jenkins 104 Oct 7 04:58 .github [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 104 Oct 7 04:58 .gitignore [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 136 Oct 7 04:58 go.mod [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 20734 Oct 7 04:58 go.sum [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 677 Oct 7 04:58 GOVERNANCE.md [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 687 Oct 7 04:58 Jenkinsfile [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 10174 Oct 7 04:58 LICENSE [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 1949 Oct 7 04:58 main.go [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 1614 Oct 7 04:58 makefile [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 618 Oct 7 04:58 OWNERS.md [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 3224 Oct 7 04:58 README.md [2021-10-07T05:00:06.861Z] drwxrwxr-x. 8 jenkins jenkins 122 Oct 7 04:58 res [2021-10-07T05:00:06.861Z] drwxrwxr-x. 3 jenkins jenkins 58 Oct 7 04:58 snap [2021-10-07T05:00:06.861Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 7 04:55 VERSION [Pipeline] isUnix [Pipeline] sh [2021-10-07T05:00:07.211Z] + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=73d444b7d24a9eddecac31aea45aedf704c382ee --label arch=amd64 --label version=0.0.0 . [2021-10-07T05:00:07.211Z] Sending build context to Docker daemon 164.4kB [2021-10-07T05:00:07.211Z] Step 1/26 : ARG BASE=golang:1.16-alpine3.14 [2021-10-07T05:00:07.211Z] Step 2/26 : FROM ${BASE} AS builder [2021-10-07T05:00:07.211Z] ---> ecd0f280663f [2021-10-07T05:00:07.211Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-10-07T05:00:07.211Z] ---> Running in e0f1abec3b2d [2021-10-07T05:00:07.211Z] Removing intermediate container e0f1abec3b2d [2021-10-07T05:00:07.211Z] ---> 7ccc7ca440fc [2021-10-07T05:00:07.211Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2021-10-07T05:00:07.211Z] ---> Running in 1493d6f56830 [2021-10-07T05:00:07.478Z] Removing intermediate container 1493d6f56830 [2021-10-07T05:00:07.478Z] ---> 64863f42770b [2021-10-07T05:00:07.478Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-10-07T05:00:07.478Z] ---> Running in 8d582d554141 [2021-10-07T05:00:07.478Z] Removing intermediate container 8d582d554141 [2021-10-07T05:00:07.478Z] ---> cd3083a4c49a [2021-10-07T05:00:07.478Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-07T05:00:07.478Z] ---> Running in 86ae7cd4b583 [2021-10-07T05:00:08.064Z] Removing intermediate container 86ae7cd4b583 [2021-10-07T05:00:08.064Z] ---> a41a6a785bde [2021-10-07T05:00:08.064Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-10-07T05:00:08.064Z] ---> Running in a3eba213e524 [2021-10-07T05:00:08.334Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-10-07T05:00:09.300Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-10-07T05:00:09.357Z] c2d8d7efcc4b: Pull complete [2021-10-07T05:00:09.357Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-07T05:00:09.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-07T05:00:09.357Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-07T05:00:09.578Z] OK: 219 MiB in 52 packages [2021-10-07T05:00:09.578Z] Removing intermediate container a3eba213e524 [2021-10-07T05:00:09.578Z] ---> 22b0fe473335 [2021-10-07T05:00:09.578Z] Step 8/26 : WORKDIR /app [2021-10-07T05:00:09.578Z] ---> Running in d4731c92941e [2021-10-07T05:00:09.700Z] prd-ubuntu18.04-docker-arm64-4c-16g-2365 does not seem to be running inside a container [2021-10-07T05:00:09.806Z] $ 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/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-10-07T05:00:09.847Z] Removing intermediate container d4731c92941e [2021-10-07T05:00:09.847Z] ---> 16cc3e84edc2 [2021-10-07T05:00:09.847Z] Step 9/26 : COPY . . [2021-10-07T05:00:09.847Z] ---> 08c376c46510 [2021-10-07T05:00:09.847Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-07T05:00:09.847Z] ---> Running in e95f22136540 [2021-10-07T05:00:10.437Z] Removing intermediate container e95f22136540 [2021-10-07T05:00:10.437Z] ---> da36976e2a36 [2021-10-07T05:00:10.437Z] Step 11/26 : ARG MAKE="make build" [2021-10-07T05:00:10.437Z] ---> Running in 8c623ee034f0 [2021-10-07T05:00:10.437Z] Removing intermediate container 8c623ee034f0 [2021-10-07T05:00:10.437Z] ---> 4a027e1862b1 [2021-10-07T05:00:10.437Z] Step 12/26 : RUN $MAKE [2021-10-07T05:00:10.437Z] ---> Running in 79bb5dc811d5 [2021-10-07T05:00:10.711Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.2-dev.21 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-10-07T05:00:15.341Z] $ docker top 622e0240ce4775466710be5e19dccdea6da1899e2eb2eb2bb2f41a605624308a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-07T05:00:16.714Z] ---> job-cost.sh [2021-10-07T05:00:16.714Z] lf-activate-venv: SKIPPING [2021-10-07T05:00:16.714Z] INFO: No Stack... [2021-10-07T05:00:23.139Z] Removing intermediate container 79bb5dc811d5 [2021-10-07T05:00:23.139Z] ---> 69dde06bd950 [2021-10-07T05:00:23.139Z] Step 13/26 : FROM alpine:3.14 [2021-10-07T05:00:23.139Z] 3.14: Pulling from library/alpine [2021-10-07T05:00:23.139Z] a0d0a0d46f8b: Pulling fs layer [2021-10-07T05:00:23.139Z] a0d0a0d46f8b: Verifying Checksum [2021-10-07T05:00:23.139Z] a0d0a0d46f8b: Download complete [2021-10-07T05:00:23.139Z] a0d0a0d46f8b: Pull complete [2021-10-07T05:00:23.139Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-07T05:00:23.139Z] Status: Downloaded newer image for alpine:3.14 [2021-10-07T05:00:23.139Z] ---> 14119a10abf4 [2021-10-07T05:00:23.139Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-10-07T05:00:23.139Z] ---> Running in 2a9617693e1e [2021-10-07T05:00:23.139Z] Removing intermediate container 2a9617693e1e [2021-10-07T05:00:23.139Z] ---> f8b848cf875c [2021-10-07T05:00:23.139Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2021-10-07T05:00:23.139Z] ---> Running in 6dea86d7c59c [2021-10-07T05:00:23.139Z] Removing intermediate container 6dea86d7c59c [2021-10-07T05:00:23.139Z] ---> e36ffa949527 [2021-10-07T05:00:23.139Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-10-07T05:00:23.139Z] ---> Running in 3dbbe0a9a76c [2021-10-07T05:00:23.139Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-07T05:00:23.407Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-07T05:00:23.407Z] (1/7) Installing ca-certificates (20191127-r5) [2021-10-07T05:00:23.407Z] (2/7) Installing dumb-init (1.2.5-r1) [2021-10-07T05:00:23.407Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2021-10-07T05:00:23.407Z] (4/7) Installing libsodium (1.0.18-r0) [2021-10-07T05:00:23.407Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-07T05:00:23.407Z] (6/7) Installing libzmq (4.3.4-r0) [2021-10-07T05:00:23.682Z] (7/7) Installing zeromq (4.3.4-r0) [2021-10-07T05:00:23.682Z] Executing busybox-1.33.1-r3.trigger [2021-10-07T05:00:23.682Z] Executing ca-certificates-20191127-r5.trigger [2021-10-07T05:00:23.682Z] OK: 9 MiB in 21 packages [2021-10-07T05:00:23.956Z] Removing intermediate container 3dbbe0a9a76c [2021-10-07T05:00:23.956Z] ---> a8178b44c1d6 [2021-10-07T05:00:23.956Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-10-07T05:00:24.221Z] ---> 5d0dda0ff2cf [2021-10-07T05:00:24.221Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2021-10-07T05:00:24.221Z] ---> cd28f15d7f66 [2021-10-07T05:00:24.221Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2021-10-07T05:00:24.488Z] ---> 451881bebccb [2021-10-07T05:00:24.488Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-10-07T05:00:24.967Z] ---> f31cbe56530e [2021-10-07T05:00:24.967Z] Step 21/26 : EXPOSE 48095 [2021-10-07T05:00:24.967Z] ---> Running in 5dcf50d7fa84 [2021-10-07T05:00:24.967Z] Removing intermediate container 5dcf50d7fa84 [2021-10-07T05:00:24.967Z] ---> 06d649eef774 [2021-10-07T05:00:24.967Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2021-10-07T05:00:24.967Z] ---> Running in 8550c699a440 [2021-10-07T05:00:24.967Z] Removing intermediate container 8550c699a440 [2021-10-07T05:00:24.967Z] ---> 628e551968aa [2021-10-07T05:00:24.967Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-07T05:00:24.967Z] ---> Running in adfecf794a52 [2021-10-07T05:00:25.232Z] Removing intermediate container adfecf794a52 [2021-10-07T05:00:25.232Z] ---> 7d3da838f487 [2021-10-07T05:00:25.232Z] Step 24/26 : LABEL arch=amd64 [2021-10-07T05:00:25.232Z] ---> Running in 6ed28070474f [2021-10-07T05:00:25.232Z] Removing intermediate container 6ed28070474f [2021-10-07T05:00:25.232Z] ---> 704be42709c4 [2021-10-07T05:00:25.233Z] Step 25/26 : LABEL git_sha=73d444b7d24a9eddecac31aea45aedf704c382ee [2021-10-07T05:00:25.233Z] ---> Running in 6eea4c0df5e6 [2021-10-07T05:00:25.506Z] Removing intermediate container 6eea4c0df5e6 [2021-10-07T05:00:25.506Z] ---> 7e4aa8ed2485 [2021-10-07T05:00:25.506Z] Step 26/26 : LABEL version=0.0.0 [2021-10-07T05:00:25.506Z] ---> Running in 839db32a9fec [2021-10-07T05:00:25.506Z] Removing intermediate container 839db32a9fec [2021-10-07T05:00:25.506Z] ---> 7910c5ab9dd7 [2021-10-07T05:00:25.506Z] [Warning] One or more build-args [ARCH] were not consumed [2021-10-07T05:00:25.506Z] Successfully built 7910c5ab9dd7 [2021-10-07T05:00:25.506Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-10-07T05:00:41.107Z] Still waiting to schedule task [2021-10-07T05:00:41.107Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-10-07T05:00:49.215Z] INFO: Retrieving Pricing Info for:

504 Gateway Time-out

[2021-10-07T05:00:49.215Z] The server didn't respond in time. [2021-10-07T05:00:49.215Z] [Pipeline] echo [2021-10-07T05:00:49.295Z] Exception caught while running job-cost.sh. [Pipeline] } [2021-10-07T05:00:49.283Z] $ docker stop --time=1 622e0240ce4775466710be5e19dccdea6da1899e2eb2eb2bb2f41a605624308a [2021-10-07T05:00:50.946Z] $ docker rm -f 622e0240ce4775466710be5e19dccdea6da1899e2eb2eb2bb2f41a605624308a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-07T05:03:46.653Z] Running on prd-ubuntu18.04-docker-8c-8g-2368 in /w/workspace/_app-service-configurable_PR-332 [Pipeline] { [Pipeline] ws [2021-10-07T05:03:46.713Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2021-10-07T05:03:46.876Z] Selected Git installation does not exist. Using Default [2021-10-07T05:03:46.876Z] The recommended git tool is: NONE [2021-10-07T05:03:50.039Z] using credential edgex-jenkins-ssh [2021-10-07T05:03:50.054Z] Cloning the remote Git repository [2021-10-07T05:03:50.090Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-10-07T05:03:50.162Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2021-10-07T05:03:50.225Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-10-07T05:03:50.225Z] > git --version # timeout=10 [2021-10-07T05:03:50.231Z] > git --version # 'git version 2.17.1' [2021-10-07T05:03:50.231Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-07T05:03:50.259Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-07T05:03:51.472Z] Merging remotes/origin/main commit 59be2a5dc642c3df8c9d617cabb1c7169a11975e into PR head commit 3e4494224da375bda2a71ee748ae47d7ee6cc159 [2021-10-07T05:03:50.932Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-10-07T05:03:50.948Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-07T05:03:50.963Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-10-07T05:03:50.976Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-10-07T05:03:50.977Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-07T05:03:50.981Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/332/head:refs/remotes/origin/PR-332 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-07T05:03:51.493Z] > git config core.sparsecheckout # timeout=10 [2021-10-07T05:03:51.498Z] > git checkout -f 3e4494224da375bda2a71ee748ae47d7ee6cc159 # timeout=10 [2021-10-07T05:03:51.570Z] Merge succeeded, producing a09a8abb32a08fa36f9cc5ec82c6a94da4e64f0b [2021-10-07T05:03:51.571Z] Checking out Revision a09a8abb32a08fa36f9cc5ec82c6a94da4e64f0b (PR-332) [2021-10-07T05:03:51.536Z] > git remote # timeout=10 [2021-10-07T05:03:51.548Z] > git config --get remote.origin.url # timeout=10 [2021-10-07T05:03:51.553Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-07T05:03:51.557Z] > git merge 59be2a5dc642c3df8c9d617cabb1c7169a11975e # timeout=10 [2021-10-07T05:03:51.575Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-07T05:03:51.585Z] > git config core.sparsecheckout # timeout=10 [2021-10-07T05:03:51.588Z] > git checkout -f a09a8abb32a08fa36f9cc5ec82c6a94da4e64f0b # timeout=10 [2021-10-07T05:03:55.261Z] Commit message: "Merge commit '59be2a5dc642c3df8c9d617cabb1c7169a11975e' into HEAD" [2021-10-07T05:03:55.261Z] First time build. Skipping changelog. [2021-10-07T05:03:55.306Z] > git --version # timeout=10 [2021-10-07T05:03:55.309Z] > git --version # 'git version 2.17.1' [2021-10-07T05:03:55.313Z] fatal: bad object b96307f5267f6fa8c29f8dc04d3d152726fc6340 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-07T05:03:56.238Z] + echo snap-build.sh [2021-10-07T05:03:56.238Z] snap-build.sh [2021-10-07T05:03:56.238Z] + SNAP_BASE_DIR=. [2021-10-07T05:03:56.238Z] + '[' '!' -z /w/workspace/app-service-configurable/1 ']' [2021-10-07T05:03:56.238Z] + SNAP_BASE_DIR=/w/workspace/app-service-configurable/1 [2021-10-07T05:03:56.238Z] + echo '[snap-build] Building snap in dir [/w/workspace/app-service-configurable/1]' [2021-10-07T05:03:56.238Z] [snap-build] Building snap in dir [/w/workspace/app-service-configurable/1] [2021-10-07T05:03:56.238Z] + cd /w/workspace/app-service-configurable/1 [2021-10-07T05:03:56.238Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-10-07T05:03:56.238Z] Reading package lists... [2021-10-07T05:03:56.238Z] Building dependency tree... [2021-10-07T05:03:56.238Z] Reading state information... [2021-10-07T05:03:56.238Z] The following packages were automatically installed and are no longer required: [2021-10-07T05:03:56.238Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-10-07T05:03:56.238Z] uidmap xdelta3 [2021-10-07T05:03:56.238Z] Use 'sudo apt autoremove' to remove them. [2021-10-07T05:03:56.239Z] The following packages will be REMOVED: [2021-10-07T05:03:56.239Z] lxd* lxd-client* [2021-10-07T05:03:56.508Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-10-07T05:03:56.508Z] After this operation, 31.7 MB disk space will be freed. [2021-10-07T05:03:57.043Z] (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 ... 190317 files and directories currently installed.) [2021-10-07T05:03:57.043Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-10-07T05:03:58.012Z] Removing lxd dnsmasq configuration [2021-10-07T05:03:58.012Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-10-07T05:03:58.012Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-10-07T05:03:58.973Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-07T05:03:58.973Z] (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 ... 190142 files and directories currently installed.) [2021-10-07T05:03:58.973Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-10-07T05:04:00.393Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-10-07T05:04:00.393Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-10-07T05:04:00.978Z] + sudo snap remove --purge lxd [2021-10-07T05:04:00.978Z] snap "lxd" is not installed [2021-10-07T05:04:00.978Z] + sudo groupadd --force --system lxd [2021-10-07T05:04:00.978Z] ++ whoami [2021-10-07T05:04:00.978Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-10-07T05:04:00.978Z] + newgrp - lxd [2021-10-07T05:04:00.978Z] + sudo snap install lxd [2021-10-07T05:04:09.235Z] 2021-10-07T05:04:07Z INFO Waiting for automatic snapd restart... [2021-10-07T05:04:24.241Z] lxd 4.19 from Canonical* installed [2021-10-07T05:04:24.241Z] + sudo lxd init --auto [2021-10-07T05:04:34.359Z] + sudo snap install --classic snapcraft [2021-10-07T05:04:44.444Z] snapcraft 5.0 from Canonical* installed [2021-10-07T05:04:44.444Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-10-07T05:04:44.444Z] + sudo snapcraft prime --use-lxd [2021-10-07T05:04:47.031Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-10-07T05:04:47.031Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-10-07T05:04:47.031Z] - README.md [2021-10-07T05:04:47.031Z] [2021-10-07T05:04:47.031Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-10-07T05:04:47.031Z] Launching a container. [2021-10-07T05:04:52.372Z] Waiting for container to be ready [2021-10-07T05:04:52.955Z] To start your first instance, try: lxc launch ubuntu:20.04 [2021-10-07T05:04:52.955Z] [2021-10-07T05:04:57.213Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-10-07T05:04:57.213Z] Waiting for network to be ready... [2021-10-07T05:04:57.213Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-10-07T05:04:57.484Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1904 kB] [2021-10-07T05:04:57.484Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-10-07T05:04:57.484Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [345 kB] [2021-10-07T05:04:57.484Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-10-07T05:04:57.484Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-10-07T05:04:57.484Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [468 kB] [2021-10-07T05:04:57.484Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [63.0 kB] [2021-10-07T05:04:57.484Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1141 kB] [2021-10-07T05:04:57.484Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [260 kB] [2021-10-07T05:04:58.071Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-10-07T05:04:58.071Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-10-07T05:04:58.337Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-10-07T05:04:58.338Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-10-07T05:04:58.338Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-10-07T05:04:58.338Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-10-07T05:04:58.338Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-10-07T05:04:58.338Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-10-07T05:04:58.603Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-10-07T05:04:58.871Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2249 kB] [2021-10-07T05:04:58.871Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [438 kB] [2021-10-07T05:04:58.871Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-10-07T05:04:58.871Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-10-07T05:04:58.871Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [492 kB] [2021-10-07T05:04:58.871Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [66.7 kB] [2021-10-07T05:04:58.871Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1756 kB] [2021-10-07T05:04:58.871Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [376 kB] [2021-10-07T05:05:01.460Z] Fetched 25.4 MB in 4s (6346 kB/s) [2021-10-07T05:05:02.048Z] Reading package lists... [2021-10-07T05:05:02.315Z] Reading package lists... [2021-10-07T05:05:02.591Z] Building dependency tree... [2021-10-07T05:05:02.591Z] Reading state information... [2021-10-07T05:05:02.591Z] The following additional packages will be installed: [2021-10-07T05:05:02.591Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-10-07T05:05:02.591Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-10-07T05:05:02.591Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-10-07T05:05:02.591Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-10-07T05:05:02.591Z] Suggested packages: [2021-10-07T05:05:02.591Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-10-07T05:05:02.591Z] Recommended packages: [2021-10-07T05:05:02.591Z] gnupg libsasl2-modules [2021-10-07T05:05:02.591Z] The following NEW packages will be installed: [2021-10-07T05:05:02.591Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-10-07T05:05:02.591Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-10-07T05:05:02.591Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-10-07T05:05:02.591Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-10-07T05:05:02.591Z] The following packages will be upgraded: [2021-10-07T05:05:02.591Z] gpg gpg-agent gpgconf libudev1 [2021-10-07T05:05:02.857Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-10-07T05:05:02.857Z] Need to get 3527 kB of archives. [2021-10-07T05:05:02.857Z] After this operation, 13.3 MB of additional disk space will be used. [2021-10-07T05:05:02.857Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.52 [55.8 kB] [2021-10-07T05:05:02.857Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-10-07T05:05:03.124Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-10-07T05:05:03.124Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-10-07T05:05:03.124Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-10-07T05:05:03.125Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.52 [1102 kB] [2021-10-07T05:05:03.711Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-10-07T05:05:03.711Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-10-07T05:05:03.711Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-10-07T05:05:03.711Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-10-07T05:05:03.711Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-10-07T05:05:03.711Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-10-07T05:05:03.711Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-10-07T05:05:03.711Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-10-07T05:05:03.711Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-10-07T05:05:03.711Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-10-07T05:05:03.711Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-10-07T05:05:03.711Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-10-07T05:05:03.711Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-10-07T05:05:03.711Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-10-07T05:05:03.711Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-10-07T05:05:03.711Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-10-07T05:05:03.985Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-07T05:05:03.985Z] Fetched 3527 kB in 1s (3047 kB/s) [2021-10-07T05:05:03.985Z] (Reading database ... 12511 files and directories currently installed.) [2021-10-07T05:05:03.985Z] Preparing to unpack .../libudev1_237-3ubuntu10.52_amd64.deb ... [2021-10-07T05:05:03.985Z] Unpacking libudev1:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-07T05:05:03.985Z] Setting up libudev1:amd64 (237-3ubuntu10.52) ... [2021-10-07T05:05:03.985Z] Selecting previously unselected package udev. [2021-10-07T05:05:03.985Z] (Reading database ... 12511 files and directories currently installed.) [2021-10-07T05:05:03.985Z] Preparing to unpack .../00-udev_237-3ubuntu10.52_amd64.deb ... [2021-10-07T05:05:04.251Z] Unpacking udev (237-3ubuntu10.52) ... [2021-10-07T05:05:04.251Z] Selecting previously unselected package libfuse2:amd64. [2021-10-07T05:05:04.251Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-10-07T05:05:04.251Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-10-07T05:05:04.518Z] Selecting previously unselected package fuse. [2021-10-07T05:05:04.518Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-10-07T05:05:04.518Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-10-07T05:05:04.518Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-07T05:05:04.518Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-07T05:05:04.518Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-07T05:05:04.518Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-07T05:05:04.518Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-07T05:05:04.518Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-07T05:05:04.787Z] Selecting previously unselected package libksba8:amd64. [2021-10-07T05:05:04.787Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-10-07T05:05:04.787Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-10-07T05:05:04.787Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-10-07T05:05:04.787Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-07T05:05:04.787Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:04.787Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-10-07T05:05:04.787Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-07T05:05:04.787Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:04.787Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-10-07T05:05:04.787Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-07T05:05:04.787Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:05.053Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-10-07T05:05:05.053Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-07T05:05:05.053Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:05.053Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-10-07T05:05:05.053Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-07T05:05:05.053Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:05.053Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-10-07T05:05:05.053Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-07T05:05:05.053Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:05.053Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-10-07T05:05:05.053Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-07T05:05:05.053Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:05.319Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-10-07T05:05:05.319Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-07T05:05:05.319Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:05.319Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-10-07T05:05:05.319Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-07T05:05:05.319Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:05.319Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-10-07T05:05:05.319Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-10-07T05:05:05.319Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-07T05:05:05.319Z] Selecting previously unselected package libsasl2-2:amd64. [2021-10-07T05:05:05.319Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-10-07T05:05:05.319Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-07T05:05:05.319Z] Selecting previously unselected package libldap-common. [2021-10-07T05:05:05.319Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-10-07T05:05:05.319Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-07T05:05:05.586Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-10-07T05:05:05.586Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-10-07T05:05:05.586Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-07T05:05:05.586Z] Selecting previously unselected package dirmngr. [2021-10-07T05:05:05.586Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-07T05:05:05.586Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-10-07T05:05:05.586Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-07T05:05:05.586Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-10-07T05:05:05.586Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-10-07T05:05:05.586Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-07T05:05:05.586Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-07T05:05:05.586Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-10-07T05:05:05.852Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:05.852Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-10-07T05:05:05.852Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-07T05:05:05.852Z] Setting up udev (237-3ubuntu10.52) ... [2021-10-07T05:05:06.120Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-10-07T05:05:06.120Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:06.120Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-10-07T05:05:06.388Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-10-07T05:05:06.388Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-10-07T05:05:06.388Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:06.388Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:06.388Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:06.388Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:06.388Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:06.388Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:06.388Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-07T05:05:06.388Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-07T05:05:06.388Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-10-07T05:05:06.388Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-07T05:05:06.993Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-10-07T05:05:06.993Z] settings in the [Install] section, and DefaultInstance for template units). [2021-10-07T05:05:06.993Z] This means they are not meant to be enabled using systemctl. [2021-10-07T05:05:06.993Z] Possible reasons for having this kind of units are: [2021-10-07T05:05:06.993Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-10-07T05:05:06.993Z] .wants/ or .requires/ directory. [2021-10-07T05:05:06.993Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-10-07T05:05:06.993Z] a requirement dependency on it. [2021-10-07T05:05:06.993Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-10-07T05:05:06.993Z] D-Bus, udev, scripted systemctl call, ...). [2021-10-07T05:05:06.993Z] 4) In case of template units, the unit is meant to be enabled with some [2021-10-07T05:05:06.993Z] instance name specified. [2021-10-07T05:05:07.260Z] Reading package lists... [2021-10-07T05:05:07.260Z] Building dependency tree... [2021-10-07T05:05:07.260Z] Reading state information... [2021-10-07T05:05:07.530Z] The following additional packages will be installed: [2021-10-07T05:05:07.530Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-10-07T05:05:07.530Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-10-07T05:05:07.530Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-10-07T05:05:07.530Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-10-07T05:05:07.530Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-10-07T05:05:07.530Z] Suggested packages: [2021-10-07T05:05:07.530Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-10-07T05:05:07.530Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-10-07T05:05:07.530Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-10-07T05:05:07.530Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-10-07T05:05:07.530Z] systemd-container policykit-1 [2021-10-07T05:05:07.530Z] Recommended packages: [2021-10-07T05:05:07.530Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-10-07T05:05:07.530Z] The following NEW packages will be installed: [2021-10-07T05:05:07.530Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-10-07T05:05:07.530Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-10-07T05:05:07.530Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-10-07T05:05:07.530Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-10-07T05:05:07.530Z] python3.6-minimal snapd squashfs-tools sudo [2021-10-07T05:05:07.530Z] The following packages will be upgraded: [2021-10-07T05:05:07.530Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-10-07T05:05:07.530Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-10-07T05:05:07.530Z] Need to get 36.8 MB of archives. [2021-10-07T05:05:07.530Z] After this operation, 147 MB of additional disk space will be used. [2021-10-07T05:05:07.530Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1302 kB] [2021-10-07T05:05:07.797Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-10-07T05:05:07.797Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-10-07T05:05:07.797Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-10-07T05:05:07.797Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2913 kB] [2021-10-07T05:05:07.797Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-10-07T05:05:07.797Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-10-07T05:05:07.797Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-10-07T05:05:07.797Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-10-07T05:05:07.797Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-10-07T05:05:07.797Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-10-07T05:05:07.797Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-10-07T05:05:07.797Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-10-07T05:05:07.797Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-10-07T05:05:07.797Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] [2021-10-07T05:05:07.797Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] [2021-10-07T05:05:07.797Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] [2021-10-07T05:05:08.380Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB] [2021-10-07T05:05:08.380Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-10-07T05:05:08.380Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-10-07T05:05:08.654Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-10-07T05:05:08.654Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-10-07T05:05:08.654Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-10-07T05:05:08.654Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-10-07T05:05:08.654Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-10-07T05:05:08.654Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-10-07T05:05:08.654Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-10-07T05:05:08.654Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-10-07T05:05:08.655Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-10-07T05:05:08.655Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.51.1+18.04 [22.6 MB] [2021-10-07T05:05:09.618Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-07T05:05:09.618Z] Fetched 36.8 MB in 2s (20.3 MB/s) [2021-10-07T05:05:09.618Z] (Reading database ... 12757 files and directories currently installed.) [2021-10-07T05:05:09.618Z] Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ... [2021-10-07T05:05:09.618Z] Unpacking systemd (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-07T05:05:10.199Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ... [2021-10-07T05:05:10.199Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-07T05:05:10.199Z] Setting up libsystemd0:amd64 (237-3ubuntu10.52) ... [2021-10-07T05:05:10.199Z] (Reading database ... 12757 files and directories currently installed.) [2021-10-07T05:05:10.199Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-10-07T05:05:10.199Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-10-07T05:05:10.464Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-10-07T05:05:10.464Z] (Reading database ... 12757 files and directories currently installed.) [2021-10-07T05:05:10.464Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-10-07T05:05:10.464Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-10-07T05:05:10.731Z] Setting up apt (1.6.14) ... [2021-10-07T05:05:10.731Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-10-07T05:05:11.311Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-10-07T05:05:11.311Z] (Reading database ... 12764 files and directories currently installed.) [2021-10-07T05:05:11.311Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-10-07T05:05:11.311Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-10-07T05:05:11.311Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-10-07T05:05:11.311Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-07T05:05:11.311Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-07T05:05:11.579Z] Selecting previously unselected package libexpat1:amd64. [2021-10-07T05:05:11.579Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-10-07T05:05:11.579Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-10-07T05:05:11.579Z] Selecting previously unselected package python3.6-minimal. [2021-10-07T05:05:11.580Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-07T05:05:11.580Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-10-07T05:05:11.846Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... [2021-10-07T05:05:11.846Z] Checking for services that may need to be restarted...done. [2021-10-07T05:05:11.846Z] Checking for services that may need to be restarted...done. [2021-10-07T05:05:12.113Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-07T05:05:12.113Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-10-07T05:05:12.113Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-10-07T05:05:12.380Z] Selecting previously unselected package python3-minimal. [2021-10-07T05:05:12.380Z] (Reading database ... 13012 files and directories currently installed.) [2021-10-07T05:05:12.380Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-10-07T05:05:12.380Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-10-07T05:05:12.380Z] Selecting previously unselected package mime-support. [2021-10-07T05:05:12.380Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-10-07T05:05:12.380Z] Unpacking mime-support (3.60ubuntu1) ... [2021-10-07T05:05:12.380Z] Selecting previously unselected package libmpdec2:amd64. [2021-10-07T05:05:12.646Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-10-07T05:05:12.646Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-10-07T05:05:12.646Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-10-07T05:05:12.646Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-07T05:05:12.646Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-07T05:05:12.914Z] Selecting previously unselected package python3.6. [2021-10-07T05:05:12.914Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-07T05:05:12.914Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-07T05:05:12.914Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-10-07T05:05:12.914Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-10-07T05:05:12.914Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-10-07T05:05:12.914Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-10-07T05:05:13.181Z] Selecting previously unselected package python3. [2021-10-07T05:05:13.181Z] (Reading database ... 13442 files and directories currently installed.) [2021-10-07T05:05:13.181Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-10-07T05:05:13.181Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-10-07T05:05:13.181Z] Selecting previously unselected package multiarch-support. [2021-10-07T05:05:13.181Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-10-07T05:05:13.181Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-10-07T05:05:13.181Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-10-07T05:05:13.181Z] Selecting previously unselected package liblzo2-2:amd64. [2021-10-07T05:05:13.181Z] (Reading database ... 13479 files and directories currently installed.) [2021-10-07T05:05:13.181Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-10-07T05:05:13.181Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-10-07T05:05:13.450Z] Selecting previously unselected package libbsd0:amd64. [2021-10-07T05:05:13.451Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-10-07T05:05:13.451Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-10-07T05:05:13.451Z] Selecting previously unselected package sudo. [2021-10-07T05:05:13.451Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-10-07T05:05:13.451Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-10-07T05:05:13.451Z] Selecting previously unselected package apparmor. [2021-10-07T05:05:13.451Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-10-07T05:05:13.451Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-10-07T05:05:13.716Z] Selecting previously unselected package libedit2:amd64. [2021-10-07T05:05:13.716Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-10-07T05:05:13.716Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-10-07T05:05:13.716Z] Selecting previously unselected package libkrb5support0:amd64. [2021-10-07T05:05:13.716Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-10-07T05:05:13.716Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-10-07T05:05:13.716Z] Selecting previously unselected package libk5crypto3:amd64. [2021-10-07T05:05:13.716Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-10-07T05:05:13.716Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-10-07T05:05:13.986Z] Selecting previously unselected package libkeyutils1:amd64. [2021-10-07T05:05:13.986Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-10-07T05:05:13.986Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-10-07T05:05:13.986Z] Selecting previously unselected package libkrb5-3:amd64. [2021-10-07T05:05:13.986Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-10-07T05:05:13.986Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-10-07T05:05:13.986Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-10-07T05:05:13.986Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-10-07T05:05:13.986Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-10-07T05:05:13.986Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-10-07T05:05:13.986Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... [2021-10-07T05:05:13.986Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-10-07T05:05:14.255Z] Selecting previously unselected package openssh-client. [2021-10-07T05:05:14.255Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... [2021-10-07T05:05:14.255Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-10-07T05:05:14.255Z] Selecting previously unselected package squashfs-tools. [2021-10-07T05:05:14.255Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... [2021-10-07T05:05:14.255Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2021-10-07T05:05:14.520Z] Selecting previously unselected package snapd. [2021-10-07T05:05:14.520Z] Preparing to unpack .../13-snapd_2.51.1+18.04_amd64.deb ... [2021-10-07T05:05:14.520Z] Unpacking snapd (2.51.1+18.04) ... [2021-10-07T05:05:16.463Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-10-07T05:05:16.463Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-10-07T05:05:16.463Z] Setting up mime-support (3.60ubuntu1) ... [2021-10-07T05:05:16.463Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-10-07T05:05:16.463Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-10-07T05:05:16.463Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-10-07T05:05:16.463Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-07T05:05:16.463Z] Setting up systemd (237-3ubuntu10.52) ... [2021-10-07T05:05:16.463Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-10-07T05:05:17.422Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-10-07T05:05:17.422Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-10-07T05:05:17.422Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-10-07T05:05:17.422Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-07T05:05:17.422Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-10-07T05:05:17.422Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-07T05:05:17.689Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2021-10-07T05:05:17.689Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-10-07T05:05:17.689Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-10-07T05:05:17.689Z] Setting up python3 (3.6.7-1~18.04) ... [2021-10-07T05:05:17.957Z] running python rtupdate hooks for python3.6... [2021-10-07T05:05:17.957Z] running python post-rtupdate hooks for python3.6... [2021-10-07T05:05:17.957Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-10-07T05:05:18.540Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-10-07T05:05:18.808Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-10-07T05:05:18.808Z] Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-10-07T05:05:18.808Z] Setting up snapd (2.51.1+18.04) ... [2021-10-07T05:05:19.389Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-10-07T05:05:19.389Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-10-07T05:05:19.656Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-10-07T05:05:19.656Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-10-07T05:05:19.924Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-10-07T05:05:19.924Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-10-07T05:05:20.188Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-10-07T05:05:20.188Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-10-07T05:05:20.454Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-10-07T05:05:20.454Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-10-07T05:05:20.719Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-10-07T05:05:20.719Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-07T05:05:20.719Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2021-10-07T05:05:21.702Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-10-07T05:05:21.702Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-10-07T05:05:21.702Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-10-07T05:05:22.961Z] Reading package lists... [2021-10-07T05:05:23.279Z] Reading package lists... [2021-10-07T05:05:23.279Z] Building dependency tree... [2021-10-07T05:05:23.279Z] Reading state information... [2021-10-07T05:05:23.279Z] Calculating upgrade... [2021-10-07T05:05:23.561Z] The following packages will be upgraded: [2021-10-07T05:05:23.561Z] advancecomp base-files bash binutils binutils-common [2021-10-07T05:05:23.561Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-10-07T05:05:23.561Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-10-07T05:05:23.561Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-10-07T05:05:23.561Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-10-07T05:05:23.561Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-10-07T05:05:23.561Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-10-07T05:05:23.561Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-10-07T05:05:23.561Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-10-07T05:05:23.561Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-10-07T05:05:23.561Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-10-07T05:05:23.561Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-10-07T05:05:23.561Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-10-07T05:05:23.561Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-10-07T05:05:23.561Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-10-07T05:05:23.561Z] ubuntu-keyring util-linux [2021-10-07T05:05:23.561Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-10-07T05:05:23.561Z] Need to get 64.2 MB of archives. [2021-10-07T05:05:23.561Z] After this operation, 5142 kB of additional disk space will be used. [2021-10-07T05:05:23.561Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-159.167 [995 kB] [2021-10-07T05:05:23.836Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-10-07T05:05:23.836Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-10-07T05:05:23.836Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-10-07T05:05:23.836Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-10-07T05:05:23.836Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-10-07T05:05:23.836Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-10-07T05:05:23.836Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-10-07T05:05:23.836Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-10-07T05:05:23.836Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-10-07T05:05:23.836Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-10-07T05:05:23.836Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-10-07T05:05:23.836Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-10-07T05:05:23.836Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-10-07T05:05:23.836Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-10-07T05:05:23.836Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-10-07T05:05:23.836Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-10-07T05:05:23.836Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-10-07T05:05:23.836Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-10-07T05:05:23.836Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-10-07T05:05:23.836Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-10-07T05:05:23.836Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-10-07T05:05:23.836Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-10-07T05:05:23.836Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-10-07T05:05:23.836Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-10-07T05:05:23.836Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-10-07T05:05:23.836Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-10-07T05:05:23.836Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-10-07T05:05:23.836Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-10-07T05:05:23.836Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-10-07T05:05:23.836Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-10-07T05:05:23.836Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-10-07T05:05:23.836Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-10-07T05:05:23.836Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] [2021-10-07T05:05:23.836Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-10-07T05:05:23.836Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-10-07T05:05:23.836Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-10-07T05:05:23.836Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-10-07T05:05:23.836Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-10-07T05:05:23.836Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-10-07T05:05:23.836Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-10-07T05:05:23.836Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] [2021-10-07T05:05:23.836Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] [2021-10-07T05:05:23.836Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-10-07T05:05:23.836Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-10-07T05:05:23.836Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-10-07T05:05:24.158Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-2ubuntu0.18.04 [191 kB] [2021-10-07T05:05:24.158Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-10-07T05:05:24.158Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-10-07T05:05:24.158Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-10-07T05:05:24.158Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-10-07T05:05:24.158Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-10-07T05:05:24.158Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-10-07T05:05:24.158Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-10-07T05:05:24.158Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-10-07T05:05:24.158Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-10-07T05:05:24.158Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-10-07T05:05:24.158Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-10-07T05:05:24.158Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-10-07T05:05:24.158Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-10-07T05:05:24.430Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-10-07T05:05:24.430Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-10-07T05:05:24.430Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-10-07T05:05:24.430Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-10-07T05:05:24.430Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-10-07T05:05:24.430Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-10-07T05:05:24.430Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-10-07T05:05:24.430Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-10-07T05:05:24.696Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] [2021-10-07T05:05:24.696Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-10-07T05:05:24.696Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-10-07T05:05:24.696Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-10-07T05:05:24.696Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-10-07T05:05:24.696Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-10-07T05:05:24.696Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-10-07T05:05:24.696Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-10-07T05:05:24.696Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-10-07T05:05:24.696Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-10-07T05:05:24.696Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-10-07T05:05:24.696Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-10-07T05:05:24.696Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-10-07T05:05:24.696Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-10-07T05:05:24.696Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-10-07T05:05:24.696Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2021-10-07T05:05:24.696Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] [2021-10-07T05:05:24.696Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2021-10-07T05:05:24.962Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.52 [13.6 kB] [2021-10-07T05:05:24.962Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] [2021-10-07T05:05:24.962Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-10-07T05:05:24.962Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-10-07T05:05:24.962Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-10-07T05:05:24.962Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] [2021-10-07T05:05:24.962Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-10-07T05:05:24.962Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-10-07T05:05:24.962Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-10-07T05:05:24.962Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-10-07T05:05:24.962Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-10-07T05:05:25.228Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-10-07T05:05:25.228Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-10-07T05:05:25.228Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-10-07T05:05:25.228Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-10-07T05:05:25.228Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-10-07T05:05:25.228Z] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-10-07T05:05:25.228Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-07T05:05:25.228Z] Fetched 64.2 MB in 2s (40.0 MB/s) [2021-10-07T05:05:25.228Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-07T05:05:25.228Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-10-07T05:05:25.492Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-07T05:05:25.758Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-10-07T05:05:25.758Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-07T05:05:25.758Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-159.167_amd64.deb ... [2021-10-07T05:05:25.758Z] Unpacking linux-libc-dev:amd64 (4.15.0-159.167) over (4.15.0-20.21) ... [2021-10-07T05:05:26.023Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:26.023Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-07T05:05:26.289Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:26.289Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-07T05:05:26.289Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:26.289Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-07T05:05:26.289Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:26.289Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-07T05:05:26.289Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:26.289Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-07T05:05:26.555Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:26.555Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-07T05:05:26.555Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:26.555Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-07T05:05:26.555Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-07T05:05:26.555Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-07T05:05:26.555Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:26.555Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-10-07T05:05:26.821Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-10-07T05:05:26.821Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-07T05:05:26.821Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:26.821Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-07T05:05:26.821Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:26.821Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-07T05:05:26.821Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:27.086Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-07T05:05:27.086Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-07T05:05:27.086Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-07T05:05:27.086Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-10-07T05:05:27.351Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-07T05:05:27.617Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-10-07T05:05:27.885Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-07T05:05:27.885Z] Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... [2021-10-07T05:05:27.885Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-10-07T05:05:27.885Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-10-07T05:05:27.885Z] Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... [2021-10-07T05:05:28.150Z] Setting up base-files (10.1ubuntu2.11) ... [2021-10-07T05:05:28.150Z] Installing new version of config file /etc/issue ... [2021-10-07T05:05:28.150Z] Installing new version of config file /etc/issue.net ... [2021-10-07T05:05:28.150Z] Installing new version of config file /etc/lsb-release ... [2021-10-07T05:05:28.150Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-10-07T05:05:28.417Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-10-07T05:05:28.417Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-10-07T05:05:28.417Z] Removing obsolete conffile /etc/default/motd-news ... [2021-10-07T05:05:28.682Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:28.682Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-10-07T05:05:28.682Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-10-07T05:05:28.682Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-10-07T05:05:28.682Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-10-07T05:05:28.682Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:28.682Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-07T05:05:28.682Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-10-07T05:05:28.953Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-10-07T05:05:28.953Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:28.953Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-10-07T05:05:28.953Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-10-07T05:05:28.953Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-10-07T05:05:28.953Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:28.953Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-10-07T05:05:28.953Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-10-07T05:05:29.220Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-10-07T05:05:29.220Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:29.220Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-07T05:05:29.220Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-07T05:05:29.486Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-10-07T05:05:29.486Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:29.486Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-07T05:05:29.486Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-07T05:05:29.486Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-10-07T05:05:29.486Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:29.486Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-10-07T05:05:29.753Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-10-07T05:05:29.753Z] Setting up grep (3.1-2build1) ... [2021-10-07T05:05:29.753Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:29.753Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-10-07T05:05:29.753Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-10-07T05:05:29.753Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-10-07T05:05:29.753Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:29.753Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-10-07T05:05:30.020Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-10-07T05:05:30.020Z] Setting up login (1:4.5-1ubuntu2) ... [2021-10-07T05:05:30.020Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:30.020Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-07T05:05:30.020Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-07T05:05:30.020Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-10-07T05:05:30.288Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:30.288Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-10-07T05:05:30.288Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-07T05:05:30.556Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-10-07T05:05:30.556Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-07T05:05:30.825Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-10-07T05:05:30.825Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-07T05:05:31.096Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-10-07T05:05:31.096Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:31.096Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-10-07T05:05:31.096Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-07T05:05:31.362Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-10-07T05:05:31.631Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-10-07T05:05:31.631Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-10-07T05:05:31.631Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-10-07T05:05:31.631Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-10-07T05:05:31.631Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:31.631Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-10-07T05:05:31.631Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-10-07T05:05:31.899Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-10-07T05:05:31.899Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:31.899Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-07T05:05:31.899Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-07T05:05:31.899Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-07T05:05:31.899Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:32.165Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-07T05:05:32.165Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-07T05:05:32.165Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-07T05:05:32.165Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:32.165Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-07T05:05:32.165Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-07T05:05:32.165Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-07T05:05:32.433Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:32.433Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-07T05:05:32.433Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-07T05:05:32.433Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-07T05:05:32.433Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:32.433Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-07T05:05:32.433Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-07T05:05:32.433Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-07T05:05:32.433Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-07T05:05:32.699Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-10-07T05:05:32.699Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:32.699Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-07T05:05:32.699Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-07T05:05:32.699Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-10-07T05:05:32.699Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:32.699Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-07T05:05:32.699Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-07T05:05:32.965Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-07T05:05:32.965Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:32.965Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-07T05:05:32.965Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-07T05:05:32.965Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-10-07T05:05:32.965Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:32.965Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-07T05:05:33.233Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-07T05:05:33.497Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-10-07T05:05:33.766Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-10-07T05:05:34.034Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-10-07T05:05:34.035Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:34.035Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-10-07T05:05:34.035Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-07T05:05:34.307Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-10-07T05:05:34.307Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-07T05:05:34.307Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-10-07T05:05:34.307Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-07T05:05:34.574Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-10-07T05:05:34.574Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-07T05:05:34.574Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-10-07T05:05:34.574Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-10-07T05:05:34.574Z] Setting up debconf (1.5.66ubuntu1) ... [2021-10-07T05:05:34.840Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-07T05:05:34.840Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-10-07T05:05:34.840Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-10-07T05:05:34.840Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-10-07T05:05:35.107Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-07T05:05:35.107Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-10-07T05:05:35.107Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-10-07T05:05:35.107Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-10-07T05:05:35.107Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-07T05:05:35.107Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-10-07T05:05:35.107Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-07T05:05:35.107Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-07T05:05:35.373Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-07T05:05:35.373Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-10-07T05:05:35.373Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-07T05:05:35.373Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-07T05:05:35.373Z] (Reading database ... 13919 files and directories currently installed.) [2021-10-07T05:05:35.373Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-10-07T05:05:35.638Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-07T05:05:35.638Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-07T05:05:35.638Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:35.638Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-07T05:05:35.638Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-07T05:05:35.905Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.52_amd64.deb ... [2021-10-07T05:05:35.905Z] Unpacking systemd-sysv (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-07T05:05:35.905Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-07T05:05:35.905Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-07T05:05:35.905Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-10-07T05:05:35.905Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:35.905Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... [2021-10-07T05:05:35.905Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... [2021-10-07T05:05:36.172Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... [2021-10-07T05:05:36.172Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:36.172Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-10-07T05:05:36.172Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-10-07T05:05:36.172Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-10-07T05:05:36.172Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:36.172Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-10-07T05:05:36.172Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-07T05:05:36.443Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-07T05:05:36.443Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:36.443Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-07T05:05:36.443Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-07T05:05:36.709Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-10-07T05:05:36.709Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:36.709Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-10-07T05:05:36.709Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-10-07T05:05:36.709Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-10-07T05:05:36.709Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:36.709Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-10-07T05:05:36.709Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-10-07T05:05:36.976Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-10-07T05:05:36.976Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:36.976Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-07T05:05:36.976Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-07T05:05:37.240Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-10-07T05:05:37.240Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:37.240Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-10-07T05:05:37.240Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-10-07T05:05:37.240Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-10-07T05:05:37.240Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:37.240Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-10-07T05:05:37.507Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-10-07T05:05:37.507Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-10-07T05:05:37.507Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:37.507Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-10-07T05:05:37.507Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-10-07T05:05:37.507Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-10-07T05:05:37.774Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:37.774Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-10-07T05:05:37.774Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-10-07T05:05:37.774Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-10-07T05:05:37.774Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:37.774Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-10-07T05:05:37.774Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-10-07T05:05:38.041Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-10-07T05:05:38.041Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:38.041Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... [2021-10-07T05:05:38.041Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... [2021-10-07T05:05:38.041Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... [2021-10-07T05:05:38.041Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:38.041Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-10-07T05:05:38.041Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-10-07T05:05:38.309Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-10-07T05:05:38.309Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-07T05:05:38.309Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-10-07T05:05:38.309Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-10-07T05:05:38.309Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-10-07T05:05:38.309Z] (Reading database ... 13924 files and directories currently installed.) [2021-10-07T05:05:38.309Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-10-07T05:05:38.309Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-10-07T05:05:38.575Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-10-07T05:05:38.575Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-10-07T05:05:38.575Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-10-07T05:05:38.575Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-10-07T05:05:38.842Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... [2021-10-07T05:05:38.842Z] Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... [2021-10-07T05:05:38.842Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-10-07T05:05:38.842Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-10-07T05:05:38.842Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-10-07T05:05:39.108Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-10-07T05:05:39.108Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-10-07T05:05:39.108Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-10-07T05:05:39.108Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-10-07T05:05:39.108Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-10-07T05:05:39.108Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-10-07T05:05:39.108Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-10-07T05:05:39.375Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-10-07T05:05:39.375Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-10-07T05:05:39.375Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-10-07T05:05:39.375Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-10-07T05:05:39.375Z] Preparing to unpack .../11-tzdata_2021a-2ubuntu0.18.04_all.deb ... [2021-10-07T05:05:39.375Z] Unpacking tzdata (2021a-2ubuntu0.18.04) over (2018d-1) ... [2021-10-07T05:05:39.640Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-10-07T05:05:39.641Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-10-07T05:05:39.906Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-10-07T05:05:39.906Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-10-07T05:05:39.906Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-10-07T05:05:39.906Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-10-07T05:05:40.172Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-10-07T05:05:40.172Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-10-07T05:05:40.172Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-10-07T05:05:40.172Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-10-07T05:05:40.440Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-10-07T05:05:40.440Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-10-07T05:05:40.440Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:40.440Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-07T05:05:40.440Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:40.440Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-07T05:05:40.706Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:40.706Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-07T05:05:40.706Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:40.706Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-07T05:05:41.668Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:41.668Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-07T05:05:42.252Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:42.252Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-07T05:05:42.516Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:42.516Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-07T05:05:42.781Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:42.781Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-07T05:05:43.735Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-07T05:05:43.735Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-07T05:05:43.735Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-10-07T05:05:43.735Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-10-07T05:05:43.735Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-10-07T05:05:43.735Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-10-07T05:05:43.735Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-10-07T05:05:43.735Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-10-07T05:05:44.001Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-10-07T05:05:44.001Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-10-07T05:05:44.001Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-10-07T05:05:44.001Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-10-07T05:05:44.001Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-10-07T05:05:44.001Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-10-07T05:05:44.266Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-10-07T05:05:44.266Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-10-07T05:05:44.266Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-07T05:05:44.266Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-10-07T05:05:44.266Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-07T05:05:44.266Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-07T05:05:44.266Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-07T05:05:44.266Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-10-07T05:05:44.266Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-10-07T05:05:44.266Z] Setting up tzdata (2021a-2ubuntu0.18.04) ... [2021-10-07T05:05:44.532Z] [2021-10-07T05:05:44.532Z] Current default time zone: 'Etc/UTC' [2021-10-07T05:05:44.532Z] Local time is now: Thu Oct 7 05:05:44 UTC 2021. [2021-10-07T05:05:44.532Z] Universal Time is now: Thu Oct 7 05:05:44 UTC 2021. [2021-10-07T05:05:44.532Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-10-07T05:05:44.532Z] [2021-10-07T05:05:44.532Z] Setting up systemd-sysv (237-3ubuntu10.52) ... [2021-10-07T05:05:44.532Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-07T05:05:44.532Z] Setting up linux-libc-dev:amd64 (4.15.0-159.167) ... [2021-10-07T05:05:44.532Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-10-07T05:05:44.532Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-10-07T05:05:44.532Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-10-07T05:05:44.532Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-10-07T05:05:44.532Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-10-07T05:05:44.532Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-10-07T05:05:44.532Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-10-07T05:05:44.532Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-07T05:05:44.532Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-10-07T05:05:44.797Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-07T05:05:44.797Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-10-07T05:05:44.797Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-07T05:05:44.797Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-10-07T05:05:44.797Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-10-07T05:05:44.797Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-10-07T05:05:44.797Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... [2021-10-07T05:05:44.797Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-10-07T05:05:44.797Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-10-07T05:05:44.797Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-10-07T05:05:44.797Z] Setting up ca-certificates (20210119~18.04.2) ... [2021-10-07T05:05:46.736Z] Updating certificates in /etc/ssl/certs... [2021-10-07T05:05:47.320Z] 23 added, 28 removed; done. [2021-10-07T05:05:47.320Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-10-07T05:05:47.321Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-07T05:05:47.321Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-10-07T05:05:47.321Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-10-07T05:05:47.321Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-10-07T05:05:47.321Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-07T05:05:47.321Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-10-07T05:05:47.321Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-07T05:05:47.321Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-07T05:05:47.321Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-07T05:05:47.321Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-10-07T05:05:47.321Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-07T05:05:47.587Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-10-07T05:05:47.587Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-10-07T05:05:47.587Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-10-07T05:05:47.587Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-10-07T05:05:47.587Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-10-07T05:05:47.587Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-10-07T05:05:47.587Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-10-07T05:05:47.587Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-10-07T05:05:47.587Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-10-07T05:05:47.587Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-10-07T05:05:47.587Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-07T05:05:47.587Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2021-10-07T05:05:47.587Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-10-07T05:05:47.854Z] Processing triggers for ca-certificates (20210119~18.04.2) ... [2021-10-07T05:05:47.854Z] Updating certificates in /etc/ssl/certs... [2021-10-07T05:05:48.438Z] 0 added, 0 removed; done. [2021-10-07T05:05:48.438Z] Running hooks in /etc/ca-certificates/update.d... [2021-10-07T05:05:48.438Z] done. [2021-10-07T05:05:48.704Z] Reading package lists... [2021-10-07T05:05:48.973Z] Building dependency tree... [2021-10-07T05:05:48.973Z] Reading state information... [2021-10-07T05:05:48.973Z] The following NEW packages will be installed: [2021-10-07T05:05:48.973Z] apt-transport-https [2021-10-07T05:05:48.973Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-10-07T05:05:49.241Z] Need to get 4348 B of archives. [2021-10-07T05:05:49.241Z] After this operation, 154 kB of additional disk space will be used. [2021-10-07T05:05:49.241Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-10-07T05:05:49.241Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-07T05:05:49.509Z] Fetched 4348 B in 0s (24.1 kB/s) [2021-10-07T05:05:49.509Z] Selecting previously unselected package apt-transport-https. [2021-10-07T05:05:49.509Z] (Reading database ... 13928 files and directories currently installed.) [2021-10-07T05:05:49.509Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-10-07T05:05:49.509Z] Unpacking apt-transport-https (1.6.14) ... [2021-10-07T05:05:49.509Z] Setting up apt-transport-https (1.6.14) ... [2021-10-07T05:05:49.795Z] Waiting for network to be ready... [2021-10-07T05:05:56.433Z] 2021-10-07T05:05:53Z INFO Waiting for automatic snapd restart... [2021-10-07T05:05:57.014Z] snapd 2.51.7 from Canonical* installed [2021-10-07T05:05:57.972Z] "snapd" switched to the "latest/stable" channel [2021-10-07T05:05:57.972Z] [2021-10-07T05:06:00.552Z] core18 20210722 from Canonical* installed [2021-10-07T05:06:00.552Z] "core18" switched to the "latest/stable" channel [2021-10-07T05:06:00.552Z] [2021-10-07T05:06:03.127Z] snapcraft 5.0 from Canonical* installed [2021-10-07T05:06:03.127Z] "snapcraft" switched to the "latest/stable" channel [2021-10-07T05:06:03.127Z] [2021-10-07T05:06:07.385Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-10-07T05:06:07.385Z] - README.md [2021-10-07T05:06:07.385Z] [2021-10-07T05:06:07.385Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-10-07T05:06:07.654Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-10-07T05:06:07.654Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-10-07T05:06:07.654Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-10-07T05:06:08.886Z] Reading package lists... [2021-10-07T05:06:09.151Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.9 git-man=1:2.17.1-1ubuntu0.9 libcurl3-gnutls=7.58.0-2ubuntu3.16 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 [2021-10-07T05:06:09.151Z] Reading package lists... [2021-10-07T05:06:09.417Z] Building dependency tree... [2021-10-07T05:06:09.417Z] Reading state information... [2021-10-07T05:06:09.417Z] Suggested packages: [2021-10-07T05:06:09.417Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-10-07T05:06:09.417Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-10-07T05:06:09.417Z] Recommended packages: [2021-10-07T05:06:09.417Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix [2021-10-07T05:06:09.417Z] The following NEW packages will be installed: [2021-10-07T05:06:09.417Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-10-07T05:06:09.417Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-10-07T05:06:09.417Z] pkg-config [2021-10-07T05:06:09.682Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2021-10-07T05:06:09.682Z] Need to get 7503 kB of archives. [2021-10-07T05:06:09.682Z] After this operation, 43.1 MB of additional disk space will be used. [2021-10-07T05:06:09.682Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-10-07T05:06:09.682Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB] [2021-10-07T05:06:09.682Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB] [2021-10-07T05:06:09.682Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3923 kB] [2021-10-07T05:06:09.682Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-10-07T05:06:09.682Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-10-07T05:06:09.682Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-10-07T05:06:09.948Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-10-07T05:06:10.217Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-10-07T05:06:10.217Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-10-07T05:06:10.217Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-10-07T05:06:10.217Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-10-07T05:06:10.217Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-10-07T05:06:10.217Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-10-07T05:06:10.483Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-07T05:06:10.483Z] Fetched 7503 kB in 1s (10.1 MB/s) [2021-10-07T05:06:10.483Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-10-07T05:06:10.483Z] (Reading database ... 13932 files and directories currently installed.) [2021-10-07T05:06:10.483Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-10-07T05:06:10.483Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-10-07T05:06:10.750Z] Selecting previously unselected package libpsl5:amd64. [2021-10-07T05:06:10.750Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-10-07T05:06:10.750Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-10-07T05:06:10.750Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-10-07T05:06:10.750Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-10-07T05:06:10.750Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-10-07T05:06:10.750Z] Selecting previously unselected package librtmp1:amd64. [2021-10-07T05:06:10.750Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-10-07T05:06:10.750Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-10-07T05:06:10.750Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-10-07T05:06:10.750Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ... [2021-10-07T05:06:10.750Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2021-10-07T05:06:11.020Z] Selecting previously unselected package liberror-perl. [2021-10-07T05:06:11.020Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-10-07T05:06:11.020Z] Unpacking liberror-perl (0.17025-1) ... [2021-10-07T05:06:11.020Z] Selecting previously unselected package git-man. [2021-10-07T05:06:11.020Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ... [2021-10-07T05:06:11.020Z] Unpacking git-man (1:2.17.1-1ubuntu0.9) ... [2021-10-07T05:06:11.020Z] Selecting previously unselected package git. [2021-10-07T05:06:11.020Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ... [2021-10-07T05:06:11.020Z] Unpacking git (1:2.17.1-1ubuntu0.9) ... [2021-10-07T05:06:11.602Z] Selecting previously unselected package libnorm1:amd64. [2021-10-07T05:06:11.602Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-10-07T05:06:11.602Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-10-07T05:06:11.602Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-10-07T05:06:11.602Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-10-07T05:06:11.602Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-10-07T05:06:11.869Z] Selecting previously unselected package libsodium23:amd64. [2021-10-07T05:06:11.869Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-10-07T05:06:11.869Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-10-07T05:06:11.869Z] Selecting previously unselected package libzmq5:amd64. [2021-10-07T05:06:11.869Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-10-07T05:06:11.870Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-07T05:06:11.870Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-10-07T05:06:11.870Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-10-07T05:06:11.870Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-07T05:06:11.870Z] Selecting previously unselected package pkg-config. [2021-10-07T05:06:11.870Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-10-07T05:06:11.870Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-10-07T05:06:12.143Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-10-07T05:06:12.143Z] Setting up git-man (1:2.17.1-1ubuntu0.9) ... [2021-10-07T05:06:12.143Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-10-07T05:06:12.143Z] Setting up liberror-perl (0.17025-1) ... [2021-10-07T05:06:12.143Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-10-07T05:06:12.143Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-10-07T05:06:12.143Z] No schema files found: doing nothing. [2021-10-07T05:06:12.143Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-10-07T05:06:12.143Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-10-07T05:06:12.143Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-10-07T05:06:12.143Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-10-07T05:06:12.143Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-07T05:06:12.143Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2021-10-07T05:06:12.143Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-07T05:06:12.143Z] Setting up git (1:2.17.1-1ubuntu0.9) ... [2021-10-07T05:06:12.143Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-07T05:06:12.728Z] git set to automatically installed. [2021-10-07T05:06:12.728Z] git-man set to automatically installed. [2021-10-07T05:06:12.728Z] libcurl3-gnutls set to automatically installed. [2021-10-07T05:06:12.728Z] liberror-perl set to automatically installed. [2021-10-07T05:06:12.728Z] libglib2.0-0 set to automatically installed. [2021-10-07T05:06:12.728Z] libnghttp2-14 set to automatically installed. [2021-10-07T05:06:12.728Z] libnorm1 set to automatically installed. [2021-10-07T05:06:12.728Z] libpgm-5.2-0 set to automatically installed. [2021-10-07T05:06:12.728Z] libpsl5 set to automatically installed. [2021-10-07T05:06:12.728Z] librtmp1 set to automatically installed. [2021-10-07T05:06:12.728Z] libsodium23 set to automatically installed. [2021-10-07T05:06:12.728Z] libzmq3-dev set to automatically installed. [2021-10-07T05:06:12.728Z] libzmq5 set to automatically installed. [2021-10-07T05:06:12.728Z] pkg-config set to automatically installed. [2021-10-07T05:06:14.135Z] snapd is not logged in, snap install commands will use sudo [2021-10-07T05:06:22.337Z] go (1.16/stable) 1.16.8 from Michael Hudson-Doyle (mwhudson) installed [2021-10-07T05:06:22.337Z] snapd is not logged in, snap install commands will use sudo [2021-10-07T05:06:22.337Z] snap "core18" has no updates available [2021-10-07T05:06:30.564Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-10-07T05:06:30.564Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-10-07T05:06:30.564Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1904 kB] [2021-10-07T05:06:30.564Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [345 kB] [2021-10-07T05:06:30.564Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-10-07T05:06:30.564Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-10-07T05:06:30.564Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [468 kB] [2021-10-07T05:06:30.564Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [63.0 kB] [2021-10-07T05:06:30.564Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1141 kB] [2021-10-07T05:06:30.564Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [260 kB] [2021-10-07T05:06:30.564Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-10-07T05:06:30.564Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-10-07T05:06:30.564Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-10-07T05:06:30.564Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-10-07T05:06:30.564Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-10-07T05:06:30.564Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-10-07T05:06:30.564Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-10-07T05:06:30.564Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-10-07T05:06:30.564Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-10-07T05:06:30.564Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2249 kB] [2021-10-07T05:06:30.564Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [438 kB] [2021-10-07T05:06:30.564Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-10-07T05:06:30.564Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-10-07T05:06:30.564Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [492 kB] [2021-10-07T05:06:30.564Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [66.7 kB] [2021-10-07T05:06:30.564Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1756 kB] [2021-10-07T05:06:30.564Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [376 kB] [2021-10-07T05:06:30.564Z] Fetched 25.4 MB in 0s (0 B/s) [2021-10-07T05:06:30.564Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-10-07T05:06:30.564Z] Fetched 224 kB in 0s (0 B/s) [2021-10-07T05:06:30.564Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-10-07T05:06:30.564Z] Fetched 157 kB in 0s (0 B/s) [2021-10-07T05:06:30.564Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-10-07T05:06:30.564Z] Fetched 221 kB in 0s (0 B/s) [2021-10-07T05:06:30.564Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-10-07T05:06:30.564Z] Fetched 143 kB in 0s (0 B/s) [2021-10-07T05:06:30.564Z] Pulling app-service-config [2021-10-07T05:06:30.564Z] + snapcraftctl pull [2021-10-07T05:06:31.533Z] + cd /root/project [2021-10-07T05:06:31.533Z] + git describe --tags --abbrev=0 [2021-10-07T05:06:31.533Z] + sed s/v// [2021-10-07T05:06:31.533Z] + GIT_VERSION=2.0.2-dev.15 [2021-10-07T05:06:31.533Z] + snapcraftctl set-version 2.0.2-dev.15 [2021-10-07T05:06:32.513Z] Pulling config-common [2021-10-07T05:06:32.513Z] + snapcraftctl pull [2021-10-07T05:06:33.476Z] Pulling hooks [2021-10-07T05:06:33.476Z] + snapcraftctl pull [2021-10-07T05:06:34.884Z] Building app-service-config [2021-10-07T05:06:34.884Z] + cd /root/parts/app-service-config/src [2021-10-07T05:06:34.884Z] + make build [2021-10-07T05:06:34.884Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.2-dev.21 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-10-07T05:06:36.290Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.2-dev.21 [2021-10-07T05:06:36.556Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 [2021-10-07T05:06:36.556Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0 [2021-10-07T05:06:36.556Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 [2021-10-07T05:06:36.556Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 [2021-10-07T05:06:36.556Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-10-07T05:06:36.556Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2021-10-07T05:06:36.556Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 [2021-10-07T05:06:36.556Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 [2021-10-07T05:06:36.556Z] go: downloading github.com/go-kit/kit v0.9.0 [2021-10-07T05:06:36.821Z] go: downloading github.com/google/uuid v1.3.0 [2021-10-07T05:06:36.821Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2021-10-07T05:06:36.821Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-10-07T05:06:36.821Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-10-07T05:06:37.085Z] go: downloading github.com/pelletier/go-toml v1.9.2 [2021-10-07T05:06:37.085Z] go: downloading github.com/go-playground/validator/v10 v10.6.1 [2021-10-07T05:06:37.085Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-10-07T05:06:37.358Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-10-07T05:06:37.358Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-10-07T05:06:37.358Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-10-07T05:06:37.358Z] go: downloading github.com/x448/float16 v0.8.4 [2021-10-07T05:06:37.634Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-10-07T05:06:37.634Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-10-07T05:06:37.634Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-10-07T05:06:37.903Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-10-07T05:06:37.903Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-10-07T05:06:37.903Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-10-07T05:06:37.903Z] go: downloading golang.org/x/text v0.3.2 [2021-10-07T05:06:37.903Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-10-07T05:06:37.903Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-10-07T05:06:37.903Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-10-07T05:06:37.903Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-10-07T05:06:37.903Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-10-07T05:06:37.903Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-10-07T05:06:37.903Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-10-07T05:06:37.903Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-10-07T05:06:37.903Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-10-07T05:06:38.170Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-10-07T05:06:38.170Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-10-07T05:06:38.170Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-10-07T05:06:38.170Z] go: downloading github.com/fatih/color v1.9.0 [2021-10-07T05:06:38.170Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-10-07T05:06:38.170Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-10-07T05:06:38.170Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-10-07T05:06:38.170Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-10-07T05:06:38.170Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-10-07T05:06:38.170Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-10-07T05:06:48.240Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-10-07T05:06:48.240Z] + find ./res -maxdepth 1 -type d -exec install -d /root/parts/app-service-config/install/config/{} ; [2021-10-07T05:06:48.240Z] + + find ./res -name configuration.toml [2021-10-07T05:06:48.240Z] read fname [2021-10-07T05:06:48.240Z] + cat ./res/mqtt-export/configuration.toml [2021-10-07T05:06:48.240Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-10-07T05:06:48.240Z] + read fname [2021-10-07T05:06:48.240Z] + cat ./res/sample/configuration.toml [2021-10-07T05:06:48.240Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-10-07T05:06:48.240Z] + read fname [2021-10-07T05:06:48.240Z] + cat ./res/push-to-core/configuration.toml [2021-10-07T05:06:48.240Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-10-07T05:06:48.240Z] + read fname [2021-10-07T05:06:48.240Z] + cat ./res/rules-engine/configuration.toml [2021-10-07T05:06:48.240Z] + sed -e s:./logs/:\$SNAP_COMMON/: [2021-10-07T05:06:48.240Z] + read fname [2021-10-07T05:06:48.240Z] + + cat ./res/functional-tests/configuration.toml [2021-10-07T05:06:48.240Z] sed -e s:./logs/:\$SNAP_COMMON/: [2021-10-07T05:06:48.240Z] + read fname [2021-10-07T05:06:48.240Z] + + sed -e s:./logs/:\$SNAP_COMMON/: [2021-10-07T05:06:48.240Z] cat ./res/http-export/configuration.toml [2021-10-07T05:06:48.240Z] + read fname [2021-10-07T05:06:48.240Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-10-07T05:06:48.240Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-10-07T05:06:48.821Z] Building config-common [2021-10-07T05:06:48.821Z] + snapcraftctl build [2021-10-07T05:06:51.033Z] Building hooks [2021-10-07T05:06:51.033Z] + cd /root/parts/hooks/src [2021-10-07T05:06:51.033Z] + make build [2021-10-07T05:06:51.033Z] go mod tidy [2021-10-07T05:06:51.994Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.0 [2021-10-07T05:06:51.994Z] go: downloading github.com/stretchr/testify v1.5.1 [2021-10-07T05:06:51.994Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-10-07T05:06:51.994Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-10-07T05:06:51.994Z] go: downloading gopkg.in/yaml.v2 v2.2.2 [2021-10-07T05:06:52.281Z] go build -o cmd/configure/configure ./cmd/configure [2021-10-07T05:06:52.865Z] go build -o cmd/install/install ./cmd/install [2021-10-07T05:06:53.447Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-10-07T05:06:53.447Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-10-07T05:06:54.851Z] Staging app-service-config [2021-10-07T05:06:54.851Z] + snapcraftctl stage [2021-10-07T05:06:55.808Z] Staging config-common [2021-10-07T05:06:55.808Z] + snapcraftctl stage [2021-10-07T05:06:56.768Z] Staging hooks [2021-10-07T05:06:56.768Z] + snapcraftctl stage [2021-10-07T05:06:57.746Z] Priming app-service-config [2021-10-07T05:06:57.746Z] + snapcraftctl prime [2021-10-07T05:06:59.158Z] Priming config-common [2021-10-07T05:06:59.158Z] + snapcraftctl prime [2021-10-07T05:07:00.120Z] Priming hooks [2021-10-07T05:07:00.120Z] + snapcraftctl prime [2021-10-07T05:07:01.078Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-07T05:07:04.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-07T05:07:04.029Z] [2021-10-07T05:07:04.029Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-07T05:07:04.412Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-07T05:07:04.412Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-07T05:07:04.412Z] b4d181a07f80: Pulling fs layer [2021-10-07T05:07:04.412Z] a1111a8f2ec3: Pulling fs layer [2021-10-07T05:07:04.412Z] ed53099fbce6: Pulling fs layer [2021-10-07T05:07:04.412Z] dc539afda2c1: Pulling fs layer [2021-10-07T05:07:04.412Z] 77bc0d833cb6: Pulling fs layer [2021-10-07T05:07:04.412Z] 9065ff56babe: Pulling fs layer [2021-10-07T05:07:04.412Z] d287ab97295c: Pulling fs layer [2021-10-07T05:07:04.412Z] dc539afda2c1: Waiting [2021-10-07T05:07:04.412Z] 77bc0d833cb6: Waiting [2021-10-07T05:07:04.412Z] 9065ff56babe: Waiting [2021-10-07T05:07:04.412Z] d287ab97295c: Waiting [2021-10-07T05:07:04.684Z] a1111a8f2ec3: Verifying Checksum [2021-10-07T05:07:04.684Z] a1111a8f2ec3: Download complete [2021-10-07T05:07:04.684Z] ed53099fbce6: Verifying Checksum [2021-10-07T05:07:04.684Z] ed53099fbce6: Download complete [2021-10-07T05:07:04.951Z] dc539afda2c1: Verifying Checksum [2021-10-07T05:07:04.952Z] dc539afda2c1: Download complete [2021-10-07T05:07:04.952Z] 9065ff56babe: Verifying Checksum [2021-10-07T05:07:04.952Z] 9065ff56babe: Download complete [2021-10-07T05:07:04.952Z] b4d181a07f80: Verifying Checksum [2021-10-07T05:07:04.952Z] b4d181a07f80: Download complete [2021-10-07T05:07:04.952Z] 77bc0d833cb6: Verifying Checksum [2021-10-07T05:07:04.952Z] 77bc0d833cb6: Download complete [2021-10-07T05:07:06.385Z] d287ab97295c: Verifying Checksum [2021-10-07T05:07:06.385Z] d287ab97295c: Download complete [2021-10-07T05:07:06.385Z] b4d181a07f80: Pull complete [2021-10-07T05:07:06.653Z] a1111a8f2ec3: Pull complete [2021-10-07T05:07:07.255Z] ed53099fbce6: Pull complete [2021-10-07T05:07:07.255Z] dc539afda2c1: Pull complete [2021-10-07T05:07:07.533Z] 77bc0d833cb6: Pull complete [2021-10-07T05:07:07.533Z] 9065ff56babe: Pull complete [2021-10-07T05:07:12.933Z] d287ab97295c: Pull complete [2021-10-07T05:07:12.933Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-07T05:07:12.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-07T05:07:12.933Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-07T05:07:13.046Z] prd-centos7-docker-4c-2g-2367 does not seem to be running inside a container [2021-10-07T05:07:13.110Z] $ 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/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-07T05:07:15.738Z] $ docker top 40582ac12676956542641012c96838878cc698412176d1f05e0d3f24df572a8f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-07T05:07:16.223Z] ---> job-cost.sh [2021-10-07T05:07:16.223Z] lf-activate-venv: SKIPPING [2021-10-07T05:07:16.223Z] INFO: No Stack... [2021-10-07T05:07:38.277Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-07T05:07:38.277Z] INFO: Archiving Costs [Pipeline] sh [2021-10-07T05:07:38.834Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2021-10-07T05:07:38.834Z] + cut -d, -f6 [Pipeline] lock [2021-10-07T05:07:38.905Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-332-1-stack-cost] [2021-10-07T05:07:38.913Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-332-1-stack-cost] did not exist. Created. [2021-10-07T05:07:38.913Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-332-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-07T05:07:39.342Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-10-07T05:07:39.397Z] Stashed 1 file(s) [Pipeline] } [2021-10-07T05:07:39.429Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-332-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-07T05:07:39.507Z] $ docker stop --time=1 40582ac12676956542641012c96838878cc698412176d1f05e0d3f24df572a8f [2021-10-07T05:07:40.645Z] $ docker rm -f 40582ac12676956542641012c96838878cc698412176d1f05e0d3f24df572a8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-10-07T05:07:42.095Z] provisioning config files... [2021-10-07T05:07:42.112Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-332@tmp/config7920111784131441859tmp [Pipeline] { [Pipeline] sh [2021-10-07T05:07:42.489Z] + set +x [2021-10-07T05:07:42.489Z] + curl -s https://codecov.io/bash [2021-10-07T05:07:42.489Z] + bash -s -- [2021-10-07T05:07:42.489Z] [2021-10-07T05:07:42.489Z] _____ _ [2021-10-07T05:07:42.489Z] / ____| | | [2021-10-07T05:07:42.489Z] | | ___ __| | ___ ___ _____ __ [2021-10-07T05:07:42.489Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-10-07T05:07:42.489Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-10-07T05:07:42.489Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-10-07T05:07:42.489Z] Bash-1.0.6 [2021-10-07T05:07:42.489Z] [2021-10-07T05:07:42.489Z] [2021-10-07T05:07:42.489Z] ==> git version 2.24.4 found [2021-10-07T05:07:42.489Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-10-07T05:07:42.489Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-10-07T05:07:42.489Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-10-07T05:07:42.489Z] ==> Jenkins CI detected. [2021-10-07T05:07:42.489Z] current dir:  /w/workspace/_app-service-configurable_PR-332 [2021-10-07T05:07:42.489Z] project root: . [2021-10-07T05:07:42.489Z] --> token set from env [2021-10-07T05:07:42.489Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-10-07T05:07:42.489Z] ==> Running gcov in . (disable via -X gcov) [2021-10-07T05:07:42.489Z] ==> Python coveragepy not found [2021-10-07T05:07:42.489Z] ==> Searching for coverage reports in: [2021-10-07T05:07:42.489Z] + . [2021-10-07T05:07:42.757Z] -> Found 1 reports [2021-10-07T05:07:42.757Z] ==> Detecting git/mercurial file structure [2021-10-07T05:07:42.757Z] ==> Reading reports [2021-10-07T05:07:42.757Z] + ./coverage.out bytes=10 [2021-10-07T05:07:42.757Z] ==> Appending adjustments [2021-10-07T05:07:42.757Z] https://docs.codecov.io/docs/fixing-reports [2021-10-07T05:07:42.757Z] + Found adjustments [2021-10-07T05:07:42.757Z] ==> Gzipping contents [2021-10-07T05:07:42.757Z] 4.0K /tmp/codecov.6jJWJl.gz [2021-10-07T05:07:42.757Z] ==> Uploading reports [2021-10-07T05:07:42.757Z] url: https://codecov.io [2021-10-07T05:07:42.757Z] query: branch=PR-332&commit=1848cb32d5df26ffb560894e48ebc4d427e4e9d2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-332%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=332&job=&cmd_args= [2021-10-07T05:07:42.757Z] -> Pinging Codecov [2021-10-07T05:07:42.757Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-332&commit=1848cb32d5df26ffb560894e48ebc4d427e4e9d2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-332%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=332&job=&cmd_args= [2021-10-07T05:07:43.025Z] -> Uploading to [2021-10-07T05:07:43.025Z] https://storage.googleapis.com/codecov/v4/raw/2021-10-07/A97CA9966030D2A3747ED39772930CCE/1848cb32d5df26ffb560894e48ebc4d427e4e9d2/10cb4064-a740-4a2d-b706-afcd4d989150.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211007%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211007T050742Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f98af67624f88a9eb0ea5817e97c3493b93e158ffa86703dbebdd50356d27dea [2021-10-07T05:07:43.025Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-07T05:07:43.025Z] Dload Upload Total Spent Left Speed [2021-10-07T05:07:43.293Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 552 0 0 100 552 0 1994 --:--:-- --:--:-- --:--:-- 2000 [2021-10-07T05:07:43.293Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/1848cb32d5df26ffb560894e48ebc4d427e4e9d2 [Pipeline] } [2021-10-07T05:07:43.322Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-10-07T05:07:46.107Z] + '[' -d /w/workspace/_app-service-configurable_PR-332/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-07T05:07:46.489Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-07T05:07:46.876Z] ---> package-listing.sh [2021-10-07T05:07:46.876Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-07T05:07:46.876Z] ++ facter osfamily [2021-10-07T05:07:46.876Z] + OS_FAMILY=redhat [2021-10-07T05:07:46.876Z] + workspace=/w/workspace/_app-service-configurable_PR-332 [2021-10-07T05:07:46.876Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-07T05:07:46.876Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-07T05:07:46.877Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-07T05:07:46.877Z] + PACKAGES=/tmp/packages_start.txt [2021-10-07T05:07:46.877Z] + '[' /w/workspace/_app-service-configurable_PR-332 ']' [2021-10-07T05:07:46.877Z] + PACKAGES=/tmp/packages_end.txt [2021-10-07T05:07:46.877Z] + case "${OS_FAMILY}" in [2021-10-07T05:07:46.877Z] + rpm -qa [2021-10-07T05:07:46.877Z] + sort [2021-10-07T05:07:47.847Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-07T05:07:47.847Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-07T05:07:47.847Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-07T05:07:47.847Z] + '[' /w/workspace/_app-service-configurable_PR-332 ']' [2021-10-07T05:07:47.847Z] + mkdir -p /w/workspace/_app-service-configurable_PR-332/archives/ [2021-10-07T05:07:47.847Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-332/archives/ [Pipeline] echo [2021-10-07T05:07:47.883Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-332/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-07T05:07:48.209Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-07T05:07:48.562Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-07T05:07:48.562Z] [2021-10-07T05:07:48.562Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-07T05:07:48.943Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-07T05:07:48.943Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-07T05:07:48.943Z] b4d181a07f80: Pulling fs layer [2021-10-07T05:07:48.943Z] a1111a8f2ec3: Pulling fs layer [2021-10-07T05:07:48.943Z] ed53099fbce6: Pulling fs layer [2021-10-07T05:07:48.943Z] dc539afda2c1: Pulling fs layer [2021-10-07T05:07:48.943Z] 77bc0d833cb6: Pulling fs layer [2021-10-07T05:07:48.943Z] 9065ff56babe: Pulling fs layer [2021-10-07T05:07:48.943Z] d287ab97295c: Pulling fs layer [2021-10-07T05:07:48.943Z] dc539afda2c1: Waiting [2021-10-07T05:07:48.943Z] 77bc0d833cb6: Waiting [2021-10-07T05:07:48.943Z] 9065ff56babe: Waiting [2021-10-07T05:07:48.943Z] d287ab97295c: Waiting [2021-10-07T05:07:49.212Z] a1111a8f2ec3: Verifying Checksum [2021-10-07T05:07:49.212Z] a1111a8f2ec3: Download complete [2021-10-07T05:07:49.212Z] dc539afda2c1: Verifying Checksum [2021-10-07T05:07:49.212Z] dc539afda2c1: Download complete [2021-10-07T05:07:49.484Z] b4d181a07f80: Verifying Checksum [2021-10-07T05:07:49.484Z] b4d181a07f80: Download complete [2021-10-07T05:07:49.484Z] ed53099fbce6: Verifying Checksum [2021-10-07T05:07:49.484Z] ed53099fbce6: Download complete [2021-10-07T05:07:49.484Z] 9065ff56babe: Verifying Checksum [2021-10-07T05:07:49.484Z] 9065ff56babe: Download complete [2021-10-07T05:07:49.484Z] 77bc0d833cb6: Verifying Checksum [2021-10-07T05:07:49.484Z] 77bc0d833cb6: Download complete [2021-10-07T05:07:50.459Z] d287ab97295c: Verifying Checksum [2021-10-07T05:07:50.459Z] d287ab97295c: Download complete [2021-10-07T05:07:50.731Z] b4d181a07f80: Pull complete [2021-10-07T05:07:50.997Z] a1111a8f2ec3: Pull complete [2021-10-07T05:07:51.587Z] ed53099fbce6: Pull complete [2021-10-07T05:07:51.587Z] dc539afda2c1: Pull complete [2021-10-07T05:07:51.856Z] 77bc0d833cb6: Pull complete [2021-10-07T05:07:51.856Z] 9065ff56babe: Pull complete [2021-10-07T05:07:57.621Z] d287ab97295c: Pull complete [2021-10-07T05:07:57.621Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-07T05:07:57.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-07T05:07:57.621Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-07T05:07:57.937Z] prd-centos7-docker-4c-2g-2366 does not seem to be running inside a container [2021-10-07T05:07:58.006Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-332/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-332 -v /w/workspace/_app-service-configurable_PR-332:/w/workspace/_app-service-configurable_PR-332:rw,z -v /w/workspace/_app-service-configurable_PR-332@tmp:/w/workspace/_app-service-configurable_PR-332@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-07T05:08:00.224Z] $ docker top 993fd401ea21060fe3c6cd4b6117cf74dbc7e983ef9da971851e59c64531ac8d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-07T05:08:00.674Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-07T05:08:01.011Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-07T05:08:01.350Z] + ls /var/log/sa-host [2021-10-07T05:08:01.350Z] + sadf -c /var/log/sa-host/sa07 [2021-10-07T05:08:01.350Z] file_magic: OK [2021-10-07T05:08:01.350Z] HZ: Using current value: 100 [2021-10-07T05:08:01.350Z] file_header: OK [2021-10-07T05:08:01.350Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-10-07T05:08:01.350Z] Statistics: [2021-10-07T05:08:01.350Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-07T05:08:01.350Z] File successfully converted to sysstat format version 12.0.3 [2021-10-07T05:08:01.350Z] + sadf -c /var/log/sa-host/sa30 [2021-10-07T05:08:01.350Z] file_magic: OK [2021-10-07T05:08:01.350Z] HZ: Using current value: 100 [2021-10-07T05:08:01.350Z] file_header: OK [2021-10-07T05:08:01.350Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-10-07T05:08:01.350Z] Statistics: [2021-10-07T05:08:01.350Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-07T05:08:01.350Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-07T05:08:01.986Z] provisioning config files... [2021-10-07T05:08:02.004Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-332@tmp/config9103883884617451582tmp [Pipeline] { [Pipeline] echo [2021-10-07T05:08:02.064Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-07T05:08:02.425Z] ---> create-netrc.sh [Pipeline] } [2021-10-07T05:08:02.456Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-07T05:08:02.961Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-07T05:08:02.997Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-07T05:08:03.351Z] ---> sudo-logs.sh [2021-10-07T05:08:03.351Z] Archiving 'sudo' log.. [2021-10-07T05:08:03.351Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2366.novalocal: Name or service not known [2021-10-07T05:08:03.351Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2366.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-07T05:08:03.714Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-07T05:08:04.070Z] ---> job-cost.sh [2021-10-07T05:08:04.070Z] lf-activate-venv: SKIPPING [2021-10-07T05:08:04.070Z] DEBUG: total: 0.05999999865889549 [2021-10-07T05:08:04.070Z] INFO: Retrieving Stack Cost... [2021-10-07T05:08:04.340Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-07T05:08:04.929Z] INFO: Archiving Costs [Pipeline] echo [2021-10-07T05:08:04.989Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-07T05:08:05.347Z] ---> logs-deploy.sh [2021-10-07T05:08:05.347Z] lf-activate-venv: SKIPPING [2021-10-07T05:08:05.347Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-332/1 [2021-10-07T05:08:05.347Z] INFO: archiving workspace using pattern(s): [2021-10-07T05:08:05.930Z] Archives upload complete. [2021-10-07T05:08:06.199Z] INFO: archiving logs to Nexus [2021-10-07T05:08:06.786Z] ---> uname -a: [2021-10-07T05:08:06.787Z] Linux prd-centos7-docker-4c-2g-2366.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] ---> lscpu: [2021-10-07T05:08:06.787Z] Architecture: x86_64 [2021-10-07T05:08:06.787Z] CPU op-mode(s): 32-bit, 64-bit [2021-10-07T05:08:06.787Z] Byte Order: Little Endian [2021-10-07T05:08:06.787Z] Address sizes: 40 bits physical, 48 bits virtual [2021-10-07T05:08:06.787Z] CPU(s): 2 [2021-10-07T05:08:06.787Z] On-line CPU(s) list: 0,1 [2021-10-07T05:08:06.787Z] Thread(s) per core: 1 [2021-10-07T05:08:06.787Z] Core(s) per socket: 1 [2021-10-07T05:08:06.787Z] Socket(s): 2 [2021-10-07T05:08:06.787Z] NUMA node(s): 1 [2021-10-07T05:08:06.787Z] Vendor ID: AuthenticAMD [2021-10-07T05:08:06.787Z] CPU family: 23 [2021-10-07T05:08:06.787Z] Model: 49 [2021-10-07T05:08:06.787Z] Model name: AMD EPYC-Rome Processor [2021-10-07T05:08:06.787Z] Stepping: 0 [2021-10-07T05:08:06.787Z] CPU MHz: 2799.998 [2021-10-07T05:08:06.787Z] BogoMIPS: 5599.99 [2021-10-07T05:08:06.787Z] Virtualization: AMD-V [2021-10-07T05:08:06.787Z] Hypervisor vendor: KVM [2021-10-07T05:08:06.787Z] Virtualization type: full [2021-10-07T05:08:06.787Z] L1d cache: 32K [2021-10-07T05:08:06.787Z] L1i cache: 32K [2021-10-07T05:08:06.787Z] L2 cache: 512K [2021-10-07T05:08:06.787Z] L3 cache: 16384K [2021-10-07T05:08:06.787Z] NUMA node0 CPU(s): 0,1 [2021-10-07T05:08:06.787Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] ---> nproc: [2021-10-07T05:08:06.787Z] 2 [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] ---> df -h: [2021-10-07T05:08:06.787Z] Filesystem Size Used Avail Use% Mounted on [2021-10-07T05:08:06.787Z] overlay 40G 7.7G 33G 20% / [2021-10-07T05:08:06.787Z] tmpfs 64M 0 64M 0% /dev [2021-10-07T05:08:06.787Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2021-10-07T05:08:06.787Z] shm 64M 0 64M 0% /dev/shm [2021-10-07T05:08:06.787Z] /dev/vda1 40G 7.7G 33G 20% /facter-os [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] ---> sar -b -r -n DEV: [2021-10-07T05:08:06.787Z] Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/07/21 _x86_64_ (2 CPU) [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] 04:54:19 LINUX RESTART (2 CPU) [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] 04:55:02 tps rtps wtps bread/s bwrtn/s [2021-10-07T05:08:06.787Z] 04:56:01 87.08 4.61 82.47 2564.91 3520.88 [2021-10-07T05:08:06.787Z] 04:57:01 1.77 0.00 1.77 0.00 35.29 [2021-10-07T05:08:06.787Z] 04:58:01 0.28 0.00 0.28 0.00 3.20 [2021-10-07T05:08:06.787Z] 04:59:01 0.23 0.00 0.23 0.00 3.10 [2021-10-07T05:08:06.787Z] 05:00:01 0.32 0.00 0.32 0.00 3.86 [2021-10-07T05:08:06.787Z] 05:01:01 0.35 0.03 0.32 0.27 4.05 [2021-10-07T05:08:06.787Z] 05:02:01 0.33 0.07 0.27 1.47 5.28 [2021-10-07T05:08:06.787Z] 05:03:02 0.25 0.00 0.25 0.00 2.58 [2021-10-07T05:08:06.787Z] 05:04:01 0.27 0.00 0.27 0.00 3.41 [2021-10-07T05:08:06.787Z] 05:05:01 0.20 0.00 0.20 0.00 2.70 [2021-10-07T05:08:06.787Z] 05:06:01 0.23 0.00 0.23 0.00 1.92 [2021-10-07T05:08:06.787Z] 05:07:01 0.15 0.00 0.15 0.00 1.88 [2021-10-07T05:08:06.787Z] 05:08:01 64.07 0.15 63.92 14.25 17819.31 [2021-10-07T05:08:06.787Z] Average: 11.89 0.37 11.52 195.77 1647.06 [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] 04:55:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-10-07T05:08:06.787Z] 04:56:01 5667516 0 635148 7.93 2620 1703648 1262948 13.94 571652 1530360 132 [2021-10-07T05:08:06.787Z] 04:57:01 5678692 0 623964 7.79 2620 1703656 1164616 12.86 562344 1530324 16 [2021-10-07T05:08:06.787Z] 04:58:01 5675448 0 627208 7.83 2620 1703656 1164616 12.86 565452 1530684 8 [2021-10-07T05:08:06.787Z] 04:59:01 5672500 0 630144 7.87 2620 1703668 1165076 12.86 568616 1530684 16 [2021-10-07T05:08:06.787Z] 05:00:01 5677616 0 625024 7.80 2620 1703672 1164968 12.86 563228 1531244 16 [2021-10-07T05:08:06.787Z] 05:01:01 5675340 0 627296 7.83 2620 1703676 1168508 12.90 564048 1531244 12 [2021-10-07T05:08:06.787Z] 05:02:01 5676636 0 625876 7.81 2620 1703800 1165380 12.87 564192 1531308 8 [2021-10-07T05:08:06.787Z] 05:03:02 5669888 0 632616 7.90 2620 1703808 1165380 12.87 570396 1531308 8 [2021-10-07T05:08:06.787Z] 05:04:01 5668576 0 633928 7.92 2620 1703808 1165632 12.87 571956 1531308 20 [2021-10-07T05:08:06.787Z] 05:05:01 5669520 0 632976 7.90 2620 1703816 1165464 12.87 572584 1529596 12 [2021-10-07T05:08:06.787Z] 05:06:01 5662276 0 640220 7.99 2620 1703816 1165536 12.87 580004 1529596 8 [2021-10-07T05:08:06.787Z] 05:07:01 5663592 0 638896 7.98 2620 1703824 1165380 12.87 578976 1529596 8 [2021-10-07T05:08:06.787Z] 05:08:01 5025132 0 786820 9.82 2620 2194360 1547680 17.09 782604 1866048 24 [2021-10-07T05:08:06.787Z] Average: 5621749 0 643086 8.03 2620 1741478 1202399 13.28 585850 1556408 22 [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] 04:55:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-10-07T05:08:06.787Z] 04:56:01 eth0 275.66 182.15 642.79 56.39 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 04:56:01 docker0 3.00 2.03 0.62 7.32 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 04:57:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 04:58:01 eth0 0.57 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 04:59:01 eth0 0.53 0.38 0.27 0.20 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:00:01 eth0 0.33 0.27 0.13 0.08 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:01:01 eth0 0.22 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:02:01 eth0 0.18 0.15 0.01 0.01 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:03:02 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:04:01 eth0 2.00 0.49 0.43 0.18 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:05:01 eth0 0.72 0.15 0.14 0.10 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:06:01 eth0 0.72 0.40 0.34 0.21 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:07:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:08:01 eth0 266.37 201.90 2614.17 56.41 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] Average: eth0 41.89 29.57 250.56 8.69 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] Average: docker0 0.23 0.15 0.05 0.56 0.00 0.00 0.00 0.00 [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] ---> sar -P ALL: [2021-10-07T05:08:06.787Z] Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/07/21 _x86_64_ (2 CPU) [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] 04:54:19 LINUX RESTART (2 CPU) [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] 04:55:02 CPU %user %nice %system %iowait %steal %idle [2021-10-07T05:08:06.787Z] 04:56:01 all 7.60 0.00 2.49 2.07 0.07 87.77 [2021-10-07T05:08:06.787Z] 04:56:01 0 7.18 0.00 2.65 1.32 0.07 88.79 [2021-10-07T05:08:06.787Z] 04:56:01 1 8.02 0.00 2.33 2.83 0.07 86.76 [2021-10-07T05:08:06.787Z] 04:57:01 all 0.20 0.00 0.04 0.00 0.03 99.73 [2021-10-07T05:08:06.787Z] 04:57:01 0 0.35 0.00 0.03 0.00 0.02 99.60 [2021-10-07T05:08:06.787Z] 04:57:01 1 0.05 0.00 0.05 0.00 0.03 99.87 [2021-10-07T05:08:06.787Z] 04:58:01 all 0.15 0.00 0.04 0.00 0.03 99.77 [2021-10-07T05:08:06.787Z] 04:58:01 0 0.23 0.00 0.02 0.00 0.02 99.73 [2021-10-07T05:08:06.787Z] 04:58:01 1 0.07 0.00 0.07 0.00 0.05 99.82 [2021-10-07T05:08:06.787Z] 04:59:01 all 0.14 0.00 0.04 0.00 0.03 99.79 [2021-10-07T05:08:06.787Z] 04:59:01 0 0.22 0.00 0.03 0.00 0.02 99.73 [2021-10-07T05:08:06.787Z] 04:59:01 1 0.07 0.00 0.05 0.00 0.03 99.85 [2021-10-07T05:08:06.787Z] 05:00:01 all 0.16 0.00 0.03 0.00 0.04 99.77 [2021-10-07T05:08:06.787Z] 05:00:01 0 0.25 0.00 0.02 0.00 0.03 99.70 [2021-10-07T05:08:06.787Z] 05:00:01 1 0.07 0.00 0.05 0.00 0.05 99.83 [2021-10-07T05:08:06.787Z] 05:01:01 all 0.19 0.00 0.04 0.00 0.03 99.74 [2021-10-07T05:08:06.787Z] 05:01:01 0 0.33 0.00 0.03 0.00 0.02 99.62 [2021-10-07T05:08:06.787Z] 05:01:01 1 0.05 0.00 0.05 0.00 0.03 99.87 [2021-10-07T05:08:06.787Z] 05:02:01 all 0.23 0.00 0.03 0.00 0.03 99.71 [2021-10-07T05:08:06.787Z] 05:02:01 0 0.05 0.00 0.02 0.00 0.03 99.90 [2021-10-07T05:08:06.787Z] 05:02:01 1 0.42 0.00 0.05 0.00 0.02 99.52 [2021-10-07T05:08:06.787Z] 05:03:02 all 0.23 0.00 0.03 0.00 0.03 99.71 [2021-10-07T05:08:06.787Z] 05:03:02 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-10-07T05:08:06.787Z] 05:03:02 1 0.43 0.00 0.03 0.00 0.03 99.50 [2021-10-07T05:08:06.787Z] 05:04:01 all 0.19 0.00 0.04 0.00 0.03 99.75 [2021-10-07T05:08:06.787Z] 05:04:01 0 0.08 0.00 0.05 0.00 0.03 99.83 [2021-10-07T05:08:06.787Z] 05:04:01 1 0.29 0.00 0.03 0.00 0.02 99.66 [2021-10-07T05:08:06.787Z] 05:05:01 all 0.16 0.00 0.04 0.00 0.02 99.78 [2021-10-07T05:08:06.787Z] 05:05:01 0 0.03 0.00 0.05 0.00 0.03 99.88 [2021-10-07T05:08:06.787Z] 05:05:01 1 0.28 0.00 0.03 0.00 0.00 99.68 [2021-10-07T05:08:06.787Z] 05:06:01 all 0.07 0.00 0.04 0.00 0.03 99.86 [2021-10-07T05:08:06.787Z] 05:06:01 0 0.10 0.00 0.05 0.00 0.02 99.83 [2021-10-07T05:08:06.787Z] 05:06:01 1 0.03 0.00 0.03 0.00 0.05 99.88 [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] 05:06:01 CPU %user %nice %system %iowait %steal %idle [2021-10-07T05:08:06.787Z] 05:07:01 all 0.16 0.00 0.03 0.00 0.03 99.79 [2021-10-07T05:08:06.787Z] 05:07:01 0 0.28 0.00 0.02 0.00 0.02 99.68 [2021-10-07T05:08:06.787Z] 05:07:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-10-07T05:08:06.787Z] 05:08:01 all 9.25 0.00 3.60 0.66 0.07 86.42 [2021-10-07T05:08:06.787Z] 05:08:01 0 9.36 0.00 3.53 0.53 0.07 86.52 [2021-10-07T05:08:06.787Z] 05:08:01 1 9.14 0.00 3.67 0.80 0.07 86.33 [2021-10-07T05:08:06.787Z] Average: all 1.41 0.00 0.49 0.21 0.03 97.86 [2021-10-07T05:08:06.787Z] Average: 0 1.40 0.00 0.49 0.14 0.03 97.94 [2021-10-07T05:08:06.787Z] Average: 1 1.43 0.00 0.49 0.27 0.04 97.77 [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z] [2021-10-07T05:08:06.787Z]