Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > 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 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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, goVersion:1.13, 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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-101 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 # timeout=10 Commit message: "chore: remove mongo DB implementation (#92)" > git rev-list --no-walk f28354b8476c8c1cc7f5324a065fdc504d7f9a57 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:44:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:44:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:44:23 ========================================================= 23:44:23 EdgeX Global Pipelines Version Info 23:44:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:44:25 ------------------- 23:44:25 stable info: 23:44:25 ------------------- 23:44:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:44:25 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 23:44:25 Message: update stable to v1.0.89 23:44:26 ------------------- 23:44:26 experimental info: 23:44:26 ------------------- 23:44:26 Commited By: **** collab-it+edgex@linuxfoundation.org 23:44:26 Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 23:44:26 Message: update experimental to v1.0.96 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 23:44:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:44:28 23:44:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:44:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:44:28 latest: Pulling from edgex-devops/git-semver 23:44:28 9123ac7c32f7: Pulling fs layer 23:44:28 b8cc5d1170e3: Pulling fs layer 23:44:28 2924cbbf6a41: Pulling fs layer 23:44:28 93b08a4f1073: Pulling fs layer 23:44:28 93b08a4f1073: Waiting 23:44:28 b8cc5d1170e3: Verifying Checksum 23:44:28 b8cc5d1170e3: Download complete 23:44:28 9123ac7c32f7: Verifying Checksum 23:44:28 9123ac7c32f7: Download complete 23:44:29 93b08a4f1073: Verifying Checksum 23:44:29 93b08a4f1073: Download complete 23:44:29 2924cbbf6a41: Verifying Checksum 23:44:29 2924cbbf6a41: Download complete 23:44:29 9123ac7c32f7: Pull complete 23:44:29 b8cc5d1170e3: Pull complete 23:44:30 2924cbbf6a41: Pull complete 23:44:30 93b08a4f1073: Pull complete 23:44:30 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 23:44:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:44:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:44:30 prd-centos7-docker-4c-2g-101 does not seem to be running inside a container 23:44:30 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:44:32 $ docker top 3569ce624b4a3c706aa511692266d0ba94e2b8af765ddfcbaaeca30412e30e51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:44:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:44:32 [ssh-agent] Looking for ssh-agent implementation... 23:44:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:44:33 $ docker exec 3569ce624b4a3c706aa511692266d0ba94e2b8af765ddfcbaaeca30412e30e51 ssh-agent 23:44:33 SSH_AUTH_SOCK=/tmp/ssh-zNWEbocg8JAT/agent.11 23:44:33 SSH_AGENT_PID=16 23:44:33 Running ssh-add (command line suppressed) 23:44:33 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8219602755937021891.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8219602755937021891.key) 23:44:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:44:33 + git describe --exact-match --tags HEAD 23:44:33 fatal: No names found, cannot describe anything. [Pipeline] } 23:44:33 $ docker exec --env ******** --env ******** 3569ce624b4a3c706aa511692266d0ba94e2b8af765ddfcbaaeca30412e30e51 ssh-agent -k 23:44:34 unset SSH_AUTH_SOCK; 23:44:34 unset SSH_AGENT_PID; 23:44:34 echo Agent pid 16 killed; 23:44:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:44:34 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:44:34 This usually means this commit has not been tagged. [Pipeline] sshagent 23:44:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:44:34 [ssh-agent] Looking for ssh-agent implementation... 23:44:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:44:34 $ docker exec 3569ce624b4a3c706aa511692266d0ba94e2b8af765ddfcbaaeca30412e30e51 ssh-agent 23:44:34 SSH_AUTH_SOCK=/tmp/ssh-wND0QtVP9b1Y/agent.44 23:44:34 SSH_AGENT_PID=50 23:44:34 Running ssh-add (command line suppressed) 23:44:34 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6440894548875322407.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6440894548875322407.key) 23:44:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:44:35 + git semver init 23:44:35 # -> Open(): unable to determine branch for HEAD 23:44:35 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 23:44:35 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 23:44:35 # $SEMVER_REMOTE_NAME = origin 23:44:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:44:35 # $SEMVER_USER_NAME = edgex-jenkins 23:44:35 # $SEMVER_BRANCH = master 23:44:35 # $SEMVER_TEMP = /tmp/semver-916635423 23:44:35 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 23:44:35 # '/tmp/semver-916635423' -> '/w/workspace/_app-service-configurable_master/.semver' 23:44:35 # -> Force: false 23:44:35 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 23:44:35 $ docker exec --env ******** --env ******** 3569ce624b4a3c706aa511692266d0ba94e2b8af765ddfcbaaeca30412e30e51 ssh-agent -k 23:44:35 unset SSH_AUTH_SOCK; 23:44:35 unset SSH_AGENT_PID; 23:44:35 echo Agent pid 50 killed; 23:44:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:44:36 + git semver [Pipeline] } 23:44:36 $ docker stop --time=1 3569ce624b4a3c706aa511692266d0ba94e2b8af765ddfcbaaeca30412e30e51 23:44:37 $ docker rm -f 3569ce624b4a3c706aa511692266d0ba94e2b8af765ddfcbaaeca30412e30e51 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:44:38 Stashed 52 file(s) [Pipeline] echo 23:44:38 [edgeXSemver] initialized semver on version 1.2.1-dev.2 [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 23:44:53 Still waiting to schedule task 23:44:53 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:44:53 Still waiting to schedule task 23:44:53 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:46:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-102 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 23:46:27 Running in /w/workspace/app-service-configurable/35 [Pipeline] { [Pipeline] checkout 23:46:32 using credential edgex-jenkins-ssh 23:46:32 Cloning the remote Git repository 23:46:32 Cloning with configured refspecs honoured and without tags 23:46:32 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:46:32 > git init /w/workspace/app-service-configurable/35 # timeout=10 23:46:32 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:46:32 > git --version # timeout=10 23:46:32 using GIT_SSH to set credentials SSH Credentials for GitHub 23:46:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:46:33 Fetching without tags 23:46:33 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:46:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:46:33 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:46:33 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:46:33 using GIT_SSH to set credentials SSH Credentials for GitHub 23:46:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:46:33 Checking out Revision f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 (master) 23:46:33 > git config core.sparsecheckout # timeout=10 23:46:33 > git checkout -f f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 # timeout=10 23:46:38 Commit message: "chore: remove mongo DB implementation (#92)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:46:39 ========================================================= 23:46:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 23:46:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:46:40 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 23:46:41 Sending build context to Docker daemon 323.6kB 23:46:41 Step 1/8 : ARG BASE=golang:1.13-alpine 23:46:41 Step 2/8 : FROM ${BASE} 23:46:41 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:46:41 cde5963f3b93: Pulling fs layer 23:46:41 2a23fa8c16f7: Pulling fs layer 23:46:41 777b28850792: Pulling fs layer 23:46:41 8a11ddd9e578: Pulling fs layer 23:46:41 4cf88f913ddb: Pulling fs layer 23:46:41 1df406cf5192: Pulling fs layer 23:46:41 cd6300453558: Pulling fs layer 23:46:41 b9c365052c96: Pulling fs layer 23:46:41 a2d8cc88f415: Pulling fs layer 23:46:41 ea1d1ca13537: Pulling fs layer 23:46:41 3750a50a1c5e: Pulling fs layer 23:46:41 1df406cf5192: Waiting 23:46:41 cd6300453558: Waiting 23:46:41 b9c365052c96: Waiting 23:46:41 a2d8cc88f415: Waiting 23:46:41 ea1d1ca13537: Waiting 23:46:41 3750a50a1c5e: Waiting 23:46:41 8a11ddd9e578: Waiting 23:46:41 4cf88f913ddb: Waiting 23:46:41 777b28850792: Download complete 23:46:41 2a23fa8c16f7: Verifying Checksum 23:46:41 2a23fa8c16f7: Download complete 23:46:41 4cf88f913ddb: Verifying Checksum 23:46:41 4cf88f913ddb: Download complete 23:46:41 1df406cf5192: Verifying Checksum 23:46:41 1df406cf5192: Download complete 23:46:41 cde5963f3b93: Verifying Checksum 23:46:42 cde5963f3b93: Pull complete 23:46:43 2a23fa8c16f7: Pull complete 23:46:43 777b28850792: Pull complete 23:46:44 cd6300453558: Verifying Checksum 23:46:44 cd6300453558: Download complete 23:46:44 a2d8cc88f415: Download complete 23:46:45 ea1d1ca13537: Verifying Checksum 23:46:45 ea1d1ca13537: Download complete 23:46:45 3750a50a1c5e: Verifying Checksum 23:46:45 3750a50a1c5e: Download complete 23:46:46 b9c365052c96: Verifying Checksum 23:46:46 b9c365052c96: Download complete 23:46:46 8a11ddd9e578: Verifying Checksum 23:46:46 8a11ddd9e578: Download complete 23:46:56 Running on prd-centos7-docker-4c-2g-103 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 23:46:56 Running in /w/workspace/app-service-configurable/35 [Pipeline] { [Pipeline] checkout 23:46:57 8a11ddd9e578: Pull complete 23:46:57 4cf88f913ddb: Pull complete 23:46:57 1df406cf5192: Pull complete 23:46:59 using credential edgex-jenkins-ssh 23:46:59 Cloning the remote Git repository 23:46:59 Cloning with configured refspecs honoured and without tags 23:47:00 Fetching without tags 23:46:59 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:46:59 > git init /w/workspace/app-service-configurable/35 # timeout=10 23:46:59 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:46:59 > git --version # timeout=10 23:46:59 using GIT_SSH to set credentials SSH Credentials for GitHub 23:46:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:47:00 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:47:00 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:47:00 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:47:00 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:47:00 using GIT_SSH to set credentials SSH Credentials for GitHub 23:47:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:47:00 Checking out Revision f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 (master) 23:47:00 > git config core.sparsecheckout # timeout=10 23:47:00 > git checkout -f f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 # timeout=10 23:47:01 cd6300453558: Pull complete 23:47:04 Commit message: "chore: remove mongo DB implementation (#92)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:47:05 ========================================================= 23:47:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 23:47:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:47:05 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 23:47:06 Sending build context to Docker daemon 323.6kB 23:47:06 Step 1/8 : ARG BASE=golang:1.13-alpine 23:47:06 Step 2/8 : FROM ${BASE} 23:47:06 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 23:47:06 e6b0cf9c0882: Pulling fs layer 23:47:06 2848faf0eed1: Pulling fs layer 23:47:06 0f37312ad70f: Pulling fs layer 23:47:06 5788d62ee057: Pulling fs layer 23:47:06 0e6b1d234666: Pulling fs layer 23:47:06 bf5d7aec512f: Pulling fs layer 23:47:06 34c802a77dc8: Pulling fs layer 23:47:06 9eb99e56ec68: Pulling fs layer 23:47:06 27c7a5d97fbd: Pulling fs layer 23:47:06 5c102a31e300: Pulling fs layer 23:47:06 dcfb455df0a1: Pulling fs layer 23:47:06 34c802a77dc8: Waiting 23:47:06 9eb99e56ec68: Waiting 23:47:06 27c7a5d97fbd: Waiting 23:47:06 5c102a31e300: Waiting 23:47:06 dcfb455df0a1: Waiting 23:47:06 5788d62ee057: Waiting 23:47:06 0e6b1d234666: Waiting 23:47:06 bf5d7aec512f: Waiting 23:47:06 0f37312ad70f: Verifying Checksum 23:47:06 0f37312ad70f: Download complete 23:47:06 2848faf0eed1: Download complete 23:47:06 0e6b1d234666: Verifying Checksum 23:47:06 0e6b1d234666: Download complete 23:47:06 bf5d7aec512f: Verifying Checksum 23:47:06 bf5d7aec512f: Download complete 23:47:06 e6b0cf9c0882: Verifying Checksum 23:47:06 e6b0cf9c0882: Download complete 23:47:06 b9c365052c96: Pull complete 23:47:06 a2d8cc88f415: Pull complete 23:47:06 e6b0cf9c0882: Pull complete 23:47:06 34c802a77dc8: Verifying Checksum 23:47:06 34c802a77dc8: Download complete 23:47:06 27c7a5d97fbd: Verifying Checksum 23:47:06 27c7a5d97fbd: Download complete 23:47:07 9eb99e56ec68: Verifying Checksum 23:47:07 9eb99e56ec68: Download complete 23:47:07 dcfb455df0a1: Verifying Checksum 23:47:07 dcfb455df0a1: Download complete 23:47:07 5788d62ee057: Verifying Checksum 23:47:07 5788d62ee057: Download complete 23:47:07 5c102a31e300: Verifying Checksum 23:47:07 5c102a31e300: Download complete 23:47:08 ea1d1ca13537: Pull complete 23:47:08 3750a50a1c5e: Pull complete 23:47:08 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 23:47:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 23:47:08 ---> 78745c68409d 23:47:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:47:08 2848faf0eed1: Pull complete 23:47:08 0f37312ad70f: Pull complete 23:47:13 ---> Running in 32492308890d 23:47:13 Removing intermediate container 32492308890d 23:47:13 ---> 80d8103efd90 23:47:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:47:13 ---> Running in c292a7801020 23:47:13 5788d62ee057: Pull complete 23:47:13 0e6b1d234666: Pull complete 23:47:14 bf5d7aec512f: Pull complete 23:47:15 Removing intermediate container c292a7801020 23:47:15 ---> 3728c94b40ac 23:47:15 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 23:47:16 ---> Running in 146f5a2df974 23:47:17 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 23:47:18 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 23:47:19 (1/6) Installing libc-dev (0.7.2-r0) 23:47:19 (2/6) Installing libsodium (1.0.18-r0) 23:47:19 (3/6) Installing pkgconf (1.6.3-r0) 23:47:19 (4/6) Installing libsodium-dev (1.0.18-r0) 23:47:19 (5/6) Installing libzmq (4.3.2-r0) 23:47:19 (6/6) Installing zeromq-dev (4.3.2-r0) 23:47:19 Executing busybox-1.31.1-r8.trigger 23:47:19 OK: 127 MiB in 45 packages 23:47:20 34c802a77dc8: Pull complete 23:47:21 Removing intermediate container 146f5a2df974 23:47:21 ---> 537c4af7e1b6 23:47:21 Step 6/8 : WORKDIR /app 23:47:21 ---> Running in 899f38451625 23:47:21 Removing intermediate container 899f38451625 23:47:21 ---> 52130284013b 23:47:21 Step 7/8 : COPY . . 23:47:22 ---> 8a724fafb540 23:47:22 Step 8/8 : RUN go mod download 23:47:22 ---> Running in 149bd3f0ac8c 23:47:23 9eb99e56ec68: Pull complete 23:47:23 27c7a5d97fbd: Pull complete 23:47:23 5c102a31e300: Pull complete 23:47:24 dcfb455df0a1: Pull complete 23:47:24 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 23:47:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 23:47:24 ---> 7c70fe431013 23:47:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:47:26 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:47:26 go: finding github.com/BurntSushi/toml v0.3.1 23:47:26 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:47:26 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:47:26 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:47:26 go: finding github.com/bgentry/speakeasy v0.1.0 23:47:26 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:47:26 go: finding github.com/davecgh/go-spew v1.1.1 23:47:26 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:47:26 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 23:47:26 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.6 23:47:26 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 23:47:26 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:47:26 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 23:47:26 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 23:47:26 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:47:26 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 23:47:26 go: finding github.com/fatih/color v1.7.0 23:47:26 go: finding github.com/fsnotify/fsnotify v1.4.7 23:47:26 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:47:26 go: finding github.com/go-kit/kit v0.8.0 23:47:26 go: finding github.com/go-logfmt/logfmt v0.4.0 23:47:26 go: finding github.com/go-redis/redis/v7 v7.2.0 23:47:26 go: finding github.com/go-stack/stack v1.8.0 23:47:26 go: finding github.com/golang/protobuf v1.3.2 23:47:26 go: finding github.com/gomodule/redigo v2.0.0+incompatible 23:47:26 ---> Running in 07b224a7720e 23:47:26 Removing intermediate container 07b224a7720e 23:47:26 ---> 10d0363da2a9 23:47:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:47:26 ---> Running in 7b3cb4861a6f 23:47:26 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:47:26 go: finding github.com/google/uuid v1.1.1 23:47:26 go: finding github.com/gorilla/mux v1.7.4 23:47:26 go: finding github.com/hashicorp/consul/api v1.1.0 23:47:26 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:47:26 go: finding github.com/hashicorp/errwrap v1.0.0 23:47:26 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:47:26 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:47:26 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:47:26 go: finding github.com/hashicorp/go-multierror v1.0.0 23:47:26 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:47:26 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:47:26 go: finding github.com/hashicorp/go-syslog v1.0.0 23:47:26 go: finding github.com/hashicorp/go-uuid v1.0.1 23:47:26 go: finding github.com/hashicorp/go.net v0.0.1 23:47:26 go: finding github.com/hashicorp/golang-lru v0.5.0 23:47:26 go: finding github.com/hashicorp/logutils v1.0.0 23:47:26 go: finding github.com/hashicorp/mdns v1.0.0 23:47:26 go: finding github.com/hashicorp/memberlist v0.1.3 23:47:26 go: finding github.com/hashicorp/serf v0.8.2 23:47:26 go: finding github.com/hpcloud/tail v1.0.0 23:47:26 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:47:26 go: finding github.com/kr/pretty v0.1.0 23:47:26 go: finding github.com/kr/pty v1.1.1 23:47:26 go: finding github.com/kr/text v0.1.0 23:47:26 go: finding github.com/mattn/go-colorable v0.0.9 23:47:26 go: finding github.com/mattn/go-isatty v0.0.3 23:47:26 go: finding github.com/miekg/dns v1.0.14 23:47:26 go: finding github.com/mitchellh/cli v1.0.0 23:47:26 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:47:26 go: finding github.com/mitchellh/copystructure v1.0.0 23:47:26 go: finding github.com/mitchellh/go-homedir v1.0.0 23:47:26 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:47:26 go: finding github.com/mitchellh/gox v0.4.0 23:47:26 go: finding github.com/mitchellh/iochan v1.0.0 23:47:27 Removing intermediate container 7b3cb4861a6f 23:47:27 ---> 8d5eb6b4e1d6 23:47:27 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 23:47:27 ---> Running in 395f5b1c85da 23:47:27 go: finding github.com/mitchellh/mapstructure v1.1.2 23:47:27 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:47:27 go: finding github.com/onsi/ginkgo v1.10.1 23:47:27 go: finding github.com/onsi/gomega v1.7.0 23:47:27 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:47:27 go: finding github.com/pebbe/zmq4 v1.0.0 23:47:27 go: finding github.com/pelletier/go-toml v1.2.0 23:47:27 go: finding github.com/pkg/errors v0.8.1 23:47:27 go: finding github.com/pmezard/go-difflib v1.0.0 23:47:27 go: finding github.com/posener/complete v1.1.1 23:47:27 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:47:27 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:47:27 go: finding github.com/stretchr/objx v0.2.0 23:47:27 go: finding github.com/stretchr/testify v1.6.1 23:47:27 go: finding github.com/ugorji/go v1.1.4 23:47:27 go: finding github.com/x448/float16 v0.8.4 23:47:27 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:47:27 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:47:27 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:47:27 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 23:47:27 go: finding golang.org/x/text v0.3.2 23:47:27 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 23:47:27 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 23:47:27 go: finding gopkg.in/fsnotify.v1 v1.4.7 23:47:27 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 23:47:27 go: finding gopkg.in/yaml.v2 v2.2.8 23:47:27 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 23:47:27 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 23:47:28 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 23:47:28 (1/6) Installing libc-dev (0.7.2-r0) 23:47:29 (2/6) Installing libsodium (1.0.18-r0) 23:47:29 (3/6) Installing pkgconf (1.6.3-r0) 23:47:29 (4/6) Installing libsodium-dev (1.0.18-r0) 23:47:29 (5/6) Installing libzmq (4.3.2-r0) 23:47:29 (6/6) Installing zeromq-dev (4.3.2-r0) 23:47:29 Executing busybox-1.31.1-r8.trigger 23:47:29 OK: 145 MiB in 45 packages 23:47:30 Removing intermediate container 395f5b1c85da 23:47:30 ---> 0e1bda21829a 23:47:30 Step 6/8 : WORKDIR /app 23:47:30 ---> Running in 95f72e9f7ca3 23:47:30 Removing intermediate container 95f72e9f7ca3 23:47:30 ---> d9aadc1a3058 23:47:30 Step 7/8 : COPY . . 23:47:31 ---> 25455fe1e560 23:47:31 Step 8/8 : RUN go mod download 23:47:31 ---> Running in 67424ffe070d 23:47:33 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:47:34 go: finding github.com/BurntSushi/toml v0.3.1 23:47:34 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:47:34 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:47:34 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:47:34 go: finding github.com/bgentry/speakeasy v0.1.0 23:47:34 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:47:34 go: finding github.com/davecgh/go-spew v1.1.1 23:47:34 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:47:34 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 23:47:34 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.6 23:47:34 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 23:47:34 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:47:34 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 23:47:34 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 23:47:34 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:47:34 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 23:47:34 go: finding github.com/fatih/color v1.7.0 23:47:34 go: finding github.com/fsnotify/fsnotify v1.4.7 23:47:34 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:47:34 go: finding github.com/go-kit/kit v0.8.0 23:47:34 go: finding github.com/go-logfmt/logfmt v0.4.0 23:47:34 go: finding github.com/go-redis/redis/v7 v7.2.0 23:47:34 go: finding github.com/go-stack/stack v1.8.0 23:47:34 go: finding github.com/golang/protobuf v1.3.2 23:47:34 go: finding github.com/gomodule/redigo v2.0.0+incompatible 23:47:34 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:47:34 go: finding github.com/google/uuid v1.1.1 23:47:34 go: finding github.com/gorilla/mux v1.7.4 23:47:34 go: finding github.com/hashicorp/consul/api v1.1.0 23:47:34 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:47:34 go: finding github.com/hashicorp/errwrap v1.0.0 23:47:34 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:47:34 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:47:34 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:47:34 go: finding github.com/hashicorp/go-multierror v1.0.0 23:47:34 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:47:34 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:47:34 go: finding github.com/hashicorp/go-syslog v1.0.0 23:47:34 go: finding github.com/hashicorp/go-uuid v1.0.1 23:47:34 go: finding github.com/hashicorp/go.net v0.0.1 23:47:34 go: finding github.com/hashicorp/golang-lru v0.5.0 23:47:34 go: finding github.com/hashicorp/logutils v1.0.0 23:47:34 go: finding github.com/hashicorp/mdns v1.0.0 23:47:34 go: finding github.com/hashicorp/memberlist v0.1.3 23:47:34 go: finding github.com/hashicorp/serf v0.8.2 23:47:34 go: finding github.com/hpcloud/tail v1.0.0 23:47:34 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:47:34 go: finding github.com/kr/pretty v0.1.0 23:47:34 go: finding github.com/kr/pty v1.1.1 23:47:34 go: finding github.com/kr/text v0.1.0 23:47:35 go: finding github.com/mattn/go-colorable v0.0.9 23:47:35 go: finding github.com/mattn/go-isatty v0.0.3 23:47:35 go: finding github.com/miekg/dns v1.0.14 23:47:35 go: finding github.com/mitchellh/cli v1.0.0 23:47:35 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:47:35 go: finding github.com/mitchellh/copystructure v1.0.0 23:47:35 go: finding github.com/mitchellh/go-homedir v1.0.0 23:47:35 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:47:35 go: finding github.com/mitchellh/gox v0.4.0 23:47:35 go: finding github.com/mitchellh/iochan v1.0.0 23:47:35 go: finding github.com/mitchellh/mapstructure v1.1.2 23:47:35 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:47:35 go: finding github.com/onsi/ginkgo v1.10.1 23:47:35 go: finding github.com/onsi/gomega v1.7.0 23:47:35 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:47:35 go: finding github.com/pebbe/zmq4 v1.0.0 23:47:35 go: finding github.com/pelletier/go-toml v1.2.0 23:47:35 go: finding github.com/pkg/errors v0.8.1 23:47:35 go: finding github.com/pmezard/go-difflib v1.0.0 23:47:35 go: finding github.com/posener/complete v1.1.1 23:47:35 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:47:35 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:47:35 go: finding github.com/stretchr/objx v0.2.0 23:47:35 go: finding github.com/stretchr/testify v1.6.1 23:47:35 go: finding github.com/ugorji/go v1.1.4 23:47:35 go: finding github.com/x448/float16 v0.8.4 23:47:35 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:47:35 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:47:35 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:47:35 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 23:47:35 go: finding golang.org/x/text v0.3.2 23:47:35 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 23:47:35 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 23:47:35 go: finding gopkg.in/fsnotify.v1 v1.4.7 23:47:35 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 23:47:35 go: finding gopkg.in/yaml.v2 v2.2.8 23:47:35 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 23:47:45 Removing intermediate container 149bd3f0ac8c 23:47:45 ---> 2635b7a100ec 23:47:45 Successfully built 2635b7a100ec 23:47:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:47:46 + docker inspect -f . ci-base-image-arm64 23:47:46 . [Pipeline] withDockerContainer 23:47:46 prd-ubuntu18.04-docker-arm64-4c-16g-102 does not seem to be running inside a container 23:47:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/35 -v /w/workspace/app-service-configurable/35:/w/workspace/app-service-configurable/35:rw,z -v /w/workspace/app-service-configurable/35@tmp:/w/workspace/app-service-configurable/35@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 ******** ci-base-image-arm64 cat 23:47:47 Removing intermediate container 67424ffe070d 23:47:47 ---> 6a6493eff5bf 23:47:47 Successfully built 6a6493eff5bf 23:47:47 Successfully tagged ci-base-image-x86_64:latest 23:47:48 $ docker top 29dbf75debe6088cd26adc2d079ff61a7e5fa387eec46aa5998e7e3badcf8b10 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:47:49 + docker inspect -f . ci-base-image-x86_64 23:47:49 . [Pipeline] withDockerContainer 23:47:50 prd-centos7-docker-4c-2g-103 does not seem to be running inside a container 23:47:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/35 -v /w/workspace/app-service-configurable/35:/w/workspace/app-service-configurable/35:rw,z -v /w/workspace/app-service-configurable/35@tmp:/w/workspace/app-service-configurable/35@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 ******** ci-base-image-x86_64 cat 23:47:50 + go version 23:47:50 go version go1.13.5 linux/arm64 23:47:50 $ docker top 362f0780ae688516ddb026470388a8ffe192a61abf20928cd14a2fd441b98440 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 23:47:51 + go version 23:47:51 go version go1.13.5 linux/amd64 [Pipeline] sh 23:47:51 + make test 23:47:51 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:47:52 + make test 23:47:52 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:48:04 ? github.com/edgexfoundry/app-service-configurable [no test files] 23:48:04 CGO_ENABLED=1 go vet ./... 23:48:05 gofmt -l . 23:48:05 [ "`gofmt -l .`" = "" ] 23:48:05 ./bin/test-go-mod-tidy.sh 23:48:05 ./bin/test-attribution-txt.sh [Pipeline] stash 23:48:06 Stashed 1 file(s) [Pipeline] } 23:48:06 $ docker stop --time=1 362f0780ae688516ddb026470388a8ffe192a61abf20928cd14a2fd441b98440 23:48:09 $ docker rm -f 362f0780ae688516ddb026470388a8ffe192a61abf20928cd14a2fd441b98440 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:48:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:48:10 + ls -al . 23:48:10 total 96 23:48:10 drwxrwxr-x. 8 jenkins jenkins 4096 Jul 9 23:48 . 23:48:10 drwxrwxr-x. 4 jenkins jenkins 30 Jul 9 23:46 .. 23:48:10 -rw-rw-r--. 1 jenkins jenkins 5879 Jul 9 23:47 Attribution.txt 23:48:10 drwxrwxr-x. 2 jenkins jenkins 64 Jul 9 23:47 bin 23:48:10 -rw-r--r--. 1 jenkins jenkins 10 Jul 9 23:47 coverage.out 23:48:10 -rw-rw-r--. 1 jenkins jenkins 180 Jul 9 23:47 docker-compose.debug.yml 23:48:10 -rw-rw-r--. 1 jenkins jenkins 133 Jul 9 23:47 docker-compose.yml 23:48:10 -rw-rw-r--. 1 jenkins jenkins 1997 Jul 9 23:47 Dockerfile 23:48:10 -rw-rw-r--. 1 jenkins jenkins 966 Jul 9 23:47 Dockerfile.build 23:48:10 -rw-rw-r--. 1 jenkins jenkins 119 Jul 9 23:47 .dockerignore 23:48:10 drwxrwxr-x. 8 jenkins jenkins 162 Jul 9 23:47 .git 23:48:10 drwxrwxr-x. 2 jenkins jenkins 81 Jul 9 23:47 .github 23:48:10 -rw-rw-r--. 1 jenkins jenkins 93 Jul 9 23:47 .gitignore 23:48:10 -rw-r--r--. 1 jenkins jenkins 132 Jul 9 23:48 go.mod 23:48:10 -rw-r--r--. 1 jenkins jenkins 17709 Jul 9 23:48 go.sum 23:48:10 -rw-rw-r--. 1 jenkins jenkins 710 Jul 9 23:47 Jenkinsfile 23:48:10 -rw-rw-r--. 1 jenkins jenkins 10174 Jul 9 23:47 LICENSE 23:48:10 -rw-rw-r--. 1 jenkins jenkins 1519 Jul 9 23:47 main.go 23:48:10 -rw-rw-r--. 1 jenkins jenkins 1573 Jul 9 23:47 makefile 23:48:10 -rw-rw-r--. 1 jenkins jenkins 481 Jul 9 23:47 README.md 23:48:10 drwxrwxr-x. 10 jenkins jenkins 171 Jul 9 23:47 res 23:48:10 drwxrwxr-x. 3 jenkins jenkins 32 Jul 9 23:47 .semver 23:48:10 drwxrwxr-x. 4 jenkins jenkins 71 Jul 9 23:47 snap 23:48:10 -rw-rw-r--. 1 jenkins jenkins 11 Jul 9 23:44 VERSION [Pipeline] isUnix [Pipeline] sh 23:48:11 + docker build -t docker-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=f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 --label arch=amd64 --label version=1.2.1-dev.2 . 23:48:11 Sending build context to Docker daemon 344.1kB 23:48:11 Step 1/26 : ARG BASE=golang:1.13-alpine 23:48:11 Step 2/26 : FROM ${BASE} AS builder 23:48:11 ---> 6a6493eff5bf 23:48:11 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 23:48:11 ---> Running in 8bdbb4e4a92a 23:48:11 Removing intermediate container 8bdbb4e4a92a 23:48:11 ---> a6d81cde4609 23:48:11 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 23:48:11 ---> Running in 5e997a5d4c1f 23:48:11 Removing intermediate container 5e997a5d4c1f 23:48:11 ---> c44392f7599e 23:48:11 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:48:11 ---> Running in 541616a516f9 23:48:11 Removing intermediate container 541616a516f9 23:48:11 ---> 286799d5f9a5 23:48:11 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:48:11 ---> Running in 2844bbc0739a 23:48:12 Removing intermediate container 2844bbc0739a 23:48:12 ---> 241d0f62f26b 23:48:12 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:48:12 ---> Running in d2c1cb15073d 23:48:13 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 23:48:14 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 23:48:14 OK: 145 MiB in 45 packages 23:48:15 Removing intermediate container d2c1cb15073d 23:48:15 ---> 7551e242f6de 23:48:15 Step 8/26 : WORKDIR /app 23:48:15 ---> Running in f15cef1314c0 23:48:15 Removing intermediate container f15cef1314c0 23:48:15 ---> 2ad3e250dd46 23:48:15 Step 9/26 : COPY go.mod . 23:48:15 ---> 75a6b427d4c4 23:48:15 Step 10/26 : RUN go mod download 23:48:15 ---> Running in 773b27d753be 23:48:16 Removing intermediate container 773b27d753be 23:48:16 ---> cf8a20f830fd 23:48:16 Step 11/26 : COPY . . 23:48:16 ---> 68f8b9967469 23:48:16 Step 12/26 : ARG MAKE="make build" 23:48:16 ---> Running in 732c57a383cb 23:48:17 Removing intermediate container 732c57a383cb 23:48:17 ---> 1b8b425fcd83 23:48:17 Step 13/26 : RUN $MAKE 23:48:17 ---> Running in af026d3c85bc 23:48:17 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.6 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable 23:48:24 ? github.com/edgexfoundry/app-service-configurable [no test files] 23:48:24 CGO_ENABLED=1 go vet ./... 23:48:29 Removing intermediate container af026d3c85bc 23:48:29 ---> ae02af46d9b7 23:48:29 Step 14/26 : FROM alpine:latest 23:48:29 latest: Pulling from library/alpine 23:48:29 df20fa9351a1: Pulling fs layer 23:48:30 df20fa9351a1: Verifying Checksum 23:48:30 df20fa9351a1: Download complete 23:48:30 df20fa9351a1: Pull complete 23:48:30 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 23:48:30 Status: Downloaded newer image for alpine:latest 23:48:30 ---> a24bb4013296 23:48:30 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:48:30 ---> Running in c596dddfd1d1 23:48:30 Removing intermediate container c596dddfd1d1 23:48:30 ---> a0f702117530 23:48:30 Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} 23:48:30 ---> Running in e0134ce36747 23:48:31 Removing intermediate container e0134ce36747 23:48:31 ---> 67a880e4cb67 23:48:31 Step 17/26 : RUN apk --no-cache add ca-certificates zeromq 23:48:31 ---> Running in 77161d2a7b65 23:48:31 gofmt -l . 23:48:31 [ "`gofmt -l .`" = "" ] 23:48:31 ./bin/test-go-mod-tidy.sh 23:48:31 ./bin/test-attribution-txt.sh [Pipeline] stash 23:48:31 Warning: overwriting stash ‘coverage-report’ 23:48:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:48:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:48:31 Stashed 1 file(s) [Pipeline] } 23:48:31 $ docker stop --time=1 29dbf75debe6088cd26adc2d079ff61a7e5fa387eec46aa5998e7e3badcf8b10 23:48:31 (1/6) Installing ca-certificates (20191127-r4) 23:48:31 (2/6) Installing libgcc (9.3.0-r2) 23:48:31 (3/6) Installing libsodium (1.0.18-r0) 23:48:31 (4/6) Installing libstdc++ (9.3.0-r2) 23:48:31 (5/6) Installing libzmq (4.3.2-r0) 23:48:31 (6/6) Installing zeromq (4.3.2-r0) 23:48:31 Executing busybox-1.31.1-r16.trigger 23:48:31 Executing ca-certificates-20191127-r4.trigger 23:48:31 OK: 9 MiB in 20 packages 23:48:33 Removing intermediate container 77161d2a7b65 23:48:33 ---> dbf0078bef9f 23:48:33 Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 23:48:33 ---> de1d87466d7d 23:48:33 Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE 23:48:33 ---> 2fed2f2a35cb 23:48:33 Step 20/26 : COPY --from=builder /app/res/ /res/ 23:48:33 $ docker rm -f 29dbf75debe6088cd26adc2d079ff61a7e5fa387eec46aa5998e7e3badcf8b10 23:48:34 ---> 1a27ef3687a0 23:48:34 Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 23:48:34 ---> 132c7c717121 23:48:34 Step 22/26 : EXPOSE 48095 23:48:34 ---> Running in ec64c8e74762 23:48:34 Removing intermediate container ec64c8e74762 23:48:34 ---> 8ad57f30b8ae 23:48:34 Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] script [Pipeline] { [Pipeline] sh 23:48:34 ---> Running in b9b3f3addef0 23:48:34 Removing intermediate container b9b3f3addef0 23:48:34 ---> 5c0ef53cf638 23:48:34 Step 24/26 : LABEL arch=amd64 23:48:34 ---> Running in 2fd59b1bd6d0 23:48:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:48:35 Removing intermediate container 2fd59b1bd6d0 23:48:35 ---> e034a93d3582 23:48:35 Step 25/26 : LABEL git_sha=f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 23:48:35 ---> Running in 0dff82812e22 23:48:35 + ls -al . 23:48:35 total 124 23:48:35 drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 23:48 . 23:48:35 drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 23:46 .. 23:48:35 -rw-rw-r-- 1 jenkins jenkins 119 Jul 9 23:46 .dockerignore 23:48:35 drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 23:46 .git 23:48:35 drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 23:46 .github 23:48:35 -rw-rw-r-- 1 jenkins jenkins 93 Jul 9 23:46 .gitignore 23:48:35 drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 23:46 .semver 23:48:35 -rw-rw-r-- 1 jenkins jenkins 5879 Jul 9 23:46 Attribution.txt 23:48:35 -rw-rw-r-- 1 jenkins jenkins 1997 Jul 9 23:46 Dockerfile 23:48:35 -rw-rw-r-- 1 jenkins jenkins 966 Jul 9 23:46 Dockerfile.build 23:48:35 -rw-rw-r-- 1 jenkins jenkins 710 Jul 9 23:46 Jenkinsfile 23:48:35 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 9 23:46 LICENSE 23:48:35 -rw-rw-r-- 1 jenkins jenkins 481 Jul 9 23:46 README.md 23:48:35 -rw-rw-r-- 1 jenkins jenkins 11 Jul 9 23:44 VERSION 23:48:35 drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 23:46 bin 23:48:35 -rw-r--r-- 1 jenkins jenkins 10 Jul 9 23:47 coverage.out 23:48:35 -rw-rw-r-- 1 jenkins jenkins 180 Jul 9 23:46 docker-compose.debug.yml 23:48:35 -rw-rw-r-- 1 jenkins jenkins 133 Jul 9 23:46 docker-compose.yml 23:48:35 -rw-r--r-- 1 jenkins jenkins 132 Jul 9 23:48 go.mod 23:48:35 -rw-r--r-- 1 jenkins jenkins 17709 Jul 9 23:48 go.sum 23:48:35 -rw-rw-r-- 1 jenkins jenkins 1519 Jul 9 23:46 main.go 23:48:35 -rw-rw-r-- 1 jenkins jenkins 1573 Jul 9 23:46 makefile 23:48:35 drwxrwxr-x 10 jenkins jenkins 4096 Jul 9 23:46 res 23:48:35 drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 23:46 snap [Pipeline] isUnix [Pipeline] sh 23:48:35 Removing intermediate container 0dff82812e22 23:48:35 ---> c892ee74db1c 23:48:35 Step 26/26 : LABEL version=1.2.1-dev.2 23:48:35 ---> Running in 6ef74ee1c284 23:48:35 Removing intermediate container 6ef74ee1c284 23:48:35 ---> 272338fe82cd 23:48:35 [Warning] One or more build-args [ARCH] were not consumed 23:48:35 Successfully built 272338fe82cd 23:48:35 Successfully tagged docker-app-service-configurable:latest [Pipeline] } 23:48:35 + docker build -t docker-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=f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 --label arch=arm64 --label version=1.2.1-dev.2 . [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 23:48:35 Sending build context to Docker daemon 344.1kB 23:48:35 Step 1/26 : ARG BASE=golang:1.13-alpine 23:48:35 Step 2/26 : FROM ${BASE} AS builder 23:48:35 ---> 2635b7a100ec 23:48:35 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:48:36 provisioning config files... 23:48:36 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/35@tmp/config9081683795565983632tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:48:36 ---> Running in e5b81ab81c5d 23:48:36 nexus3.edgexfoundry.org:10001 23:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:36 Removing intermediate container e5b81ab81c5d 23:48:36 ---> a852fd4d4536 23:48:36 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 23:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:48:36 Configure a credential helper to remove this warning. See 23:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:48:36 23:48:36 Login Succeeded 23:48:36 nexus3.edgexfoundry.org:10002 23:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:36 ---> Running in c6b71f21ca83 23:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:48:36 Configure a credential helper to remove this warning. See 23:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:48:36 23:48:36 Login Succeeded 23:48:36 nexus3.edgexfoundry.org:10003 23:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:48:36 Configure a credential helper to remove this warning. See 23:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:48:36 23:48:36 Login Succeeded 23:48:36 nexus3.edgexfoundry.org:10004 23:48:37 Removing intermediate container c6b71f21ca83 23:48:37 ---> 6f7135ddb9c5 23:48:37 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:48:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:48:37 Configure a credential helper to remove this warning. See 23:48:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:48:37 23:48:37 Login Succeeded 23:48:37 docker.io 23:48:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:37 ---> Running in 538cc6418162 23:48:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:48:37 Configure a credential helper to remove this warning. See 23:48:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:48:37 23:48:37 Login Succeeded [Pipeline] } 23:48:37 Deleting 1 temporary files [Pipeline] // wrap 23:48:37 Removing intermediate container 538cc6418162 23:48:37 ---> 578f7d902503 23:48:37 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:48:37 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 23:48:37 f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 23:48:37 latest 23:48:37 1.2.1-dev.2 23:48:37 f9d32b0af94926d82b06a261dd6d9ce2451bd9f8-1.2.1-dev.2 23:48:37 master 23:48:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 23:48:37 ---> Running in 65cb205b2d0e [Pipeline] isUnix [Pipeline] sh 23:48:38 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 [Pipeline] isUnix [Pipeline] sh 23:48:38 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 23:48:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 23:48:38 8c0d241cd1d5: Preparing 23:48:38 af194785ec11: Preparing 23:48:38 cb7507d5644f: Preparing 23:48:38 7c4d64ff2952: Preparing 23:48:38 883a9d67cc83: Preparing 23:48:38 50644c29ef5a: Preparing 23:48:38 50644c29ef5a: Waiting 23:48:39 cb7507d5644f: Pushed 23:48:39 7c4d64ff2952: Pushed 23:48:39 883a9d67cc83: Pushed 23:48:39 af194785ec11: Pushed 23:48:39 50644c29ef5a: Layer already exists 23:48:39 8c0d241cd1d5: Pushed 23:48:40 Removing intermediate container 65cb205b2d0e 23:48:40 ---> e5e30d947ccb 23:48:40 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:48:40 ---> Running in 1e5a36411159 23:48:40 f9d32b0af94926d82b06a261dd6d9ce2451bd9f8: digest: sha256:562781d191dd69cf37e3f7c695eb57f1cb018f21858b0079b9a40b1884b53d0b size: 1574 [Pipeline] isUnix [Pipeline] sh 23:48:40 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 23:48:41 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 23:48:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 23:48:41 8c0d241cd1d5: Preparing 23:48:41 af194785ec11: Preparing 23:48:41 cb7507d5644f: Preparing 23:48:41 7c4d64ff2952: Preparing 23:48:41 883a9d67cc83: Preparing 23:48:41 50644c29ef5a: Preparing 23:48:41 50644c29ef5a: Waiting 23:48:41 883a9d67cc83: Layer already exists 23:48:41 cb7507d5644f: Layer already exists 23:48:41 8c0d241cd1d5: Layer already exists 23:48:41 af194785ec11: Layer already exists 23:48:41 7c4d64ff2952: Layer already exists 23:48:41 50644c29ef5a: Layer already exists 23:48:41 latest: digest: sha256:562781d191dd69cf37e3f7c695eb57f1cb018f21858b0079b9a40b1884b53d0b size: 1574 [Pipeline] isUnix [Pipeline] sh 23:48:41 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 23:48:41 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 23:48:41 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.2 23:48:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 23:48:41 8c0d241cd1d5: Preparing 23:48:41 af194785ec11: Preparing 23:48:41 cb7507d5644f: Preparing 23:48:41 7c4d64ff2952: Preparing 23:48:41 883a9d67cc83: Preparing 23:48:41 50644c29ef5a: Preparing 23:48:41 50644c29ef5a: Waiting 23:48:41 883a9d67cc83: Layer already exists 23:48:41 8c0d241cd1d5: Layer already exists 23:48:41 cb7507d5644f: Layer already exists 23:48:41 af194785ec11: Layer already exists 23:48:41 7c4d64ff2952: Layer already exists 23:48:41 50644c29ef5a: Layer already exists 23:48:41 1.2.1-dev.2: digest: sha256:562781d191dd69cf37e3f7c695eb57f1cb018f21858b0079b9a40b1884b53d0b size: 1574 [Pipeline] isUnix [Pipeline] sh 23:48:42 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f9d32b0af94926d82b06a261dd6d9ce2451bd9f8-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 23:48:42 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f9d32b0af94926d82b06a261dd6d9ce2451bd9f8-1.2.1-dev.2 23:48:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 23:48:42 8c0d241cd1d5: Preparing 23:48:42 af194785ec11: Preparing 23:48:42 cb7507d5644f: Preparing 23:48:42 7c4d64ff2952: Preparing 23:48:42 883a9d67cc83: Preparing 23:48:42 50644c29ef5a: Preparing 23:48:42 50644c29ef5a: Waiting 23:48:42 8c0d241cd1d5: Layer already exists 23:48:42 cb7507d5644f: Layer already exists 23:48:42 7c4d64ff2952: Layer already exists 23:48:42 af194785ec11: Layer already exists 23:48:42 883a9d67cc83: Layer already exists 23:48:42 50644c29ef5a: Layer already exists 23:48:42 f9d32b0af94926d82b06a261dd6d9ce2451bd9f8-1.2.1-dev.2: digest: sha256:562781d191dd69cf37e3f7c695eb57f1cb018f21858b0079b9a40b1884b53d0b size: 1574 [Pipeline] isUnix [Pipeline] sh 23:48:42 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 23:48:42 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 23:48:42 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 23:48:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 23:48:42 8c0d241cd1d5: Preparing 23:48:42 af194785ec11: Preparing 23:48:42 cb7507d5644f: Preparing 23:48:42 7c4d64ff2952: Preparing 23:48:42 883a9d67cc83: Preparing 23:48:42 50644c29ef5a: Preparing 23:48:42 50644c29ef5a: Waiting 23:48:42 883a9d67cc83: Layer already exists 23:48:42 af194785ec11: Layer already exists 23:48:42 7c4d64ff2952: Layer already exists 23:48:42 8c0d241cd1d5: Layer already exists 23:48:42 cb7507d5644f: Layer already exists 23:48:42 50644c29ef5a: Layer already exists 23:48:42 master: digest: sha256:562781d191dd69cf37e3f7c695eb57f1cb018f21858b0079b9a40b1884b53d0b size: 1574 [Pipeline] } 23:48:42 OK: 127 MiB in 45 packages [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 23:48:43 Removing intermediate container 1e5a36411159 23:48:43 ---> 0812927b7800 23:48:43 Step 8/26 : WORKDIR /app 23:48:44 ++ find /w/workspace/app-service-configurable/35 23:48:44 ++ grep snapcraft.yaml 23:48:44 + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/35/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:48:44 provisioning config files... 23:48:44 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/35@tmp/config954468543261938528tmp [Pipeline] { 23:48:44 ---> Running in 744259ce1b15 [Pipeline] sh 23:48:44 Removing intermediate container 744259ce1b15 23:48:44 ---> d590dfbc51e3 23:48:44 Step 9/26 : COPY go.mod . 23:48:44 + cp /w/workspace/app-service-configurable/35@tmp/config954468543261938528tmp /w/workspace/app-service-configurable/35/edgex-snap-store-login [Pipeline] sh 23:48:44 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/35:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 23:48:44 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 23:48:44 latest: Pulling from edgex-devops/edgex-snap-builder 23:48:44 5bed26d33875: Pulling fs layer 23:48:44 f11b29a9c730: Pulling fs layer 23:48:44 930bda195c84: Pulling fs layer 23:48:44 78bf9a5ad49e: Pulling fs layer 23:48:44 e5fbee5a4b0d: Pulling fs layer 23:48:44 f452fca78f88: Pulling fs layer 23:48:44 7417ef92027a: Pulling fs layer 23:48:44 2af5c49d270b: Pulling fs layer 23:48:44 df9c3bdbc40a: Pulling fs layer 23:48:44 7417ef92027a: Waiting 23:48:44 78bf9a5ad49e: Waiting 23:48:44 e5fbee5a4b0d: Waiting 23:48:44 f452fca78f88: Waiting 23:48:44 2af5c49d270b: Waiting 23:48:44 df9c3bdbc40a: Waiting 23:48:44 930bda195c84: Verifying Checksum 23:48:44 930bda195c84: Download complete 23:48:44 f11b29a9c730: Verifying Checksum 23:48:44 f11b29a9c730: Download complete 23:48:44 78bf9a5ad49e: Verifying Checksum 23:48:44 78bf9a5ad49e: Download complete 23:48:44 f452fca78f88: Download complete 23:48:44 7417ef92027a: Verifying Checksum 23:48:44 7417ef92027a: Download complete 23:48:44 2af5c49d270b: Verifying Checksum 23:48:44 2af5c49d270b: Download complete 23:48:44 df9c3bdbc40a: Verifying Checksum 23:48:44 df9c3bdbc40a: Download complete 23:48:45 5bed26d33875: Download complete 23:48:45 ---> 6d745fe760df 23:48:45 Step 10/26 : RUN go mod download 23:48:45 ---> Running in c714240f199f 23:48:47 Removing intermediate container c714240f199f 23:48:47 ---> 84486a6353ff 23:48:47 Step 11/26 : COPY . . 23:48:48 ---> ffe357379cee 23:48:48 Step 12/26 : ARG MAKE="make build" 23:48:48 ---> Running in a891f286ed22 23:48:49 Removing intermediate container a891f286ed22 23:48:49 ---> 820f877be625 23:48:49 Step 13/26 : RUN $MAKE 23:48:49 e5fbee5a4b0d: Verifying Checksum 23:48:49 e5fbee5a4b0d: Download complete 23:48:49 ---> Running in 496ed9cb5983 23:48:49 5bed26d33875: Pull complete 23:48:50 f11b29a9c730: Pull complete 23:48:50 930bda195c84: Pull complete 23:48:50 78bf9a5ad49e: Pull complete 23:48:50 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.6 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable 23:49:12 e5fbee5a4b0d: Pull complete 23:49:12 f452fca78f88: Pull complete 23:49:12 7417ef92027a: Pull complete 23:49:12 2af5c49d270b: Pull complete 23:49:13 df9c3bdbc40a: Pull complete 23:49:13 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 23:49:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 23:49:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:49:14 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:49:14 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:49:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [869 kB] 23:49:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1003 kB] 23:49:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [89.0 kB] 23:49:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9282 B] 23:49:14 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 23:49:15 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1303 kB] 23:49:15 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1405 kB] 23:49:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [103 kB] 23:49:15 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] 23:49:15 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 23:49:15 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 23:49:15 Fetched 5064 kB in 1s (3717 kB/s) 23:49:17 Reading package lists... 23:49:18 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: 23:49:18 - README.md 23:49:18 23:49:18 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:49:20 Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libcurl4 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config readline-common shared-mime-info xauth xdg-user-dirs xz-utils 23:49:22 Reading package lists... 23:49:22 Building dependency tree... 23:49:22 Reading state information... 23:49:22 The following packages were automatically installed and are no longer required: 23:49:22 libjq1 liblzo2-2 libonig4 23:49:22 Use 'sudo apt autoremove' to remove them. 23:49:22 Suggested packages: 23:49:22 binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd 23:49:22 pinentry-gnome3 tor debian-keyring g++-multilib g++-7-multilib gcc-7-doc 23:49:22 libstdc++6-7-dbg gcc-multilib autoconf automake libtool flex bison gdb 23:49:22 gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg 23:49:22 libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg 23:49:22 libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 23:49:22 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 23:49:22 git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc locales bzr 23:49:22 gdbm-l10n libstdc++-7-doc make-doc man-browser keychain libpam-ssh 23:49:22 monkeysphere ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl 23:49:22 | libterm-readline-perl-perl pinentry-doc readline-doc 23:49:23 Removing intermediate container 496ed9cb5983 23:49:23 ---> fd0c14e4b6b8 23:49:23 Step 14/26 : FROM alpine:latest 23:49:23 latest: Pulling from library/alpine 23:49:23 b538f80385f9: Pulling fs layer 23:49:23 b538f80385f9: Download complete 23:49:23 The following NEW packages will be installed: 23:49:23 binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 23:49:23 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man 23:49:23 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server 23:49:23 gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl 23:49:23 libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 23:49:23 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl 23:49:23 libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl 23:49:23 libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 23:49:23 libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 23:49:23 libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 23:49:23 libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 23:49:23 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 23:49:23 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase 23:49:23 openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config 23:49:23 readline-common shared-mime-info xauth xdg-user-dirs xz-utils 23:49:23 The following packages will be upgraded: 23:49:23 libc6 libcurl4 23:49:23 2 upgraded, 98 newly installed, 0 to remove and 14 not upgraded. 23:49:23 Need to get 76.0 MB of archives. 23:49:23 After this operation, 309 MB of additional disk space will be used. 23:49:23 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.2 [2827 kB] 23:49:23 b538f80385f9: Pull complete 23:49:23 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 23:49:23 Status: Downloaded newer image for alpine:latest 23:49:23 ---> 62ee0e9f8440 23:49:23 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:49:24 ---> Running in 98656736297b 23:49:24 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 23:49:24 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B] 23:49:24 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:49:24 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 23:49:24 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 23:49:24 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 23:49:24 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 23:49:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 23:49:24 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 23:49:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 23:49:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 23:49:24 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 23:49:24 Removing intermediate container 98656736297b 23:49:24 ---> 87f4afcf25a9 23:49:24 Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} 23:49:24 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 23:49:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 23:49:24 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:49:24 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 23:49:24 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] 23:49:24 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8054 kB] 23:49:24 ---> Running in 4e891e1a13c1 23:49:24 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB] 23:49:24 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB] 23:49:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 23:49:24 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 23:49:24 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB] 23:49:24 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB] 23:49:24 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB] 23:49:24 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:49:24 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 23:49:24 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 23:49:24 Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 23:49:24 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:49:24 Removing intermediate container 4e891e1a13c1 23:49:24 ---> ad7644bce0b6 23:49:24 Step 17/26 : RUN apk --no-cache add ca-certificates zeromq 23:49:25 Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 23:49:25 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] 23:49:25 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] 23:49:25 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.3 [1839 kB] 23:49:25 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] 23:49:25 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 23:49:25 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-109.110 [997 kB] 23:49:25 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 23:49:25 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:49:25 Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 23:49:25 Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 23:49:25 ---> Running in c43ed327770e 23:49:25 Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 23:49:25 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:49:25 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:49:25 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:49:25 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:49:25 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:49:25 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:49:25 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:49:25 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:49:25 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:49:25 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:49:25 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:49:25 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:49:25 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:49:25 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:49:25 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:49:26 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:49:26 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:49:26 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:49:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:49:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:49:26 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:49:26 Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 23:49:26 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:49:26 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:49:26 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:49:26 Get:67 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 23:49:26 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.9 [214 kB] 23:49:26 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] 23:49:26 Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB] 23:49:26 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.2 [123 kB] 23:49:26 Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:49:27 Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B] 23:49:27 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.2 [316 kB] 23:49:27 Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 23:49:27 Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 23:49:27 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] 23:49:27 Get:78 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:49:27 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:49:27 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 23:49:27 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] 23:49:27 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.2 [127 kB] 23:49:27 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.2 [467 kB] 23:49:27 Get:84 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB] 23:49:27 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.2 [227 kB] 23:49:27 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.2 [91.9 kB] 23:49:27 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.2 [84.9 kB] 23:49:27 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.2 [215 kB] 23:49:27 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.2 [249 kB] 23:49:27 Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 23:49:27 Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 23:49:27 Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 23:49:27 Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 23:49:27 Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:49:27 Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:49:27 Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:49:27 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:49:27 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:49:27 Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 23:49:27 Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:49:27 (1/6) Installing ca-certificates (20191127-r4) 23:49:27 (2/6) Installing libgcc (9.3.0-r2) 23:49:27 (3/6) Installing libsodium (1.0.18-r0) 23:49:27 (4/6) Installing libstdc++ (9.3.0-r2) 23:49:27 (5/6) Installing libzmq (4.3.2-r0) 23:49:27 (6/6) Installing zeromq (4.3.2-r0) 23:49:27 Executing busybox-1.31.1-r16.trigger 23:49:27 Executing ca-certificates-20191127-r4.trigger 23:49:27 OK: 8 MiB in 20 packages 23:49:28 debconf: delaying package configuration, since apt-utils is not installed 23:49:28 Fetched 76.0 MB in 4s (18.2 MB/s) 23:49:28 (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 ... 4637 files and directories currently installed.) 23:49:28 Preparing to unpack .../libc6_2.27-3ubuntu1.2_amd64.deb ... 23:49:28 Unpacking libc6:amd64 (2.27-3ubuntu1.2) over (2.27-3ubuntu1) ... 23:49:29 Removing intermediate container c43ed327770e 23:49:29 ---> cbae2c7b6f59 23:49:29 Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 23:49:29 ---> e4ac071be5be 23:49:29 Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE 23:49:30 ---> 3b1ff2a559c4 23:49:30 Step 20/26 : COPY --from=builder /app/res/ /res/ 23:49:31 ---> 1a9eafd5cd24 23:49:31 Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 23:49:31 Setting up libc6:amd64 (2.27-3ubuntu1.2) ... 23:49:32 ---> ba3a428e3861 23:49:32 Step 22/26 : EXPOSE 48095 23:49:32 ---> Running in 3188165a4000 23:49:33 Selecting previously unselected package liblocale-gettext-perl. 23:49:33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4637 files and directories currently installed.) 23:49:33 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 23:49:33 Unpacking liblocale-gettext-perl (1.07-3build2) ... 23:49:33 Selecting previously unselected package libxau6:amd64. 23:49:33 Preparing to unpack .../01-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ... 23:49:33 Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ... 23:49:33 Selecting previously unselected package libbsd0:amd64. 23:49:33 Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:49:33 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:49:33 Selecting previously unselected package libxdmcp6:amd64. 23:49:33 Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 23:49:33 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 23:49:33 Selecting previously unselected package libxcb1:amd64. 23:49:33 Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 23:49:33 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 23:49:33 Removing intermediate container 3188165a4000 23:49:33 ---> a32d98a6dcf4 23:49:33 Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:49:33 ---> Running in a3d67037fbf4 23:49:33 Selecting previously unselected package libx11-data. 23:49:33 Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 23:49:33 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 23:49:34 Removing intermediate container a3d67037fbf4 23:49:34 ---> 1d3d48c6a25b 23:49:34 Step 24/26 : LABEL arch=arm64 23:49:34 ---> Running in c7762bd36162 23:49:34 Selecting previously unselected package libx11-6:amd64. 23:49:34 Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 23:49:34 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 23:49:34 Selecting previously unselected package libxext6:amd64. 23:49:34 Preparing to unpack .../07-libxext6_2%3a1.3.3-1_amd64.deb ... 23:49:34 Unpacking libxext6:amd64 (2:1.3.3-1) ... 23:49:34 Removing intermediate container c7762bd36162 23:49:34 ---> 3459412661e4 23:49:34 Step 25/26 : LABEL git_sha=f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 23:49:34 Selecting previously unselected package perl-modules-5.26. 23:49:34 Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 23:49:34 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 23:49:34 ---> Running in 7a96096f044a 23:49:34 Removing intermediate container 7a96096f044a 23:49:34 ---> b46b9069e556 23:49:34 Step 26/26 : LABEL version=1.2.1-dev.2 23:49:35 ---> Running in 6531e5e5e6c9 23:49:35 Removing intermediate container 6531e5e5e6c9 23:49:35 ---> 9504b0b062c1 23:49:35 [Warning] One or more build-args [ARCH] were not consumed 23:49:35 Successfully built 9504b0b062c1 23:49:35 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:49:35 provisioning config files... 23:49:35 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/35@tmp/config24843966443208046tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:49:36 nexus3.edgexfoundry.org:10001 23:49:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:49:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:49:36 Configure a credential helper to remove this warning. See 23:49:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:49:36 23:49:36 Login Succeeded 23:49:36 nexus3.edgexfoundry.org:10002 23:49:36 Selecting previously unselected package libgdbm5:amd64. 23:49:36 Preparing to unpack .../09-libgdbm5_1.14.1-6_amd64.deb ... 23:49:36 Unpacking libgdbm5:amd64 (1.14.1-6) ... 23:49:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:49:37 Selecting previously unselected package libgdbm-compat4:amd64. 23:49:37 Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_amd64.deb ... 23:49:37 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 23:49:37 Selecting previously unselected package libperl5.26:amd64. 23:49:37 Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 23:49:37 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 23:49:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:49:37 Configure a credential helper to remove this warning. See 23:49:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:49:37 23:49:37 Login Succeeded 23:49:37 nexus3.edgexfoundry.org:10003 23:49:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:49:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:49:37 Configure a credential helper to remove this warning. See 23:49:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:49:37 23:49:37 Login Succeeded 23:49:37 nexus3.edgexfoundry.org:10004 23:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:49:38 Configure a credential helper to remove this warning. See 23:49:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:49:38 23:49:38 Login Succeeded 23:49:38 docker.io 23:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:49:38 Configure a credential helper to remove this warning. See 23:49:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:49:38 23:49:38 Login Succeeded [Pipeline] } 23:49:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 23:49:39 Selecting previously unselected package perl. 23:49:39 Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_amd64.deb ... 23:49:39 Unpacking perl (5.26.1-6ubuntu0.3) ... 23:49:39 Selecting previously unselected package less. 23:49:39 Preparing to unpack .../13-less_487-0.1_amd64.deb ... 23:49:39 Unpacking less (487-0.1) ... 23:49:39 Selecting previously unselected package libexpat1:amd64. 23:49:39 Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:49:39 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:49:39 Selecting previously unselected package libglib2.0-0:amd64. 23:49:39 Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 23:49:39 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [Pipeline] echo 23:49:39 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 23:49:39 f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 23:49:39 latest 23:49:39 1.2.1-dev.2 23:49:39 f9d32b0af94926d82b06a261dd6d9ce2451bd9f8-1.2.1-dev.2 23:49:39 master 23:49:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:49:39 Selecting previously unselected package libglib2.0-data. 23:49:39 Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... 23:49:39 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... 23:49:39 Selecting previously unselected package libicu60:amd64. 23:49:39 Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_amd64.deb ... 23:49:39 Unpacking libicu60:amd64 (60.2-3ubuntu3.1) ... 23:49:39 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 [Pipeline] isUnix [Pipeline] sh 23:49:39 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 23:49:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:49:39 26000dbfecba: Preparing 23:49:39 29c996dbf738: Preparing 23:49:39 2c96dcf51ca3: Preparing 23:49:39 a2a767675d3c: Preparing 23:49:39 3c0978ddaecf: Preparing 23:49:39 e2f13739ad41: Preparing 23:49:39 e2f13739ad41: Waiting 23:49:40 Selecting previously unselected package readline-common. 23:49:40 Preparing to unpack .../18-readline-common_7.0-3_all.deb ... 23:49:40 Unpacking readline-common (7.0-3) ... 23:49:40 29c996dbf738: Pushed 23:49:40 2c96dcf51ca3: Pushed 23:49:40 a2a767675d3c: Pushed 23:49:40 e2f13739ad41: Layer already exists 23:49:40 Selecting previously unselected package libreadline7:amd64. 23:49:40 Preparing to unpack .../19-libreadline7_7.0-3_amd64.deb ... 23:49:40 Unpacking libreadline7:amd64 (7.0-3) ... 23:49:40 Selecting previously unselected package libxml2:amd64. 23:49:40 Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 23:49:40 Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 23:49:40 Selecting previously unselected package netbase. 23:49:40 Preparing to unpack .../21-netbase_5.4_all.deb ... 23:49:40 Unpacking netbase (5.4) ... 23:49:40 Selecting previously unselected package shared-mime-info. 23:49:40 Preparing to unpack .../22-shared-mime-info_1.9-2_amd64.deb ... 23:49:40 Unpacking shared-mime-info (1.9-2) ... 23:49:40 Selecting previously unselected package xdg-user-dirs. 23:49:40 Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ... 23:49:41 Unpacking xdg-user-dirs (0.17-1ubuntu1) ... 23:49:41 Selecting previously unselected package xz-utils. 23:49:41 Preparing to unpack .../24-xz-utils_5.2.2-1.3_amd64.deb ... 23:49:41 Unpacking xz-utils (5.2.2-1.3) ... 23:49:41 Selecting previously unselected package libedit2:amd64. 23:49:41 Preparing to unpack .../25-libedit2_3.1-20170329-1_amd64.deb ... 23:49:41 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:49:41 3c0978ddaecf: Pushed 23:49:41 Selecting previously unselected package libssl1.0.0:amd64. 23:49:41 Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 23:49:41 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 23:49:41 Selecting previously unselected package libxmuu1:amd64. 23:49:41 Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_amd64.deb ... 23:49:41 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 23:49:41 Selecting previously unselected package manpages. 23:49:41 Preparing to unpack .../28-manpages_4.15-1_all.deb ... 23:49:41 Unpacking manpages (4.15-1) ... 23:49:41 Selecting previously unselected package openssh-client. 23:49:41 Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:49:41 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:49:42 Selecting previously unselected package xauth. 23:49:42 Preparing to unpack .../30-xauth_1%3a1.0.10-1_amd64.deb ... 23:49:42 Unpacking xauth (1:1.0.10-1) ... 23:49:42 Selecting previously unselected package binutils-common:amd64. 23:49:42 Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... 23:49:42 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... 23:49:42 Selecting previously unselected package libbinutils:amd64. 23:49:42 Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... 23:49:42 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... 23:49:42 Selecting previously unselected package binutils-x86-64-linux-gnu. 23:49:42 Preparing to unpack .../33-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... 23:49:42 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 23:49:43 Selecting previously unselected package binutils. 23:49:43 Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... 23:49:43 Unpacking binutils (2.30-21ubuntu1~18.04.3) ... 23:49:43 Selecting previously unselected package libc-dev-bin. 23:49:43 Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 23:49:43 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 23:49:43 Selecting previously unselected package linux-libc-dev:amd64. 23:49:43 Preparing to unpack .../36-linux-libc-dev_4.15.0-109.110_amd64.deb ... 23:49:43 Unpacking linux-libc-dev:amd64 (4.15.0-109.110) ... 23:49:43 26000dbfecba: Pushed 23:49:43 f9d32b0af94926d82b06a261dd6d9ce2451bd9f8: digest: sha256:098f8b04b9aa7844b999149574145dae42ee77ad2d08601bdf7e44e94ecd43f0 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:49:44 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:49:44 Selecting previously unselected package libc6-dev:amd64. 23:49:44 Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 23:49:44 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 23:49:44 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 23:49:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:49:44 26000dbfecba: Preparing 23:49:44 29c996dbf738: Preparing 23:49:44 2c96dcf51ca3: Preparing 23:49:44 a2a767675d3c: Preparing 23:49:44 3c0978ddaecf: Preparing 23:49:44 e2f13739ad41: Preparing 23:49:44 e2f13739ad41: Waiting 23:49:44 26000dbfecba: Layer already exists 23:49:44 3c0978ddaecf: Layer already exists 23:49:44 29c996dbf738: Layer already exists 23:49:44 a2a767675d3c: Layer already exists 23:49:44 2c96dcf51ca3: Layer already exists 23:49:44 e2f13739ad41: Layer already exists 23:49:44 latest: digest: sha256:098f8b04b9aa7844b999149574145dae42ee77ad2d08601bdf7e44e94ecd43f0 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:49:44 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 23:49:45 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.2 23:49:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:49:45 26000dbfecba: Preparing 23:49:45 29c996dbf738: Preparing 23:49:45 2c96dcf51ca3: Preparing 23:49:45 a2a767675d3c: Preparing 23:49:45 3c0978ddaecf: Preparing 23:49:45 e2f13739ad41: Preparing 23:49:45 e2f13739ad41: Waiting 23:49:45 3c0978ddaecf: Layer already exists 23:49:45 2c96dcf51ca3: Layer already exists 23:49:45 26000dbfecba: Layer already exists 23:49:45 29c996dbf738: Layer already exists 23:49:45 a2a767675d3c: Layer already exists 23:49:45 e2f13739ad41: Layer already exists 23:49:45 1.2.1-dev.2: digest: sha256:098f8b04b9aa7844b999149574145dae42ee77ad2d08601bdf7e44e94ecd43f0 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:49:45 Selecting previously unselected package gcc-7-base:amd64. 23:49:45 Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:49:45 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:49:45 Selecting previously unselected package libisl19:amd64. 23:49:45 Preparing to unpack .../39-libisl19_0.19-1_amd64.deb ... 23:49:45 Unpacking libisl19:amd64 (0.19-1) ... 23:49:45 Selecting previously unselected package libmpfr6:amd64. 23:49:45 Preparing to unpack .../40-libmpfr6_4.0.1-1_amd64.deb ... 23:49:45 Unpacking libmpfr6:amd64 (4.0.1-1) ... 23:49:45 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f9d32b0af94926d82b06a261dd6d9ce2451bd9f8-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 23:49:45 Selecting previously unselected package libmpc3:amd64. 23:49:45 Preparing to unpack .../41-libmpc3_1.1.0-1_amd64.deb ... 23:49:45 Unpacking libmpc3:amd64 (1.1.0-1) ... 23:49:45 Selecting previously unselected package cpp-7. 23:49:45 Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:49:45 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:49:46 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f9d32b0af94926d82b06a261dd6d9ce2451bd9f8-1.2.1-dev.2 23:49:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:49:46 26000dbfecba: Preparing 23:49:46 29c996dbf738: Preparing 23:49:46 2c96dcf51ca3: Preparing 23:49:46 a2a767675d3c: Preparing 23:49:46 3c0978ddaecf: Preparing 23:49:46 e2f13739ad41: Preparing 23:49:46 a2a767675d3c: Layer already exists 23:49:46 29c996dbf738: Layer already exists 23:49:46 3c0978ddaecf: Layer already exists 23:49:46 2c96dcf51ca3: Layer already exists 23:49:46 26000dbfecba: Layer already exists 23:49:46 e2f13739ad41: Layer already exists 23:49:46 f9d32b0af94926d82b06a261dd6d9ce2451bd9f8-1.2.1-dev.2: digest: sha256:098f8b04b9aa7844b999149574145dae42ee77ad2d08601bdf7e44e94ecd43f0 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:49:46 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 23:49:46 Selecting previously unselected package cpp. 23:49:46 Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:49:46 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 23:49:46 Selecting previously unselected package libcc1-0:amd64. 23:49:46 Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:49:46 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:47 Selecting previously unselected package libgomp1:amd64. 23:49:47 Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:49:47 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:47 Selecting previously unselected package libitm1:amd64. 23:49:47 Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:49:47 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:47 Selecting previously unselected package libatomic1:amd64. 23:49:47 Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:49:47 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:47 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 23:49:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:49:47 26000dbfecba: Preparing 23:49:47 29c996dbf738: Preparing 23:49:47 2c96dcf51ca3: Preparing 23:49:47 a2a767675d3c: Preparing 23:49:47 3c0978ddaecf: Preparing 23:49:47 e2f13739ad41: Preparing 23:49:47 e2f13739ad41: Waiting 23:49:47 2c96dcf51ca3: Layer already exists 23:49:47 3c0978ddaecf: Layer already exists 23:49:47 a2a767675d3c: Layer already exists 23:49:47 26000dbfecba: Layer already exists 23:49:47 29c996dbf738: Layer already exists 23:49:47 e2f13739ad41: Layer already exists 23:49:47 Selecting previously unselected package libasan4:amd64. 23:49:47 Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:49:47 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:49:47 Selecting previously unselected package liblsan0:amd64. 23:49:47 Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:49:47 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:47 master: digest: sha256:098f8b04b9aa7844b999149574145dae42ee77ad2d08601bdf7e44e94ecd43f0 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script 23:49:47 Selecting previously unselected package libtsan0:amd64. 23:49:47 Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:49:47 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:47 Selecting previously unselected package libubsan0:amd64. 23:49:47 Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:49:47 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:49:47 Selecting previously unselected package libcilkrts5:amd64. 23:49:47 Preparing to unpack .../52-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 23:49:47 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:49:47 Selecting previously unselected package libmpx2:amd64. 23:49:47 Preparing to unpack .../53-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:49:47 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:47 Selecting previously unselected package libquadmath0:amd64. 23:49:47 Preparing to unpack .../54-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:49:47 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:48 Selecting previously unselected package libgcc-7-dev:amd64. 23:49:48 Preparing to unpack .../55-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:49:48 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:49:48 + find /w/workspace/app-service-configurable/35 23:49:48 + grep snapcraft.yaml 23:49:48 + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/35/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:49:48 provisioning config files... 23:49:48 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/35@tmp/config6590959943022950289tmp [Pipeline] { [Pipeline] sh 23:49:48 + cp /w/workspace/app-service-configurable/35@tmp/config6590959943022950289tmp /w/workspace/app-service-configurable/35/edgex-snap-store-login 23:49:48 Selecting previously unselected package gcc-7. 23:49:48 Preparing to unpack .../56-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:49:48 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [Pipeline] sh 23:49:49 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/35:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 23:49:49 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 23:49:49 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 23:49:49 b2f61026a351: Pulling fs layer 23:49:49 5538fb30c42c: Pulling fs layer 23:49:49 f0b05810781a: Pulling fs layer 23:49:49 0180a33352d6: Pulling fs layer 23:49:49 e7604b0c0f53: Pulling fs layer 23:49:49 db689cb83ae0: Pulling fs layer 23:49:49 6138af208834: Pulling fs layer 23:49:49 007c8e8c5d63: Pulling fs layer 23:49:49 4f7a387c642f: Pulling fs layer 23:49:49 db689cb83ae0: Waiting 23:49:49 6138af208834: Waiting 23:49:49 0180a33352d6: Waiting 23:49:49 e7604b0c0f53: Waiting 23:49:49 007c8e8c5d63: Waiting 23:49:49 4f7a387c642f: Waiting 23:49:49 f0b05810781a: Verifying Checksum 23:49:49 f0b05810781a: Download complete 23:49:49 5538fb30c42c: Verifying Checksum 23:49:49 5538fb30c42c: Download complete 23:49:49 0180a33352d6: Verifying Checksum 23:49:49 0180a33352d6: Download complete 23:49:49 db689cb83ae0: Verifying Checksum 23:49:49 db689cb83ae0: Download complete 23:49:49 6138af208834: Verifying Checksum 23:49:49 6138af208834: Download complete 23:49:49 007c8e8c5d63: Verifying Checksum 23:49:49 007c8e8c5d63: Download complete 23:49:49 4f7a387c642f: Verifying Checksum 23:49:49 4f7a387c642f: Download complete 23:49:49 Selecting previously unselected package gcc. 23:49:49 Preparing to unpack .../57-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:49:49 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 23:49:49 Selecting previously unselected package libstdc++-7-dev:amd64. 23:49:49 Preparing to unpack .../58-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:49:49 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:49:50 b2f61026a351: Verifying Checksum 23:49:50 b2f61026a351: Download complete 23:49:51 Selecting previously unselected package g++-7. 23:49:51 Preparing to unpack .../59-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:49:51 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 23:49:52 Selecting previously unselected package g++. 23:49:52 Preparing to unpack .../60-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:49:52 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 23:49:52 Selecting previously unselected package make. 23:49:52 Preparing to unpack .../61-make_4.1-9.1ubuntu1_amd64.deb ... 23:49:52 Unpacking make (4.1-9.1ubuntu1) ... 23:49:52 Selecting previously unselected package libdpkg-perl. 23:49:52 Preparing to unpack .../62-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:49:52 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:49:52 Selecting previously unselected package patch. 23:49:52 Preparing to unpack .../63-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:49:52 Unpacking patch (2.7.6-2ubuntu1.1) ... 23:49:52 Selecting previously unselected package dpkg-dev. 23:49:52 Preparing to unpack .../64-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:49:52 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 23:49:52 b2f61026a351: Pull complete 23:49:53 Selecting previously unselected package build-essential. 23:49:53 Preparing to unpack .../65-build-essential_12.4ubuntu1_amd64.deb ... 23:49:53 Unpacking build-essential (12.4ubuntu1) ... 23:49:53 Preparing to unpack .../66-libcurl4_7.58.0-2ubuntu3.9_amd64.deb ... 23:49:53 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.9) over (7.58.0-2ubuntu3.8) ... 23:49:53 5538fb30c42c: Pull complete 23:49:53 Selecting previously unselected package curl. 23:49:53 Preparing to unpack .../67-curl_7.58.0-2ubuntu3.9_amd64.deb ... 23:49:53 Unpacking curl (7.58.0-2ubuntu3.9) ... 23:49:53 Selecting previously unselected package libassuan0:amd64. 23:49:53 Preparing to unpack .../68-libassuan0_2.5.1-2_amd64.deb ... 23:49:53 Unpacking libassuan0:amd64 (2.5.1-2) ... 23:49:53 Selecting previously unselected package gpgconf. 23:49:53 Preparing to unpack .../69-gpgconf_2.2.4-1ubuntu1.2_amd64.deb ... 23:49:53 Unpacking gpgconf (2.2.4-1ubuntu1.2) ... 23:49:53 f0b05810781a: Pull complete 23:49:53 Selecting previously unselected package libksba8:amd64. 23:49:53 Preparing to unpack .../70-libksba8_1.3.5-2_amd64.deb ... 23:49:53 Unpacking libksba8:amd64 (1.3.5-2) ... 23:49:53 Selecting previously unselected package libnpth0:amd64. 23:49:53 Preparing to unpack .../71-libnpth0_1.5-3_amd64.deb ... 23:49:53 Unpacking libnpth0:amd64 (1.5-3) ... 23:49:53 Selecting previously unselected package dirmngr. 23:49:53 Preparing to unpack .../72-dirmngr_2.2.4-1ubuntu1.2_amd64.deb ... 23:49:53 Unpacking dirmngr (2.2.4-1ubuntu1.2) ... 23:49:53 Selecting previously unselected package libfakeroot:amd64. 23:49:53 Preparing to unpack .../73-libfakeroot_1.22-2ubuntu1_amd64.deb ... 23:49:53 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 23:49:53 Selecting previously unselected package fakeroot. 23:49:53 Preparing to unpack .../74-fakeroot_1.22-2ubuntu1_amd64.deb ... 23:49:53 Unpacking fakeroot (1.22-2ubuntu1) ... 23:49:54 Selecting previously unselected package libcurl3-gnutls:amd64. 23:49:54 Preparing to unpack .../75-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... 23:49:54 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 23:49:54 Selecting previously unselected package liberror-perl. 23:49:54 Preparing to unpack .../76-liberror-perl_0.17025-1_all.deb ... 23:49:54 Unpacking liberror-perl (0.17025-1) ... 23:49:54 Selecting previously unselected package git-man. 23:49:54 Preparing to unpack .../77-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:49:54 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:49:54 0180a33352d6: Pull complete 23:49:54 Selecting previously unselected package git. 23:49:54 Preparing to unpack .../78-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 23:49:54 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:49:55 Selecting previously unselected package gnupg-l10n. 23:49:55 Preparing to unpack .../79-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... 23:49:55 Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... 23:49:55 Selecting previously unselected package gnupg-utils. 23:49:55 Preparing to unpack .../80-gnupg-utils_2.2.4-1ubuntu1.2_amd64.deb ... 23:49:55 Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... 23:49:55 Selecting previously unselected package gpg. 23:49:55 Preparing to unpack .../81-gpg_2.2.4-1ubuntu1.2_amd64.deb ... 23:49:55 Unpacking gpg (2.2.4-1ubuntu1.2) ... 23:49:55 Selecting previously unselected package pinentry-curses. 23:49:55 Preparing to unpack .../82-pinentry-curses_1.1.0-1_amd64.deb ... 23:49:55 Unpacking pinentry-curses (1.1.0-1) ... 23:49:55 Selecting previously unselected package gpg-agent. 23:49:55 Preparing to unpack .../83-gpg-agent_2.2.4-1ubuntu1.2_amd64.deb ... 23:49:55 Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... 23:49:56 Selecting previously unselected package gpg-wks-client. 23:49:56 Preparing to unpack .../84-gpg-wks-client_2.2.4-1ubuntu1.2_amd64.deb ... 23:49:56 Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... 23:49:56 Selecting previously unselected package gpg-wks-server. 23:49:56 Preparing to unpack .../85-gpg-wks-server_2.2.4-1ubuntu1.2_amd64.deb ... 23:49:56 Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... 23:49:56 Selecting previously unselected package gpgsm. 23:49:56 Preparing to unpack .../86-gpgsm_2.2.4-1ubuntu1.2_amd64.deb ... 23:49:56 Unpacking gpgsm (2.2.4-1ubuntu1.2) ... 23:49:56 Selecting previously unselected package gnupg. 23:49:56 Preparing to unpack .../87-gnupg_2.2.4-1ubuntu1.2_amd64.deb ... 23:49:56 Unpacking gnupg (2.2.4-1ubuntu1.2) ... 23:49:56 Selecting previously unselected package libalgorithm-diff-perl. 23:49:56 Preparing to unpack .../88-libalgorithm-diff-perl_1.19.03-1_all.deb ... 23:49:56 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 23:49:56 Selecting previously unselected package libalgorithm-diff-xs-perl. 23:49:56 Preparing to unpack .../89-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 23:49:56 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 23:49:56 Selecting previously unselected package libalgorithm-merge-perl. 23:49:56 Preparing to unpack .../90-libalgorithm-merge-perl_0.08-3_all.deb ... 23:49:56 Unpacking libalgorithm-merge-perl (0.08-3) ... 23:49:56 Selecting previously unselected package libfile-fcntllock-perl. 23:49:56 Preparing to unpack .../91-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 23:49:56 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 23:49:56 e7604b0c0f53: Verifying Checksum 23:49:56 e7604b0c0f53: Download complete 23:49:56 Selecting previously unselected package libnorm1:amd64. 23:49:56 Preparing to unpack .../92-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:49:56 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:49:56 Selecting previously unselected package libpgm-5.2-0:amd64. 23:49:56 Preparing to unpack .../93-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:49:56 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:49:56 Selecting previously unselected package libsodium23:amd64. 23:49:56 Preparing to unpack .../94-libsodium23_1.0.16-2_amd64.deb ... 23:49:56 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:49:57 Selecting previously unselected package libzmq5:amd64. 23:49:57 Preparing to unpack .../95-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:49:57 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:49:57 Selecting previously unselected package libzmq3-dev:amd64. 23:49:57 Preparing to unpack .../96-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:49:57 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:49:57 Selecting previously unselected package manpages-dev. 23:49:57 Preparing to unpack .../97-manpages-dev_4.15-1_all.deb ... 23:49:57 Unpacking manpages-dev (4.15-1) ... 23:49:57 Selecting previously unselected package pkg-config. 23:49:57 Preparing to unpack .../98-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:49:57 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:49:57 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:57 Setting up libnpth0:amd64 (1.5-3) ... 23:49:57 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:49:57 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:57 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:49:57 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:57 Setting up readline-common (7.0-3) ... 23:49:57 Setting up manpages (4.15-1) ... 23:49:57 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:49:57 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:49:57 Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 23:49:57 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:57 Setting up less (487-0.1) ... 23:49:58 Setting up make (4.1-9.1ubuntu1) ... 23:49:58 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 23:49:58 Setting up libreadline7:amd64 (7.0-3) ... 23:49:58 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 23:49:58 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:58 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:49:58 No schema files found: doing nothing. 23:49:58 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.9) ... 23:49:59 Setting up linux-libc-dev:amd64 (4.15.0-109.110) ... 23:49:59 Setting up libmpfr6:amd64 (4.0.1-1) ... 23:49:59 Setting up libksba8:amd64 (1.3.5-2) ... 23:49:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 23:49:59 Setting up libgdbm5:amd64 (1.14.1-6) ... 23:49:59 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:49:59 Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 23:49:59 Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... 23:49:59 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:59 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:49:59 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:49:59 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... 23:49:59 Setting up libsodium23:amd64 (1.0.16-2) ... 23:49:59 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:49:59 Setting up patch (2.7.6-2ubuntu1.1) ... 23:49:59 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... 23:49:59 Setting up xz-utils (5.2.2-1.3) ... 23:49:59 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 23:49:59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist 23:49:59 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist 23:49:59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist 23:49:59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist 23:49:59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist 23:49:59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist 23:49:59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist 23:49:59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist 23:49:59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist 23:49:59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist 23:49:59 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 23:49:59 Setting up liblocale-gettext-perl (1.07-3build2) ... 23:49:59 Setting up shared-mime-info (1.9-2) ... 23:50:05 Setting up libmpc3:amd64 (1.1.0-1) ... 23:50:05 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 23:50:05 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 23:50:05 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 23:50:05 Setting up manpages-dev (4.15-1) ... 23:50:05 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:50:05 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 23:50:05 Setting up libassuan0:amd64 (2.5.1-2) ... 23:50:05 Setting up xdg-user-dirs (0.17-1ubuntu1) ... 23:50:05 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:50:05 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 23:50:05 Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ... 23:50:05 Setting up netbase (5.4) ... 23:50:05 Setting up libisl19:amd64 (0.19-1) ... 23:50:05 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:50:05 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:50:05 Setting up curl (7.58.0-2ubuntu3.9) ... 23:50:05 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... 23:50:05 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:50:05 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:50:05 Setting up gpgconf (2.2.4-1ubuntu1.2) ... 23:50:05 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:50:05 Setting up fakeroot (1.22-2ubuntu1) ... 23:50:06 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 23:50:06 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 23:50:06 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 23:50:06 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 23:50:06 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 23:50:06 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 23:50:06 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 23:50:06 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 23:50:06 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 23:50:06 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:50:06 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:50:06 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:50:06 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 23:50:06 Setting up gpgsm (2.2.4-1ubuntu1.2) ... 23:50:06 Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... 23:50:06 Setting up pinentry-curses (1.1.0-1) ... 23:50:06 Setting up dirmngr (2.2.4-1ubuntu1.2) ... 23:50:06 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 23:50:06 Setting up gpg (2.2.4-1ubuntu1.2) ... 23:50:06 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 23:50:06 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:50:06 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 23:50:06 Setting up gpg-agent (2.2.4-1ubuntu1.2) ... 23:50:06 Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... 23:50:06 Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... 23:50:06 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 23:50:06 Setting up perl (5.26.1-6ubuntu0.3) ... 23:50:06 Setting up libfile-fcntllock-perl (0.22-3build2) ... 23:50:06 Setting up libalgorithm-diff-perl (1.19.03-1) ... 23:50:06 Setting up binutils (2.30-21ubuntu1~18.04.3) ... 23:50:06 Setting up libxext6:amd64 (2:1.3.3-1) ... 23:50:06 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:50:06 Setting up liberror-perl (0.17025-1) ... 23:50:06 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:50:06 Setting up gnupg (2.2.4-1ubuntu1.2) ... 23:50:06 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:50:06 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:50:06 Setting up xauth (1:1.0.10-1) ... 23:50:06 Setting up libalgorithm-merge-perl (0.08-3) ... 23:50:06 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:50:06 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 23:50:07 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:50:07 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 23:50:07 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist 23:50:07 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:50:07 Setting up build-essential (12.4ubuntu1) ... 23:50:07 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:50:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:50:10 binutils set to automatically installed. 23:50:10 binutils-common set to automatically installed. 23:50:10 binutils-x86-64-linux-gnu set to automatically installed. 23:50:10 build-essential set to automatically installed. 23:50:10 cpp set to automatically installed. 23:50:10 cpp-7 set to automatically installed. 23:50:10 curl set to automatically installed. 23:50:10 dirmngr set to automatically installed. 23:50:10 dpkg-dev set to automatically installed. 23:50:10 fakeroot set to automatically installed. 23:50:10 g++ set to automatically installed. 23:50:10 g++-7 set to automatically installed. 23:50:10 gcc set to automatically installed. 23:50:10 gcc-7 set to automatically installed. 23:50:10 gcc-7-base set to automatically installed. 23:50:10 git set to automatically installed. 23:50:10 git-man set to automatically installed. 23:50:10 gnupg set to automatically installed. 23:50:10 gnupg-l10n set to automatically installed. 23:50:10 gnupg-utils set to automatically installed. 23:50:10 gpg set to automatically installed. 23:50:10 gpg-agent set to automatically installed. 23:50:10 gpg-wks-client set to automatically installed. 23:50:10 gpg-wks-server set to automatically installed. 23:50:10 gpgconf set to automatically installed. 23:50:10 gpgsm set to automatically installed. 23:50:10 less set to automatically installed. 23:50:10 libalgorithm-diff-perl set to automatically installed. 23:50:10 libalgorithm-diff-xs-perl set to automatically installed. 23:50:10 libalgorithm-merge-perl set to automatically installed. 23:50:10 libasan4 set to automatically installed. 23:50:10 libassuan0 set to automatically installed. 23:50:10 libatomic1 set to automatically installed. 23:50:10 libbinutils set to automatically installed. 23:50:10 libbsd0 set to automatically installed. 23:50:10 libc-dev-bin set to automatically installed. 23:50:10 libc6 set to automatically installed. 23:50:10 libc6-dev set to automatically installed. 23:50:10 libcc1-0 set to automatically installed. 23:50:10 libcilkrts5 set to automatically installed. 23:50:10 libcurl3-gnutls set to automatically installed. 23:50:10 libcurl4 set to automatically installed. 23:50:10 libdpkg-perl set to automatically installed. 23:50:10 libedit2 set to automatically installed. 23:50:10 liberror-perl set to automatically installed. 23:50:10 libexpat1 set to automatically installed. 23:50:10 libfakeroot set to automatically installed. 23:50:10 libfile-fcntllock-perl set to automatically installed. 23:50:10 libgcc-7-dev set to automatically installed. 23:50:10 libgdbm-compat4 set to automatically installed. 23:50:10 libgdbm5 set to automatically installed. 23:50:10 libglib2.0-0 set to automatically installed. 23:50:10 libglib2.0-data set to automatically installed. 23:50:10 libgomp1 set to automatically installed. 23:50:10 libicu60 set to automatically installed. 23:50:10 libisl19 set to automatically installed. 23:50:10 libitm1 set to automatically installed. 23:50:10 libksba8 set to automatically installed. 23:50:10 liblocale-gettext-perl set to automatically installed. 23:50:10 liblsan0 set to automatically installed. 23:50:10 libmpc3 set to automatically installed. 23:50:10 libmpfr6 set to automatically installed. 23:50:10 libmpx2 set to automatically installed. 23:50:10 libnorm1 set to automatically installed. 23:50:10 libnpth0 set to automatically installed. 23:50:10 libperl5.26 set to automatically installed. 23:50:10 libpgm-5.2-0 set to automatically installed. 23:50:10 libquadmath0 set to automatically installed. 23:50:10 libreadline7 set to automatically installed. 23:50:10 libsodium23 set to automatically installed. 23:50:10 libssl1.0.0 set to automatically installed. 23:50:10 libstdc++-7-dev set to automatically installed. 23:50:10 libtsan0 set to automatically installed. 23:50:10 libubsan0 set to automatically installed. 23:50:10 libx11-6 set to automatically installed. 23:50:10 libx11-data set to automatically installed. 23:50:10 libxau6 set to automatically installed. 23:50:10 libxcb1 set to automatically installed. 23:50:10 libxdmcp6 set to automatically installed. 23:50:10 libxext6 set to automatically installed. 23:50:10 libxml2 set to automatically installed. 23:50:10 libxmuu1 set to automatically installed. 23:50:10 libzmq3-dev set to automatically installed. 23:50:10 libzmq5 set to automatically installed. 23:50:10 linux-libc-dev set to automatically installed. 23:50:10 make set to automatically installed. 23:50:10 manpages set to automatically installed. 23:50:10 manpages-dev set to automatically installed. 23:50:10 netbase set to automatically installed. 23:50:10 openssh-client set to automatically installed. 23:50:10 patch set to automatically installed. 23:50:10 perl set to automatically installed. 23:50:10 perl-modules-5.26 set to automatically installed. 23:50:10 pinentry-curses set to automatically installed. 23:50:10 pkg-config set to automatically installed. 23:50:10 readline-common set to automatically installed. 23:50:10 shared-mime-info set to automatically installed. 23:50:10 xauth set to automatically installed. 23:50:10 xdg-user-dirs set to automatically installed. 23:50:10 xz-utils set to automatically installed. 23:50:10 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 23:50:10 Please ensure the environment is properly setup before continuing. 23:50:10 Ignore this message if the appropriate measures have already been taken 23:50:11 Pulling go 23:50:12 'app-service-config' has dependencies that need to be staged: go 23:50:12 Skipping pull go (already ran) 23:50:12 Building go 23:50:12 % Total % Received % Xferd Average Speed Time Time Time Current 23:50:12 Dload Upload Total Spent Left Speed 23:50:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 38 114M 38 43.5M 0 0 44.7M 0 0:00:02 --:--:-- 0:00:02 44.7M 91 114M 91 104M 0 0 53.5M 0 0:00:02 0:00:01 0:00:01 53.5M 100 114M 100 114M 0 0 54.7M 0 0:00:02 0:00:02 --:--:-- 54.7M 23:50:14 go1.13.10.linux-amd64.tar.gz: OK 23:50:23 Staging go 23:50:29 e7604b0c0f53: Pull complete 23:50:29 db689cb83ae0: Pull complete 23:50:29 6138af208834: Pull complete 23:50:29 007c8e8c5d63: Pull complete 23:50:29 4f7a387c642f: Pull complete 23:50:29 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 23:50:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 23:50:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:50:33 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:50:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [869 kB] 23:50:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [89.0 kB] 23:50:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9282 B] 23:50:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1003 kB] 23:50:33 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:50:33 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 23:50:33 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 23:50:33 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 23:50:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 23:50:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 23:50:33 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [103 kB] 23:50:33 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1405 kB] 23:50:33 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1303 kB] 23:50:33 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] 23:50:33 Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 23:50:33 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 23:50:33 Fetched 18.2 MB in 0s (0 B/s) 23:50:33 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 23:50:33 Fetched 224 kB in 0s (0 B/s) 23:50:33 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 23:50:33 Fetched 157 kB in 0s (0 B/s) 23:50:33 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 23:50:33 Fetched 221 kB in 0s (0 B/s) 23:50:33 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 23:50:33 Fetched 143 kB in 0s (0 B/s) 23:50:33 Pulling app-service-config 23:50:33 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 23:50:33 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 23:50:33 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 23:50:33 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 23:50:33 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] 23:50:33 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1245 kB] 23:50:33 Pulling config-common 23:50:34 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [903 kB] 23:50:34 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 23:50:34 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 23:50:34 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] 23:50:34 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [630 kB] 23:50:34 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] 23:50:34 Skipping build go (already ran) 23:50:35 Fetched 3812 kB in 2s (1654 kB/s) 23:50:35 Building app-service-config 23:50:35 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.6 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable 23:50:36 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.6 23:50:36 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.6 23:50:36 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.34 23:50:36 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 23:50:36 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 23:50:36 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:50:36 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 23:50:36 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:50:36 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.34 23:50:36 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 23:50:36 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:50:36 go: downloading github.com/google/uuid v1.1.1 23:50:36 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 23:50:36 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 23:50:36 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 23:50:36 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 23:50:36 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:50:36 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 23:50:36 go: downloading github.com/mitchellh/copystructure v1.0.0 23:50:36 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 23:50:36 go: downloading github.com/pelletier/go-toml v1.2.0 23:50:36 go: downloading github.com/go-redis/redis/v7 v7.2.0 23:50:36 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 23:50:36 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 23:50:36 go: extracting github.com/google/uuid v1.1.1 23:50:36 go: downloading github.com/x448/float16 v0.8.4 23:50:36 go: downloading github.com/gorilla/mux v1.7.4 23:50:36 go: downloading github.com/BurntSushi/toml v0.3.1 23:50:36 go: downloading github.com/pebbe/zmq4 v1.0.0 23:50:36 go: extracting github.com/mitchellh/copystructure v1.0.0 23:50:36 go: extracting github.com/gorilla/mux v1.7.4 23:50:36 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 23:50:36 go: downloading github.com/go-kit/kit v0.8.0 23:50:36 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:50:36 go: extracting github.com/x448/float16 v0.8.4 23:50:36 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:50:36 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:50:36 go: extracting github.com/BurntSushi/toml v0.3.1 23:50:36 go: extracting github.com/pebbe/zmq4 v1.0.0 23:50:36 go: extracting github.com/pelletier/go-toml v1.2.0 23:50:36 go: extracting github.com/go-redis/redis/v7 v7.2.0 23:50:36 go: downloading github.com/hashicorp/consul/api v1.1.0 23:50:36 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 23:50:36 go: extracting github.com/mitchellh/reflectwalk v1.0.0 23:50:36 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:50:36 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 23:50:36 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:50:36 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:50:36 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:50:36 go: extracting github.com/hashicorp/consul/api v1.1.0 23:50:36 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 23:50:36 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:50:36 go: downloading github.com/hashicorp/serf v0.8.2 23:50:36 go: extracting github.com/go-kit/kit v0.8.0 23:50:36 go: extracting github.com/mitchellh/mapstructure v1.1.2 23:50:36 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 23:50:36 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 23:50:36 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 23:50:36 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:50:36 go: extracting github.com/hashicorp/serf v0.8.2 23:50:37 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:50:37 go: downloading github.com/go-logfmt/logfmt v0.4.0 23:50:37 go: extracting github.com/go-logfmt/logfmt v0.4.0 23:50:37 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:50:37 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:50:37 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 23:50:37 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:50:37 go: extracting github.com/hashicorp/golang-lru v0.5.0 23:50:37 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.6 23:50:37 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 23:50:37 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 23:50:37 go: finding github.com/google/uuid v1.1.1 23:50:37 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 23:50:37 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 23:50:37 go: finding github.com/BurntSushi/toml v0.3.1 23:50:37 go: finding github.com/go-kit/kit v0.8.0 23:50:37 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:50:37 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:50:37 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:50:37 go: finding github.com/gorilla/mux v1.7.4 23:50:37 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:50:37 go: finding github.com/hashicorp/consul/api v1.1.0 23:50:37 go: finding github.com/x448/float16 v0.8.4 23:50:37 go: finding github.com/gomodule/redigo v2.0.0+incompatible 23:50:37 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 23:50:37 go: finding github.com/go-logfmt/logfmt v0.4.0 23:50:37 go: finding github.com/pelletier/go-toml v1.2.0 23:50:37 go: finding github.com/go-redis/redis/v7 v7.2.0 23:50:37 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:50:37 go: finding github.com/pebbe/zmq4 v1.0.0 23:50:37 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:50:37 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:50:37 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:50:37 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:50:37 go: finding github.com/hashicorp/serf v0.8.2 23:50:37 go: finding github.com/mitchellh/copystructure v1.0.0 23:50:37 go: finding github.com/mitchellh/mapstructure v1.1.2 23:50:37 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:50:37 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:50:37 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:50:37 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:50:37 go: finding github.com/hashicorp/golang-lru v0.5.0 23:50:39 Reading package lists... 23:50:46 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: 23:50:46 - README.md 23:50:46 23:50:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:50:52 Installing build dependencies: binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 libc-dev-bin libc6 libc6-dev libcc1-0 libcurl3-gnutls libcurl4 libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config readline-common shared-mime-info xauth xdg-user-dirs xz-utils 23:50:55 Building config-common 23:50:56 Reading package lists... 23:50:57 Skipping stage go (already ran) 23:50:57 Staging app-service-config 23:50:57 Building dependency tree... 23:50:57 Reading state information... 23:50:57 Staging config-common 23:50:58 The following packages were automatically installed and are no longer required: 23:50:58 libjq1 liblzo2-2 libonig4 23:50:58 Use 'sudo apt autoremove' to remove them. 23:50:58 Suggested packages: 23:50:58 binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd 23:50:58 pinentry-gnome3 tor debian-keyring gcc-7-doc libstdc++6-7-dbg gcc-multilib 23:50:58 autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg 23:50:58 libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg 23:50:58 libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base 23:50:58 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 23:50:58 gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon 23:50:58 glibc-doc locales bzr gdbm-l10n libstdc++-7-doc make-doc man-browser 23:50:58 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 23:50:58 libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc 23:50:58 readline-doc 23:50:58 Priming go 23:50:59 Priming app-service-config 23:50:59 The following NEW packages will be installed: 23:50:59 binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp 23:50:59 cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git 23:50:59 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client 23:50:59 gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl 23:50:59 libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 23:50:59 libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 23:50:59 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot 23:50:59 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 23:50:59 libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 23:50:59 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 23:50:59 libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 23:50:59 libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 23:50:59 libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make 23:50:59 manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 23:50:59 pinentry-curses pkg-config readline-common shared-mime-info xauth 23:50:59 xdg-user-dirs xz-utils 23:50:59 The following packages will be upgraded: 23:50:59 libc6 libcurl4 23:50:59 2 upgraded, 95 newly installed, 0 to remove and 14 not upgraded. 23:50:59 Need to get 65.8 MB of archives. 23:50:59 After this operation, 277 MB of additional disk space will be used. 23:50:59 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6 arm64 2.27-3ubuntu1.2 [2274 kB] 23:51:00 Priming config-common 23:51:00 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] 23:51:00 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxau6 arm64 1:1.0.8-1ubuntu1 [7088 B] 23:51:00 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 23:51:00 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 23:51:00 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 23:51:00 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 23:51:00 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 23:51:00 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 23:51:00 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 23:51:00 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 23:51:00 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 23:51:00 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 23:51:00 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 23:51:00 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 23:51:00 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 23:51:00 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-0 arm64 2.56.4-0ubuntu0.18.04.6 [983 kB] 23:51:00 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] 23:51:00 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.1 [7987 kB] 23:51:01 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB] 23:51:01 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB] 23:51:01 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.3 [547 kB] 23:51:01 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 23:51:01 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB] 23:51:01 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB] 23:51:01 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xz-utils arm64 5.2.2-1.3 [79.2 kB] 23:51:01 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 23:51:01 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 23:51:01 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 23:51:01 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] 23:51:01 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 23:51:01 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 23:51:01 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.3 [196 kB] 23:51:01 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] 23:51:01 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.3 [2168 kB] 23:51:01 Snapping 'edgex-app-service-configurable' ... 23:51:01 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] 23:51:01 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.2 [58.7 kB] 23:51:01 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-109.110 [975 kB] 23:51:01 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] 23:51:01 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:51:01 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] 23:51:01 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] 23:51:01 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] 23:51:01 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] 23:51:02 Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:51:02 Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] 23:51:02 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] 23:51:02 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] 23:51:02 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] 23:51:02 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] 23:51:02 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] 23:51:02 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] 23:51:02 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] 23:51:02 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] 23:51:02 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] 23:51:02 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] 23:51:02 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:51:02 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] 23:51:02 23:51:02 Snapped edgex-app-service-configurable_1.2.0-20200709+f9d32b0_amd64.snap 23:51:03 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] 23:51:03 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 23:51:03 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:51:03 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 23:51:03 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:51:03 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] 23:51:03 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.9 [180 kB] 23:51:03 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] 23:51:03 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB] 23:51:03 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.2 [106 kB] 23:51:03 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] 23:51:03 Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B] 23:51:03 Get:71 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.2 [276 kB] 23:51:03 Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] 23:51:03 Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] 23:51:03 Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] 23:51:03 Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 23:51:03 Get:76 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:51:03 Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 23:51:03 Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] 23:51:03 Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.2 [108 kB] 23:51:03 Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.2 [400 kB] 23:51:03 Get:81 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB] 23:51:03 Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.2 [190 kB] 23:51:03 Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.2 [76.8 kB] 23:51:03 Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.2 [71.6 kB] 23:51:03 Get:85 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.2 [182 kB] 23:51:03 Get:86 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.2 [249 kB] 23:51:03 Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 23:51:03 Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] 23:51:03 Get:89 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 23:51:03 Get:90 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] 23:51:03 Get:91 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] 23:51:03 Get:92 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] 23:51:03 Get:93 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] 23:51:03 Get:94 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] 23:51:03 Get:95 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] 23:51:03 Get:96 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] 23:51:03 Get:97 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] 23:51:04 debconf: delaying package configuration, since apt-utils is not installed 23:51:04 Fetched 65.8 MB in 4s (15.7 MB/s) 23:51:04 (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 ... 4630 files and directories currently installed.) 23:51:04 Preparing to unpack .../libc6_2.27-3ubuntu1.2_arm64.deb ... 23:51:04 Unexpected error when obtaining your account information. 23:51:04 Login failed. 23:51:05 Unpacking libc6:arm64 (2.27-3ubuntu1.2) over (2.27-3ubuntu1) ... [Pipeline] } 23:51:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:51:07 Failed in branch amd64 23:51:08 Setting up libc6:arm64 (2.27-3ubuntu1.2) ... 23:51:09 Selecting previously unselected package liblocale-gettext-perl. 23:51:09 (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 ... 4630 files and directories currently installed.) 23:51:09 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... 23:51:09 Unpacking liblocale-gettext-perl (1.07-3build2) ... 23:51:09 Selecting previously unselected package libxau6:arm64. 23:51:09 Preparing to unpack .../01-libxau6_1%3a1.0.8-1ubuntu1_arm64.deb ... 23:51:09 Unpacking libxau6:arm64 (1:1.0.8-1ubuntu1) ... 23:51:09 Selecting previously unselected package libbsd0:arm64. 23:51:09 Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 23:51:09 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 23:51:09 Selecting previously unselected package libxdmcp6:arm64. 23:51:09 Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 23:51:09 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 23:51:09 Selecting previously unselected package libxcb1:arm64. 23:51:09 Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 23:51:09 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 23:51:10 Selecting previously unselected package libx11-data. 23:51:10 Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 23:51:10 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 23:51:10 Selecting previously unselected package libx11-6:arm64. 23:51:10 Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 23:51:10 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 23:51:10 Selecting previously unselected package libxext6:arm64. 23:51:10 Preparing to unpack .../07-libxext6_2%3a1.3.3-1_arm64.deb ... 23:51:10 Unpacking libxext6:arm64 (2:1.3.3-1) ... 23:51:10 Selecting previously unselected package perl-modules-5.26. 23:51:10 Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 23:51:10 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 23:51:12 Selecting previously unselected package libgdbm5:arm64. 23:51:12 Preparing to unpack .../09-libgdbm5_1.14.1-6_arm64.deb ... 23:51:12 Unpacking libgdbm5:arm64 (1.14.1-6) ... 23:51:12 Selecting previously unselected package libgdbm-compat4:arm64. 23:51:12 Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_arm64.deb ... 23:51:12 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 23:51:12 Selecting previously unselected package libperl5.26:arm64. 23:51:12 Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 23:51:12 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 23:51:13 Selecting previously unselected package perl. 23:51:13 Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_arm64.deb ... 23:51:13 Unpacking perl (5.26.1-6ubuntu0.3) ... 23:51:14 Selecting previously unselected package less. 23:51:14 Preparing to unpack .../13-less_487-0.1_arm64.deb ... 23:51:14 Unpacking less (487-0.1) ... 23:51:14 Selecting previously unselected package libexpat1:arm64. 23:51:14 Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 23:51:14 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 23:51:14 Selecting previously unselected package libglib2.0-0:arm64. 23:51:14 Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_arm64.deb ... 23:51:14 Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... 23:51:14 Selecting previously unselected package libglib2.0-data. 23:51:14 Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... 23:51:14 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... 23:51:14 Selecting previously unselected package libicu60:arm64. 23:51:14 Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_arm64.deb ... 23:51:14 Unpacking libicu60:arm64 (60.2-3ubuntu3.1) ... 23:51:16 Selecting previously unselected package readline-common. 23:51:16 Preparing to unpack .../18-readline-common_7.0-3_all.deb ... 23:51:16 Unpacking readline-common (7.0-3) ... 23:51:17 Selecting previously unselected package libreadline7:arm64. 23:51:17 Preparing to unpack .../19-libreadline7_7.0-3_arm64.deb ... 23:51:17 Unpacking libreadline7:arm64 (7.0-3) ... 23:51:17 Selecting previously unselected package libxml2:arm64. 23:51:17 Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_arm64.deb ... 23:51:17 Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 23:51:17 Selecting previously unselected package netbase. 23:51:17 Preparing to unpack .../21-netbase_5.4_all.deb ... 23:51:17 Unpacking netbase (5.4) ... 23:51:17 Selecting previously unselected package shared-mime-info. 23:51:17 Preparing to unpack .../22-shared-mime-info_1.9-2_arm64.deb ... 23:51:17 Unpacking shared-mime-info (1.9-2) ... 23:51:18 Selecting previously unselected package xdg-user-dirs. 23:51:18 Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ... 23:51:18 Unpacking xdg-user-dirs (0.17-1ubuntu1) ... 23:51:18 Selecting previously unselected package xz-utils. 23:51:18 Preparing to unpack .../24-xz-utils_5.2.2-1.3_arm64.deb ... 23:51:18 Unpacking xz-utils (5.2.2-1.3) ... 23:51:18 Selecting previously unselected package libedit2:arm64. 23:51:18 Preparing to unpack .../25-libedit2_3.1-20170329-1_arm64.deb ... 23:51:18 Unpacking libedit2:arm64 (3.1-20170329-1) ... 23:51:18 Selecting previously unselected package libssl1.0.0:arm64. 23:51:18 Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 23:51:18 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 23:51:18 Selecting previously unselected package libxmuu1:arm64. 23:51:18 Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_arm64.deb ... 23:51:18 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 23:51:19 Selecting previously unselected package manpages. 23:51:19 Preparing to unpack .../28-manpages_4.15-1_all.deb ... 23:51:19 Unpacking manpages (4.15-1) ... 23:51:19 Selecting previously unselected package openssh-client. 23:51:19 Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 23:51:19 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:51:19 Selecting previously unselected package xauth. 23:51:19 Preparing to unpack .../30-xauth_1%3a1.0.10-1_arm64.deb ... 23:51:19 Unpacking xauth (1:1.0.10-1) ... 23:51:19 Selecting previously unselected package binutils-common:arm64. 23:51:19 Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... 23:51:19 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... 23:51:19 Selecting previously unselected package libbinutils:arm64. 23:51:19 Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... 23:51:19 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... 23:51:20 Selecting previously unselected package binutils-aarch64-linux-gnu. 23:51:20 Preparing to unpack .../33-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... 23:51:20 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 23:51:21 Selecting previously unselected package binutils. 23:51:21 Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... 23:51:21 Unpacking binutils (2.30-21ubuntu1~18.04.3) ... 23:51:21 Selecting previously unselected package libc-dev-bin. 23:51:21 Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... 23:51:21 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 23:51:21 Selecting previously unselected package linux-libc-dev:arm64. 23:51:21 Preparing to unpack .../36-linux-libc-dev_4.15.0-109.110_arm64.deb ... 23:51:21 Unpacking linux-libc-dev:arm64 (4.15.0-109.110) ... 23:51:22 Selecting previously unselected package libc6-dev:arm64. 23:51:22 Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... 23:51:22 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... 23:51:23 Selecting previously unselected package gcc-7-base:arm64. 23:51:23 Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... 23:51:23 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 23:51:23 Selecting previously unselected package libisl19:arm64. 23:51:23 Preparing to unpack .../39-libisl19_0.19-1_arm64.deb ... 23:51:23 Unpacking libisl19:arm64 (0.19-1) ... 23:51:23 Selecting previously unselected package libmpfr6:arm64. 23:51:23 Preparing to unpack .../40-libmpfr6_4.0.1-1_arm64.deb ... 23:51:23 Unpacking libmpfr6:arm64 (4.0.1-1) ... 23:51:23 Selecting previously unselected package libmpc3:arm64. 23:51:23 Preparing to unpack .../41-libmpc3_1.1.0-1_arm64.deb ... 23:51:23 Unpacking libmpc3:arm64 (1.1.0-1) ... 23:51:23 Selecting previously unselected package cpp-7. 23:51:23 Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 23:51:23 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:51:25 Selecting previously unselected package cpp. 23:51:25 Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 23:51:25 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 23:51:25 Selecting previously unselected package libcc1-0:arm64. 23:51:25 Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... 23:51:25 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 23:51:25 Selecting previously unselected package libgomp1:arm64. 23:51:25 Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... 23:51:25 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 23:51:25 Selecting previously unselected package libitm1:arm64. 23:51:25 Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... 23:51:25 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 23:51:25 Selecting previously unselected package libatomic1:arm64. 23:51:25 Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... 23:51:26 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 23:51:26 Selecting previously unselected package libasan4:arm64. 23:51:26 Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... 23:51:26 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 23:51:27 Selecting previously unselected package liblsan0:arm64. 23:51:27 Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 23:51:27 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 23:51:27 Selecting previously unselected package libtsan0:arm64. 23:51:27 Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 23:51:27 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 23:51:27 Selecting previously unselected package libubsan0:arm64. 23:51:27 Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... 23:51:27 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 23:51:28 Selecting previously unselected package libgcc-7-dev:arm64. 23:51:28 Preparing to unpack .../52-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 23:51:28 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 23:51:28 Selecting previously unselected package gcc-7. 23:51:28 Preparing to unpack .../53-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 23:51:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:51:30 Selecting previously unselected package gcc. 23:51:30 Preparing to unpack .../54-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 23:51:30 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 23:51:30 Selecting previously unselected package libstdc++-7-dev:arm64. 23:51:30 Preparing to unpack .../55-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 23:51:30 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 23:51:32 Selecting previously unselected package g++-7. 23:51:32 Preparing to unpack .../56-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 23:51:32 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 23:51:34 Selecting previously unselected package g++. 23:51:34 Preparing to unpack .../57-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 23:51:34 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 23:51:34 Selecting previously unselected package make. 23:51:34 Preparing to unpack .../58-make_4.1-9.1ubuntu1_arm64.deb ... 23:51:34 Unpacking make (4.1-9.1ubuntu1) ... 23:51:35 Selecting previously unselected package libdpkg-perl. 23:51:35 Preparing to unpack .../59-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:51:35 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:51:35 Selecting previously unselected package patch. 23:51:35 Preparing to unpack .../60-patch_2.7.6-2ubuntu1.1_arm64.deb ... 23:51:35 Unpacking patch (2.7.6-2ubuntu1.1) ... 23:51:36 Selecting previously unselected package dpkg-dev. 23:51:36 Preparing to unpack .../61-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:51:36 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 23:51:36 Selecting previously unselected package build-essential. 23:51:36 Preparing to unpack .../62-build-essential_12.4ubuntu1_arm64.deb ... 23:51:36 Unpacking build-essential (12.4ubuntu1) ... 23:51:37 Preparing to unpack .../63-libcurl4_7.58.0-2ubuntu3.9_arm64.deb ... 23:51:37 Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.9) over (7.58.0-2ubuntu3.8) ... 23:51:37 Selecting previously unselected package curl. 23:51:37 Preparing to unpack .../64-curl_7.58.0-2ubuntu3.9_arm64.deb ... 23:51:37 Unpacking curl (7.58.0-2ubuntu3.9) ... 23:51:37 Selecting previously unselected package libassuan0:arm64. 23:51:37 Preparing to unpack .../65-libassuan0_2.5.1-2_arm64.deb ... 23:51:37 Unpacking libassuan0:arm64 (2.5.1-2) ... 23:51:37 Selecting previously unselected package gpgconf. 23:51:37 Preparing to unpack .../66-gpgconf_2.2.4-1ubuntu1.2_arm64.deb ... 23:51:37 Unpacking gpgconf (2.2.4-1ubuntu1.2) ... 23:51:37 Selecting previously unselected package libksba8:arm64. 23:51:37 Preparing to unpack .../67-libksba8_1.3.5-2_arm64.deb ... 23:51:37 Unpacking libksba8:arm64 (1.3.5-2) ... 23:51:38 Selecting previously unselected package libnpth0:arm64. 23:51:38 Preparing to unpack .../68-libnpth0_1.5-3_arm64.deb ... 23:51:38 Unpacking libnpth0:arm64 (1.5-3) ... 23:51:38 Selecting previously unselected package dirmngr. 23:51:38 Preparing to unpack .../69-dirmngr_2.2.4-1ubuntu1.2_arm64.deb ... 23:51:38 Unpacking dirmngr (2.2.4-1ubuntu1.2) ... 23:51:38 Selecting previously unselected package libfakeroot:arm64. 23:51:38 Preparing to unpack .../70-libfakeroot_1.22-2ubuntu1_arm64.deb ... 23:51:38 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... 23:51:38 Selecting previously unselected package fakeroot. 23:51:38 Preparing to unpack .../71-fakeroot_1.22-2ubuntu1_arm64.deb ... 23:51:38 Unpacking fakeroot (1.22-2ubuntu1) ... 23:51:38 Selecting previously unselected package libcurl3-gnutls:arm64. 23:51:38 Preparing to unpack .../72-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... 23:51:39 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 23:51:39 Selecting previously unselected package liberror-perl. 23:51:39 Preparing to unpack .../73-liberror-perl_0.17025-1_all.deb ... 23:51:39 Unpacking liberror-perl (0.17025-1) ... 23:51:39 Selecting previously unselected package git-man. 23:51:39 Preparing to unpack .../74-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:51:39 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:51:39 Selecting previously unselected package git. 23:51:39 Preparing to unpack .../75-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 23:51:39 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:51:41 Selecting previously unselected package gnupg-l10n. 23:51:41 Preparing to unpack .../76-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... 23:51:41 Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... 23:51:41 Selecting previously unselected package gnupg-utils. 23:51:41 Preparing to unpack .../77-gnupg-utils_2.2.4-1ubuntu1.2_arm64.deb ... 23:51:41 Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... 23:51:41 Selecting previously unselected package gpg. 23:51:41 Preparing to unpack .../78-gpg_2.2.4-1ubuntu1.2_arm64.deb ... 23:51:41 Unpacking gpg (2.2.4-1ubuntu1.2) ... 23:51:41 Selecting previously unselected package pinentry-curses. 23:51:41 Preparing to unpack .../79-pinentry-curses_1.1.0-1_arm64.deb ... 23:51:41 Unpacking pinentry-curses (1.1.0-1) ... 23:51:41 Selecting previously unselected package gpg-agent. 23:51:41 Preparing to unpack .../80-gpg-agent_2.2.4-1ubuntu1.2_arm64.deb ... 23:51:41 Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... 23:51:41 Selecting previously unselected package gpg-wks-client. 23:51:41 Preparing to unpack .../81-gpg-wks-client_2.2.4-1ubuntu1.2_arm64.deb ... 23:51:41 Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... 23:51:41 Selecting previously unselected package gpg-wks-server. 23:51:41 Preparing to unpack .../82-gpg-wks-server_2.2.4-1ubuntu1.2_arm64.deb ... 23:51:41 Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... 23:51:42 Selecting previously unselected package gpgsm. 23:51:42 Preparing to unpack .../83-gpgsm_2.2.4-1ubuntu1.2_arm64.deb ... 23:51:42 Unpacking gpgsm (2.2.4-1ubuntu1.2) ... 23:51:42 Selecting previously unselected package gnupg. 23:51:42 Preparing to unpack .../84-gnupg_2.2.4-1ubuntu1.2_arm64.deb ... 23:51:42 Unpacking gnupg (2.2.4-1ubuntu1.2) ... 23:51:42 Selecting previously unselected package libalgorithm-diff-perl. 23:51:42 Preparing to unpack .../85-libalgorithm-diff-perl_1.19.03-1_all.deb ... 23:51:42 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 23:51:42 Selecting previously unselected package libalgorithm-diff-xs-perl. 23:51:42 Preparing to unpack .../86-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... 23:51:42 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 23:51:42 Selecting previously unselected package libalgorithm-merge-perl. 23:51:42 Preparing to unpack .../87-libalgorithm-merge-perl_0.08-3_all.deb ... 23:51:42 Unpacking libalgorithm-merge-perl (0.08-3) ... 23:51:42 Selecting previously unselected package libfile-fcntllock-perl. 23:51:42 Preparing to unpack .../88-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... 23:51:42 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 23:51:43 Selecting previously unselected package libnorm1:arm64. 23:51:43 Preparing to unpack .../89-libnorm1_1.5r6+dfsg1-6_arm64.deb ... 23:51:43 Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... 23:51:43 Selecting previously unselected package libpgm-5.2-0:arm64. 23:51:43 Preparing to unpack .../90-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... 23:51:43 Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 23:51:43 Selecting previously unselected package libsodium23:arm64. 23:51:43 Preparing to unpack .../91-libsodium23_1.0.16-2_arm64.deb ... 23:51:43 Unpacking libsodium23:arm64 (1.0.16-2) ... 23:51:43 Selecting previously unselected package libzmq5:arm64. 23:51:43 Preparing to unpack .../92-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... 23:51:43 Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 23:51:43 Selecting previously unselected package libzmq3-dev:arm64. 23:51:43 Preparing to unpack .../93-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... 23:51:43 Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 23:51:43 Selecting previously unselected package manpages-dev. 23:51:43 Preparing to unpack .../94-manpages-dev_4.15-1_all.deb ... 23:51:43 Unpacking manpages-dev (4.15-1) ... 23:51:44 Selecting previously unselected package pkg-config. 23:51:44 Preparing to unpack .../95-pkg-config_0.29.1-0ubuntu2_arm64.deb ... 23:51:44 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:51:44 Setting up libnpth0:arm64 (1.5-3) ... 23:51:44 Setting up libedit2:arm64 (3.1-20170329-1) ... 23:51:44 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 23:51:44 Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 23:51:44 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 23:51:45 Setting up readline-common (7.0-3) ... 23:51:45 Setting up manpages (4.15-1) ... 23:51:45 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:51:45 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 23:51:45 Setting up libicu60:arm64 (60.2-3ubuntu3.1) ... 23:51:45 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 23:51:45 Setting up less (487-0.1) ... 23:51:45 Setting up make (4.1-9.1ubuntu1) ... 23:51:45 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 23:51:46 Setting up libreadline7:arm64 (7.0-3) ... 23:51:46 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 23:51:46 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 23:51:46 Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... 23:51:46 No schema files found: doing nothing. 23:51:46 Setting up libcurl4:arm64 (7.58.0-2ubuntu3.9) ... 23:51:46 Setting up linux-libc-dev:arm64 (4.15.0-109.110) ... 23:51:46 Setting up libmpfr6:arm64 (4.0.1-1) ... 23:51:47 Setting up libksba8:arm64 (1.3.5-2) ... 23:51:47 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 23:51:47 Setting up libgdbm5:arm64 (1.14.1-6) ... 23:51:47 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 23:51:47 Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 23:51:47 Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... 23:51:47 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 23:51:47 Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... 23:51:47 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 23:51:48 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... 23:51:48 Setting up libsodium23:arm64 (1.0.16-2) ... 23:51:48 Setting up patch (2.7.6-2ubuntu1.1) ... 23:51:48 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... 23:51:48 Setting up xz-utils (5.2.2-1.3) ... 23:51:48 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 23:51:48 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist 23:51:48 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist 23:51:48 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist 23:51:48 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist 23:51:48 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist 23:51:48 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist 23:51:48 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist 23:51:48 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist 23:51:48 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist 23:51:48 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist 23:51:48 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... 23:51:48 Setting up liblocale-gettext-perl (1.07-3build2) ... 23:51:48 Setting up shared-mime-info (1.9-2) ... 23:51:55 Setting up libmpc3:arm64 (1.1.0-1) ... 23:51:55 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 23:51:55 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 23:51:55 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 23:51:55 Setting up manpages-dev (4.15-1) ... 23:51:55 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:51:55 Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... 23:51:55 Setting up libassuan0:arm64 (2.5.1-2) ... 23:51:56 Setting up xdg-user-dirs (0.17-1ubuntu1) ... 23:51:56 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 23:51:56 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 23:51:56 Setting up libxau6:arm64 (1:1.0.8-1ubuntu1) ... 23:51:56 Setting up netbase (5.4) ... 23:51:56 Setting up libisl19:arm64 (0.19-1) ... 23:51:56 Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 23:51:56 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 23:51:56 Setting up curl (7.58.0-2ubuntu3.9) ... 23:51:56 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... 23:51:56 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 23:51:56 Setting up gpgconf (2.2.4-1ubuntu1.2) ... 23:51:56 Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 23:51:56 Setting up fakeroot (1.22-2ubuntu1) ... 23:51:56 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 23:51:56 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 23:51:56 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 23:51:56 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 23:51:56 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 23:51:56 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 23:51:56 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 23:51:56 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 23:51:56 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 23:51:56 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 23:51:56 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:51:56 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 23:51:56 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 23:51:56 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 23:51:56 Setting up gpgsm (2.2.4-1ubuntu1.2) ... 23:51:56 Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... 23:51:56 Setting up pinentry-curses (1.1.0-1) ... 23:51:57 Setting up binutils (2.30-21ubuntu1~18.04.3) ... 23:51:57 Setting up dirmngr (2.2.4-1ubuntu1.2) ... 23:51:57 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 23:51:57 Setting up gpg (2.2.4-1ubuntu1.2) ... 23:51:57 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:51:57 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:51:57 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:51:57 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 23:51:57 Setting up gpg-agent (2.2.4-1ubuntu1.2) ... 23:51:57 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:51:57 Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... 23:51:57 Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... 23:51:57 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 23:51:57 Setting up perl (5.26.1-6ubuntu0.3) ... 23:51:58 Setting up libfile-fcntllock-perl (0.22-3build2) ... 23:51:58 Setting up libalgorithm-diff-perl (1.19.03-1) ... 23:51:58 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:51:58 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 23:51:58 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist 23:51:58 Setting up libxext6:arm64 (2:1.3.3-1) ... 23:51:58 Setting up liberror-perl (0.17025-1) ... 23:51:58 Setting up gnupg (2.2.4-1ubuntu1.2) ... 23:51:58 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:51:58 Setting up xauth (1:1.0.10-1) ... 23:51:58 Setting up libalgorithm-merge-perl (0.08-3) ... 23:51:58 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:51:58 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 23:51:58 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:51:58 Setting up build-essential (12.4ubuntu1) ... 23:51:58 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:51:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:52:08 binutils set to automatically installed. 23:52:08 binutils-aarch64-linux-gnu set to automatically installed. 23:52:08 binutils-common set to automatically installed. 23:52:08 build-essential set to automatically installed. 23:52:08 cpp set to automatically installed. 23:52:08 cpp-7 set to automatically installed. 23:52:08 curl set to automatically installed. 23:52:08 dirmngr set to automatically installed. 23:52:08 dpkg-dev set to automatically installed. 23:52:08 fakeroot set to automatically installed. 23:52:08 g++ set to automatically installed. 23:52:08 g++-7 set to automatically installed. 23:52:08 gcc set to automatically installed. 23:52:08 gcc-7 set to automatically installed. 23:52:08 gcc-7-base set to automatically installed. 23:52:08 git set to automatically installed. 23:52:08 git-man set to automatically installed. 23:52:08 gnupg set to automatically installed. 23:52:08 gnupg-l10n set to automatically installed. 23:52:08 gnupg-utils set to automatically installed. 23:52:08 gpg set to automatically installed. 23:52:08 gpg-agent set to automatically installed. 23:52:08 gpg-wks-client set to automatically installed. 23:52:08 gpg-wks-server set to automatically installed. 23:52:08 gpgconf set to automatically installed. 23:52:08 gpgsm set to automatically installed. 23:52:08 less set to automatically installed. 23:52:08 libalgorithm-diff-perl set to automatically installed. 23:52:08 libalgorithm-diff-xs-perl set to automatically installed. 23:52:08 libalgorithm-merge-perl set to automatically installed. 23:52:08 libasan4 set to automatically installed. 23:52:08 libassuan0 set to automatically installed. 23:52:08 libatomic1 set to automatically installed. 23:52:08 libbinutils set to automatically installed. 23:52:08 libbsd0 set to automatically installed. 23:52:08 libc-dev-bin set to automatically installed. 23:52:08 libc6 set to automatically installed. 23:52:08 libc6-dev set to automatically installed. 23:52:08 libcc1-0 set to automatically installed. 23:52:08 libcurl3-gnutls set to automatically installed. 23:52:08 libcurl4 set to automatically installed. 23:52:08 libdpkg-perl set to automatically installed. 23:52:08 libedit2 set to automatically installed. 23:52:08 liberror-perl set to automatically installed. 23:52:08 libexpat1 set to automatically installed. 23:52:08 libfakeroot set to automatically installed. 23:52:08 libfile-fcntllock-perl set to automatically installed. 23:52:08 libgcc-7-dev set to automatically installed. 23:52:08 libgdbm-compat4 set to automatically installed. 23:52:08 libgdbm5 set to automatically installed. 23:52:08 libglib2.0-0 set to automatically installed. 23:52:08 libglib2.0-data set to automatically installed. 23:52:08 libgomp1 set to automatically installed. 23:52:08 libicu60 set to automatically installed. 23:52:08 libisl19 set to automatically installed. 23:52:08 libitm1 set to automatically installed. 23:52:08 libksba8 set to automatically installed. 23:52:08 liblocale-gettext-perl set to automatically installed. 23:52:08 liblsan0 set to automatically installed. 23:52:08 libmpc3 set to automatically installed. 23:52:08 libmpfr6 set to automatically installed. 23:52:08 libnorm1 set to automatically installed. 23:52:08 libnpth0 set to automatically installed. 23:52:08 libperl5.26 set to automatically installed. 23:52:08 libpgm-5.2-0 set to automatically installed. 23:52:08 libreadline7 set to automatically installed. 23:52:08 libsodium23 set to automatically installed. 23:52:08 libssl1.0.0 set to automatically installed. 23:52:08 libstdc++-7-dev set to automatically installed. 23:52:08 libtsan0 set to automatically installed. 23:52:08 libubsan0 set to automatically installed. 23:52:08 libx11-6 set to automatically installed. 23:52:08 libx11-data set to automatically installed. 23:52:08 libxau6 set to automatically installed. 23:52:08 libxcb1 set to automatically installed. 23:52:08 libxdmcp6 set to automatically installed. 23:52:08 libxext6 set to automatically installed. 23:52:08 libxml2 set to automatically installed. 23:52:08 libxmuu1 set to automatically installed. 23:52:08 libzmq3-dev set to automatically installed. 23:52:08 libzmq5 set to automatically installed. 23:52:08 linux-libc-dev set to automatically installed. 23:52:08 make set to automatically installed. 23:52:08 manpages set to automatically installed. 23:52:08 manpages-dev set to automatically installed. 23:52:08 netbase set to automatically installed. 23:52:08 openssh-client set to automatically installed. 23:52:08 patch set to automatically installed. 23:52:08 perl set to automatically installed. 23:52:08 perl-modules-5.26 set to automatically installed. 23:52:08 pinentry-curses set to automatically installed. 23:52:08 pkg-config set to automatically installed. 23:52:08 readline-common set to automatically installed. 23:52:08 shared-mime-info set to automatically installed. 23:52:08 xauth set to automatically installed. 23:52:08 xdg-user-dirs set to automatically installed. 23:52:08 xz-utils set to automatically installed. 23:52:08 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 23:52:08 Please ensure the environment is properly setup before continuing. 23:52:08 Ignore this message if the appropriate measures have already been taken 23:52:08 Pulling go 23:52:12 'app-service-config' has dependencies that need to be staged: go 23:52:12 Skipping pull go (already ran) 23:52:12 Building go 23:52:12 % Total % Received % Xferd Average Speed Time Time Time Current 23:52:12 Dload Upload Total Spent Left Speed 23:52:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 93.1M 6 6399k 0 0 6077k 0 0:00:15 0:00:01 0:00:14 6072k 21 93.1M 21 19.9M 0 0 9928k 0 0:00:09 0:00:02 0:00:07 9923k 34 93.1M 34 31.7M 0 0 10.3M 0 0:00:08 0:00:03 0:00:05 10.3M 49 93.1M 49 46.0M 0 0 11.3M 0 0:00:08 0:00:04 0:00:04 11.3M 64 93.1M 64 60.0M 0 0 11.8M 0 0:00:07 0:00:05 0:00:02 11.9M 73 93.1M 73 68.1M 0 0 11.2M 0 0:00:08 0:00:06 0:00:02 12.3M 81 93.1M 81 76.2M 0 0 10.8M 0 0:00:08 0:00:07 0:00:01 11.2M 90 93.1M 90 84.7M 0 0 10.5M 0 0:00:08 0:00:08 --:--:-- 10.6M 100 93.1M 100 93.1M 0 0 10.3M 0 0:00:08 0:00:08 --:--:-- 9797k 23:52:22 go1.13.10.linux-arm64.tar.gz: OK 23:52:40 Staging go 23:53:07 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] 23:53:07 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 23:53:07 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 23:53:07 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 23:53:07 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] 23:53:07 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] 23:53:07 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] 23:53:07 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] 23:53:07 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] 23:53:07 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3457 B] 23:53:07 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1245 kB] 23:53:07 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [903 kB] 23:53:07 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 23:53:07 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 23:53:07 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] 23:53:07 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] 23:53:07 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] 23:53:07 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [630 kB] 23:53:07 Fetched 16.5 MB in 0s (0 B/s) 23:53:07 Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] 23:53:07 Fetched 218 kB in 0s (0 B/s) 23:53:07 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] 23:53:07 Fetched 140 kB in 0s (0 B/s) 23:53:07 Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] 23:53:07 Fetched 208 kB in 0s (0 B/s) 23:53:07 Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] 23:53:07 Fetched 90.4 kB in 0s (0 B/s) 23:53:07 Pulling app-service-config 23:53:08 Pulling config-common 23:53:11 Skipping build go (already ran) 23:53:11 Building app-service-config 23:53:11 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.6 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable 23:53:12 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.6 23:53:12 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.6 23:53:12 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.34 23:53:12 go: downloading github.com/gorilla/mux v1.7.4 23:53:12 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 23:53:12 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 23:53:12 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:53:12 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.34 23:53:12 go: extracting github.com/gorilla/mux v1.7.4 23:53:12 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 23:53:12 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 23:53:12 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:53:12 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 23:53:12 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 23:53:12 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:53:12 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 23:53:13 go: downloading github.com/x448/float16 v0.8.4 23:53:13 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 23:53:13 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 23:53:13 go: extracting github.com/x448/float16 v0.8.4 23:53:13 go: downloading github.com/pelletier/go-toml v1.2.0 23:53:13 go: downloading github.com/pebbe/zmq4 v1.0.0 23:53:13 go: downloading github.com/go-redis/redis/v7 v7.2.0 23:53:13 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:53:13 go: downloading github.com/google/uuid v1.1.1 23:53:13 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 23:53:13 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 23:53:13 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 23:53:13 go: downloading github.com/go-kit/kit v0.8.0 23:53:13 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 23:53:13 go: downloading github.com/hashicorp/consul/api v1.1.0 23:53:13 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:53:13 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:53:13 go: extracting github.com/google/uuid v1.1.1 23:53:13 go: extracting github.com/pelletier/go-toml v1.2.0 23:53:13 go: downloading github.com/BurntSushi/toml v0.3.1 23:53:13 go: downloading github.com/mitchellh/copystructure v1.0.0 23:53:13 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:53:13 go: extracting github.com/pebbe/zmq4 v1.0.0 23:53:13 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 23:53:13 go: extracting github.com/go-redis/redis/v7 v7.2.0 23:53:13 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:53:13 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:53:13 go: extracting github.com/mitchellh/copystructure v1.0.0 23:53:13 go: extracting github.com/BurntSushi/toml v0.3.1 23:53:13 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 23:53:13 go: extracting github.com/hashicorp/consul/api v1.1.0 23:53:13 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:53:13 go: extracting github.com/mitchellh/mapstructure v1.1.2 23:53:13 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 23:53:13 go: extracting github.com/mitchellh/reflectwalk v1.0.0 23:53:13 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:53:13 go: downloading github.com/hashicorp/serf v0.8.2 23:53:13 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:53:13 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 23:53:13 go: extracting github.com/go-kit/kit v0.8.0 23:53:13 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 23:53:13 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 23:53:13 go: extracting github.com/hashicorp/serf v0.8.2 23:53:13 go: downloading github.com/go-logfmt/logfmt v0.4.0 23:53:13 go: extracting github.com/go-logfmt/logfmt v0.4.0 23:53:13 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:53:13 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:53:13 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:53:13 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:53:14 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 23:53:14 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:53:14 go: extracting github.com/hashicorp/golang-lru v0.5.0 23:53:14 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.6 23:53:14 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 23:53:14 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 23:53:14 go: finding github.com/google/uuid v1.1.1 23:53:14 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 23:53:14 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 23:53:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:53:14 go: finding github.com/go-kit/kit v0.8.0 23:53:14 go: finding github.com/BurntSushi/toml v0.3.1 23:53:14 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:53:14 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:53:14 go: finding github.com/gorilla/mux v1.7.4 23:53:14 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:53:14 go: finding github.com/x448/float16 v0.8.4 23:53:14 go: finding github.com/go-logfmt/logfmt v0.4.0 23:53:14 go: finding github.com/pelletier/go-toml v1.2.0 23:53:14 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 23:53:14 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:53:14 go: finding github.com/gomodule/redigo v2.0.0+incompatible 23:53:14 go: finding github.com/go-redis/redis/v7 v7.2.0 23:53:14 go: finding github.com/pebbe/zmq4 v1.0.0 23:53:14 go: finding github.com/hashicorp/consul/api v1.1.0 23:53:14 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:53:14 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:53:14 go: finding github.com/mitchellh/copystructure v1.0.0 23:53:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:53:14 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:53:14 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:53:14 go: finding github.com/mitchellh/mapstructure v1.1.2 23:53:14 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:53:14 go: finding github.com/hashicorp/serf v0.8.2 23:53:14 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:53:14 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:53:14 go: finding github.com/hashicorp/golang-lru v0.5.0 23:53:53 Building config-common 23:54:12 Skipping stage go (already ran) 23:54:12 Staging app-service-config 23:54:13 Staging config-common 23:54:16 Priming go 23:54:19 Priming app-service-config 23:54:23 Priming config-common 23:54:26 Snapping 'edgex-app-service-configurable' ... 23:54:30 23:54:30 Snapped edgex-app-service-configurable_1.2.0-20200709+f9d32b0_arm64.snap 23:54:35 Unexpected error when obtaining your account information. 23:54:35 Login failed. [Pipeline] } 23:54:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:54:38 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:54:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:54:40 ---> package-listing.sh 23:54:40 ++ facter osfamily 23:54:40 ++ tr '[:upper:]' '[:lower:]' 23:54:40 + OS_FAMILY=redhat 23:54:40 + workspace=/w/workspace/_app-service-configurable_master 23:54:40 + START_PACKAGES=/tmp/packages_start.txt 23:54:40 + END_PACKAGES=/tmp/packages_end.txt 23:54:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:54:40 + PACKAGES=/tmp/packages_start.txt 23:54:40 + '[' /w/workspace/_app-service-configurable_master ']' 23:54:40 + PACKAGES=/tmp/packages_end.txt 23:54:40 + case "${OS_FAMILY}" in 23:54:40 + rpm -qa 23:54:40 + sort 23:54:45 + '[' -f /tmp/packages_start.txt ']' 23:54:45 + '[' -f /tmp/packages_end.txt ']' 23:54:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:54:45 + '[' /w/workspace/_app-service-configurable_master ']' 23:54:45 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 23:54:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh 23:54:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:54:45 23:54:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:54:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:54:45 alpine: Pulling from edgex-lftools-log-publisher 23:54:45 c9b1b535fdd9: Pulling fs layer 23:54:45 2cc5ad85d9ab: Pulling fs layer 23:54:45 756a868c4378: Pulling fs layer 23:54:45 444b2fc9a129: Pulling fs layer 23:54:45 ea15f1150254: Pulling fs layer 23:54:45 41b27a9f41bf: Pulling fs layer 23:54:45 28c525ee5125: Pulling fs layer 23:54:45 094b1ea09ed8: Pulling fs layer 23:54:45 138eaada9080: Pulling fs layer 23:54:45 0622d0fa9048: Pulling fs layer 23:54:45 444b2fc9a129: Waiting 23:54:45 ea15f1150254: Waiting 23:54:45 41b27a9f41bf: Waiting 23:54:45 28c525ee5125: Waiting 23:54:45 094b1ea09ed8: Waiting 23:54:45 138eaada9080: Waiting 23:54:45 2cc5ad85d9ab: Verifying Checksum 23:54:45 2cc5ad85d9ab: Download complete 23:54:45 444b2fc9a129: Download complete 23:54:45 c9b1b535fdd9: Verifying Checksum 23:54:45 c9b1b535fdd9: Download complete 23:54:45 ea15f1150254: Verifying Checksum 23:54:45 ea15f1150254: Download complete 23:54:46 28c525ee5125: Verifying Checksum 23:54:46 28c525ee5125: Download complete 23:54:46 756a868c4378: Verifying Checksum 23:54:46 756a868c4378: Download complete 23:54:46 c9b1b535fdd9: Pull complete 23:54:46 138eaada9080: Verifying Checksum 23:54:46 138eaada9080: Download complete 23:54:46 0622d0fa9048: Verifying Checksum 23:54:46 0622d0fa9048: Download complete 23:54:46 094b1ea09ed8: Verifying Checksum 23:54:46 094b1ea09ed8: Download complete 23:54:47 41b27a9f41bf: Verifying Checksum 23:54:47 41b27a9f41bf: Download complete 23:54:47 2cc5ad85d9ab: Pull complete 23:54:48 756a868c4378: Pull complete 23:54:48 444b2fc9a129: Pull complete 23:54:48 ea15f1150254: Pull complete 23:54:52 41b27a9f41bf: Pull complete 23:54:52 28c525ee5125: Pull complete 23:54:55 094b1ea09ed8: Pull complete 23:54:55 138eaada9080: Pull complete 23:54:55 0622d0fa9048: Pull complete 23:54:55 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 23:54:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:54:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:54:55 prd-centos7-docker-4c-2g-101 does not seem to be running inside a container 23:54:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:54:59 $ docker top c7137d8fe2a7cf10de568b20f7a55fdd55d6723e074934da25b7dd53586980a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:54:59 provisioning config files... 23:54:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7686475083941805601tmp [Pipeline] { [Pipeline] echo 23:54:59 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:54:59 ---> create-netrc.sh [Pipeline] echo 23:54:59 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:55:00 ---> logs-deploy.sh 23:55:00 + ARCHIVE_ARTIFACTS= 23:55:00 + LOGS_SERVER=https://logs.edgexfoundry.org 23:55:00 + '[' https://logs.edgexfoundry.org == None ']' 23:55:00 + NEXUS_URL=https://nexus.edgexfoundry.org 23:55:00 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/35 23:55:00 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/35/ 23:55:00 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/35 /w/workspace/_app-service-configurable_master 23:55:01 Archives upload complete. 23:55:01 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/35 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/35/ 23:55:02 ---> uname -a: 23:55:02 Linux c7137d8fe2a7 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:55:02 23:55:02 23:55:02 ---> lscpu: 23:55:02 Architecture: x86_64 23:55:02 CPU op-mode(s): 32-bit, 64-bit 23:55:02 Byte Order: Little Endian 23:55:02 Address sizes: 40 bits physical, 48 bits virtual 23:55:02 CPU(s): 4 23:55:02 On-line CPU(s) list: 0-3 23:55:02 Thread(s) per core: 1 23:55:02 Core(s) per socket: 1 23:55:02 Socket(s): 4 23:55:02 NUMA node(s): 1 23:55:02 Vendor ID: GenuineIntel 23:55:02 CPU family: 6 23:55:02 Model: 44 23:55:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:55:02 Stepping: 1 23:55:02 CPU MHz: 2933.438 23:55:02 BogoMIPS: 5866.87 23:55:02 Virtualization: VT-x 23:55:02 Hypervisor vendor: KVM 23:55:02 Virtualization type: full 23:55:02 L1d cache: 128 KiB 23:55:02 L1i cache: 128 KiB 23:55:02 L2 cache: 16 MiB 23:55:02 L3 cache: 64 MiB 23:55:02 NUMA node0 CPU(s): 0-3 23:55:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:55:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:55:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:55:02 Vulnerability Meltdown: Mitigation; PTI 23:55:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:55:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:55:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:55:02 Vulnerability Tsx async abort: Not affected 23:55:02 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:55:02 23:55:02 23:55:02 ---> nproc: 23:55:02 4 23:55:02 23:55:02 23:55:02 ---> df -h: 23:55:02 Filesystem Size Used Available Use% Mounted on 23:55:02 overlay 50.0G 7.2G 42.8G 14% / 23:55:02 tmpfs 64.0M 0 64.0M 0% /dev 23:55:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:55:02 shm 64.0M 0 64.0M 0% /dev/shm 23:55:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 23:55:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 23:55:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 23:55:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 23:55:02 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/_app-service-configurable_master 23:55:02 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/_app-service-configurable_master@tmp 23:55:02 23:55:02 23:55:02 ---> free -m: 23:55:02 total used free shared buff/cache available 23:55:02 Mem: 1837 653 128 0 1055 1077 23:55:02 Swap: 1023 0 1023 23:55:02 23:55:02 23:55:02 ---> ip addr: 23:55:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:55:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:55:02 inet 127.0.0.1/8 scope host lo 23:55:02 valid_lft forever preferred_lft forever 23:55:02 6: eth0@if7: mtu 1458 qdisc noqueue state UP 23:55:02 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 23:55:02 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 23:55:02 valid_lft forever preferred_lft forever 23:55:02 23:55:02 23:55:02 ---> sar -b -r -n DEV: 23:55:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/09/20 _x86_64_ (4 CPU) 23:55:02 23:55:02 23:43:37 LINUX RESTART 23:55:02 23:55:02 23:44:02 tps rtps wtps bread/s bwrtn/s 23:55:02 23:45:02 104.88 40.83 64.04 7568.78 15470.64 23:55:02 23:46:01 1.93 0.00 1.93 0.00 39.57 23:55:02 23:47:01 0.32 0.00 0.32 0.00 5.01 23:55:02 23:48:01 0.28 0.00 0.28 0.00 3.35 23:55:02 23:49:01 0.28 0.00 0.28 0.00 4.21 23:55:02 23:50:01 0.33 0.00 0.33 0.00 5.10 23:55:02 23:51:01 0.30 0.02 0.28 0.13 2.85 23:55:02 23:52:01 0.17 0.00 0.17 0.00 1.50 23:55:02 23:53:01 0.28 0.03 0.25 0.67 3.95 23:55:02 23:54:01 0.40 0.05 0.35 4.26 5.91 23:55:02 23:55:01 163.64 108.08 55.56 8163.17 19895.57 23:55:02 Average: 24.72 13.53 11.19 1423.89 3208.71 23:55:02 23:55:02 23:44:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:55:02 23:45:02 160968 1720588 91.44 2620 1150812 1114288 38.03 429264 1130848 120 23:55:02 23:46:01 166208 1715348 91.17 2620 1151000 1079744 36.85 428672 1127144 20 23:55:02 23:47:01 156476 1725080 91.68 2620 1151008 1080160 36.86 438416 1127132 12 23:55:02 23:48:01 157624 1723932 91.62 2620 1151008 1080004 36.86 437692 1127132 12 23:55:02 23:49:01 164812 1716744 91.24 2620 1151012 1080004 36.86 438908 1118304 8 23:55:02 23:50:01 164500 1717056 91.26 2620 1151020 1080088 36.86 439492 1118304 8 23:55:02 23:51:01 165388 1716168 91.21 2620 1151024 1080132 36.86 439044 1118304 8 23:55:02 23:52:01 165404 1716152 91.21 2620 1151032 1080132 36.86 430188 1127168 20 23:55:02 23:53:01 164332 1717224 91.27 2620 1151224 1082604 36.95 430832 1127168 8 23:55:02 23:54:01 165156 1716400 91.22 2620 1151220 1080132 36.86 429052 1128388 8 23:55:02 23:55:01 137416 1744140 92.70 2620 1077832 1249644 42.65 508164 1033200 292 23:55:02 Average: 160753 1720803 91.46 2620 1144381 1098812 37.50 440884 1116645 47 23:55:02 23:55:02 23:44:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 23:55:02 23:45:02 eth0 474.35 284.32 1053.16 89.73 0.00 0.00 0.00 23:55:02 23:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:45:02 docker0 1.61 1.37 0.41 2.89 0.00 0.00 0.00 23:55:02 23:46:01 eth0 0.78 0.08 0.06 0.01 0.00 0.00 0.00 23:55:02 23:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:47:01 eth0 7.48 3.61 6.15 0.57 0.00 0.00 0.00 23:55:02 23:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:48:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 23:55:02 23:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 23:55:02 23:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:50:01 eth0 0.32 0.25 0.14 0.08 0.00 0.00 0.00 23:55:02 23:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 23:55:02 23:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:52:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 23:55:02 23:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 23:55:02 23:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:54:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 23:55:02 23:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:55:02 23:55:01 vetha7d2644 0.22 0.28 0.40 0.10 0.00 0.00 0.00 23:55:02 23:55:01 eth0 606.48 370.75 3423.75 103.84 0.00 0.00 0.00 23:55:02 23:55:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 23:55:02 23:55:01 docker0 1.80 1.53 0.80 2.93 0.00 0.00 0.00 23:55:02 Average: vetha7d2644 0.02 0.03 0.04 0.01 0.00 0.00 0.00 23:55:02 Average: eth0 55.31 33.81 312.26 9.47 0.00 0.00 0.00 23:55:02 Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 23:55:02 Average: docker0 0.16 0.14 0.07 0.27 0.00 0.00 0.00 23:55:02 23:55:02 23:55:02 ---> sar -P ALL: 23:55:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/09/20 _x86_64_ (4 CPU) 23:55:02 23:55:02 23:43:37 LINUX RESTART 23:55:02 23:55:02 23:44:02 CPU %user %nice %system %iowait %steal %idle 23:55:02 23:45:02 all 13.55 0.00 5.54 5.23 0.02 75.66 23:55:02 23:45:02 0 12.36 0.00 6.06 3.99 0.02 77.57 23:55:02 23:45:02 1 13.04 0.00 5.84 4.06 0.02 77.05 23:55:02 23:45:02 2 16.50 0.00 4.58 5.54 0.02 73.36 23:55:02 23:45:02 3 12.29 0.00 5.68 7.31 0.03 74.69 23:55:02 23:46:01 all 0.17 0.00 0.05 0.00 0.00 99.79 23:55:02 23:46:01 0 0.29 0.00 0.05 0.00 0.00 99.66 23:55:02 23:46:01 1 0.02 0.00 0.03 0.00 0.00 99.95 23:55:02 23:46:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:55:02 23:46:01 3 0.32 0.00 0.07 0.00 0.00 99.61 23:55:02 23:47:01 all 0.40 0.00 0.06 0.00 0.00 99.54 23:55:02 23:47:01 0 0.08 0.00 0.07 0.00 0.00 99.85 23:55:02 23:47:01 1 0.07 0.00 0.03 0.00 0.00 99.90 23:55:02 23:47:01 2 0.95 0.00 0.07 0.00 0.00 98.98 23:55:02 23:47:01 3 0.50 0.00 0.05 0.00 0.00 99.45 23:55:02 23:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:55:02 23:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:55:02 23:48:01 1 0.03 0.00 0.03 0.00 0.02 99.92 23:55:02 23:48:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:55:02 23:48:01 3 0.52 0.00 0.03 0.00 0.02 99.43 23:55:02 23:49:01 all 0.15 0.00 0.04 0.00 0.00 99.81 23:55:02 23:49:01 0 0.02 0.00 0.07 0.00 0.00 99.92 23:55:02 23:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:55:02 23:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 23:55:02 23:49:01 3 0.52 0.00 0.02 0.00 0.00 99.47 23:55:02 23:50:01 all 0.16 0.00 0.04 0.00 0.00 99.80 23:55:02 23:50:01 0 0.00 0.00 0.08 0.00 0.00 99.92 23:55:02 23:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:55:02 23:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:55:02 23:50:01 3 0.55 0.00 0.03 0.00 0.00 99.42 23:55:02 23:51:01 all 0.16 0.00 0.03 0.00 0.00 99.81 23:55:02 23:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:55:02 23:51:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:55:02 23:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:55:02 23:51:01 3 0.53 0.00 0.03 0.00 0.00 99.43 23:55:02 23:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:55:02 23:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:55:02 23:52:01 1 0.03 0.00 0.05 0.00 0.00 99.92 23:55:02 23:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:55:02 23:52:01 3 0.55 0.00 0.03 0.00 0.00 99.42 23:55:02 23:53:01 all 0.16 0.00 0.04 0.00 0.00 99.80 23:55:02 23:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:55:02 23:53:01 1 0.05 0.00 0.07 0.00 0.00 99.88 23:55:02 23:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:55:02 23:53:01 3 0.52 0.00 0.03 0.00 0.00 99.45 23:55:02 23:54:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:55:02 23:54:01 0 0.02 0.00 0.03 0.02 0.00 99.93 23:55:02 23:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:55:02 23:54:01 2 0.02 0.00 0.03 0.00 0.00 99.95 23:55:02 23:54:01 3 0.53 0.00 0.03 0.00 0.00 99.43 23:55:02 23:55:01 all 5.71 0.00 3.24 2.29 0.01 88.75 23:55:02 23:55:01 0 5.85 0.00 2.75 3.02 0.02 88.37 23:55:02 23:55:01 1 5.53 0.00 3.27 0.50 0.00 90.69 23:55:02 23:55:01 2 5.56 0.00 3.28 1.39 0.02 89.75 23:55:02 23:55:01 3 5.89 0.00 3.69 4.26 0.02 86.14 23:55:02 Average: all 1.88 0.00 0.82 0.67 0.00 96.63 23:55:02 Average: 0 1.68 0.00 0.82 0.63 0.00 96.87 23:55:02 Average: 1 1.70 0.00 0.85 0.41 0.00 97.04 23:55:02 Average: 2 2.09 0.00 0.74 0.62 0.00 96.55 23:55:02 Average: 3 2.04 0.00 0.87 1.04 0.01 96.05 23:55:02 23:55:02 23:55:02