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 04:55:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:55:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:55:15 ========================================================= 04:55:15 EdgeX Global Pipelines Version Info 04:55:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:55:16 ------------------- 04:55:16 stable info: 04:55:16 ------------------- 04:55:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:55:16 Commit SHA: b96307f5267f6fa8c29f8dc04d3d152726fc6340 04:55:16 Message: update stable to v1.0.207 04:55:17 ------------------- 04:55:17 experimental info: 04:55:17 ------------------- 04:55:17 Commited By: **** collab-it+edgex@linuxfoundation.org 04:55:17 Commit SHA: b96307f5267f6fa8c29f8dc04d3d152726fc6340 04:55:17 Message: update experimental to v1.0.207 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:55:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 04:55:17 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 04:55:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:55:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:55:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:55:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:55:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:55:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:55:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:55:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:55:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-332 [Pipeline] echo 04:55:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-332 [Pipeline] echo 04:55:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-332 [Pipeline] echo 04:55:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1848cb32d5df26ffb560894e48ebc4d427e4e9d2 [Pipeline] echo 04:55:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1848cb3 [Pipeline] echo 04:55:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:55:19 provisioning config files... 04:55:19 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-332@tmp/config2977902438520476104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:55:19 ---> docker-login.sh 04:55:19 nexus3.edgexfoundry.org:10001 04:55:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:20 Configure a credential helper to remove this warning. See 04:55:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:20 04:55:20 Login Succeeded 04:55:20 nexus3.edgexfoundry.org:10002 04:55:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:20 Configure a credential helper to remove this warning. See 04:55:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:20 04:55:20 Login Succeeded 04:55:20 nexus3.edgexfoundry.org:10003 04:55:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:20 Configure a credential helper to remove this warning. See 04:55:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:20 04:55:20 Login Succeeded 04:55:20 nexus3.edgexfoundry.org:10004 04:55:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:20 Configure a credential helper to remove this warning. See 04:55:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:20 04:55:20 Login Succeeded 04:55:20 docker.io 04:55:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:21 Configure a credential helper to remove this warning. See 04:55:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:21 04:55:21 Login Succeeded 04:55:21 ---> docker-login.sh ends [Pipeline] } 04:55:21 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 04:55:21 + git log --format=format:%s -1 1848cb32d5df26ffb560894e48ebc4d427e4e9d2 [Pipeline] echo 04:55:21 GIT_COMMIT: 1848cb32d5df26ffb560894e48ebc4d427e4e9d2, Commit Message: Merge commit '59be2a5dc642c3df8c9d617cabb1c7169a11975e' into HEAD [Pipeline] echo 04:55:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:55:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:55:22 04:55:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:55:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:55:23 latest: Pulling from edgex-devops/git-semver 04:55:23 31603596830f: Pulling fs layer 04:55:23 04fac38145f0: Pulling fs layer 04:55:23 701f6daf10bf: Pulling fs layer 04:55:23 24f72da36158: Pulling fs layer 04:55:23 24f72da36158: Waiting 04:55:23 04fac38145f0: Download complete 04:55:23 31603596830f: Verifying Checksum 04:55:23 31603596830f: Download complete 04:55:23 24f72da36158: Verifying Checksum 04:55:23 24f72da36158: Download complete 04:55:23 701f6daf10bf: Verifying Checksum 04:55:23 701f6daf10bf: Download complete 04:55:23 31603596830f: Pull complete 04:55:23 04fac38145f0: Pull complete 04:55:24 701f6daf10bf: Pull complete 04:55:24 24f72da36158: Pull complete 04:55:24 Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 04:55:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:55:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:55:24 prd-centos7-docker-4c-2g-2366 does not seem to be running inside a container 04:55:24 $ 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 04:55:25 $ docker top da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:55:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:55:25 [ssh-agent] Looking for ssh-agent implementation... 04:55:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:55:25 $ docker exec da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa ssh-agent 04:55:25 SSH_AUTH_SOCK=/tmp/ssh-QIJQteTtGTdb/agent.14 04:55:25 SSH_AGENT_PID=21 04:55:25 Running ssh-add (command line suppressed) 04:55:25 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) 04:55:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:55:26 + git tag --points-at HEAD [Pipeline] } 04:55:26 $ docker exec --env ******** --env ******** da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa ssh-agent -k 04:55:26 unset SSH_AUTH_SOCK; 04:55:26 unset SSH_AGENT_PID; 04:55:26 echo Agent pid 21 killed; 04:55:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:55:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:55:26 [ssh-agent] Looking for ssh-agent implementation... 04:55:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:55:26 $ docker exec da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa ssh-agent 04:55:26 SSH_AUTH_SOCK=/tmp/ssh-RN9jWdpnwr0N/agent.55 04:55:26 SSH_AGENT_PID=62 04:55:26 Running ssh-add (command line suppressed) 04:55:26 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) 04:55:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:55:27 + git semver init 04:55:27 # -> Open(): unable to determine branch for HEAD 04:55:27 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-332/.git 04:55:27 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-332 04:55:27 # $SEMVER_REMOTE_NAME = origin 04:55:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:55:27 # $SEMVER_USER_NAME = edgex-jenkins 04:55:27 # $SEMVER_BRANCH = PR-332 04:55:27 # $SEMVER_TEMP = /tmp/semver-770481052 04:55:27 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 04:55:27 # '/tmp/semver-770481052' -> '/w/workspace/_app-service-configurable_PR-332/.semver' 04:55:27 # -> Force: false 04:55:27 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-332/.semver [Pipeline] } 04:55:27 $ docker exec --env ******** --env ******** da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa ssh-agent -k 04:55:27 unset SSH_AUTH_SOCK; 04:55:27 unset SSH_AGENT_PID; 04:55:27 echo Agent pid 62 killed; 04:55:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:55:28 + git semver [Pipeline] } 04:55:28 $ docker stop --time=1 da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa 04:55:29 $ docker rm -f da5b201d5358ae1497e5bb4c8ea51f628d429b7f0bd516787fc5a8ce4f4f1efa [Pipeline] // withDockerContainer [Pipeline] sh 04:55:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:55:30 Stashed 1 file(s) [Pipeline] echo 04:55:30 [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 04:55:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2365 in /w/workspace/_app-service-configurable_PR-332 [Pipeline] { [Pipeline] ws 04:55:31 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 04:55:31 Selected Git installation does not exist. Using Default 04:55:31 The recommended git tool is: NONE 04:55:37 using credential edgex-jenkins-ssh 04:55:37 Cloning the remote Git repository 04:55:38 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 04:55:38 > git init /w/workspace/app-service-configurable/1 # timeout=10 04:55:38 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 04:55:38 > git --version # timeout=10 04:55:38 > git --version # 'git version 2.17.1' 04:55:38 using GIT_SSH to set credentials SSH Credentials for GitHub 04:55:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:55:39 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 04:55:39 Merging remotes/origin/main commit 59be2a5dc642c3df8c9d617cabb1c7169a11975e into PR head commit 3e4494224da375bda2a71ee748ae47d7ee6cc159 04:55:40 Merge succeeded, producing 72eb841c7c5d952087cba79d7d7721e29b446312 04:55:40 Checking out Revision 72eb841c7c5d952087cba79d7d7721e29b446312 (PR-332) 04:55:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:55:39 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 04:55:39 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 04:55:39 using GIT_SSH to set credentials SSH Credentials for GitHub 04:55:39 > 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 04:55:39 > git config core.sparsecheckout # timeout=10 04:55:40 > git checkout -f 3e4494224da375bda2a71ee748ae47d7ee6cc159 # timeout=10 04:55:40 > git remote # timeout=10 04:55:40 > git config --get remote.origin.url # timeout=10 04:55:40 using GIT_SSH to set credentials SSH Credentials for GitHub 04:55:40 > git merge 59be2a5dc642c3df8c9d617cabb1c7169a11975e # timeout=10 04:55:40 > git rev-parse HEAD^{commit} # timeout=10 04:55:40 > git config core.sparsecheckout # timeout=10 04:55:40 > git checkout -f 72eb841c7c5d952087cba79d7d7721e29b446312 # timeout=10 04:55:44 Commit message: "Merge commit '59be2a5dc642c3df8c9d617cabb1c7169a11975e' into HEAD" 04:55:44 First time build. Skipping changelog. 04:55:44 > git --version # timeout=10 04:55:44 > git --version # 'git version 2.17.1' 04:55:44 fatal: bad object b96307f5267f6fa8c29f8dc04d3d152726fc6340 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:55:45 provisioning config files... 04:55:45 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config1746427151759438840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:55:46 Still waiting to schedule task 04:55:46 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:55:46 ---> docker-login.sh 04:55:46 nexus3.edgexfoundry.org:10001 04:55:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:48 Configure a credential helper to remove this warning. See 04:55:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:48 04:55:48 Login Succeeded 04:55:48 nexus3.edgexfoundry.org:10002 04:55:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:48 Configure a credential helper to remove this warning. See 04:55:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:48 04:55:48 Login Succeeded 04:55:48 nexus3.edgexfoundry.org:10003 04:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:49 Configure a credential helper to remove this warning. See 04:55:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:49 04:55:49 Login Succeeded 04:55:49 nexus3.edgexfoundry.org:10004 04:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:49 Configure a credential helper to remove this warning. See 04:55:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:49 04:55:49 Login Succeeded 04:55:49 docker.io 04:55:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:50 Configure a credential helper to remove this warning. See 04:55:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:50 04:55:50 Login Succeeded 04:55:50 ---> docker-login.sh ends [Pipeline] } 04:55:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:55:51 ========================================================= 04:55:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:55:51 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:55:52 + 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 . 04:55:52 Sending build context to Docker daemon 163.3kB 04:55:52 Step 1/12 : ARG BASE=golang:1.16-alpine3.14 04:55:52 Step 2/12 : FROM ${BASE} AS builder 04:55:52 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:55:52 bbf911997326: Pulling fs layer 04:55:52 58ec367f63d7: Pulling fs layer 04:55:52 1b4a6ffa7d45: Pulling fs layer 04:55:52 fc5181fea5dc: Pulling fs layer 04:55:52 9c418107303f: Pulling fs layer 04:55:52 284eca6f2348: Pulling fs layer 04:55:52 842844d905b1: Pulling fs layer 04:55:52 901a3a57568e: Pulling fs layer 04:55:52 fc5181fea5dc: Waiting 04:55:52 9c418107303f: Waiting 04:55:52 284eca6f2348: Waiting 04:55:52 842844d905b1: Waiting 04:55:52 901a3a57568e: Waiting 04:55:52 1b4a6ffa7d45: Download complete 04:55:52 58ec367f63d7: Verifying Checksum 04:55:52 58ec367f63d7: Download complete 04:55:52 9c418107303f: Verifying Checksum 04:55:52 9c418107303f: Download complete 04:55:53 284eca6f2348: Verifying Checksum 04:55:53 284eca6f2348: Download complete 04:55:53 bbf911997326: Verifying Checksum 04:55:53 bbf911997326: Download complete 04:55:53 842844d905b1: Verifying Checksum 04:55:53 842844d905b1: Download complete 04:55:53 bbf911997326: Pull complete 04:55:54 58ec367f63d7: Pull complete 04:55:54 1b4a6ffa7d45: Pull complete 04:55:55 901a3a57568e: Download complete 04:55:56 fc5181fea5dc: Verifying Checksum 04:55:56 fc5181fea5dc: Download complete 04:56:06 fc5181fea5dc: Pull complete 04:56:07 9c418107303f: Pull complete 04:56:07 284eca6f2348: Pull complete 04:56:07 842844d905b1: Pull complete 04:56:13 901a3a57568e: Pull complete 04:56:13 Digest: sha256:92108203400274521d8db92c8dd03fc26ad1e7e27843eaecabaf975bf4a1b1e7 04:56:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:56:13 ---> 72ade6ffb461 04:56:13 Step 3/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 04:56:20 ---> Running in 5d2580591b4d 04:56:20 Removing intermediate container 5d2580591b4d 04:56:20 ---> fdb3b0f42fc7 04:56:20 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 04:56:20 ---> Running in de7dcc9d4369 04:56:20 Removing intermediate container de7dcc9d4369 04:56:20 ---> 64b04e5831b2 04:56:20 Step 5/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 04:56:20 ---> Running in e66c6d89229d 04:56:20 Removing intermediate container e66c6d89229d 04:56:20 ---> e2708050ccd2 04:56:20 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:56:20 ---> Running in a9470ca194f8 04:56:23 Removing intermediate container a9470ca194f8 04:56:23 ---> d595a6f58aa5 04:56:23 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:56:23 ---> Running in 9bb547cbcb75 04:56:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:56:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:56:26 OK: 218 MiB in 52 packages 04:56:27 Removing intermediate container 9bb547cbcb75 04:56:27 ---> eeb167824fe7 04:56:27 Step 8/12 : WORKDIR /app 04:56:27 ---> Running in c89808c9e0fc 04:56:28 Removing intermediate container c89808c9e0fc 04:56:28 ---> 06ad22c7907e 04:56:28 Step 9/12 : COPY . . 04:56:29 ---> ac28e8bf44cc 04:56:29 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:56:29 ---> Running in 80c0beab5241 04:57:01 Removing intermediate container 80c0beab5241 04:57:01 ---> 41fedf235653 04:57:01 Step 11/12 : ARG MAKE="make build" 04:57:01 ---> Running in 3a9da8b51323 04:57:01 Removing intermediate container 3a9da8b51323 04:57:01 ---> d51f72c97b18 04:57:01 Step 12/12 : RUN $MAKE 04:57:01 ---> Running in 1e88fcceb9cf 04:57:01 noop 04:57:01 Removing intermediate container 1e88fcceb9cf 04:57:01 ---> 3064ba3fbe81 04:57:01 Successfully built 3064ba3fbe81 04:57:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:57:02 + docker inspect -f . ci-base-image-arm64 04:57:02 . [Pipeline] withDockerContainer 04:57:02 prd-ubuntu18.04-docker-arm64-4c-16g-2365 does not seem to be running inside a container 04:57:02 $ 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 04:57:04 $ docker top 2b031d3447e587ee72aa0df856552538b90053a873e6988ed9da42337c0dd042 -eo pid,comm [Pipeline] { [Pipeline] sh 04:57:05 + go version 04:57:05 go version go1.16.8 linux/arm64 [Pipeline] } 04:57:05 $ docker stop --time=1 2b031d3447e587ee72aa0df856552538b90053a873e6988ed9da42337c0dd042 04:57:07 $ docker rm -f 2b031d3447e587ee72aa0df856552538b90053a873e6988ed9da42337c0dd042 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:57:08 + docker inspect -f . ci-base-image-arm64 04:57:08 . [Pipeline] withDockerContainer 04:57:08 prd-ubuntu18.04-docker-arm64-4c-16g-2365 does not seem to be running inside a container 04:57:08 $ 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 04:57:10 $ docker top 10fc77bd8edbeb0b0127bbb47cdf9cefdcda3196e08b3a44dbb320e6fa7500b2 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:57:11 + make test 04:57:11 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 04:58:08 ? github.com/edgexfoundry/app-service-configurable [no test files] 04:58:08 CGO_ENABLED=1 go vet ./... 04:58:11 Running on prd-centos7-docker-4c-2g-2367 in /w/workspace/_app-service-configurable_PR-332 [Pipeline] { [Pipeline] ws 04:58:11 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 04:58:11 Selected Git installation does not exist. Using Default 04:58:11 The recommended git tool is: NONE 04:58:14 using credential edgex-jenkins-ssh 04:58:14 Cloning the remote Git repository 04:58:14 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 04:58:14 > git init /w/workspace/app-service-configurable/1 # timeout=10 04:58:14 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 04:58:14 > git --version # timeout=10 04:58:14 > git --version # 'git version 2.24.4' 04:58:14 using GIT_SSH to set credentials SSH Credentials for GitHub 04:58:14 [INFO] Currently running in a labeled security context 04:58:14 [INFO] Currently SELinux is 'enforcing' on the host 04:58:14 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh2197798088976118733.key 04:58:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:58:16 Merging remotes/origin/main commit 59be2a5dc642c3df8c9d617cabb1c7169a11975e into PR head commit 3e4494224da375bda2a71ee748ae47d7ee6cc159 04:58:16 Merge succeeded, producing 73d444b7d24a9eddecac31aea45aedf704c382ee 04:58:16 Checking out Revision 73d444b7d24a9eddecac31aea45aedf704c382ee (PR-332) 04:58:15 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 04:58:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:58:15 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 04:58:15 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 04:58:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:58:15 [INFO] Currently running in a labeled security context 04:58:15 [INFO] Currently SELinux is 'enforcing' on the host 04:58:15 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh8733123182911521937.key 04:58:15 > 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 04:58:16 > git config core.sparsecheckout # timeout=10 04:58:16 > git checkout -f 3e4494224da375bda2a71ee748ae47d7ee6cc159 # timeout=10 04:58:16 > git remote # timeout=10 04:58:16 > git config --get remote.origin.url # timeout=10 04:58:16 using GIT_SSH to set credentials SSH Credentials for GitHub 04:58:16 [INFO] Currently running in a labeled security context 04:58:16 [INFO] Currently SELinux is 'enforcing' on the host 04:58:16 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh8559991902151201205.key 04:58:16 > git merge 59be2a5dc642c3df8c9d617cabb1c7169a11975e # timeout=10 04:58:16 > git rev-parse HEAD^{commit} # timeout=10 04:58:16 > git config core.sparsecheckout # timeout=10 04:58:16 > git checkout -f 73d444b7d24a9eddecac31aea45aedf704c382ee # timeout=10 04:58:20 Commit message: "Merge commit '59be2a5dc642c3df8c9d617cabb1c7169a11975e' into HEAD" 04:58:20 First time build. Skipping changelog. 04:58:20 > git --version # timeout=10 04:58:20 > git --version # 'git version 2.24.4' 04:58:20 fatal: bad object b96307f5267f6fa8c29f8dc04d3d152726fc6340 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:58:21 provisioning config files... 04:58:21 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config994648252238691788tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:58:21 ---> docker-login.sh 04:58:21 nexus3.edgexfoundry.org:10001 04:58:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:22 Configure a credential helper to remove this warning. See 04:58:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:22 04:58:22 Login Succeeded 04:58:22 nexus3.edgexfoundry.org:10002 04:58:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:58:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:58:27 ./bin/test-attribution-txt.sh [Pipeline] } 04:58:27 $ docker stop --time=1 10fc77bd8edbeb0b0127bbb47cdf9cefdcda3196e08b3a44dbb320e6fa7500b2 04:58:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:27 Configure a credential helper to remove this warning. See 04:58:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:27 04:58:27 Login Succeeded 04:58:27 nexus3.edgexfoundry.org:10003 04:58:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:27 Configure a credential helper to remove this warning. See 04:58:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:27 04:58:27 Login Succeeded 04:58:27 nexus3.edgexfoundry.org:10004 04:58:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:27 Configure a credential helper to remove this warning. See 04:58:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:27 04:58:27 Login Succeeded 04:58:27 docker.io 04:58:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:27 Configure a credential helper to remove this warning. See 04:58:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:27 04:58:27 Login Succeeded 04:58:27 ---> docker-login.sh ends 04:58:29 $ docker rm -f 10fc77bd8edbeb0b0127bbb47cdf9cefdcda3196e08b3a44dbb320e6fa7500b2 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 04:58:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 04:58:30 + sudo chown -R jenkins:jenkins . [Pipeline] echo 04:58:30 ========================================================= 04:58:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:58:30 ========================================================= [Pipeline] fileExists [Pipeline] stash [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:58:30 + 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 . 04:58:30 Sending build context to Docker daemon 163.3kB 04:58:30 Step 1/12 : ARG BASE=golang:1.16-alpine3.14 04:58:30 Step 2/12 : FROM ${BASE} AS builder 04:58:30 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:58:30 4e9f2cdf4387: Pulling fs layer 04:58:30 57d31006c564: Pulling fs layer 04:58:30 bd5ccded8296: Pulling fs layer 04:58:30 304dd3a0f381: Pulling fs layer 04:58:30 d37cda54a23b: Pulling fs layer 04:58:30 bae75c0f2455: Pulling fs layer 04:58:30 806579b3d29a: Pulling fs layer 04:58:30 c77eb801bf70: Pulling fs layer 04:58:30 6d0567d44e1a: Pulling fs layer 04:58:30 bae75c0f2455: Waiting 04:58:30 304dd3a0f381: Waiting 04:58:30 806579b3d29a: Waiting 04:58:30 c77eb801bf70: Waiting 04:58:30 6d0567d44e1a: Waiting 04:58:30 d37cda54a23b: Waiting 04:58:31 Stashed 1 file(s) 04:58:31 bd5ccded8296: Verifying Checksum 04:58:31 bd5ccded8296: Download complete 04:58:31 4e9f2cdf4387: Verifying Checksum 04:58:31 4e9f2cdf4387: Download complete 04:58:31 d37cda54a23b: Verifying Checksum 04:58:31 d37cda54a23b: Download complete 04:58:31 bae75c0f2455: Verifying Checksum 04:58:31 bae75c0f2455: Download complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 04:58:31 4e9f2cdf4387: Pull complete 04:58:31 57d31006c564: Verifying Checksum 04:58:31 57d31006c564: Download complete 04:58:31 806579b3d29a: Verifying Checksum 04:58:31 806579b3d29a: Download complete 04:58:31 57d31006c564: Pull complete 04:58:31 bd5ccded8296: Pull complete [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 04:58:32 c77eb801bf70: Verifying Checksum 04:58:32 c77eb801bf70: Download complete 04:58:32 304dd3a0f381: Verifying Checksum 04:58:32 304dd3a0f381: Download complete 04:58:33 6d0567d44e1a: Verifying Checksum 04:58:33 6d0567d44e1a: Download complete [Pipeline] sh 04:58:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:58:34 + ls -al . 04:58:34 total 144 04:58:34 drwxrwxr-x 7 jenkins jenkins 4096 Oct 7 04:58 . 04:58:34 drwxrwxr-x 4 jenkins jenkins 4096 Oct 7 04:55 .. 04:58:34 -rw-rw-r-- 1 jenkins jenkins 119 Oct 7 04:55 .dockerignore 04:58:34 drwxrwxr-x 8 jenkins jenkins 4096 Oct 7 04:55 .git 04:58:34 drwxrwxr-x 2 jenkins jenkins 4096 Oct 7 04:55 .github 04:58:34 -rw-rw-r-- 1 jenkins jenkins 104 Oct 7 04:55 .gitignore 04:58:34 -rw-rw-r-- 1 jenkins jenkins 7608 Oct 7 04:55 Attribution.txt 04:58:34 -rw-rw-r-- 1 jenkins jenkins 22206 Oct 7 04:55 CHANGELOG.md 04:58:34 -rw-rw-r-- 1 jenkins jenkins 2064 Oct 7 04:55 Dockerfile 04:58:34 -rw-rw-r-- 1 jenkins jenkins 677 Oct 7 04:55 GOVERNANCE.md 04:58:34 -rw-rw-r-- 1 jenkins jenkins 687 Oct 7 04:55 Jenkinsfile 04:58:34 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 7 04:55 LICENSE 04:58:34 -rw-rw-r-- 1 jenkins jenkins 618 Oct 7 04:55 OWNERS.md 04:58:34 -rw-rw-r-- 1 jenkins jenkins 3224 Oct 7 04:55 README.md 04:58:34 -rw-rw-r-- 1 jenkins jenkins 5 Oct 7 04:55 VERSION 04:58:34 drwxrwxr-x 2 jenkins jenkins 4096 Oct 7 04:55 bin 04:58:34 -rw-r--r-- 1 jenkins jenkins 10 Oct 7 04:57 coverage.out 04:58:34 -rw-rw-r-- 1 jenkins jenkins 136 Oct 7 04:55 go.mod 04:58:34 -rw-rw-r-- 1 jenkins jenkins 20734 Oct 7 04:55 go.sum 04:58:34 -rw-rw-r-- 1 jenkins jenkins 1949 Oct 7 04:55 main.go 04:58:34 -rw-rw-r-- 1 jenkins jenkins 1614 Oct 7 04:55 makefile 04:58:34 drwxrwxr-x 8 jenkins jenkins 4096 Oct 7 04:55 res 04:58:34 drwxrwxr-x 3 jenkins jenkins 4096 Oct 7 04:55 snap [Pipeline] isUnix [Pipeline] sh 04:58:34 + 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 . 04:58:34 Sending build context to Docker daemon 164.4kB 04:58:35 Step 1/26 : ARG BASE=golang:1.16-alpine3.14 04:58:35 Step 2/26 : FROM ${BASE} AS builder 04:58:35 ---> 3064ba3fbe81 04:58:35 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 04:58:35 ---> Running in 54f6896d6306 04:58:35 Removing intermediate container 54f6896d6306 04:58:35 ---> 00c793b0b1a9 04:58:35 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 04:58:35 ---> Running in b319e8a4df49 04:58:36 Removing intermediate container b319e8a4df49 04:58:36 ---> 84fdd07bf1b8 04:58:36 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 04:58:36 ---> Running in 22911a7a5b07 04:58:36 304dd3a0f381: Pull complete 04:58:36 d37cda54a23b: Pull complete 04:58:36 bae75c0f2455: Pull complete 04:58:36 806579b3d29a: Pull complete 04:58:36 c77eb801bf70: Pull complete 04:58:37 Removing intermediate container 22911a7a5b07 04:58:37 ---> f35e4e8a7e90 04:58:37 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:58:37 ---> Running in ee7719b7d7b6 04:58:39 6d0567d44e1a: Pull complete 04:58:39 Digest: sha256:53f76eca38b35ad9f985c2fb57ce55683e6a223a937aed0adb215e74043799cd 04:58:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:58:39 ---> e839a31ac9d1 04:58:39 Step 3/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 04:58:39 Removing intermediate container ee7719b7d7b6 04:58:39 ---> 1c1915e41705 04:58:39 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:58:39 ---> Running in bca8c9474d97 04:58:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:58:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:58:42 OK: 218 MiB in 52 packages 04:58:43 Removing intermediate container bca8c9474d97 04:58:43 ---> 51616e97fd93 04:58:43 Step 8/26 : WORKDIR /app 04:58:43 ---> Running in 81ec0da946af 04:58:44 Removing intermediate container 81ec0da946af 04:58:44 ---> 917b38d181d7 04:58:44 Step 9/26 : COPY . . 04:58:44 ---> 3b102e642c44 04:58:44 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:58:45 ---> Running in 8630ecc2ea69 04:58:47 Removing intermediate container 8630ecc2ea69 04:58:47 ---> 7ef654be5da4 04:58:47 Step 11/26 : ARG MAKE="make build" 04:58:47 ---> Running in 90454b171138 04:58:48 Removing intermediate container 90454b171138 04:58:48 ---> 5f0aa668e004 04:58:48 Step 12/26 : RUN $MAKE 04:58:48 ---> Running in 23f82778386a 04:58:49 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 04:59:01 ---> Running in 3c0eec40cf6c 04:59:01 Removing intermediate container 3c0eec40cf6c 04:59:01 ---> 2983e2bb9527 04:59:01 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 04:59:01 ---> Running in 3e462fd6c4ad 04:59:01 Removing intermediate container 3e462fd6c4ad 04:59:01 ---> 010b8e583d91 04:59:01 Step 5/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 04:59:01 ---> Running in d0483c0cd342 04:59:01 Removing intermediate container d0483c0cd342 04:59:01 ---> 2b1e83fb6d9c 04:59:01 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:59:01 ---> Running in d14db617002b 04:59:02 Removing intermediate container d14db617002b 04:59:02 ---> 31a2c747a0ba 04:59:02 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:59:02 ---> Running in 9292a2135b3e 04:59:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:59:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:59:03 OK: 219 MiB in 52 packages 04:59:03 Removing intermediate container 9292a2135b3e 04:59:03 ---> bee2f0c89b16 04:59:03 Step 8/12 : WORKDIR /app 04:59:03 ---> Running in c8f26c3b27bb 04:59:04 Removing intermediate container c8f26c3b27bb 04:59:04 ---> f4152fcd8aac 04:59:04 Step 9/12 : COPY . . 04:59:04 ---> 09813f55475e 04:59:04 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:59:04 ---> Running in 34323615e7e5 04:59:28 Removing intermediate container 23f82778386a 04:59:28 ---> 784742a32f2b 04:59:28 Step 13/26 : FROM alpine:3.14 04:59:28 3.14: Pulling from library/alpine 04:59:28 552d1f2373af: Pulling fs layer 04:59:28 552d1f2373af: Download complete 04:59:29 552d1f2373af: Pull complete 04:59:29 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 04:59:29 Status: Downloaded newer image for alpine:3.14 04:59:29 ---> bb3de5531c18 04:59:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 04:59:29 ---> Running in c589877ab204 04:59:30 Removing intermediate container c589877ab204 04:59:30 ---> caa9fd79afe9 04:59:30 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 04:59:30 ---> Running in 8511447fb857 04:59:31 Removing intermediate container 34323615e7e5 04:59:31 ---> d57ad85a487d 04:59:31 Step 11/12 : ARG MAKE="make build" 04:59:31 ---> Running in 47315569bb69 04:59:31 Removing intermediate container 47315569bb69 04:59:31 ---> 523bbd08ac30 04:59:31 Step 12/12 : RUN $MAKE 04:59:31 ---> Running in eb11d6ee3717 04:59:31 noop 04:59:31 Removing intermediate container 8511447fb857 04:59:31 ---> f0e20e78f459 04:59:31 Step 16/26 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 04:59:31 ---> Running in f80afd171824 04:59:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:59:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:59:33 Removing intermediate container eb11d6ee3717 04:59:33 ---> ecd0f280663f 04:59:33 Successfully built ecd0f280663f 04:59:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:59:33 + docker inspect -f . ci-base-image-x86_64 04:59:33 . [Pipeline] withDockerContainer 04:59:33 prd-centos7-docker-4c-2g-2367 does not seem to be running inside a container 04:59:33 (1/7) Installing ca-certificates (20191127-r5) 04:59:33 (2/7) Installing dumb-init (1.2.5-r1) 04:59:33 (3/7) Installing libgcc (10.3.1_git20210424-r2) 04:59:33 (4/7) Installing libsodium (1.0.18-r0) 04:59:33 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 04:59:33 (6/7) Installing libzmq (4.3.4-r0) 04:59:33 (7/7) Installing zeromq (4.3.4-r0) 04:59:33 Executing busybox-1.33.1-r3.trigger 04:59:33 Executing ca-certificates-20191127-r5.trigger 04:59:33 $ 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 04:59:33 OK: 9 MiB in 21 packages 04:59:35 $ docker top edfc8ca6cc615a7db191628a7700f2c4228b1c38ded4573a45545e1c5237aea3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:35 Removing intermediate container f80afd171824 04:59:35 ---> 2fee3ff0f939 04:59:35 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 04:59:35 + go version 04:59:35 go version go1.16.8 linux/amd64 [Pipeline] } 04:59:35 $ docker stop --time=1 edfc8ca6cc615a7db191628a7700f2c4228b1c38ded4573a45545e1c5237aea3 04:59:36 ---> 379bcdb24636 04:59:36 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 04:59:37 ---> 88040603776d 04:59:37 Step 19/26 : COPY --from=builder /app/res/ /res/ 04:59:37 $ docker rm -f edfc8ca6cc615a7db191628a7700f2c4228b1c38ded4573a45545e1c5237aea3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 04:59:37 ---> 5889f5d7bfc5 04:59:37 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 04:59:38 + docker inspect -f . ci-base-image-x86_64 04:59:38 . [Pipeline] withDockerContainer 04:59:38 prd-centos7-docker-4c-2g-2367 does not seem to be running inside a container 04:59:38 $ 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 04:59:39 ---> 1d57ef1de874 04:59:39 Step 21/26 : EXPOSE 48095 04:59:39 ---> Running in 746b5a40f892 04:59:39 Removing intermediate container 746b5a40f892 04:59:39 ---> 7766136d6457 04:59:39 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 04:59:39 ---> Running in 6b3b9ec68eea 04:59:39 $ docker top 306d640f4e557a6b33eb7145b86cb50629bfba4a8b15ee7e5191e936f87f302a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:59:40 + make test 04:59:40 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 04:59:40 Removing intermediate container 6b3b9ec68eea 04:59:40 ---> 117ab1203599 04:59:40 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:59:40 ---> Running in 93c9393d6f9b 04:59:40 Removing intermediate container 93c9393d6f9b 04:59:40 ---> 014262ab930f 04:59:40 Step 24/26 : LABEL arch=arm64 04:59:40 ---> Running in 73229da8ac15 04:59:41 Removing intermediate container 73229da8ac15 04:59:41 ---> 89e3d50eacd2 04:59:41 Step 25/26 : LABEL git_sha=72eb841c7c5d952087cba79d7d7721e29b446312 04:59:41 ---> Running in bedad520fdd3 04:59:42 Removing intermediate container bedad520fdd3 04:59:42 ---> c9c7b161868e 04:59:42 Step 26/26 : LABEL version=0.0.0 04:59:42 ---> Running in 91b0c28279db 04:59:42 Removing intermediate container 91b0c28279db 04:59:42 ---> f6b4f162802f 04:59:42 [Warning] One or more build-args [ARCH] were not consumed 04:59:42 Successfully built f6b4f162802f 04:59:42 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 04:59:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:59:43 04:59:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:59:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:59:46 arm64: Pulling from edgex-lftools-log-publisher 04:59:46 448f6bf000e3: Pulling fs layer 04:59:46 f757da607395: Pulling fs layer 04:59:46 05883995daec: Pulling fs layer 04:59:46 8603b9c90790: Pulling fs layer 04:59:46 1560dd03e051: Pulling fs layer 04:59:46 27f5ce0e4adf: Pulling fs layer 04:59:46 c2d8d7efcc4b: Pulling fs layer 04:59:46 1560dd03e051: Waiting 04:59:46 27f5ce0e4adf: Waiting 04:59:46 8603b9c90790: Waiting 04:59:46 c2d8d7efcc4b: Waiting 04:59:46 f757da607395: Verifying Checksum 04:59:46 f757da607395: Download complete 04:59:46 8603b9c90790: Verifying Checksum 04:59:46 8603b9c90790: Download complete 04:59:46 05883995daec: Verifying Checksum 04:59:46 05883995daec: Download complete 04:59:46 27f5ce0e4adf: Verifying Checksum 04:59:46 27f5ce0e4adf: Download complete 04:59:46 1560dd03e051: Verifying Checksum 04:59:46 1560dd03e051: Download complete 04:59:47 448f6bf000e3: Verifying Checksum 04:59:47 448f6bf000e3: Download complete 04:59:49 c2d8d7efcc4b: Verifying Checksum 04:59:49 c2d8d7efcc4b: Download complete 04:59:50 448f6bf000e3: Pull complete 04:59:51 f757da607395: Pull complete 04:59:52 05883995daec: Pull complete 04:59:52 8603b9c90790: Pull complete 04:59:53 1560dd03e051: Pull complete 04:59:54 27f5ce0e4adf: Pull complete 04:59:59 ? github.com/edgexfoundry/app-service-configurable [no test files] 04:59:59 CGO_ENABLED=1 go vet ./... 05:00:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:00:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:00:02 ./bin/test-attribution-txt.sh [Pipeline] } 05:00:03 $ docker stop --time=1 306d640f4e557a6b33eb7145b86cb50629bfba4a8b15ee7e5191e936f87f302a 05:00:05 $ docker rm -f 306d640f4e557a6b33eb7145b86cb50629bfba4a8b15ee7e5191e936f87f302a [Pipeline] // withDockerContainer [Pipeline] sh 05:00:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:00:05 Warning: overwriting stash ‘coverage-report’ 05:00:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:00:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:00:06 + ls -al . 05:00:06 total 120 05:00:06 drwxrwxr-x. 7 jenkins jenkins 4096 Oct 7 05:00 . 05:00:06 drwxrwxr-x. 4 jenkins jenkins 28 Oct 7 04:58 .. 05:00:06 -rw-rw-r--. 1 jenkins jenkins 7608 Oct 7 04:58 Attribution.txt 05:00:06 drwxrwxr-x. 2 jenkins jenkins 37 Oct 7 04:58 bin 05:00:06 -rw-rw-r--. 1 jenkins jenkins 22206 Oct 7 04:58 CHANGELOG.md 05:00:06 -rw-r--r--. 1 jenkins jenkins 10 Oct 7 04:59 coverage.out 05:00:06 -rw-rw-r--. 1 jenkins jenkins 2064 Oct 7 04:58 Dockerfile 05:00:06 -rw-rw-r--. 1 jenkins jenkins 119 Oct 7 04:58 .dockerignore 05:00:06 drwxrwxr-x. 8 jenkins jenkins 179 Oct 7 04:58 .git 05:00:06 drwxrwxr-x. 2 jenkins jenkins 104 Oct 7 04:58 .github 05:00:06 -rw-rw-r--. 1 jenkins jenkins 104 Oct 7 04:58 .gitignore 05:00:06 -rw-rw-r--. 1 jenkins jenkins 136 Oct 7 04:58 go.mod 05:00:06 -rw-rw-r--. 1 jenkins jenkins 20734 Oct 7 04:58 go.sum 05:00:06 -rw-rw-r--. 1 jenkins jenkins 677 Oct 7 04:58 GOVERNANCE.md 05:00:06 -rw-rw-r--. 1 jenkins jenkins 687 Oct 7 04:58 Jenkinsfile 05:00:06 -rw-rw-r--. 1 jenkins jenkins 10174 Oct 7 04:58 LICENSE 05:00:06 -rw-rw-r--. 1 jenkins jenkins 1949 Oct 7 04:58 main.go 05:00:06 -rw-rw-r--. 1 jenkins jenkins 1614 Oct 7 04:58 makefile 05:00:06 -rw-rw-r--. 1 jenkins jenkins 618 Oct 7 04:58 OWNERS.md 05:00:06 -rw-rw-r--. 1 jenkins jenkins 3224 Oct 7 04:58 README.md 05:00:06 drwxrwxr-x. 8 jenkins jenkins 122 Oct 7 04:58 res 05:00:06 drwxrwxr-x. 3 jenkins jenkins 58 Oct 7 04:58 snap 05:00:06 -rw-rw-r--. 1 jenkins jenkins 5 Oct 7 04:55 VERSION [Pipeline] isUnix [Pipeline] sh 05:00:07 + 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 . 05:00:07 Sending build context to Docker daemon 164.4kB 05:00:07 Step 1/26 : ARG BASE=golang:1.16-alpine3.14 05:00:07 Step 2/26 : FROM ${BASE} AS builder 05:00:07 ---> ecd0f280663f 05:00:07 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 05:00:07 ---> Running in e0f1abec3b2d 05:00:07 Removing intermediate container e0f1abec3b2d 05:00:07 ---> 7ccc7ca440fc 05:00:07 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 05:00:07 ---> Running in 1493d6f56830 05:00:07 Removing intermediate container 1493d6f56830 05:00:07 ---> 64863f42770b 05:00:07 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 05:00:07 ---> Running in 8d582d554141 05:00:07 Removing intermediate container 8d582d554141 05:00:07 ---> cd3083a4c49a 05:00:07 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:00:07 ---> Running in 86ae7cd4b583 05:00:08 Removing intermediate container 86ae7cd4b583 05:00:08 ---> a41a6a785bde 05:00:08 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:00:08 ---> Running in a3eba213e524 05:00:08 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:00:09 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:00:09 c2d8d7efcc4b: Pull complete 05:00:09 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 05:00:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:00:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 05:00:09 OK: 219 MiB in 52 packages 05:00:09 Removing intermediate container a3eba213e524 05:00:09 ---> 22b0fe473335 05:00:09 Step 8/26 : WORKDIR /app 05:00:09 ---> Running in d4731c92941e 05:00:09 prd-ubuntu18.04-docker-arm64-4c-16g-2365 does not seem to be running inside a container 05:00:09 $ 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 05:00:09 Removing intermediate container d4731c92941e 05:00:09 ---> 16cc3e84edc2 05:00:09 Step 9/26 : COPY . . 05:00:09 ---> 08c376c46510 05:00:09 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:09 ---> Running in e95f22136540 05:00:10 Removing intermediate container e95f22136540 05:00:10 ---> da36976e2a36 05:00:10 Step 11/26 : ARG MAKE="make build" 05:00:10 ---> Running in 8c623ee034f0 05:00:10 Removing intermediate container 8c623ee034f0 05:00:10 ---> 4a027e1862b1 05:00:10 Step 12/26 : RUN $MAKE 05:00:10 ---> Running in 79bb5dc811d5 05:00:10 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 05:00:15 $ docker top 622e0240ce4775466710be5e19dccdea6da1899e2eb2eb2bb2f41a605624308a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:00:16 ---> job-cost.sh 05:00:16 lf-activate-venv: SKIPPING 05:00:16 INFO: No Stack... 05:00:23 Removing intermediate container 79bb5dc811d5 05:00:23 ---> 69dde06bd950 05:00:23 Step 13/26 : FROM alpine:3.14 05:00:23 3.14: Pulling from library/alpine 05:00:23 a0d0a0d46f8b: Pulling fs layer 05:00:23 a0d0a0d46f8b: Verifying Checksum 05:00:23 a0d0a0d46f8b: Download complete 05:00:23 a0d0a0d46f8b: Pull complete 05:00:23 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 05:00:23 Status: Downloaded newer image for alpine:3.14 05:00:23 ---> 14119a10abf4 05:00:23 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 05:00:23 ---> Running in 2a9617693e1e 05:00:23 Removing intermediate container 2a9617693e1e 05:00:23 ---> f8b848cf875c 05:00:23 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 05:00:23 ---> Running in 6dea86d7c59c 05:00:23 Removing intermediate container 6dea86d7c59c 05:00:23 ---> e36ffa949527 05:00:23 Step 16/26 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 05:00:23 ---> Running in 3dbbe0a9a76c 05:00:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:00:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:00:23 (1/7) Installing ca-certificates (20191127-r5) 05:00:23 (2/7) Installing dumb-init (1.2.5-r1) 05:00:23 (3/7) Installing libgcc (10.3.1_git20210424-r2) 05:00:23 (4/7) Installing libsodium (1.0.18-r0) 05:00:23 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 05:00:23 (6/7) Installing libzmq (4.3.4-r0) 05:00:23 (7/7) Installing zeromq (4.3.4-r0) 05:00:23 Executing busybox-1.33.1-r3.trigger 05:00:23 Executing ca-certificates-20191127-r5.trigger 05:00:23 OK: 9 MiB in 21 packages 05:00:23 Removing intermediate container 3dbbe0a9a76c 05:00:23 ---> a8178b44c1d6 05:00:23 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 05:00:24 ---> 5d0dda0ff2cf 05:00:24 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 05:00:24 ---> cd28f15d7f66 05:00:24 Step 19/26 : COPY --from=builder /app/res/ /res/ 05:00:24 ---> 451881bebccb 05:00:24 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 05:00:24 ---> f31cbe56530e 05:00:24 Step 21/26 : EXPOSE 48095 05:00:24 ---> Running in 5dcf50d7fa84 05:00:24 Removing intermediate container 5dcf50d7fa84 05:00:24 ---> 06d649eef774 05:00:24 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 05:00:24 ---> Running in 8550c699a440 05:00:24 Removing intermediate container 8550c699a440 05:00:24 ---> 628e551968aa 05:00:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:00:24 ---> Running in adfecf794a52 05:00:25 Removing intermediate container adfecf794a52 05:00:25 ---> 7d3da838f487 05:00:25 Step 24/26 : LABEL arch=amd64 05:00:25 ---> Running in 6ed28070474f 05:00:25 Removing intermediate container 6ed28070474f 05:00:25 ---> 704be42709c4 05:00:25 Step 25/26 : LABEL git_sha=73d444b7d24a9eddecac31aea45aedf704c382ee 05:00:25 ---> Running in 6eea4c0df5e6 05:00:25 Removing intermediate container 6eea4c0df5e6 05:00:25 ---> 7e4aa8ed2485 05:00:25 Step 26/26 : LABEL version=0.0.0 05:00:25 ---> Running in 839db32a9fec 05:00:25 Removing intermediate container 839db32a9fec 05:00:25 ---> 7910c5ab9dd7 05:00:25 [Warning] One or more build-args [ARCH] were not consumed 05:00:25 Successfully built 7910c5ab9dd7 05:00:25 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 05:00:41 Still waiting to schedule task 05:00:41 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 05:00:49 INFO: Retrieving Pricing Info for:

504 Gateway Time-out

05:00:49 The server didn't respond in time. 05:00:49 [Pipeline] echo 05:00:49 Exception caught while running job-cost.sh. [Pipeline] } 05:00:49 $ docker stop --time=1 622e0240ce4775466710be5e19dccdea6da1899e2eb2eb2bb2f41a605624308a 05:00:50 $ 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] } 05:03:46 Running on prd-ubuntu18.04-docker-8c-8g-2368 in /w/workspace/_app-service-configurable_PR-332 [Pipeline] { [Pipeline] ws 05:03:46 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 05:03:46 Selected Git installation does not exist. Using Default 05:03:46 The recommended git tool is: NONE 05:03:50 using credential edgex-jenkins-ssh 05:03:50 Cloning the remote Git repository 05:03:50 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 05:03:50 > git init /w/workspace/app-service-configurable/1 # timeout=10 05:03:50 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 05:03:50 > git --version # timeout=10 05:03:50 > git --version # 'git version 2.17.1' 05:03:50 using GIT_SSH to set credentials SSH Credentials for GitHub 05:03:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:03:51 Merging remotes/origin/main commit 59be2a5dc642c3df8c9d617cabb1c7169a11975e into PR head commit 3e4494224da375bda2a71ee748ae47d7ee6cc159 05:03:50 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 05:03:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:03:50 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 05:03:50 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 05:03:50 using GIT_SSH to set credentials SSH Credentials for GitHub 05:03:50 > 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 05:03:51 > git config core.sparsecheckout # timeout=10 05:03:51 > git checkout -f 3e4494224da375bda2a71ee748ae47d7ee6cc159 # timeout=10 05:03:51 Merge succeeded, producing a09a8abb32a08fa36f9cc5ec82c6a94da4e64f0b 05:03:51 Checking out Revision a09a8abb32a08fa36f9cc5ec82c6a94da4e64f0b (PR-332) 05:03:51 > git remote # timeout=10 05:03:51 > git config --get remote.origin.url # timeout=10 05:03:51 using GIT_SSH to set credentials SSH Credentials for GitHub 05:03:51 > git merge 59be2a5dc642c3df8c9d617cabb1c7169a11975e # timeout=10 05:03:51 > git rev-parse HEAD^{commit} # timeout=10 05:03:51 > git config core.sparsecheckout # timeout=10 05:03:51 > git checkout -f a09a8abb32a08fa36f9cc5ec82c6a94da4e64f0b # timeout=10 05:03:55 Commit message: "Merge commit '59be2a5dc642c3df8c9d617cabb1c7169a11975e' into HEAD" 05:03:55 First time build. Skipping changelog. 05:03:55 > git --version # timeout=10 05:03:55 > git --version # 'git version 2.17.1' 05:03:55 fatal: bad object b96307f5267f6fa8c29f8dc04d3d152726fc6340 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:03:56 + echo snap-build.sh 05:03:56 snap-build.sh 05:03:56 + SNAP_BASE_DIR=. 05:03:56 + '[' '!' -z /w/workspace/app-service-configurable/1 ']' 05:03:56 + SNAP_BASE_DIR=/w/workspace/app-service-configurable/1 05:03:56 + echo '[snap-build] Building snap in dir [/w/workspace/app-service-configurable/1]' 05:03:56 [snap-build] Building snap in dir [/w/workspace/app-service-configurable/1] 05:03:56 + cd /w/workspace/app-service-configurable/1 05:03:56 + sudo apt-get remove -qy --purge lxd lxd-client 05:03:56 Reading package lists... 05:03:56 Building dependency tree... 05:03:56 Reading state information... 05:03:56 The following packages were automatically installed and are no longer required: 05:03:56 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 05:03:56 uidmap xdelta3 05:03:56 Use 'sudo apt autoremove' to remove them. 05:03:56 The following packages will be REMOVED: 05:03:56 lxd* lxd-client* 05:03:56 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 05:03:56 After this operation, 31.7 MB disk space will be freed. 05:03:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190317 files and directories currently installed.) 05:03:57 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 05:03:58 Removing lxd dnsmasq configuration 05:03:58 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 05:03:58 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 05:03:58 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 05:03:58 (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.) 05:03:58 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 05:04:00 Processing triggers for systemd (237-3ubuntu10.45) ... 05:04:00 Processing triggers for ureadahead (0.100.0-21) ... 05:04:00 + sudo snap remove --purge lxd 05:04:00 snap "lxd" is not installed 05:04:00 + sudo groupadd --force --system lxd 05:04:00 ++ whoami 05:04:00 + sudo /usr/sbin/usermod -G lxd -a jenkins 05:04:00 + newgrp - lxd 05:04:00 + sudo snap install lxd 05:04:09 2021-10-07T05:04:07Z INFO Waiting for automatic snapd restart... 05:04:24 lxd 4.19 from Canonical* installed 05:04:24 + sudo lxd init --auto 05:04:34 + sudo snap install --classic snapcraft 05:04:44 snapcraft 5.0 from Canonical* installed 05:04:44 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 05:04:44 + sudo snapcraft prime --use-lxd 05:04:47 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 05:04:47 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: 05:04:47 - README.md 05:04:47 05:04:47 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 05:04:47 Launching a container. 05:04:52 Waiting for container to be ready 05:04:52 To start your first instance, try: lxc launch ubuntu:20.04 05:04:52 05:04:57 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 05:04:57 Waiting for network to be ready... 05:04:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 05:04:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1904 kB] 05:04:57 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 05:04:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [345 kB] 05:04:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 05:04:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 05:04:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [468 kB] 05:04:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [63.0 kB] 05:04:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1141 kB] 05:04:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [260 kB] 05:04:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 05:04:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 05:04:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 05:04:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 05:04:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 05:04:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 05:04:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 05:04:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 05:04:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 05:04:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2249 kB] 05:04:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [438 kB] 05:04:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 05:04:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 05:04:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [492 kB] 05:04:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [66.7 kB] 05:04:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1756 kB] 05:04:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [376 kB] 05:05:01 Fetched 25.4 MB in 4s (6346 kB/s) 05:05:02 Reading package lists... 05:05:02 Reading package lists... 05:05:02 Building dependency tree... 05:05:02 Reading state information... 05:05:02 The following additional packages will be installed: 05:05:02 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 05:05:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 05:05:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 05:05:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 05:05:02 Suggested packages: 05:05:02 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 05:05:02 Recommended packages: 05:05:02 gnupg libsasl2-modules 05:05:02 The following NEW packages will be installed: 05:05:02 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 05:05:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 05:05:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 05:05:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 05:05:02 The following packages will be upgraded: 05:05:02 gpg gpg-agent gpgconf libudev1 05:05:02 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 05:05:02 Need to get 3527 kB of archives. 05:05:02 After this operation, 13.3 MB of additional disk space will be used. 05:05:02 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.52 [55.8 kB] 05:05:02 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] 05:05:03 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] 05:05:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 05:05:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 05:05:03 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.52 [1102 kB] 05:05:03 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 05:05:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 05:05:03 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 05:05:03 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 05:05:03 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 05:05:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 05:05:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 05:05:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 05:05:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 05:05:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 05:05:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 05:05:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 05:05:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 05:05:03 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 05:05:03 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 05:05:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 05:05:03 debconf: delaying package configuration, since apt-utils is not installed 05:05:03 Fetched 3527 kB in 1s (3047 kB/s) 05:05:03 (Reading database ... 12511 files and directories currently installed.) 05:05:03 Preparing to unpack .../libudev1_237-3ubuntu10.52_amd64.deb ... 05:05:03 Unpacking libudev1:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... 05:05:03 Setting up libudev1:amd64 (237-3ubuntu10.52) ... 05:05:03 Selecting previously unselected package udev. 05:05:03 (Reading database ... 12511 files and directories currently installed.) 05:05:03 Preparing to unpack .../00-udev_237-3ubuntu10.52_amd64.deb ... 05:05:04 Unpacking udev (237-3ubuntu10.52) ... 05:05:04 Selecting previously unselected package libfuse2:amd64. 05:05:04 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 05:05:04 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 05:05:04 Selecting previously unselected package fuse. 05:05:04 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 05:05:04 Unpacking fuse (2.9.7-1ubuntu1) ... 05:05:04 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 05:05:04 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 05:05:04 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 05:05:04 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 05:05:04 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 05:05:04 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 05:05:04 Selecting previously unselected package libksba8:amd64. 05:05:04 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 05:05:04 Unpacking libksba8:amd64 (1.3.5-2) ... 05:05:04 Selecting previously unselected package libroken18-heimdal:amd64. 05:05:04 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:05:04 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:04 Selecting previously unselected package libasn1-8-heimdal:amd64. 05:05:04 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:05:04 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:04 Selecting previously unselected package libheimbase1-heimdal:amd64. 05:05:04 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:05:04 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:05 Selecting previously unselected package libhcrypto4-heimdal:amd64. 05:05:05 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:05:05 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:05 Selecting previously unselected package libwind0-heimdal:amd64. 05:05:05 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:05:05 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:05 Selecting previously unselected package libhx509-5-heimdal:amd64. 05:05:05 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:05:05 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:05 Selecting previously unselected package libkrb5-26-heimdal:amd64. 05:05:05 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:05:05 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:05 Selecting previously unselected package libheimntlm0-heimdal:amd64. 05:05:05 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:05:05 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:05 Selecting previously unselected package libgssapi3-heimdal:amd64. 05:05:05 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:05:05 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:05 Selecting previously unselected package libsasl2-modules-db:amd64. 05:05:05 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 05:05:05 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 05:05:05 Selecting previously unselected package libsasl2-2:amd64. 05:05:05 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 05:05:05 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 05:05:05 Selecting previously unselected package libldap-common. 05:05:05 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 05:05:05 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 05:05:05 Selecting previously unselected package libldap-2.4-2:amd64. 05:05:05 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 05:05:05 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 05:05:05 Selecting previously unselected package dirmngr. 05:05:05 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 05:05:05 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 05:05:05 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 05:05:05 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 05:05:05 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 05:05:05 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 05:05:05 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 05:05:05 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 05:05:05 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:05 Setting up libksba8:amd64 (1.3.5-2) ... 05:05:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:05:05 Setting up udev (237-3ubuntu10.52) ... 05:05:06 invoke-rc.d: policy-rc.d denied execution of start. 05:05:06 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:06 Processing triggers for systemd (237-3ubuntu10) ... 05:05:06 Setting up fuse (2.9.7-1ubuntu1) ... 05:05:06 Setting up gpg (2.2.4-1ubuntu1.4) ... 05:05:06 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:06 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:06 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:06 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:06 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:06 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:06 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 05:05:06 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 05:05:06 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 05:05:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:05:06 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 05:05:06 settings in the [Install] section, and DefaultInstance for template units). 05:05:06 This means they are not meant to be enabled using systemctl. 05:05:06 Possible reasons for having this kind of units are: 05:05:06 1) A unit may be statically enabled by being symlinked from another unit's 05:05:06 .wants/ or .requires/ directory. 05:05:06 2) A unit's purpose may be to act as a helper for some other unit which has 05:05:06 a requirement dependency on it. 05:05:06 3) A unit may be started when needed via activation (socket, path, timer, 05:05:06 D-Bus, udev, scripted systemctl call, ...). 05:05:06 4) In case of template units, the unit is meant to be enabled with some 05:05:06 instance name specified. 05:05:07 Reading package lists... 05:05:07 Building dependency tree... 05:05:07 Reading state information... 05:05:07 The following additional packages will be installed: 05:05:07 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 05:05:07 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 05:05:07 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 05:05:07 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 05:05:07 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 05:05:07 Suggested packages: 05:05:07 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 05:05:07 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 05:05:07 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 05:05:07 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 05:05:07 systemd-container policykit-1 05:05:07 Recommended packages: 05:05:07 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 05:05:07 The following NEW packages will be installed: 05:05:07 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 05:05:07 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 05:05:07 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 05:05:07 multiarch-support openssh-client python3 python3-minimal python3.6 05:05:07 python3.6-minimal snapd squashfs-tools sudo 05:05:07 The following packages will be upgraded: 05:05:07 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 05:05:07 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 05:05:07 Need to get 36.8 MB of archives. 05:05:07 After this operation, 147 MB of additional disk space will be used. 05:05:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1302 kB] 05:05:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 05:05:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 05:05:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 05:05:07 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2913 kB] 05:05:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 05:05:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 05:05:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 05:05:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 05:05:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 05:05:07 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 05:05:07 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 05:05:07 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 05:05:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 05:05:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] 05:05:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] 05:05:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] 05:05:08 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB] 05:05:08 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 05:05:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 05:05:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 05:05:08 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 05:05:08 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 05:05:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 05:05:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 05:05:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 05:05:08 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 05:05:08 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 05:05:08 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 05:05:08 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.51.1+18.04 [22.6 MB] 05:05:09 debconf: delaying package configuration, since apt-utils is not installed 05:05:09 Fetched 36.8 MB in 2s (20.3 MB/s) 05:05:09 (Reading database ... 12757 files and directories currently installed.) 05:05:09 Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ... 05:05:09 Unpacking systemd (237-3ubuntu10.52) over (237-3ubuntu10) ... 05:05:10 Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ... 05:05:10 Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... 05:05:10 Setting up libsystemd0:amd64 (237-3ubuntu10.52) ... 05:05:10 (Reading database ... 12757 files and directories currently installed.) 05:05:10 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 05:05:10 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 05:05:10 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 05:05:10 (Reading database ... 12757 files and directories currently installed.) 05:05:10 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 05:05:10 Unpacking apt (1.6.14) over (1.6.1) ... 05:05:10 Setting up apt (1.6.14) ... 05:05:10 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 05:05:11 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 05:05:11 (Reading database ... 12764 files and directories currently installed.) 05:05:11 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 05:05:11 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 05:05:11 Selecting previously unselected package libpython3.6-minimal:amd64. 05:05:11 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 05:05:11 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 05:05:11 Selecting previously unselected package libexpat1:amd64. 05:05:11 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 05:05:11 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 05:05:11 Selecting previously unselected package python3.6-minimal. 05:05:11 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 05:05:11 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 05:05:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... 05:05:11 Checking for services that may need to be restarted...done. 05:05:11 Checking for services that may need to be restarted...done. 05:05:12 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 05:05:12 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 05:05:12 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 05:05:12 Selecting previously unselected package python3-minimal. 05:05:12 (Reading database ... 13012 files and directories currently installed.) 05:05:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 05:05:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 05:05:12 Selecting previously unselected package mime-support. 05:05:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 05:05:12 Unpacking mime-support (3.60ubuntu1) ... 05:05:12 Selecting previously unselected package libmpdec2:amd64. 05:05:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 05:05:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 05:05:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 05:05:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 05:05:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 05:05:12 Selecting previously unselected package python3.6. 05:05:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 05:05:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 05:05:12 Selecting previously unselected package libpython3-stdlib:amd64. 05:05:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 05:05:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 05:05:12 Setting up python3-minimal (3.6.7-1~18.04) ... 05:05:13 Selecting previously unselected package python3. 05:05:13 (Reading database ... 13442 files and directories currently installed.) 05:05:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 05:05:13 Unpacking python3 (3.6.7-1~18.04) ... 05:05:13 Selecting previously unselected package multiarch-support. 05:05:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 05:05:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 05:05:13 Setting up multiarch-support (2.27-3ubuntu1.4) ... 05:05:13 Selecting previously unselected package liblzo2-2:amd64. 05:05:13 (Reading database ... 13479 files and directories currently installed.) 05:05:13 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 05:05:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 05:05:13 Selecting previously unselected package libbsd0:amd64. 05:05:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 05:05:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 05:05:13 Selecting previously unselected package sudo. 05:05:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 05:05:13 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 05:05:13 Selecting previously unselected package apparmor. 05:05:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 05:05:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 05:05:13 Selecting previously unselected package libedit2:amd64. 05:05:13 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 05:05:13 Unpacking libedit2:amd64 (3.1-20170329-1) ... 05:05:13 Selecting previously unselected package libkrb5support0:amd64. 05:05:13 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 05:05:13 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 05:05:13 Selecting previously unselected package libk5crypto3:amd64. 05:05:13 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 05:05:13 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 05:05:13 Selecting previously unselected package libkeyutils1:amd64. 05:05:13 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 05:05:13 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 05:05:13 Selecting previously unselected package libkrb5-3:amd64. 05:05:13 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 05:05:13 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 05:05:13 Selecting previously unselected package libgssapi-krb5-2:amd64. 05:05:13 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 05:05:13 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 05:05:13 Selecting previously unselected package libssl1.0.0:amd64. 05:05:13 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... 05:05:13 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 05:05:14 Selecting previously unselected package openssh-client. 05:05:14 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 05:05:14 Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... 05:05:14 Selecting previously unselected package squashfs-tools. 05:05:14 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... 05:05:14 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... 05:05:14 Selecting previously unselected package snapd. 05:05:14 Preparing to unpack .../13-snapd_2.51.1+18.04_amd64.deb ... 05:05:14 Unpacking snapd (2.51.1+18.04) ... 05:05:16 Setting up libedit2:amd64 (3.1-20170329-1) ... 05:05:16 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 05:05:16 Setting up mime-support (3.60ubuntu1) ... 05:05:16 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 05:05:16 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 05:05:16 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 05:05:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:05:16 Setting up systemd (237-3ubuntu10.52) ... 05:05:16 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 05:05:17 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 05:05:17 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 05:05:17 Setting up liblzo2-2:amd64 (2.08-1.2) ... 05:05:17 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 05:05:17 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 05:05:17 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 05:05:17 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... 05:05:17 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 05:05:17 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 05:05:17 Setting up python3 (3.6.7-1~18.04) ... 05:05:17 running python rtupdate hooks for python3.6... 05:05:17 running python post-rtupdate hooks for python3.6... 05:05:17 Setting up apparmor (2.12-4ubuntu5.1) ... 05:05:18 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 05:05:18 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 05:05:18 Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... 05:05:18 Setting up snapd (2.51.1+18.04) ... 05:05:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 05:05:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 05:05:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 05:05:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 05:05:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 05:05:19 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 05:05:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 05:05:20 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 05:05:20 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 05:05:20 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 05:05:20 /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' 05:05:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:05:20 Processing triggers for systemd (237-3ubuntu10.52) ... 05:05:21 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 05:05:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 05:05:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 05:05:22 Reading package lists... 05:05:23 Reading package lists... 05:05:23 Building dependency tree... 05:05:23 Reading state information... 05:05:23 Calculating upgrade... 05:05:23 The following packages will be upgraded: 05:05:23 advancecomp base-files bash binutils binutils-common 05:05:23 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 05:05:23 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 05:05:23 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 05:05:23 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 05:05:23 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 05:05:23 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 05:05:23 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 05:05:23 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 05:05:23 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 05:05:23 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 05:05:23 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 05:05:23 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 05:05:23 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 05:05:23 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 05:05:23 ubuntu-keyring util-linux 05:05:23 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 05:05:23 Need to get 64.2 MB of archives. 05:05:23 After this operation, 5142 kB of additional disk space will be used. 05:05:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-159.167 [995 kB] 05:05:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 05:05:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 05:05:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 05:05:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 05:05:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 05:05:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 05:05:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 05:05:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 05:05:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 05:05:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 05:05:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 05:05:23 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 05:05:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 05:05:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 05:05:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 05:05:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 05:05:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 05:05:23 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 05:05:23 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 05:05:23 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 05:05:23 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 05:05:23 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 05:05:23 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 05:05:23 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 05:05:23 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 05:05:23 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 05:05:23 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 05:05:23 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 05:05:23 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 05:05:23 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 05:05:23 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 05:05:23 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 05:05:23 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] 05:05:23 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 05:05:23 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 05:05:23 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 05:05:23 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 05:05:23 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 05:05:23 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 05:05:23 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 05:05:23 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] 05:05:23 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] 05:05:23 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 05:05:23 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 05:05:23 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 05:05:24 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-2ubuntu0.18.04 [191 kB] 05:05:24 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 05:05:24 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 05:05:24 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] 05:05:24 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 05:05:24 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 05:05:24 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 05:05:24 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 05:05:24 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 05:05:24 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 05:05:24 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 05:05:24 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 05:05:24 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 05:05:24 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 05:05:24 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 05:05:24 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 05:05:24 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 05:05:24 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 05:05:24 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 05:05:24 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 05:05:24 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 05:05:24 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 05:05:24 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] 05:05:24 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 05:05:24 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 05:05:24 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 05:05:24 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 05:05:24 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 05:05:24 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 05:05:24 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 05:05:24 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 05:05:24 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 05:05:24 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 05:05:24 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 05:05:24 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 05:05:24 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 05:05:24 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 05:05:24 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 05:05:24 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] 05:05:24 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 05:05:24 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.52 [13.6 kB] 05:05:24 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] 05:05:24 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 05:05:24 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 05:05:24 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 05:05:24 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] 05:05:24 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 05:05:24 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 05:05:24 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 05:05:24 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 05:05:24 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] 05:05:25 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 05:05:25 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 05:05:25 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 05:05:25 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 05:05:25 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 05:05:25 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 05:05:25 debconf: delaying package configuration, since apt-utils is not installed 05:05:25 Fetched 64.2 MB in 2s (40.0 MB/s) 05:05:25 (Reading database ... 13914 files and directories currently installed.) 05:05:25 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 05:05:25 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 05:05:25 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 05:05:25 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 05:05:25 Preparing to unpack .../2-linux-libc-dev_4.15.0-159.167_amd64.deb ... 05:05:25 Unpacking linux-libc-dev:amd64 (4.15.0-159.167) over (4.15.0-20.21) ... 05:05:26 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:05:26 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:05:26 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:05:26 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:05:26 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:05:26 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:05:26 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:05:26 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:05:26 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:05:26 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:05:26 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:05:26 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:05:26 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:05:26 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:05:26 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 05:05:26 (Reading database ... 13914 files and directories currently installed.) 05:05:26 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 05:05:26 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 05:05:26 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 05:05:26 (Reading database ... 13914 files and directories currently installed.) 05:05:26 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:05:26 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:05:26 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:05:26 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:05:26 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:05:27 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:05:27 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 05:05:27 (Reading database ... 13914 files and directories currently installed.) 05:05:27 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 05:05:27 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 05:05:27 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 05:05:27 (Reading database ... 13914 files and directories currently installed.) 05:05:27 Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... 05:05:27 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 05:05:27 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 05:05:27 Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... 05:05:28 Setting up base-files (10.1ubuntu2.11) ... 05:05:28 Installing new version of config file /etc/issue ... 05:05:28 Installing new version of config file /etc/issue.net ... 05:05:28 Installing new version of config file /etc/lsb-release ... 05:05:28 Installing new version of config file /etc/update-motd.d/50-motd-news ... 05:05:28 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 05:05:28 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 05:05:28 Removing obsolete conffile /etc/default/motd-news ... 05:05:28 (Reading database ... 13915 files and directories currently installed.) 05:05:28 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 05:05:28 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 05:05:28 Setting up bash (4.4.18-2ubuntu1.2) ... 05:05:28 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 05:05:28 (Reading database ... 13915 files and directories currently installed.) 05:05:28 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 05:05:28 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 05:05:28 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 05:05:28 (Reading database ... 13915 files and directories currently installed.) 05:05:28 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 05:05:28 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 05:05:28 Setting up tar (1.29b-2ubuntu0.2) ... 05:05:28 (Reading database ... 13915 files and directories currently installed.) 05:05:28 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 05:05:28 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 05:05:29 Setting up dpkg (1.19.0.5ubuntu2.3) ... 05:05:29 (Reading database ... 13915 files and directories currently installed.) 05:05:29 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 05:05:29 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 05:05:29 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 05:05:29 (Reading database ... 13915 files and directories currently installed.) 05:05:29 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 05:05:29 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 05:05:29 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 05:05:29 (Reading database ... 13915 files and directories currently installed.) 05:05:29 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 05:05:29 Unpacking grep (3.1-2build1) over (3.1-2) ... 05:05:29 Setting up grep (3.1-2build1) ... 05:05:29 (Reading database ... 13915 files and directories currently installed.) 05:05:29 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 05:05:29 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 05:05:29 Setting up gzip (1.6-5ubuntu1.1) ... 05:05:29 (Reading database ... 13915 files and directories currently installed.) 05:05:29 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 05:05:30 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 05:05:30 Setting up login (1:4.5-1ubuntu2) ... 05:05:30 (Reading database ... 13915 files and directories currently installed.) 05:05:30 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 05:05:30 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:05:30 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 05:05:30 (Reading database ... 13915 files and directories currently installed.) 05:05:30 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 05:05:30 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 05:05:30 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 05:05:30 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 05:05:30 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 05:05:30 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 05:05:31 Setting up perl-base (5.26.1-6ubuntu0.5) ... 05:05:31 (Reading database ... 13915 files and directories currently installed.) 05:05:31 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 05:05:31 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 05:05:31 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 05:05:31 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 05:05:31 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 05:05:31 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 05:05:31 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 05:05:31 (Reading database ... 13915 files and directories currently installed.) 05:05:31 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 05:05:31 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 05:05:31 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 05:05:31 (Reading database ... 13915 files and directories currently installed.) 05:05:31 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:05:31 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:05:31 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:05:31 (Reading database ... 13915 files and directories currently installed.) 05:05:32 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:05:32 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:05:32 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:05:32 (Reading database ... 13915 files and directories currently installed.) 05:05:32 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:05:32 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:05:32 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:05:32 (Reading database ... 13915 files and directories currently installed.) 05:05:32 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:05:32 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:05:32 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:05:32 (Reading database ... 13915 files and directories currently installed.) 05:05:32 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 05:05:32 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:05:32 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 05:05:32 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:05:32 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 05:05:32 (Reading database ... 13915 files and directories currently installed.) 05:05:32 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 05:05:32 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:05:32 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 05:05:32 (Reading database ... 13915 files and directories currently installed.) 05:05:32 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:05:32 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:05:32 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:05:32 (Reading database ... 13915 files and directories currently installed.) 05:05:32 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:05:32 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:05:32 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 05:05:32 (Reading database ... 13915 files and directories currently installed.) 05:05:32 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:05:33 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:05:33 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 05:05:33 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 05:05:34 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 05:05:34 (Reading database ... 13915 files and directories currently installed.) 05:05:34 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 05:05:34 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 05:05:34 Setting up libc-bin (2.27-3ubuntu1.4) ... 05:05:34 (Reading database ... 13915 files and directories currently installed.) 05:05:34 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 05:05:34 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:05:34 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 05:05:34 (Reading database ... 13917 files and directories currently installed.) 05:05:34 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 05:05:34 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 05:05:34 Setting up debconf (1.5.66ubuntu1) ... 05:05:34 (Reading database ... 13917 files and directories currently installed.) 05:05:34 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 05:05:34 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 05:05:34 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 05:05:35 (Reading database ... 13917 files and directories currently installed.) 05:05:35 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 05:05:35 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 05:05:35 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 05:05:35 (Reading database ... 13917 files and directories currently installed.) 05:05:35 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 05:05:35 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 05:05:35 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 05:05:35 (Reading database ... 13917 files and directories currently installed.) 05:05:35 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 05:05:35 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 05:05:35 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 05:05:35 (Reading database ... 13919 files and directories currently installed.) 05:05:35 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 05:05:35 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 05:05:35 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 05:05:35 (Reading database ... 13923 files and directories currently installed.) 05:05:35 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:05:35 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:05:35 Preparing to unpack .../systemd-sysv_237-3ubuntu10.52_amd64.deb ... 05:05:35 Unpacking systemd-sysv (237-3ubuntu10.52) over (237-3ubuntu10) ... 05:05:35 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 05:05:35 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 05:05:35 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 05:05:35 (Reading database ... 13923 files and directories currently installed.) 05:05:35 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... 05:05:35 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... 05:05:36 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... 05:05:36 (Reading database ... 13923 files and directories currently installed.) 05:05:36 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 05:05:36 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 05:05:36 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 05:05:36 (Reading database ... 13923 files and directories currently installed.) 05:05:36 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 05:05:36 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 05:05:36 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 05:05:36 (Reading database ... 13923 files and directories currently installed.) 05:05:36 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 05:05:36 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 05:05:36 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 05:05:36 (Reading database ... 13923 files and directories currently installed.) 05:05:36 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 05:05:36 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 05:05:36 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 05:05:36 (Reading database ... 13923 files and directories currently installed.) 05:05:36 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 05:05:36 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 05:05:36 Setting up passwd (1:4.5-1ubuntu2) ... 05:05:36 (Reading database ... 13923 files and directories currently installed.) 05:05:36 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 05:05:36 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 05:05:37 Setting up gpgv (2.2.4-1ubuntu1.4) ... 05:05:37 (Reading database ... 13923 files and directories currently installed.) 05:05:37 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 05:05:37 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 05:05:37 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 05:05:37 (Reading database ... 13923 files and directories currently installed.) 05:05:37 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 05:05:37 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 05:05:37 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 05:05:37 (Reading database ... 13923 files and directories currently installed.) 05:05:37 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 05:05:37 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 05:05:37 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 05:05:37 (Reading database ... 13923 files and directories currently installed.) 05:05:37 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 05:05:37 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 05:05:37 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 05:05:37 (Reading database ... 13923 files and directories currently installed.) 05:05:37 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 05:05:37 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 05:05:38 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 05:05:38 (Reading database ... 13923 files and directories currently installed.) 05:05:38 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... 05:05:38 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... 05:05:38 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... 05:05:38 (Reading database ... 13923 files and directories currently installed.) 05:05:38 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 05:05:38 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 05:05:38 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 05:05:38 (Reading database ... 13923 files and directories currently installed.) 05:05:38 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 05:05:38 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 05:05:38 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 05:05:38 (Reading database ... 13924 files and directories currently installed.) 05:05:38 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 05:05:38 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 05:05:38 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 05:05:38 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 05:05:38 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 05:05:38 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 05:05:38 Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... 05:05:38 Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... 05:05:38 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 05:05:38 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 05:05:38 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 05:05:39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 05:05:39 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 05:05:39 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 05:05:39 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 05:05:39 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 05:05:39 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 05:05:39 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 05:05:39 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 05:05:39 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 05:05:39 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 05:05:39 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 05:05:39 Preparing to unpack .../11-tzdata_2021a-2ubuntu0.18.04_all.deb ... 05:05:39 Unpacking tzdata (2021a-2ubuntu0.18.04) over (2018d-1) ... 05:05:39 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 05:05:39 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 05:05:39 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 05:05:39 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 05:05:39 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 05:05:39 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 05:05:40 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 05:05:40 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 05:05:40 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 05:05:40 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 05:05:40 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 05:05:40 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 05:05:40 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:05:40 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:05:40 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:05:40 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:05:40 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:05:40 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:05:40 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:05:40 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:05:41 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:05:41 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:05:42 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:05:42 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:05:42 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:05:42 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:05:42 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:05:42 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:05:43 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:05:43 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:05:43 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 05:05:43 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 05:05:43 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 05:05:43 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 05:05:43 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 05:05:43 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 05:05:44 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 05:05:44 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 05:05:44 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 05:05:44 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 05:05:44 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 05:05:44 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 05:05:44 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 05:05:44 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 05:05:44 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 05:05:44 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 05:05:44 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 05:05:44 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 05:05:44 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 05:05:44 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 05:05:44 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 05:05:44 Setting up tzdata (2021a-2ubuntu0.18.04) ... 05:05:44 05:05:44 Current default time zone: 'Etc/UTC' 05:05:44 Local time is now: Thu Oct 7 05:05:44 UTC 2021. 05:05:44 Universal Time is now: Thu Oct 7 05:05:44 UTC 2021. 05:05:44 Run 'dpkg-reconfigure tzdata' if you wish to change it. 05:05:44 05:05:44 Setting up systemd-sysv (237-3ubuntu10.52) ... 05:05:44 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 05:05:44 Setting up linux-libc-dev:amd64 (4.15.0-159.167) ... 05:05:44 Setting up mount (2.31.1-0.4ubuntu3.7) ... 05:05:44 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 05:05:44 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 05:05:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 05:05:44 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 05:05:44 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 05:05:44 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 05:05:44 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 05:05:44 Setting up procps (2:3.3.12-3ubuntu1.2) ... 05:05:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 05:05:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 05:05:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 05:05:44 Setting up patch (2.7.6-2ubuntu1.1) ... 05:05:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 05:05:44 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 05:05:44 Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... 05:05:44 Installing new version of config file /etc/ssl/openssl.cnf ... 05:05:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 05:05:44 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 05:05:44 Setting up ca-certificates (20210119~18.04.2) ... 05:05:46 Updating certificates in /etc/ssl/certs... 05:05:47 23 added, 28 removed; done. 05:05:47 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 05:05:47 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 05:05:47 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 05:05:47 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 05:05:47 Setting up pkgbinarymangler (138.18.04.1) ... 05:05:47 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 05:05:47 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 05:05:47 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 05:05:47 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 05:05:47 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 05:05:47 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 05:05:47 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 05:05:47 Setting up perl (5.26.1-6ubuntu0.5) ... 05:05:47 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 05:05:47 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 05:05:47 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 05:05:47 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 05:05:47 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 05:05:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 05:05:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 05:05:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 05:05:47 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 05:05:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 05:05:47 Processing triggers for systemd (237-3ubuntu10.52) ... 05:05:47 Processing triggers for mime-support (3.60ubuntu1) ... 05:05:47 Processing triggers for ca-certificates (20210119~18.04.2) ... 05:05:47 Updating certificates in /etc/ssl/certs... 05:05:48 0 added, 0 removed; done. 05:05:48 Running hooks in /etc/ca-certificates/update.d... 05:05:48 done. 05:05:48 Reading package lists... 05:05:48 Building dependency tree... 05:05:48 Reading state information... 05:05:48 The following NEW packages will be installed: 05:05:48 apt-transport-https 05:05:48 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 05:05:49 Need to get 4348 B of archives. 05:05:49 After this operation, 154 kB of additional disk space will be used. 05:05:49 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 05:05:49 debconf: delaying package configuration, since apt-utils is not installed 05:05:49 Fetched 4348 B in 0s (24.1 kB/s) 05:05:49 Selecting previously unselected package apt-transport-https. 05:05:49 (Reading database ... 13928 files and directories currently installed.) 05:05:49 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 05:05:49 Unpacking apt-transport-https (1.6.14) ... 05:05:49 Setting up apt-transport-https (1.6.14) ... 05:05:49 Waiting for network to be ready... 05:05:56 2021-10-07T05:05:53Z INFO Waiting for automatic snapd restart... 05:05:57 snapd 2.51.7 from Canonical* installed 05:05:57 "snapd" switched to the "latest/stable" channel 05:05:57 05:06:00 core18 20210722 from Canonical* installed 05:06:00 "core18" switched to the "latest/stable" channel 05:06:00 05:06:03 snapcraft 5.0 from Canonical* installed 05:06:03 "snapcraft" switched to the "latest/stable" channel 05:06:03 05:06:07 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: 05:06:07 - README.md 05:06:07 05:06:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 05:06:07 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 05:06:07 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 05:06:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 05:06:08 Reading package lists... 05:06:09 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 05:06:09 Reading package lists... 05:06:09 Building dependency tree... 05:06:09 Reading state information... 05:06:09 Suggested packages: 05:06:09 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 05:06:09 git-gui gitk gitweb git-cvs git-mediawiki git-svn 05:06:09 Recommended packages: 05:06:09 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix 05:06:09 The following NEW packages will be installed: 05:06:09 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 05:06:09 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 05:06:09 pkg-config 05:06:09 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 05:06:09 Need to get 7503 kB of archives. 05:06:09 After this operation, 43.1 MB of additional disk space will be used. 05:06:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 05:06:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB] 05:06:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB] 05:06:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3923 kB] 05:06:09 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 05:06:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 05:06:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 05:06:09 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 05:06:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 05:06:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 05:06:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 05:06:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 05:06:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 05:06:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 05:06:10 debconf: delaying package configuration, since apt-utils is not installed 05:06:10 Fetched 7503 kB in 1s (10.1 MB/s) 05:06:10 Selecting previously unselected package libglib2.0-0:amd64. 05:06:10 (Reading database ... 13932 files and directories currently installed.) 05:06:10 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 05:06:10 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 05:06:10 Selecting previously unselected package libpsl5:amd64. 05:06:10 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 05:06:10 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 05:06:10 Selecting previously unselected package libnghttp2-14:amd64. 05:06:10 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 05:06:10 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 05:06:10 Selecting previously unselected package librtmp1:amd64. 05:06:10 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 05:06:10 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 05:06:10 Selecting previously unselected package libcurl3-gnutls:amd64. 05:06:10 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ... 05:06:10 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... 05:06:11 Selecting previously unselected package liberror-perl. 05:06:11 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 05:06:11 Unpacking liberror-perl (0.17025-1) ... 05:06:11 Selecting previously unselected package git-man. 05:06:11 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ... 05:06:11 Unpacking git-man (1:2.17.1-1ubuntu0.9) ... 05:06:11 Selecting previously unselected package git. 05:06:11 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ... 05:06:11 Unpacking git (1:2.17.1-1ubuntu0.9) ... 05:06:11 Selecting previously unselected package libnorm1:amd64. 05:06:11 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 05:06:11 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 05:06:11 Selecting previously unselected package libpgm-5.2-0:amd64. 05:06:11 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 05:06:11 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 05:06:11 Selecting previously unselected package libsodium23:amd64. 05:06:11 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 05:06:11 Unpacking libsodium23:amd64 (1.0.16-2) ... 05:06:11 Selecting previously unselected package libzmq5:amd64. 05:06:11 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 05:06:11 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 05:06:11 Selecting previously unselected package libzmq3-dev:amd64. 05:06:11 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 05:06:11 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 05:06:11 Selecting previously unselected package pkg-config. 05:06:11 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 05:06:11 Unpacking pkg-config (0.29.1-0ubuntu2) ... 05:06:12 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 05:06:12 Setting up git-man (1:2.17.1-1ubuntu0.9) ... 05:06:12 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 05:06:12 Setting up liberror-perl (0.17025-1) ... 05:06:12 Setting up libpsl5:amd64 (0.19.1-5build1) ... 05:06:12 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 05:06:12 No schema files found: doing nothing. 05:06:12 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 05:06:12 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 05:06:12 Setting up libsodium23:amd64 (1.0.16-2) ... 05:06:12 Setting up pkg-config (0.29.1-0ubuntu2) ... 05:06:12 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 05:06:12 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... 05:06:12 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 05:06:12 Setting up git (1:2.17.1-1ubuntu0.9) ... 05:06:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 05:06:12 git set to automatically installed. 05:06:12 git-man set to automatically installed. 05:06:12 libcurl3-gnutls set to automatically installed. 05:06:12 liberror-perl set to automatically installed. 05:06:12 libglib2.0-0 set to automatically installed. 05:06:12 libnghttp2-14 set to automatically installed. 05:06:12 libnorm1 set to automatically installed. 05:06:12 libpgm-5.2-0 set to automatically installed. 05:06:12 libpsl5 set to automatically installed. 05:06:12 librtmp1 set to automatically installed. 05:06:12 libsodium23 set to automatically installed. 05:06:12 libzmq3-dev set to automatically installed. 05:06:12 libzmq5 set to automatically installed. 05:06:12 pkg-config set to automatically installed. 05:06:14 snapd is not logged in, snap install commands will use sudo 05:06:22 go (1.16/stable) 1.16.8 from Michael Hudson-Doyle (mwhudson) installed 05:06:22 snapd is not logged in, snap install commands will use sudo 05:06:22 snap "core18" has no updates available 05:06:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 05:06:30 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 05:06:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1904 kB] 05:06:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [345 kB] 05:06:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 05:06:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 05:06:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [468 kB] 05:06:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [63.0 kB] 05:06:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1141 kB] 05:06:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [260 kB] 05:06:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 05:06:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 05:06:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 05:06:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 05:06:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 05:06:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 05:06:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 05:06:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 05:06:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 05:06:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2249 kB] 05:06:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [438 kB] 05:06:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 05:06:30 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 05:06:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [492 kB] 05:06:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [66.7 kB] 05:06:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1756 kB] 05:06:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [376 kB] 05:06:30 Fetched 25.4 MB in 0s (0 B/s) 05:06:30 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 05:06:30 Fetched 224 kB in 0s (0 B/s) 05:06:30 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 05:06:30 Fetched 157 kB in 0s (0 B/s) 05:06:30 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 05:06:30 Fetched 221 kB in 0s (0 B/s) 05:06:30 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 05:06:30 Fetched 143 kB in 0s (0 B/s) 05:06:30 Pulling app-service-config 05:06:30 + snapcraftctl pull 05:06:31 + cd /root/project 05:06:31 + git describe --tags --abbrev=0 05:06:31 + sed s/v// 05:06:31 + GIT_VERSION=2.0.2-dev.15 05:06:31 + snapcraftctl set-version 2.0.2-dev.15 05:06:32 Pulling config-common 05:06:32 + snapcraftctl pull 05:06:33 Pulling hooks 05:06:33 + snapcraftctl pull 05:06:34 Building app-service-config 05:06:34 + cd /root/parts/app-service-config/src 05:06:34 + make build 05:06:34 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 05:06:36 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.2-dev.21 05:06:36 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 05:06:36 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0 05:06:36 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 05:06:36 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 05:06:36 go: downloading github.com/gorilla/mux v1.8.0 05:06:36 go: downloading github.com/hashicorp/go-multierror v1.1.1 05:06:36 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 05:06:36 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 05:06:36 go: downloading github.com/go-kit/kit v0.9.0 05:06:36 go: downloading github.com/google/uuid v1.3.0 05:06:36 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 05:06:36 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 05:06:36 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 05:06:37 go: downloading github.com/pelletier/go-toml v1.9.2 05:06:37 go: downloading github.com/go-playground/validator/v10 v10.6.1 05:06:37 go: downloading github.com/hashicorp/errwrap v1.0.0 05:06:37 go: downloading github.com/hashicorp/consul/api v1.8.1 05:06:37 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 05:06:37 go: downloading github.com/go-logfmt/logfmt v0.4.0 05:06:37 go: downloading github.com/x448/float16 v0.8.4 05:06:37 go: downloading github.com/gorilla/websocket v1.4.2 05:06:37 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 05:06:37 go: downloading github.com/mitchellh/copystructure v1.0.0 05:06:37 go: downloading github.com/go-playground/universal-translator v0.17.0 05:06:37 go: downloading github.com/leodido/go-urn v1.2.0 05:06:37 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 05:06:37 go: downloading golang.org/x/text v0.3.2 05:06:37 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:06:37 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 05:06:37 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 05:06:37 go: downloading github.com/hashicorp/go-hclog v0.12.0 05:06:37 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 05:06:37 go: downloading github.com/hashicorp/serf v0.9.5 05:06:37 go: downloading github.com/mitchellh/mapstructure v1.1.2 05:06:37 go: downloading github.com/go-redis/redis/v7 v7.3.0 05:06:37 go: downloading github.com/pebbe/zmq4 v1.2.7 05:06:38 go: downloading github.com/mitchellh/reflectwalk v1.0.0 05:06:38 go: downloading github.com/go-playground/locales v0.13.0 05:06:38 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 05:06:38 go: downloading github.com/fatih/color v1.9.0 05:06:38 go: downloading github.com/mattn/go-isatty v0.0.12 05:06:38 go: downloading github.com/mattn/go-colorable v0.1.6 05:06:38 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 05:06:38 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 05:06:38 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 05:06:38 go: downloading github.com/hashicorp/golang-lru v0.5.0 05:06:48 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 05:06:48 + find ./res -maxdepth 1 -type d -exec install -d /root/parts/app-service-config/install/config/{} ; 05:06:48 + + find ./res -name configuration.toml 05:06:48 read fname 05:06:48 + cat ./res/mqtt-export/configuration.toml 05:06:48 + sed -e s:./logs/:\$SNAP_COMMON/: 05:06:48 + read fname 05:06:48 + cat ./res/sample/configuration.toml 05:06:48 + sed -e s:./logs/:\$SNAP_COMMON/: 05:06:48 + read fname 05:06:48 + cat ./res/push-to-core/configuration.toml 05:06:48 + sed -e s:./logs/:\$SNAP_COMMON/: 05:06:48 + read fname 05:06:48 + cat ./res/rules-engine/configuration.toml 05:06:48 + sed -e s:./logs/:\$SNAP_COMMON/: 05:06:48 + read fname 05:06:48 + + cat ./res/functional-tests/configuration.toml 05:06:48 sed -e s:./logs/:\$SNAP_COMMON/: 05:06:48 + read fname 05:06:48 + + sed -e s:./logs/:\$SNAP_COMMON/: 05:06:48 cat ./res/http-export/configuration.toml 05:06:48 + read fname 05:06:48 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 05:06:48 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 05:06:48 Building config-common 05:06:48 + snapcraftctl build 05:06:51 Building hooks 05:06:51 + cd /root/parts/hooks/src 05:06:51 + make build 05:06:51 go mod tidy 05:06:51 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.0 05:06:51 go: downloading github.com/stretchr/testify v1.5.1 05:06:51 go: downloading github.com/davecgh/go-spew v1.1.0 05:06:51 go: downloading github.com/pmezard/go-difflib v1.0.0 05:06:51 go: downloading gopkg.in/yaml.v2 v2.2.2 05:06:52 go build -o cmd/configure/configure ./cmd/configure 05:06:52 go build -o cmd/install/install ./cmd/install 05:06:53 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 05:06:53 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 05:06:54 Staging app-service-config 05:06:54 + snapcraftctl stage 05:06:55 Staging config-common 05:06:55 + snapcraftctl stage 05:06:56 Staging hooks 05:06:56 + snapcraftctl stage 05:06:57 Priming app-service-config 05:06:57 + snapcraftctl prime 05:06:59 Priming config-common 05:06:59 + snapcraftctl prime 05:07:00 Priming hooks 05:07:00 + snapcraftctl prime 05:07:01 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 05:07:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:07:04 05:07:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 05:07:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:07:04 latest: Pulling from edgex-lftools-log-publisher 05:07:04 b4d181a07f80: Pulling fs layer 05:07:04 a1111a8f2ec3: Pulling fs layer 05:07:04 ed53099fbce6: Pulling fs layer 05:07:04 dc539afda2c1: Pulling fs layer 05:07:04 77bc0d833cb6: Pulling fs layer 05:07:04 9065ff56babe: Pulling fs layer 05:07:04 d287ab97295c: Pulling fs layer 05:07:04 dc539afda2c1: Waiting 05:07:04 77bc0d833cb6: Waiting 05:07:04 9065ff56babe: Waiting 05:07:04 d287ab97295c: Waiting 05:07:04 a1111a8f2ec3: Verifying Checksum 05:07:04 a1111a8f2ec3: Download complete 05:07:04 ed53099fbce6: Verifying Checksum 05:07:04 ed53099fbce6: Download complete 05:07:04 dc539afda2c1: Verifying Checksum 05:07:04 dc539afda2c1: Download complete 05:07:04 9065ff56babe: Verifying Checksum 05:07:04 9065ff56babe: Download complete 05:07:04 b4d181a07f80: Verifying Checksum 05:07:04 b4d181a07f80: Download complete 05:07:04 77bc0d833cb6: Verifying Checksum 05:07:04 77bc0d833cb6: Download complete 05:07:06 d287ab97295c: Verifying Checksum 05:07:06 d287ab97295c: Download complete 05:07:06 b4d181a07f80: Pull complete 05:07:06 a1111a8f2ec3: Pull complete 05:07:07 ed53099fbce6: Pull complete 05:07:07 dc539afda2c1: Pull complete 05:07:07 77bc0d833cb6: Pull complete 05:07:07 9065ff56babe: Pull complete 05:07:12 d287ab97295c: Pull complete 05:07:12 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 05:07:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:07:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 05:07:13 prd-centos7-docker-4c-2g-2367 does not seem to be running inside a container 05:07:13 $ 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 05:07:15 $ docker top 40582ac12676956542641012c96838878cc698412176d1f05e0d3f24df572a8f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:07:16 ---> job-cost.sh 05:07:16 lf-activate-venv: SKIPPING 05:07:16 INFO: No Stack... 05:07:38 INFO: Retrieving Pricing Info for: v3-standard-2 05:07:38 INFO: Archiving Costs [Pipeline] sh 05:07:38 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 05:07:38 + cut -d, -f6 [Pipeline] lock 05:07:38 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-332-1-stack-cost] 05:07:38 Resource [jenkins-edgexfoundry-app-service-configurable-PR-332-1-stack-cost] did not exist. Created. 05:07:38 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-332-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:07:39 + echo total: 0.05999999865889549 [Pipeline] stash 05:07:39 Stashed 1 file(s) [Pipeline] } 05:07:39 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-332-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:07:39 $ docker stop --time=1 40582ac12676956542641012c96838878cc698412176d1f05e0d3f24df572a8f 05:07:40 $ 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 05:07:42 provisioning config files... 05:07:42 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-332@tmp/config7920111784131441859tmp [Pipeline] { [Pipeline] sh 05:07:42 + set +x 05:07:42 + curl -s https://codecov.io/bash 05:07:42 + bash -s -- 05:07:42 05:07:42 _____ _ 05:07:42 / ____| | | 05:07:42 | | ___ __| | ___ ___ _____ __ 05:07:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:07:42 | |___| (_) | (_| | __/ (_| (_) \ V / 05:07:42 \_____\___/ \__,_|\___|\___\___/ \_/ 05:07:42 Bash-1.0.6 05:07:42 05:07:42 05:07:42 ==> git version 2.24.4 found 05:07:42 ==> 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 05:07:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:07:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:07:42 ==> Jenkins CI detected. 05:07:42 current dir:  /w/workspace/_app-service-configurable_PR-332 05:07:42 project root: . 05:07:42 --> token set from env 05:07:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:07:42 ==> Running gcov in . (disable via -X gcov) 05:07:42 ==> Python coveragepy not found 05:07:42 ==> Searching for coverage reports in: 05:07:42 + . 05:07:42 -> Found 1 reports 05:07:42 ==> Detecting git/mercurial file structure 05:07:42 ==> Reading reports 05:07:42 + ./coverage.out bytes=10 05:07:42 ==> Appending adjustments 05:07:42 https://docs.codecov.io/docs/fixing-reports 05:07:42 + Found adjustments 05:07:42 ==> Gzipping contents 05:07:42 4.0K /tmp/codecov.6jJWJl.gz 05:07:42 ==> Uploading reports 05:07:42 url: https://codecov.io 05:07:42 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= 05:07:42 -> Pinging Codecov 05:07:42 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= 05:07:43 -> Uploading to 05:07:43 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 05:07:43 % Total % Received % Xferd Average Speed Time Time Time Current 05:07:43 Dload Upload Total Spent Left Speed 05:07:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 552 0 0 100 552 0 1994 --:--:-- --:--:-- --:--:-- 2000 05:07:43 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/1848cb32d5df26ffb560894e48ebc4d427e4e9d2 [Pipeline] } 05:07:43 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 05:07:46 + '[' -d /w/workspace/_app-service-configurable_PR-332/archives ']' [Pipeline] libraryResource [Pipeline] sh 05:07:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:07:46 ---> package-listing.sh 05:07:46 ++ tr '[:upper:]' '[:lower:]' 05:07:46 ++ facter osfamily 05:07:46 + OS_FAMILY=redhat 05:07:46 + workspace=/w/workspace/_app-service-configurable_PR-332 05:07:46 + START_PACKAGES=/tmp/packages_start.txt 05:07:46 + END_PACKAGES=/tmp/packages_end.txt 05:07:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:07:46 + PACKAGES=/tmp/packages_start.txt 05:07:46 + '[' /w/workspace/_app-service-configurable_PR-332 ']' 05:07:46 + PACKAGES=/tmp/packages_end.txt 05:07:46 + case "${OS_FAMILY}" in 05:07:46 + rpm -qa 05:07:46 + sort 05:07:47 + '[' -f /tmp/packages_start.txt ']' 05:07:47 + '[' -f /tmp/packages_end.txt ']' 05:07:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:07:47 + '[' /w/workspace/_app-service-configurable_PR-332 ']' 05:07:47 + mkdir -p /w/workspace/_app-service-configurable_PR-332/archives/ 05:07:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-332/archives/ [Pipeline] echo 05:07:47 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 05:07:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:07:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:07:48 05:07:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 05:07:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:07:48 latest: Pulling from edgex-lftools-log-publisher 05:07:48 b4d181a07f80: Pulling fs layer 05:07:48 a1111a8f2ec3: Pulling fs layer 05:07:48 ed53099fbce6: Pulling fs layer 05:07:48 dc539afda2c1: Pulling fs layer 05:07:48 77bc0d833cb6: Pulling fs layer 05:07:48 9065ff56babe: Pulling fs layer 05:07:48 d287ab97295c: Pulling fs layer 05:07:48 dc539afda2c1: Waiting 05:07:48 77bc0d833cb6: Waiting 05:07:48 9065ff56babe: Waiting 05:07:48 d287ab97295c: Waiting 05:07:49 a1111a8f2ec3: Verifying Checksum 05:07:49 a1111a8f2ec3: Download complete 05:07:49 dc539afda2c1: Verifying Checksum 05:07:49 dc539afda2c1: Download complete 05:07:49 b4d181a07f80: Verifying Checksum 05:07:49 b4d181a07f80: Download complete 05:07:49 ed53099fbce6: Verifying Checksum 05:07:49 ed53099fbce6: Download complete 05:07:49 9065ff56babe: Verifying Checksum 05:07:49 9065ff56babe: Download complete 05:07:49 77bc0d833cb6: Verifying Checksum 05:07:49 77bc0d833cb6: Download complete 05:07:50 d287ab97295c: Verifying Checksum 05:07:50 d287ab97295c: Download complete 05:07:50 b4d181a07f80: Pull complete 05:07:50 a1111a8f2ec3: Pull complete 05:07:51 ed53099fbce6: Pull complete 05:07:51 dc539afda2c1: Pull complete 05:07:51 77bc0d833cb6: Pull complete 05:07:51 9065ff56babe: Pull complete 05:07:57 d287ab97295c: Pull complete 05:07:57 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 05:07:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:07:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 05:07:57 prd-centos7-docker-4c-2g-2366 does not seem to be running inside a container 05:07:58 $ 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 05:08:00 $ docker top 993fd401ea21060fe3c6cd4b6117cf74dbc7e983ef9da971851e59c64531ac8d -eo pid,comm [Pipeline] { [Pipeline] sh 05:08:00 + touch /tmp/pre-build-complete [Pipeline] sh 05:08:01 + mkdir -p /var/log/sysstat [Pipeline] sh 05:08:01 + ls /var/log/sa-host 05:08:01 + sadf -c /var/log/sa-host/sa07 05:08:01 file_magic: OK 05:08:01 HZ: Using current value: 100 05:08:01 file_header: OK 05:08:01 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 05:08:01 Statistics: 05:08:01 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... 05:08:01 File successfully converted to sysstat format version 12.0.3 05:08:01 + sadf -c /var/log/sa-host/sa30 05:08:01 file_magic: OK 05:08:01 HZ: Using current value: 100 05:08:01 file_header: OK 05:08:01 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 05:08:01 Statistics: 05:08:01 Hnuu...uuuununununu...Hnuu...uuuununununu... 05:08:01 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:08:01 provisioning config files... 05:08:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-332@tmp/config9103883884617451582tmp [Pipeline] { [Pipeline] echo 05:08:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:08:02 ---> create-netrc.sh [Pipeline] } 05:08:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:08:02 ---> python-tools-install.sh [Pipeline] echo 05:08:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:08:03 ---> sudo-logs.sh 05:08:03 Archiving 'sudo' log.. 05:08:03 sudo: unable to resolve host prd-centos7-docker-4c-2g-2366.novalocal: Name or service not known 05:08:03 sudo: unable to resolve host prd-centos7-docker-4c-2g-2366.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 05:08:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:08:04 ---> job-cost.sh 05:08:04 lf-activate-venv: SKIPPING 05:08:04 DEBUG: total: 0.05999999865889549 05:08:04 INFO: Retrieving Stack Cost... 05:08:04 INFO: Retrieving Pricing Info for: v3-standard-2 05:08:04 INFO: Archiving Costs [Pipeline] echo 05:08:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:08:05 ---> logs-deploy.sh 05:08:05 lf-activate-venv: SKIPPING 05:08:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-332/1 05:08:05 INFO: archiving workspace using pattern(s): 05:08:05 Archives upload complete. 05:08:06 INFO: archiving logs to Nexus 05:08:06 ---> uname -a: 05:08:06 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 05:08:06 05:08:06 05:08:06 ---> lscpu: 05:08:06 Architecture: x86_64 05:08:06 CPU op-mode(s): 32-bit, 64-bit 05:08:06 Byte Order: Little Endian 05:08:06 Address sizes: 40 bits physical, 48 bits virtual 05:08:06 CPU(s): 2 05:08:06 On-line CPU(s) list: 0,1 05:08:06 Thread(s) per core: 1 05:08:06 Core(s) per socket: 1 05:08:06 Socket(s): 2 05:08:06 NUMA node(s): 1 05:08:06 Vendor ID: AuthenticAMD 05:08:06 CPU family: 23 05:08:06 Model: 49 05:08:06 Model name: AMD EPYC-Rome Processor 05:08:06 Stepping: 0 05:08:06 CPU MHz: 2799.998 05:08:06 BogoMIPS: 5599.99 05:08:06 Virtualization: AMD-V 05:08:06 Hypervisor vendor: KVM 05:08:06 Virtualization type: full 05:08:06 L1d cache: 32K 05:08:06 L1i cache: 32K 05:08:06 L2 cache: 512K 05:08:06 L3 cache: 16384K 05:08:06 NUMA node0 CPU(s): 0,1 05:08:06 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 05:08:06 05:08:06 05:08:06 ---> nproc: 05:08:06 2 05:08:06 05:08:06 05:08:06 ---> df -h: 05:08:06 Filesystem Size Used Avail Use% Mounted on 05:08:06 overlay 40G 7.7G 33G 20% / 05:08:06 tmpfs 64M 0 64M 0% /dev 05:08:06 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 05:08:06 shm 64M 0 64M 0% /dev/shm 05:08:06 /dev/vda1 40G 7.7G 33G 20% /facter-os 05:08:06 05:08:06 05:08:06 ---> sar -b -r -n DEV: 05:08:06 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) 05:08:06 05:08:06 04:54:19 LINUX RESTART (2 CPU) 05:08:06 05:08:06 04:55:02 tps rtps wtps bread/s bwrtn/s 05:08:06 04:56:01 87.08 4.61 82.47 2564.91 3520.88 05:08:06 04:57:01 1.77 0.00 1.77 0.00 35.29 05:08:06 04:58:01 0.28 0.00 0.28 0.00 3.20 05:08:06 04:59:01 0.23 0.00 0.23 0.00 3.10 05:08:06 05:00:01 0.32 0.00 0.32 0.00 3.86 05:08:06 05:01:01 0.35 0.03 0.32 0.27 4.05 05:08:06 05:02:01 0.33 0.07 0.27 1.47 5.28 05:08:06 05:03:02 0.25 0.00 0.25 0.00 2.58 05:08:06 05:04:01 0.27 0.00 0.27 0.00 3.41 05:08:06 05:05:01 0.20 0.00 0.20 0.00 2.70 05:08:06 05:06:01 0.23 0.00 0.23 0.00 1.92 05:08:06 05:07:01 0.15 0.00 0.15 0.00 1.88 05:08:06 05:08:01 64.07 0.15 63.92 14.25 17819.31 05:08:06 Average: 11.89 0.37 11.52 195.77 1647.06 05:08:06 05:08:06 04:55:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:08:06 04:56:01 5667516 0 635148 7.93 2620 1703648 1262948 13.94 571652 1530360 132 05:08:06 04:57:01 5678692 0 623964 7.79 2620 1703656 1164616 12.86 562344 1530324 16 05:08:06 04:58:01 5675448 0 627208 7.83 2620 1703656 1164616 12.86 565452 1530684 8 05:08:06 04:59:01 5672500 0 630144 7.87 2620 1703668 1165076 12.86 568616 1530684 16 05:08:06 05:00:01 5677616 0 625024 7.80 2620 1703672 1164968 12.86 563228 1531244 16 05:08:06 05:01:01 5675340 0 627296 7.83 2620 1703676 1168508 12.90 564048 1531244 12 05:08:06 05:02:01 5676636 0 625876 7.81 2620 1703800 1165380 12.87 564192 1531308 8 05:08:06 05:03:02 5669888 0 632616 7.90 2620 1703808 1165380 12.87 570396 1531308 8 05:08:06 05:04:01 5668576 0 633928 7.92 2620 1703808 1165632 12.87 571956 1531308 20 05:08:06 05:05:01 5669520 0 632976 7.90 2620 1703816 1165464 12.87 572584 1529596 12 05:08:06 05:06:01 5662276 0 640220 7.99 2620 1703816 1165536 12.87 580004 1529596 8 05:08:06 05:07:01 5663592 0 638896 7.98 2620 1703824 1165380 12.87 578976 1529596 8 05:08:06 05:08:01 5025132 0 786820 9.82 2620 2194360 1547680 17.09 782604 1866048 24 05:08:06 Average: 5621749 0 643086 8.03 2620 1741478 1202399 13.28 585850 1556408 22 05:08:06 05:08:06 04:55:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:08:06 04:56:01 eth0 275.66 182.15 642.79 56.39 0.00 0.00 0.00 0.00 05:08:06 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 04:56:01 docker0 3.00 2.03 0.62 7.32 0.00 0.00 0.00 0.00 05:08:06 04:57:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 04:58:01 eth0 0.57 0.10 0.06 0.01 0.00 0.00 0.00 0.00 05:08:06 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 04:59:01 eth0 0.53 0.38 0.27 0.20 0.00 0.00 0.00 0.00 05:08:06 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:00:01 eth0 0.33 0.27 0.13 0.08 0.00 0.00 0.00 0.00 05:08:06 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:01:01 eth0 0.22 0.08 0.07 0.01 0.00 0.00 0.00 0.00 05:08:06 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:02:01 eth0 0.18 0.15 0.01 0.01 0.00 0.00 0.00 0.00 05:08:06 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:03:02 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:08:06 05:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:04:01 eth0 2.00 0.49 0.43 0.18 0.00 0.00 0.00 0.00 05:08:06 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:05:01 eth0 0.72 0.15 0.14 0.10 0.00 0.00 0.00 0.00 05:08:06 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:06:01 eth0 0.72 0.40 0.34 0.21 0.00 0.00 0.00 0.00 05:08:06 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:07:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:08:06 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:08:01 eth0 266.37 201.90 2614.17 56.41 0.00 0.00 0.00 0.00 05:08:06 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 Average: eth0 41.89 29.57 250.56 8.69 0.00 0.00 0.00 0.00 05:08:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:08:06 Average: docker0 0.23 0.15 0.05 0.56 0.00 0.00 0.00 0.00 05:08:06 05:08:06 05:08:06 ---> sar -P ALL: 05:08:06 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) 05:08:06 05:08:06 04:54:19 LINUX RESTART (2 CPU) 05:08:06 05:08:06 04:55:02 CPU %user %nice %system %iowait %steal %idle 05:08:06 04:56:01 all 7.60 0.00 2.49 2.07 0.07 87.77 05:08:06 04:56:01 0 7.18 0.00 2.65 1.32 0.07 88.79 05:08:06 04:56:01 1 8.02 0.00 2.33 2.83 0.07 86.76 05:08:06 04:57:01 all 0.20 0.00 0.04 0.00 0.03 99.73 05:08:06 04:57:01 0 0.35 0.00 0.03 0.00 0.02 99.60 05:08:06 04:57:01 1 0.05 0.00 0.05 0.00 0.03 99.87 05:08:06 04:58:01 all 0.15 0.00 0.04 0.00 0.03 99.77 05:08:06 04:58:01 0 0.23 0.00 0.02 0.00 0.02 99.73 05:08:06 04:58:01 1 0.07 0.00 0.07 0.00 0.05 99.82 05:08:06 04:59:01 all 0.14 0.00 0.04 0.00 0.03 99.79 05:08:06 04:59:01 0 0.22 0.00 0.03 0.00 0.02 99.73 05:08:06 04:59:01 1 0.07 0.00 0.05 0.00 0.03 99.85 05:08:06 05:00:01 all 0.16 0.00 0.03 0.00 0.04 99.77 05:08:06 05:00:01 0 0.25 0.00 0.02 0.00 0.03 99.70 05:08:06 05:00:01 1 0.07 0.00 0.05 0.00 0.05 99.83 05:08:06 05:01:01 all 0.19 0.00 0.04 0.00 0.03 99.74 05:08:06 05:01:01 0 0.33 0.00 0.03 0.00 0.02 99.62 05:08:06 05:01:01 1 0.05 0.00 0.05 0.00 0.03 99.87 05:08:06 05:02:01 all 0.23 0.00 0.03 0.00 0.03 99.71 05:08:06 05:02:01 0 0.05 0.00 0.02 0.00 0.03 99.90 05:08:06 05:02:01 1 0.42 0.00 0.05 0.00 0.02 99.52 05:08:06 05:03:02 all 0.23 0.00 0.03 0.00 0.03 99.71 05:08:06 05:03:02 0 0.02 0.00 0.03 0.00 0.03 99.92 05:08:06 05:03:02 1 0.43 0.00 0.03 0.00 0.03 99.50 05:08:06 05:04:01 all 0.19 0.00 0.04 0.00 0.03 99.75 05:08:06 05:04:01 0 0.08 0.00 0.05 0.00 0.03 99.83 05:08:06 05:04:01 1 0.29 0.00 0.03 0.00 0.02 99.66 05:08:06 05:05:01 all 0.16 0.00 0.04 0.00 0.02 99.78 05:08:06 05:05:01 0 0.03 0.00 0.05 0.00 0.03 99.88 05:08:06 05:05:01 1 0.28 0.00 0.03 0.00 0.00 99.68 05:08:06 05:06:01 all 0.07 0.00 0.04 0.00 0.03 99.86 05:08:06 05:06:01 0 0.10 0.00 0.05 0.00 0.02 99.83 05:08:06 05:06:01 1 0.03 0.00 0.03 0.00 0.05 99.88 05:08:06 05:08:06 05:06:01 CPU %user %nice %system %iowait %steal %idle 05:08:06 05:07:01 all 0.16 0.00 0.03 0.00 0.03 99.79 05:08:06 05:07:01 0 0.28 0.00 0.02 0.00 0.02 99.68 05:08:06 05:07:01 1 0.03 0.00 0.03 0.00 0.03 99.90 05:08:06 05:08:01 all 9.25 0.00 3.60 0.66 0.07 86.42 05:08:06 05:08:01 0 9.36 0.00 3.53 0.53 0.07 86.52 05:08:06 05:08:01 1 9.14 0.00 3.67 0.80 0.07 86.33 05:08:06 Average: all 1.41 0.00 0.49 0.21 0.03 97.86 05:08:06 Average: 0 1.40 0.00 0.49 0.14 0.03 97.94 05:08:06 Average: 1 1.43 0.00 0.49 0.27 0.04 97.77 05:08:06 05:08:06 05:08:06