Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f28354b8476c8c1cc7f5324a065fdc504d7f9a57 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-5581 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 f28354b8476c8c1cc7f5324a065fdc504d7f9a57 (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 f28354b8476c8c1cc7f5324a065fdc504d7f9a57 # timeout=10 Commit message: "Merge pull request #91 from lenny-intel/NoClientMonitor" > git rev-list --no-walk b48d588e785e9b834362114c0125b7e6e5741346 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:57:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:57:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:57:55 ========================================================= 17:57:55 EdgeX Global Pipelines Version Info 17:57:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:57:57 ------------------- 17:57:57 stable info: 17:57:57 ------------------- 17:57:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:57:57 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 17:57:57 Message: update stable to v1.0.89 17:57:59 ------------------- 17:57:59 experimental info: 17:57:59 ------------------- 17:57:59 Commited By: **** collab-it+edgex@linuxfoundation.org 17:57:59 Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 17:57:59 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 17:58:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:58:01 17:58:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:58:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:58:01 latest: Pulling from edgex-devops/git-semver 17:58:01 9123ac7c32f7: Pulling fs layer 17:58:01 b8cc5d1170e3: Pulling fs layer 17:58:01 2924cbbf6a41: Pulling fs layer 17:58:01 93b08a4f1073: Pulling fs layer 17:58:01 93b08a4f1073: Waiting 17:58:02 b8cc5d1170e3: Verifying Checksum 17:58:02 b8cc5d1170e3: Download complete 17:58:02 9123ac7c32f7: Verifying Checksum 17:58:02 9123ac7c32f7: Download complete 17:58:02 93b08a4f1073: Verifying Checksum 17:58:02 93b08a4f1073: Download complete 17:58:02 2924cbbf6a41: Verifying Checksum 17:58:02 9123ac7c32f7: Pull complete 17:58:02 b8cc5d1170e3: Pull complete 17:58:04 2924cbbf6a41: Pull complete 17:58:04 93b08a4f1073: Pull complete 17:58:04 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 17:58:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:58:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:58:04 prd-centos7-docker-4c-2g-5581 does not seem to be running inside a container 17:58:05 $ 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 17:58:07 $ docker top c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:58:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:58:07 [ssh-agent] Looking for ssh-agent implementation... 17:58:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:58:07 $ docker exec c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 ssh-agent 17:58:08 SSH_AUTH_SOCK=/tmp/ssh-Yil2OYv9o78J/agent.13 17:58:08 SSH_AGENT_PID=18 17:58:08 Running ssh-add (command line suppressed) 17:58:08 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8284444899585896601.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8284444899585896601.key) 17:58:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:58:08 + git describe --exact-match --tags HEAD 17:58:08 fatal: No names found, cannot describe anything. [Pipeline] } 17:58:09 $ docker exec --env ******** --env ******** c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 ssh-agent -k 17:58:09 unset SSH_AUTH_SOCK; 17:58:09 unset SSH_AGENT_PID; 17:58:09 echo Agent pid 18 killed; 17:58:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:58:09 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:58:09 This usually means this commit has not been tagged. [Pipeline] sshagent 17:58:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:58:09 [ssh-agent] Looking for ssh-agent implementation... 17:58:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:58:09 $ docker exec c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 ssh-agent 17:58:09 SSH_AUTH_SOCK=/tmp/ssh-EtnQlrkBXBDL/agent.49 17:58:09 SSH_AGENT_PID=54 17:58:09 Running ssh-add (command line suppressed) 17:58:09 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3748302991979486429.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3748302991979486429.key) 17:58:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:58:10 + git semver init 17:58:10 # -> Open(): unable to determine branch for HEAD 17:58:10 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:58:10 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:58:10 # $SEMVER_REMOTE_NAME = origin 17:58:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:58:10 # $SEMVER_USER_NAME = edgex-jenkins 17:58:10 # $SEMVER_BRANCH = master 17:58:10 # $SEMVER_TEMP = /tmp/semver-389011766 17:58:10 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 17:58:10 # '/tmp/semver-389011766' -> '/w/workspace/_app-service-configurable_master/.semver' 17:58:10 # -> Force: false 17:58:10 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:58:10 $ docker exec --env ******** --env ******** c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 ssh-agent -k 17:58:11 unset SSH_AUTH_SOCK; 17:58:11 unset SSH_AGENT_PID; 17:58:11 echo Agent pid 54 killed; 17:58:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:58:11 + git semver [Pipeline] } 17:58:11 $ docker stop --time=1 c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 17:58:13 $ docker rm -f c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:58:13 Stashed 52 file(s) [Pipeline] echo 17:58:13 [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 17:58:28 Still waiting to schedule task 17:58:28 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-5581’ 17:58:28 Still waiting to schedule task 17:58:28 ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline 18:00:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5582 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 18:00:05 Running in /w/workspace/app-service-configurable/34 [Pipeline] { [Pipeline] checkout 18:00:10 using credential edgex-jenkins-ssh 18:00:10 Cloning the remote Git repository 18:00:10 Cloning with configured refspecs honoured and without tags 18:00:10 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:00:10 > git init /w/workspace/app-service-configurable/34 # timeout=10 18:00:10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:00:10 > git --version # timeout=10 18:00:11 using GIT_SSH to set credentials SSH Credentials for GitHub 18:00:11 Fetching without tags 18:00:12 Checking out Revision f28354b8476c8c1cc7f5324a065fdc504d7f9a57 (master) 18:00:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:00:11 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:00:11 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:00:11 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:00:11 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:00:11 using GIT_SSH to set credentials SSH Credentials for GitHub 18:00:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:00:12 > git config core.sparsecheckout # timeout=10 18:00:12 > git checkout -f f28354b8476c8c1cc7f5324a065fdc504d7f9a57 # timeout=10 18:00:16 Commit message: "Merge pull request #91 from lenny-intel/NoClientMonitor" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:00:17 ========================================================= 18:00:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 18:00:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:00:18 + 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 . 18:00:19 Sending build context to Docker daemon 323.6kB 18:00:19 Step 1/8 : ARG BASE=golang:1.13-alpine 18:00:19 Step 2/8 : FROM ${BASE} 18:00:20 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:00:20 cde5963f3b93: Pulling fs layer 18:00:20 2a23fa8c16f7: Pulling fs layer 18:00:20 777b28850792: Pulling fs layer 18:00:20 8a11ddd9e578: Pulling fs layer 18:00:20 4cf88f913ddb: Pulling fs layer 18:00:20 1df406cf5192: Pulling fs layer 18:00:20 cd6300453558: Pulling fs layer 18:00:20 b9c365052c96: Pulling fs layer 18:00:20 a2d8cc88f415: Pulling fs layer 18:00:20 ea1d1ca13537: Pulling fs layer 18:00:20 3750a50a1c5e: Pulling fs layer 18:00:20 8a11ddd9e578: Waiting 18:00:20 4cf88f913ddb: Waiting 18:00:20 1df406cf5192: Waiting 18:00:20 cd6300453558: Waiting 18:00:20 b9c365052c96: Waiting 18:00:20 a2d8cc88f415: Waiting 18:00:20 ea1d1ca13537: Waiting 18:00:20 3750a50a1c5e: Waiting 18:00:20 777b28850792: Verifying Checksum 18:00:20 777b28850792: Download complete 18:00:20 2a23fa8c16f7: Verifying Checksum 18:00:20 2a23fa8c16f7: Download complete 18:00:20 4cf88f913ddb: Verifying Checksum 18:00:20 4cf88f913ddb: Download complete 18:00:20 1df406cf5192: Download complete 18:00:20 cde5963f3b93: Download complete 18:00:21 cde5963f3b93: Pull complete 18:00:21 2a23fa8c16f7: Pull complete 18:00:21 777b28850792: Pull complete 18:00:22 cd6300453558: Verifying Checksum 18:00:22 cd6300453558: Download complete 18:00:22 a2d8cc88f415: Download complete 18:00:23 ea1d1ca13537: Verifying Checksum 18:00:23 ea1d1ca13537: Download complete 18:00:23 3750a50a1c5e: Download complete 18:00:25 8a11ddd9e578: Verifying Checksum 18:00:25 8a11ddd9e578: Download complete 18:00:25 b9c365052c96: Verifying Checksum 18:00:25 b9c365052c96: Download complete 18:00:37 8a11ddd9e578: Pull complete 18:00:37 4cf88f913ddb: Pull complete 18:00:37 1df406cf5192: Pull complete 18:00:42 cd6300453558: Pull complete 18:00:45 Running on prd-centos7-docker-4c-2g-5583 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 18:00:45 Running in /w/workspace/app-service-configurable/34 [Pipeline] { [Pipeline] checkout 18:00:46 b9c365052c96: Pull complete 18:00:46 a2d8cc88f415: Pull complete 18:00:48 ea1d1ca13537: Pull complete 18:00:48 using credential edgex-jenkins-ssh 18:00:48 Cloning the remote Git repository 18:00:48 Cloning with configured refspecs honoured and without tags 18:00:48 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:00:48 > git init /w/workspace/app-service-configurable/34 # timeout=10 18:00:48 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:00:48 > git --version # timeout=10 18:00:48 using GIT_SSH to set credentials SSH Credentials for GitHub 18:00:48 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:00:48 3750a50a1c5e: Pull complete 18:00:48 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 18:00:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 18:00:48 ---> 78745c68409d 18:00:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:00:49 Fetching without tags 18:00:49 Checking out Revision f28354b8476c8c1cc7f5324a065fdc504d7f9a57 (master) 18:00:49 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:00:49 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:00:49 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:00:49 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:00:49 using GIT_SSH to set credentials SSH Credentials for GitHub 18:00:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:00:49 > git config core.sparsecheckout # timeout=10 18:00:49 > git checkout -f f28354b8476c8c1cc7f5324a065fdc504d7f9a57 # timeout=10 18:00:53 ---> Running in 213b3d74a5ad 18:00:53 Commit message: "Merge pull request #91 from lenny-intel/NoClientMonitor" 18:00:53 Removing intermediate container 213b3d74a5ad 18:00:53 ---> 6b7c4b476b5e 18:00:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:00:53 ---> Running in a2474d7c188d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:00:54 ========================================================= 18:00:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 18:00:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:00:54 + 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 . 18:00:55 Sending build context to Docker daemon 323.6kB 18:00:55 Step 1/8 : ARG BASE=golang:1.13-alpine 18:00:55 Step 2/8 : FROM ${BASE} 18:00:55 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 18:00:55 e6b0cf9c0882: Pulling fs layer 18:00:55 2848faf0eed1: Pulling fs layer 18:00:55 0f37312ad70f: Pulling fs layer 18:00:55 5788d62ee057: Pulling fs layer 18:00:55 0e6b1d234666: Pulling fs layer 18:00:55 bf5d7aec512f: Pulling fs layer 18:00:55 34c802a77dc8: Pulling fs layer 18:00:55 9eb99e56ec68: Pulling fs layer 18:00:55 27c7a5d97fbd: Pulling fs layer 18:00:55 5c102a31e300: Pulling fs layer 18:00:55 dcfb455df0a1: Pulling fs layer 18:00:55 5788d62ee057: Waiting 18:00:55 0e6b1d234666: Waiting 18:00:55 bf5d7aec512f: Waiting 18:00:55 34c802a77dc8: Waiting 18:00:55 9eb99e56ec68: Waiting 18:00:55 27c7a5d97fbd: Waiting 18:00:55 5c102a31e300: Waiting 18:00:55 dcfb455df0a1: Waiting 18:00:55 0f37312ad70f: Verifying Checksum 18:00:55 0f37312ad70f: Download complete 18:00:55 2848faf0eed1: Verifying Checksum 18:00:55 2848faf0eed1: Download complete 18:00:55 0e6b1d234666: Verifying Checksum 18:00:55 0e6b1d234666: Download complete 18:00:55 bf5d7aec512f: Verifying Checksum 18:00:55 bf5d7aec512f: Download complete 18:00:55 e6b0cf9c0882: Verifying Checksum 18:00:55 e6b0cf9c0882: Download complete 18:00:55 e6b0cf9c0882: Pull complete 18:00:56 34c802a77dc8: Verifying Checksum 18:00:56 34c802a77dc8: Download complete 18:00:56 27c7a5d97fbd: Verifying Checksum 18:00:56 27c7a5d97fbd: Download complete 18:00:56 Removing intermediate container a2474d7c188d 18:00:56 ---> bf7dcea1553b 18:00:56 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:00:56 ---> Running in 02604f0de773 18:00:56 5788d62ee057: Verifying Checksum 18:00:56 5788d62ee057: Download complete 18:00:56 9eb99e56ec68: Verifying Checksum 18:00:56 9eb99e56ec68: Download complete 18:00:56 dcfb455df0a1: Verifying Checksum 18:00:56 dcfb455df0a1: Download complete 18:00:57 5c102a31e300: Verifying Checksum 18:00:57 5c102a31e300: Download complete 18:00:57 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 18:00:57 2848faf0eed1: Pull complete 18:00:57 0f37312ad70f: Pull complete 18:00:59 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 18:01:00 (1/6) Installing libc-dev (0.7.2-r0) 18:01:00 (2/6) Installing libsodium (1.0.18-r0) 18:01:00 (3/6) Installing pkgconf (1.6.3-r0) 18:01:00 (4/6) Installing libsodium-dev (1.0.18-r0) 18:01:00 (5/6) Installing libzmq (4.3.2-r0) 18:01:00 (6/6) Installing zeromq-dev (4.3.2-r0) 18:01:01 Executing busybox-1.31.1-r8.trigger 18:01:01 OK: 127 MiB in 45 packages 18:01:02 Removing intermediate container 02604f0de773 18:01:02 ---> 35f4399fbb88 18:01:02 Step 6/8 : WORKDIR /app 18:01:02 ---> Running in 6a5321e1db5c 18:01:02 Removing intermediate container 6a5321e1db5c 18:01:02 ---> 059e43fb16b9 18:01:02 Step 7/8 : COPY . . 18:01:03 5788d62ee057: Pull complete 18:01:03 0e6b1d234666: Pull complete 18:01:03 bf5d7aec512f: Pull complete 18:01:03 ---> 65a8b9b22c78 18:01:03 Step 8/8 : RUN go mod download 18:01:03 ---> Running in becdf4c0a1f5 18:01:07 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:01:07 go: finding github.com/BurntSushi/toml v0.3.1 18:01:07 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:01:07 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:01:07 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:01:07 go: finding github.com/bgentry/speakeasy v0.1.0 18:01:07 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:01:07 go: finding github.com/davecgh/go-spew v1.1.1 18:01:07 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:01:07 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:01:07 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 18:01:07 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 18:01:07 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:01:07 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 18:01:07 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:01:07 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 18:01:07 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 18:01:07 go: finding github.com/fatih/color v1.7.0 18:01:07 go: finding github.com/fsnotify/fsnotify v1.4.7 18:01:07 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:01:07 go: finding github.com/go-kit/kit v0.8.0 18:01:07 go: finding github.com/go-logfmt/logfmt v0.4.0 18:01:07 go: finding github.com/go-redis/redis/v7 v7.2.0 18:01:07 go: finding github.com/go-stack/stack v1.8.0 18:01:07 go: finding github.com/golang/protobuf v1.3.2 18:01:07 go: finding github.com/golang/snappy v0.0.1 18:01:07 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:01:07 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:01:07 go: finding github.com/google/go-cmp v0.4.0 18:01:07 go: finding github.com/google/uuid v1.1.1 18:01:07 go: finding github.com/gorilla/mux v1.7.4 18:01:07 go: finding github.com/hashicorp/consul/api v1.1.0 18:01:07 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:01:07 go: finding github.com/hashicorp/errwrap v1.0.0 18:01:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:01:07 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:01:07 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:01:07 go: finding github.com/hashicorp/go-multierror v1.0.0 18:01:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:01:07 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:01:08 go: finding github.com/hashicorp/go-syslog v1.0.0 18:01:08 go: finding github.com/hashicorp/go-uuid v1.0.1 18:01:08 go: finding github.com/hashicorp/go.net v0.0.1 18:01:08 go: finding github.com/hashicorp/golang-lru v0.5.0 18:01:08 go: finding github.com/hashicorp/logutils v1.0.0 18:01:08 go: finding github.com/hashicorp/mdns v1.0.0 18:01:08 go: finding github.com/hashicorp/memberlist v0.1.3 18:01:08 go: finding github.com/hashicorp/serf v0.8.2 18:01:08 go: finding github.com/hpcloud/tail v1.0.0 18:01:08 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:01:08 go: finding github.com/kr/pretty v0.1.0 18:01:08 go: finding github.com/kr/pty v1.1.1 18:01:08 go: finding github.com/kr/text v0.1.0 18:01:08 go: finding github.com/mattn/go-colorable v0.0.9 18:01:08 go: finding github.com/mattn/go-isatty v0.0.3 18:01:08 go: finding github.com/miekg/dns v1.0.14 18:01:08 go: finding github.com/mitchellh/cli v1.0.0 18:01:08 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:01:08 go: finding github.com/mitchellh/copystructure v1.0.0 18:01:08 go: finding github.com/mitchellh/go-homedir v1.0.0 18:01:08 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:01:08 go: finding github.com/mitchellh/gox v0.4.0 18:01:08 go: finding github.com/mitchellh/iochan v1.0.0 18:01:08 go: finding github.com/mitchellh/mapstructure v1.1.2 18:01:08 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:01:08 go: finding github.com/onsi/ginkgo v1.10.1 18:01:08 go: finding github.com/onsi/gomega v1.7.0 18:01:08 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:01:08 go: finding github.com/pebbe/zmq4 v1.0.0 18:01:08 go: finding github.com/pelletier/go-toml v1.2.0 18:01:08 go: finding github.com/pkg/errors v0.8.1 18:01:08 go: finding github.com/pmezard/go-difflib v1.0.0 18:01:08 go: finding github.com/posener/complete v1.1.1 18:01:08 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:01:08 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:01:08 34c802a77dc8: Pull complete 18:01:08 go: finding github.com/stretchr/objx v0.2.0 18:01:08 go: finding github.com/stretchr/testify v1.6.1 18:01:08 go: finding github.com/tidwall/pretty v1.0.1 18:01:08 go: finding github.com/ugorji/go v1.1.4 18:01:08 go: finding github.com/x448/float16 v0.8.4 18:01:08 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:01:08 go: finding github.com/xdg/stringprep v1.0.0 18:01:08 go: finding go.mongodb.org/mongo-driver v1.1.1 18:01:08 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:01:08 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:01:08 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:01:08 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 18:01:09 go: finding golang.org/x/text v0.3.2 18:01:09 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 18:01:09 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 18:01:09 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 18:01:09 go: finding gopkg.in/fsnotify.v1 v1.4.7 18:01:09 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:01:09 go: finding gopkg.in/yaml.v2 v2.2.8 18:01:09 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:01:11 9eb99e56ec68: Pull complete 18:01:11 27c7a5d97fbd: Pull complete 18:01:12 5c102a31e300: Pull complete 18:01:12 dcfb455df0a1: Pull complete 18:01:12 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 18:01:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 18:01:12 ---> 7c70fe431013 18:01:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:01:14 ---> Running in 42b595d5da5e 18:01:14 Removing intermediate container 42b595d5da5e 18:01:14 ---> dff7b6d8fe3e 18:01:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:14 ---> Running in 25fd0d735215 18:01:16 Removing intermediate container 25fd0d735215 18:01:16 ---> d901097a1791 18:01:16 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:01:16 ---> Running in a744572a3e0d 18:01:16 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 18:01:17 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 18:01:18 (1/6) Installing libc-dev (0.7.2-r0) 18:01:18 (2/6) Installing libsodium (1.0.18-r0) 18:01:18 (3/6) Installing pkgconf (1.6.3-r0) 18:01:18 (4/6) Installing libsodium-dev (1.0.18-r0) 18:01:18 (5/6) Installing libzmq (4.3.2-r0) 18:01:19 (6/6) Installing zeromq-dev (4.3.2-r0) 18:01:19 Executing busybox-1.31.1-r8.trigger 18:01:19 OK: 145 MiB in 45 packages 18:01:19 Removing intermediate container a744572a3e0d 18:01:19 ---> adf592c6e950 18:01:19 Step 6/8 : WORKDIR /app 18:01:19 ---> Running in ace118bc9e85 18:01:19 Removing intermediate container ace118bc9e85 18:01:19 ---> fd009a0e947b 18:01:19 Step 7/8 : COPY . . 18:01:20 ---> 30a819e5ea78 18:01:20 Step 8/8 : RUN go mod download 18:01:20 ---> Running in 96728a8a8aa2 18:01:23 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:01:23 go: finding github.com/BurntSushi/toml v0.3.1 18:01:23 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:01:23 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:01:23 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:01:23 go: finding github.com/bgentry/speakeasy v0.1.0 18:01:23 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:01:23 go: finding github.com/davecgh/go-spew v1.1.1 18:01:23 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:01:23 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:01:23 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 18:01:23 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 18:01:23 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:01:23 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 18:01:23 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:01:23 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 18:01:23 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 18:01:23 go: finding github.com/fatih/color v1.7.0 18:01:23 go: finding github.com/fsnotify/fsnotify v1.4.7 18:01:23 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:01:23 go: finding github.com/go-kit/kit v0.8.0 18:01:23 go: finding github.com/go-logfmt/logfmt v0.4.0 18:01:23 go: finding github.com/go-redis/redis/v7 v7.2.0 18:01:23 go: finding github.com/go-stack/stack v1.8.0 18:01:23 go: finding github.com/golang/protobuf v1.3.2 18:01:23 go: finding github.com/golang/snappy v0.0.1 18:01:23 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:01:23 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:01:23 go: finding github.com/google/go-cmp v0.4.0 18:01:23 go: finding github.com/google/uuid v1.1.1 18:01:23 go: finding github.com/gorilla/mux v1.7.4 18:01:23 go: finding github.com/hashicorp/consul/api v1.1.0 18:01:23 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:01:23 go: finding github.com/hashicorp/errwrap v1.0.0 18:01:23 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:01:23 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:01:23 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:01:23 go: finding github.com/hashicorp/go-multierror v1.0.0 18:01:23 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:01:23 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:01:23 go: finding github.com/hashicorp/go-syslog v1.0.0 18:01:23 go: finding github.com/hashicorp/go-uuid v1.0.1 18:01:23 go: finding github.com/hashicorp/go.net v0.0.1 18:01:23 go: finding github.com/hashicorp/golang-lru v0.5.0 18:01:23 go: finding github.com/hashicorp/logutils v1.0.0 18:01:23 go: finding github.com/hashicorp/mdns v1.0.0 18:01:23 go: finding github.com/hashicorp/memberlist v0.1.3 18:01:23 go: finding github.com/hashicorp/serf v0.8.2 18:01:23 go: finding github.com/hpcloud/tail v1.0.0 18:01:23 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:01:23 go: finding github.com/kr/pretty v0.1.0 18:01:23 go: finding github.com/kr/pty v1.1.1 18:01:23 go: finding github.com/kr/text v0.1.0 18:01:23 go: finding github.com/mattn/go-colorable v0.0.9 18:01:23 go: finding github.com/mattn/go-isatty v0.0.3 18:01:23 go: finding github.com/miekg/dns v1.0.14 18:01:23 go: finding github.com/mitchellh/cli v1.0.0 18:01:24 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:01:24 go: finding github.com/mitchellh/copystructure v1.0.0 18:01:24 go: finding github.com/mitchellh/go-homedir v1.0.0 18:01:24 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:01:24 go: finding github.com/mitchellh/gox v0.4.0 18:01:24 go: finding github.com/mitchellh/iochan v1.0.0 18:01:24 go: finding github.com/mitchellh/mapstructure v1.1.2 18:01:24 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:01:24 go: finding github.com/onsi/ginkgo v1.10.1 18:01:24 go: finding github.com/onsi/gomega v1.7.0 18:01:24 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:01:24 go: finding github.com/pebbe/zmq4 v1.0.0 18:01:24 go: finding github.com/pelletier/go-toml v1.2.0 18:01:24 go: finding github.com/pkg/errors v0.8.1 18:01:24 go: finding github.com/pmezard/go-difflib v1.0.0 18:01:24 go: finding github.com/posener/complete v1.1.1 18:01:24 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:01:24 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:01:24 go: finding github.com/stretchr/objx v0.2.0 18:01:24 go: finding github.com/stretchr/testify v1.6.1 18:01:24 go: finding github.com/tidwall/pretty v1.0.1 18:01:24 go: finding github.com/ugorji/go v1.1.4 18:01:24 go: finding github.com/x448/float16 v0.8.4 18:01:24 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:01:24 go: finding github.com/xdg/stringprep v1.0.0 18:01:24 go: finding go.mongodb.org/mongo-driver v1.1.1 18:01:24 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:01:24 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:01:24 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:01:24 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 18:01:24 go: finding golang.org/x/text v0.3.2 18:01:24 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 18:01:24 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 18:01:24 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 18:01:24 go: finding gopkg.in/fsnotify.v1 v1.4.7 18:01:24 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:01:24 go: finding gopkg.in/yaml.v2 v2.2.8 18:01:24 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:01:27 Removing intermediate container becdf4c0a1f5 18:01:27 ---> bec0c59ed1bf 18:01:27 Successfully built bec0c59ed1bf 18:01:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:01:27 + docker inspect -f . ci-base-image-arm64 18:01:27 . [Pipeline] withDockerContainer 18:01:28 prd-ubuntu18.04-docker-arm64-4c-16g-5582 does not seem to be running inside a container 18:01:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/34 -v /w/workspace/app-service-configurable/34:/w/workspace/app-service-configurable/34:rw,z -v /w/workspace/app-service-configurable/34@tmp:/w/workspace/app-service-configurable/34@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 18:01:30 $ docker top 31ecb9425e7f1a1023c590400c289936e9f04c4e573bb5767a59ed54cafcbd38 -eo pid,comm [Pipeline] { [Pipeline] sh 18:01:31 + go version 18:01:31 go version go1.13.5 linux/arm64 [Pipeline] sh 18:01:32 + make test 18:01:32 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:01:39 Removing intermediate container 96728a8a8aa2 18:01:39 ---> 9e79ed9c4442 18:01:39 Successfully built 9e79ed9c4442 18:01:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:01:40 + docker inspect -f . ci-base-image-x86_64 18:01:40 . [Pipeline] withDockerContainer 18:01:40 prd-centos7-docker-4c-2g-5583 does not seem to be running inside a container 18:01:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/34 -v /w/workspace/app-service-configurable/34:/w/workspace/app-service-configurable/34:rw,z -v /w/workspace/app-service-configurable/34@tmp:/w/workspace/app-service-configurable/34@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 18:01:41 $ docker top 048f939a004e4182b59f7efa30a7611d92472051c75237827b1df69ef6beeacf -eo pid,comm [Pipeline] { [Pipeline] sh 18:01:41 + go version 18:01:41 go version go1.13.5 linux/amd64 [Pipeline] sh 18:01:42 + make test 18:01:42 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:01:57 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:01:57 CGO_ENABLED=1 go vet ./... 18:01:59 gofmt -l . 18:01:59 [ "`gofmt -l .`" = "" ] 18:01:59 ./bin/test-go-mod-tidy.sh 18:02:00 ./bin/test-attribution-txt.sh [Pipeline] stash 18:02:01 Stashed 1 file(s) [Pipeline] } 18:02:01 $ docker stop --time=1 048f939a004e4182b59f7efa30a7611d92472051c75237827b1df69ef6beeacf 18:02:03 $ docker rm -f 048f939a004e4182b59f7efa30a7611d92472051c75237827b1df69ef6beeacf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:02:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:02:05 + ls -al . 18:02:05 total 96 18:02:05 drwxrwxr-x. 8 jenkins jenkins 4096 Jul 8 18:02 . 18:02:05 drwxrwxr-x. 4 jenkins jenkins 30 Jul 8 18:00 .. 18:02:05 -rw-rw-r--. 1 jenkins jenkins 6027 Jul 8 18:00 Attribution.txt 18:02:05 drwxrwxr-x. 2 jenkins jenkins 64 Jul 8 18:00 bin 18:02:05 -rw-r--r--. 1 jenkins jenkins 10 Jul 8 18:01 coverage.out 18:02:05 -rw-rw-r--. 1 jenkins jenkins 180 Jul 8 18:00 docker-compose.debug.yml 18:02:05 -rw-rw-r--. 1 jenkins jenkins 133 Jul 8 18:00 docker-compose.yml 18:02:05 -rw-rw-r--. 1 jenkins jenkins 1997 Jul 8 18:00 Dockerfile 18:02:05 -rw-rw-r--. 1 jenkins jenkins 966 Jul 8 18:00 Dockerfile.build 18:02:05 -rw-rw-r--. 1 jenkins jenkins 119 Jul 8 18:00 .dockerignore 18:02:05 drwxrwxr-x. 8 jenkins jenkins 162 Jul 8 18:00 .git 18:02:05 drwxrwxr-x. 2 jenkins jenkins 81 Jul 8 18:00 .github 18:02:05 -rw-rw-r--. 1 jenkins jenkins 93 Jul 8 18:00 .gitignore 18:02:05 -rw-r--r--. 1 jenkins jenkins 132 Jul 8 18:01 go.mod 18:02:05 -rw-r--r--. 1 jenkins jenkins 18984 Jul 8 18:02 go.sum 18:02:05 -rw-rw-r--. 1 jenkins jenkins 710 Jul 8 18:00 Jenkinsfile 18:02:05 -rw-rw-r--. 1 jenkins jenkins 10174 Jul 8 18:00 LICENSE 18:02:05 -rw-rw-r--. 1 jenkins jenkins 1519 Jul 8 18:00 main.go 18:02:05 -rw-rw-r--. 1 jenkins jenkins 1573 Jul 8 18:00 makefile 18:02:05 -rw-rw-r--. 1 jenkins jenkins 481 Jul 8 18:00 README.md 18:02:05 drwxrwxr-x. 10 jenkins jenkins 171 Jul 8 18:00 res 18:02:05 drwxrwxr-x. 3 jenkins jenkins 32 Jul 8 18:00 .semver 18:02:05 drwxrwxr-x. 4 jenkins jenkins 71 Jul 8 18:00 snap 18:02:05 -rw-rw-r--. 1 jenkins jenkins 11 Jul 8 17:58 VERSION [Pipeline] isUnix [Pipeline] sh 18:02:05 + 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=f28354b8476c8c1cc7f5324a065fdc504d7f9a57 --label arch=amd64 --label version=1.2.1-dev.2 . 18:02:05 Sending build context to Docker daemon 345.6kB 18:02:05 Step 1/26 : ARG BASE=golang:1.13-alpine 18:02:05 Step 2/26 : FROM ${BASE} AS builder 18:02:05 ---> 9e79ed9c4442 18:02:05 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:02:05 ---> Running in 3f95d9fc0b15 18:02:06 Removing intermediate container 3f95d9fc0b15 18:02:06 ---> 8671dbfc6ce7 18:02:06 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 18:02:06 ---> Running in aff1204b51dd 18:02:06 Removing intermediate container aff1204b51dd 18:02:06 ---> 2a2ec5cdacea 18:02:06 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:02:06 ---> Running in 9a03bfd9069d 18:02:06 Removing intermediate container 9a03bfd9069d 18:02:06 ---> 79aee1ff5df1 18:02:06 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:02:06 ---> Running in a4e1e8a50667 18:02:07 Removing intermediate container a4e1e8a50667 18:02:07 ---> 6be3d6332a1f 18:02:07 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:02:07 ---> Running in 89e2c15a20f7 18:02:07 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 18:02:09 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 18:02:11 OK: 145 MiB in 45 packages 18:02:11 Removing intermediate container 89e2c15a20f7 18:02:11 ---> 87f3d3cbf8a4 18:02:11 Step 8/26 : WORKDIR /app 18:02:11 ---> Running in edeabcf1ee99 18:02:12 Removing intermediate container edeabcf1ee99 18:02:12 ---> 0351eb779ac2 18:02:12 Step 9/26 : COPY go.mod . 18:02:12 ---> c3d9ca9c3fb2 18:02:12 Step 10/26 : RUN go mod download 18:02:12 ---> Running in 2685e2ba4be3 18:02:13 Removing intermediate container 2685e2ba4be3 18:02:13 ---> ea5ba3a99d58 18:02:13 Step 11/26 : COPY . . 18:02:13 ---> 64e0a601ca8e 18:02:13 Step 12/26 : ARG MAKE="make build" 18:02:13 ---> Running in c4fb1ea0214c 18:02:14 Removing intermediate container c4fb1ea0214c 18:02:14 ---> 447b61a40ae0 18:02:14 Step 13/26 : RUN $MAKE 18:02:14 ---> Running in f7f2f2e5166d 18:02:14 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable 18:02:19 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:02:19 CGO_ENABLED=1 go vet ./... 18:02:24 gofmt -l . 18:02:24 [ "`gofmt -l .`" = "" ] 18:02:24 ./bin/test-go-mod-tidy.sh 18:02:25 ./bin/test-attribution-txt.sh [Pipeline] stash 18:02:26 Warning: overwriting stash ‘coverage-report’ 18:02:26 Stashed 1 file(s) [Pipeline] } 18:02:26 $ docker stop --time=1 31ecb9425e7f1a1023c590400c289936e9f04c4e573bb5767a59ed54cafcbd38 18:02:29 $ docker rm -f 31ecb9425e7f1a1023c590400c289936e9f04c4e573bb5767a59ed54cafcbd38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:02:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:02:30 + ls -al . 18:02:30 total 124 18:02:30 drwxrwxr-x 8 jenkins jenkins 4096 Jul 8 18:02 . 18:02:30 drwxrwxr-x 4 jenkins jenkins 4096 Jul 8 18:00 .. 18:02:30 -rw-rw-r-- 1 jenkins jenkins 119 Jul 8 18:00 .dockerignore 18:02:30 drwxrwxr-x 8 jenkins jenkins 4096 Jul 8 18:00 .git 18:02:30 drwxrwxr-x 2 jenkins jenkins 4096 Jul 8 18:00 .github 18:02:30 -rw-rw-r-- 1 jenkins jenkins 93 Jul 8 18:00 .gitignore 18:02:30 drwxrwxr-x 3 jenkins jenkins 4096 Jul 8 18:00 .semver 18:02:30 -rw-rw-r-- 1 jenkins jenkins 6027 Jul 8 18:00 Attribution.txt 18:02:30 -rw-rw-r-- 1 jenkins jenkins 1997 Jul 8 18:00 Dockerfile 18:02:30 -rw-rw-r-- 1 jenkins jenkins 966 Jul 8 18:00 Dockerfile.build 18:02:30 -rw-rw-r-- 1 jenkins jenkins 710 Jul 8 18:00 Jenkinsfile 18:02:30 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 8 18:00 LICENSE 18:02:30 -rw-rw-r-- 1 jenkins jenkins 481 Jul 8 18:00 README.md 18:02:30 -rw-rw-r-- 1 jenkins jenkins 11 Jul 8 17:58 VERSION 18:02:30 drwxrwxr-x 2 jenkins jenkins 4096 Jul 8 18:00 bin 18:02:30 -rw-r--r-- 1 jenkins jenkins 10 Jul 8 18:01 coverage.out 18:02:30 -rw-rw-r-- 1 jenkins jenkins 180 Jul 8 18:00 docker-compose.debug.yml 18:02:30 -rw-rw-r-- 1 jenkins jenkins 133 Jul 8 18:00 docker-compose.yml 18:02:30 -rw-r--r-- 1 jenkins jenkins 132 Jul 8 18:02 go.mod 18:02:30 -rw-r--r-- 1 jenkins jenkins 18984 Jul 8 18:02 go.sum 18:02:30 -rw-rw-r-- 1 jenkins jenkins 1519 Jul 8 18:00 main.go 18:02:30 -rw-rw-r-- 1 jenkins jenkins 1573 Jul 8 18:00 makefile 18:02:30 drwxrwxr-x 10 jenkins jenkins 4096 Jul 8 18:00 res 18:02:30 drwxrwxr-x 4 jenkins jenkins 4096 Jul 8 18:00 snap [Pipeline] isUnix [Pipeline] sh 18:02:30 + 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=f28354b8476c8c1cc7f5324a065fdc504d7f9a57 --label arch=arm64 --label version=1.2.1-dev.2 . 18:02:31 Sending build context to Docker daemon 345.6kB 18:02:31 Step 1/26 : ARG BASE=golang:1.13-alpine 18:02:31 Step 2/26 : FROM ${BASE} AS builder 18:02:31 ---> bec0c59ed1bf 18:02:31 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:02:31 ---> Running in 576343ba7c3e 18:02:31 Removing intermediate container 576343ba7c3e 18:02:31 ---> 140bca574c50 18:02:31 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 18:02:32 ---> Running in 7010658063a5 18:02:32 Removing intermediate container 7010658063a5 18:02:32 ---> ec2f05d0c270 18:02:32 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:02:32 ---> Running in a3f855687107 18:02:32 Removing intermediate container f7f2f2e5166d 18:02:32 ---> 8c48b3ec84f1 18:02:32 Step 14/26 : FROM alpine:latest 18:02:32 latest: Pulling from library/alpine 18:02:32 df20fa9351a1: Pulling fs layer 18:02:32 df20fa9351a1: Verifying Checksum 18:02:32 df20fa9351a1: Download complete 18:02:32 df20fa9351a1: Pull complete 18:02:32 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:02:32 Status: Downloaded newer image for alpine:latest 18:02:33 Removing intermediate container a3f855687107 18:02:33 ---> 91720bdc91a0 18:02:33 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:02:33 ---> a24bb4013296 18:02:33 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:02:33 ---> Running in 49495066acb2 18:02:33 Removing intermediate container 49495066acb2 18:02:33 ---> 3c263a92df56 18:02:33 Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} 18:02:33 ---> Running in be3433713536 18:02:33 ---> Running in 121add4750fc 18:02:33 Removing intermediate container 121add4750fc 18:02:33 ---> a3d9ec3fcd12 18:02:33 Step 17/26 : RUN apk --no-cache add ca-certificates zeromq 18:02:33 ---> Running in f361c51022ce 18:02:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:02:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:02:34 (1/6) Installing ca-certificates (20191127-r4) 18:02:34 (2/6) Installing libgcc (9.3.0-r2) 18:02:34 (3/6) Installing libsodium (1.0.18-r0) 18:02:35 (4/6) Installing libstdc++ (9.3.0-r2) 18:02:35 (5/6) Installing libzmq (4.3.2-r0) 18:02:35 (6/6) Installing zeromq (4.3.2-r0) 18:02:35 Executing busybox-1.31.1-r16.trigger 18:02:35 Executing ca-certificates-20191127-r4.trigger 18:02:35 OK: 9 MiB in 20 packages 18:02:35 Removing intermediate container be3433713536 18:02:35 ---> e41a29418bca 18:02:35 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:02:35 ---> Running in 0ed78f373f72 18:02:36 Removing intermediate container f361c51022ce 18:02:36 ---> 10fed70d7f08 18:02:36 Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:02:36 ---> a6803c6fd634 18:02:36 Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE 18:02:36 ---> 9dfcc3c95c44 18:02:36 Step 20/26 : COPY --from=builder /app/res/ /res/ 18:02:37 ---> 35bd4fae0d66 18:02:37 Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:02:37 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 18:02:37 ---> a3cf22498e5e 18:02:37 Step 22/26 : EXPOSE 48095 18:02:38 ---> Running in b293385e45c5 18:02:38 Removing intermediate container b293385e45c5 18:02:38 ---> de8f40b157ce 18:02:38 Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:02:39 ---> Running in 79607ea6ba4b 18:02:39 Removing intermediate container 79607ea6ba4b 18:02:39 ---> 808cdaaf49a5 18:02:39 Step 24/26 : LABEL arch=amd64 18:02:39 ---> Running in 19dd3304ef3a 18:02:39 Removing intermediate container 19dd3304ef3a 18:02:39 ---> c8d55ef103f3 18:02:39 Step 25/26 : LABEL git_sha=f28354b8476c8c1cc7f5324a065fdc504d7f9a57 18:02:39 ---> Running in 9aa1329ee703 18:02:39 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 18:02:39 Removing intermediate container 9aa1329ee703 18:02:39 ---> 65021ddbfb1e 18:02:39 Step 26/26 : LABEL version=1.2.1-dev.2 18:02:39 ---> Running in 7f16ba85734a 18:02:39 Removing intermediate container 7f16ba85734a 18:02:39 ---> ff8c667fadcf 18:02:39 [Warning] One or more build-args [ARCH] were not consumed 18:02:39 Successfully built ff8c667fadcf 18:02:39 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:02:39 provisioning config files... 18:02:40 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/34@tmp/config4847299068517577979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:02:40 OK: 127 MiB in 45 packages 18:02:40 nexus3.edgexfoundry.org:10001 18:02:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:40 Configure a credential helper to remove this warning. See 18:02:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:40 18:02:40 Login Succeeded 18:02:40 nexus3.edgexfoundry.org:10002 18:02:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:40 Configure a credential helper to remove this warning. See 18:02:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:40 18:02:40 Login Succeeded 18:02:40 nexus3.edgexfoundry.org:10003 18:02:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:40 Configure a credential helper to remove this warning. See 18:02:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:40 18:02:40 Login Succeeded 18:02:40 nexus3.edgexfoundry.org:10004 18:02:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:41 Configure a credential helper to remove this warning. See 18:02:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:41 18:02:41 Login Succeeded 18:02:41 docker.io 18:02:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:41 Removing intermediate container 0ed78f373f72 18:02:41 ---> 38e0f0667267 18:02:41 Step 8/26 : WORKDIR /app 18:02:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:41 Configure a credential helper to remove this warning. See 18:02:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:41 18:02:41 Login Succeeded [Pipeline] } 18:02:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:02:41 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 18:02:41 f28354b8476c8c1cc7f5324a065fdc504d7f9a57 18:02:41 latest 18:02:41 1.2.1-dev.2 18:02:41 f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2 18:02:41 master 18:02:41 ===================================================== [Pipeline] withEnv [Pipeline] { 18:02:41 ---> Running in f40b61670a57 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:02:41 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f28354b8476c8c1cc7f5324a065fdc504d7f9a57 18:02:41 Removing intermediate container f40b61670a57 18:02:41 ---> 704d408b8ff4 18:02:41 Step 9/26 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh 18:02:42 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f28354b8476c8c1cc7f5324a065fdc504d7f9a57 18:02:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:02:42 1feb1b0a27ff: Preparing 18:02:42 f7272150a99a: Preparing 18:02:42 20f77f95238e: Preparing 18:02:42 89ac51224305: Preparing 18:02:42 393c3ed5e72e: Preparing 18:02:42 50644c29ef5a: Preparing 18:02:42 50644c29ef5a: Waiting 18:02:42 20f77f95238e: Pushed 18:02:42 f7272150a99a: Pushed 18:02:42 89ac51224305: Pushed 18:02:42 50644c29ef5a: Layer already exists 18:02:42 393c3ed5e72e: Pushed 18:02:42 ---> 2ce92a1d71c5 18:02:42 Step 10/26 : RUN go mod download 18:02:42 ---> Running in a0a3f68a9d94 18:02:43 1feb1b0a27ff: Pushed 18:02:44 f28354b8476c8c1cc7f5324a065fdc504d7f9a57: digest: sha256:d30d2d3603f390545b8711100cb2bd5884910c455e79820aac398b20c7b76db5 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:02:44 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 18:02:44 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 18:02:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:02:44 1feb1b0a27ff: Preparing 18:02:44 f7272150a99a: Preparing 18:02:44 20f77f95238e: Preparing 18:02:44 89ac51224305: Preparing 18:02:44 393c3ed5e72e: Preparing 18:02:44 50644c29ef5a: Preparing 18:02:44 50644c29ef5a: Waiting 18:02:44 89ac51224305: Layer already exists 18:02:44 f7272150a99a: Layer already exists 18:02:44 1feb1b0a27ff: Layer already exists 18:02:44 20f77f95238e: Layer already exists 18:02:44 393c3ed5e72e: Layer already exists 18:02:44 50644c29ef5a: Layer already exists 18:02:44 latest: digest: sha256:d30d2d3603f390545b8711100cb2bd5884910c455e79820aac398b20c7b76db5 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:02:44 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 18:02:45 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.2 18:02:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:02:45 1feb1b0a27ff: Preparing 18:02:45 f7272150a99a: Preparing 18:02:45 20f77f95238e: Preparing 18:02:45 89ac51224305: Preparing 18:02:45 393c3ed5e72e: Preparing 18:02:45 50644c29ef5a: Preparing 18:02:45 50644c29ef5a: Waiting 18:02:45 1feb1b0a27ff: Layer already exists 18:02:45 89ac51224305: Layer already exists 18:02:45 20f77f95238e: Layer already exists 18:02:45 393c3ed5e72e: Layer already exists 18:02:45 f7272150a99a: Layer already exists 18:02:45 50644c29ef5a: Layer already exists 18:02:45 1.2.1-dev.2: digest: sha256:d30d2d3603f390545b8711100cb2bd5884910c455e79820aac398b20c7b76db5 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:02:45 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 18:02:45 Removing intermediate container a0a3f68a9d94 18:02:45 ---> 307645f3c00d 18:02:45 Step 11/26 : COPY . . 18:02:45 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2 18:02:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:02:45 1feb1b0a27ff: Preparing 18:02:45 f7272150a99a: Preparing 18:02:45 20f77f95238e: Preparing 18:02:45 89ac51224305: Preparing 18:02:45 393c3ed5e72e: Preparing 18:02:45 50644c29ef5a: Preparing 18:02:45 50644c29ef5a: Waiting 18:02:45 393c3ed5e72e: Layer already exists 18:02:45 89ac51224305: Layer already exists 18:02:45 1feb1b0a27ff: Layer already exists 18:02:45 20f77f95238e: Layer already exists 18:02:45 f7272150a99a: Layer already exists 18:02:45 50644c29ef5a: Layer already exists 18:02:45 f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2: digest: sha256:d30d2d3603f390545b8711100cb2bd5884910c455e79820aac398b20c7b76db5 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:02:46 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 18:02:46 ---> 629ffc092984 18:02:46 Step 12/26 : ARG MAKE="make build" 18:02:46 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 18:02:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:02:46 1feb1b0a27ff: Preparing 18:02:46 f7272150a99a: Preparing 18:02:46 20f77f95238e: Preparing 18:02:46 89ac51224305: Preparing 18:02:46 393c3ed5e72e: Preparing 18:02:46 50644c29ef5a: Preparing 18:02:46 50644c29ef5a: Waiting 18:02:46 20f77f95238e: Layer already exists 18:02:46 89ac51224305: Layer already exists 18:02:46 1feb1b0a27ff: Layer already exists 18:02:46 393c3ed5e72e: Layer already exists 18:02:46 f7272150a99a: Layer already exists 18:02:46 50644c29ef5a: Layer already exists 18:02:46 master: digest: sha256:d30d2d3603f390545b8711100cb2bd5884910c455e79820aac398b20c7b76db5 size: 1574 18:02:46 ---> Running in 8938726b4d85 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 18:02:47 Removing intermediate container 8938726b4d85 18:02:47 ---> a87781cc19fb 18:02:47 Step 13/26 : RUN $MAKE 18:02:47 ---> Running in a35f6ab7c924 18:02:47 ++ find /w/workspace/app-service-configurable/34 18:02:47 ++ grep snapcraft.yaml 18:02:47 + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/34/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:02:47 provisioning config files... 18:02:47 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/34@tmp/config7832345271220790405tmp [Pipeline] { [Pipeline] sh 18:02:47 + cp /w/workspace/app-service-configurable/34@tmp/config7832345271220790405tmp /w/workspace/app-service-configurable/34/edgex-snap-store-login [Pipeline] sh 18:02:47 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/34:/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 18:02:47 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 18:02:47 latest: Pulling from edgex-devops/edgex-snap-builder 18:02:47 5bed26d33875: Pulling fs layer 18:02:47 f11b29a9c730: Pulling fs layer 18:02:47 930bda195c84: Pulling fs layer 18:02:47 78bf9a5ad49e: Pulling fs layer 18:02:47 e5fbee5a4b0d: Pulling fs layer 18:02:47 f452fca78f88: Pulling fs layer 18:02:47 7417ef92027a: Pulling fs layer 18:02:47 2af5c49d270b: Pulling fs layer 18:02:47 df9c3bdbc40a: Pulling fs layer 18:02:47 f452fca78f88: Waiting 18:02:47 7417ef92027a: Waiting 18:02:47 2af5c49d270b: Waiting 18:02:47 df9c3bdbc40a: Waiting 18:02:47 78bf9a5ad49e: Waiting 18:02:47 e5fbee5a4b0d: Waiting 18:02:47 930bda195c84: Verifying Checksum 18:02:47 930bda195c84: Download complete 18:02:47 f11b29a9c730: Download complete 18:02:47 78bf9a5ad49e: Verifying Checksum 18:02:47 78bf9a5ad49e: Download complete 18:02:47 f452fca78f88: Verifying Checksum 18:02:47 f452fca78f88: Download complete 18:02:47 7417ef92027a: Verifying Checksum 18:02:47 7417ef92027a: Download complete 18:02:47 2af5c49d270b: Verifying Checksum 18:02:47 2af5c49d270b: Download complete 18:02:47 df9c3bdbc40a: Verifying Checksum 18:02:47 df9c3bdbc40a: Download complete 18:02:48 5bed26d33875: Verifying Checksum 18:02:48 5bed26d33875: Download complete 18:02:48 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable 18:02:51 e5fbee5a4b0d: Verifying Checksum 18:02:51 e5fbee5a4b0d: Download complete 18:02:51 5bed26d33875: Pull complete 18:02:51 f11b29a9c730: Pull complete 18:02:51 930bda195c84: Pull complete 18:02:51 78bf9a5ad49e: Pull complete 18:03:13 e5fbee5a4b0d: Pull complete 18:03:13 f452fca78f88: Pull complete 18:03:13 7417ef92027a: Pull complete 18:03:13 2af5c49d270b: Pull complete 18:03:13 df9c3bdbc40a: Pull complete 18:03:13 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 18:03:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 18:03:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:03:14 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:03:14 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:03:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1003 kB] 18:03:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [89.0 kB] 18:03:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [869 kB] 18:03:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9282 B] 18:03:14 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 18:03:15 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] 18:03:15 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1302 kB] 18:03:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [102 kB] 18:03:15 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1405 kB] 18:03:15 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 18:03:15 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 18:03:15 Fetched 5062 kB in 1s (3768 kB/s) 18:03:16 Reading package lists... 18:03: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: 18:03:18 - README.md 18:03:18 18:03:18 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:03: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 18:03:21 Reading package lists... 18:03:22 Building dependency tree... 18:03:22 Reading state information... 18:03:22 The following packages were automatically installed and are no longer required: 18:03:22 libjq1 liblzo2-2 libonig4 18:03:22 Use 'sudo apt autoremove' to remove them. 18:03:22 Suggested packages: 18:03:22 binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd 18:03:22 pinentry-gnome3 tor debian-keyring g++-multilib g++-7-multilib gcc-7-doc 18:03:22 libstdc++6-7-dbg gcc-multilib autoconf automake libtool flex bison gdb 18:03:22 gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg 18:03:22 libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg 18:03:22 libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 18:03:22 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 18:03:22 git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc locales bzr 18:03:22 gdbm-l10n libstdc++-7-doc make-doc man-browser keychain libpam-ssh 18:03:22 monkeysphere ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl 18:03:22 | libterm-readline-perl-perl pinentry-doc readline-doc 18:03:22 The following NEW packages will be installed: 18:03:22 binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 18:03:22 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man 18:03:22 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server 18:03:22 gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl 18:03:22 libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 18:03:22 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl 18:03:22 libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl 18:03:22 libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 18:03:22 libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 18:03:22 libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 18:03:22 libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 18:03:22 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 18:03:22 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase 18:03:22 openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config 18:03:22 readline-common shared-mime-info xauth xdg-user-dirs xz-utils 18:03:22 The following packages will be upgraded: 18:03:22 libc6 libcurl4 18:03:22 2 upgraded, 98 newly installed, 0 to remove and 14 not upgraded. 18:03:22 Need to get 76.0 MB of archives. 18:03:22 After this operation, 309 MB of additional disk space will be used. 18:03:22 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.2 [2827 kB] 18:03:24 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 18:03:24 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B] 18:03:24 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:03:24 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 18:03:24 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 18:03:24 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 18:03:24 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 18:03:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 18:03:24 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 18:03:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 18:03:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 18:03:24 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 18:03:25 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 18:03:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 18:03:25 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:03:25 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:03:25 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] 18:03:25 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8054 kB] 18:03:25 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB] 18:03:25 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB] 18:03:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 18:03:25 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 18:03:25 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB] 18:03:25 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB] 18:03:25 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB] 18:03:25 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:03:25 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 18:03:25 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 18:03:25 Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 18:03:26 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:03:26 Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 18:03:26 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] 18:03:26 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] 18:03:26 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] 18:03:26 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] 18:03:26 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 18:03:26 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-109.110 [997 kB] 18:03:26 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 18:03:26 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:03:26 Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 18:03:26 Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 18:03:26 Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 18:03:26 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:03:27 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:03:27 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:03:27 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:03:27 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:03:27 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:03:27 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:03:27 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:03:27 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:03:27 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:03:27 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:03:27 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:03:27 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:03:27 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:03:27 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:03:27 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:03:27 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:03:27 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:03:28 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:03:28 Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 18:03:28 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:03:28 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:03:28 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:03:28 Get:67 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 18:03:28 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.9 [214 kB] 18:03:28 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] 18:03:28 Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB] 18:03:28 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.2 [123 kB] 18:03:28 Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:03:28 Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B] 18:03:28 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.2 [316 kB] 18:03:28 Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 18:03:28 Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 18:03:28 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] 18:03:28 Get:78 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:03:28 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:03:28 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:03:29 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] 18:03:29 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.2 [127 kB] 18:03:29 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.2 [467 kB] 18:03:29 Get:84 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB] 18:03:29 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.2 [227 kB] 18:03:29 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.2 [91.9 kB] 18:03:29 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.2 [84.9 kB] 18:03:29 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.2 [215 kB] 18:03:29 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.2 [249 kB] 18:03:29 Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 18:03:29 Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 18:03:29 Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 18:03:29 Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 18:03:29 Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:03:29 Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:03:29 Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:03:29 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:03:29 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:03:29 Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 18:03:29 Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:03:30 debconf: delaying package configuration, since apt-utils is not installed 18:03:30 Fetched 76.0 MB in 7s (10.8 MB/s) 18:03:30 (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.) 18:03:30 Preparing to unpack .../libc6_2.27-3ubuntu1.2_amd64.deb ... 18:03:30 Unpacking libc6:amd64 (2.27-3ubuntu1.2) over (2.27-3ubuntu1) ... 18:03:35 Removing intermediate container a35f6ab7c924 18:03:35 ---> 59a483c16524 18:03:35 Step 14/26 : FROM alpine:latest 18:03:35 latest: Pulling from library/alpine 18:03:35 b538f80385f9: Pulling fs layer 18:03:35 Setting up libc6:amd64 (2.27-3ubuntu1.2) ... 18:03:35 b538f80385f9: Verifying Checksum 18:03:35 b538f80385f9: Download complete 18:03:36 Selecting previously unselected package liblocale-gettext-perl. 18:03:36 (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.) 18:03:36 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 18:03:36 Unpacking liblocale-gettext-perl (1.07-3build2) ... 18:03:36 Selecting previously unselected package libxau6:amd64. 18:03:36 Preparing to unpack .../01-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ... 18:03:36 Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ... 18:03:36 Selecting previously unselected package libbsd0:amd64. 18:03:36 Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:03:36 b538f80385f9: Pull complete 18:03:36 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:03:36 Status: Downloaded newer image for alpine:latest 18:03:36 ---> 62ee0e9f8440 18:03:36 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:03:36 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:03:36 Selecting previously unselected package libxdmcp6:amd64. 18:03:36 Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 18:03:36 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 18:03:36 Selecting previously unselected package libxcb1:amd64. 18:03:36 Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 18:03:36 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 18:03:36 Selecting previously unselected package libx11-data. 18:03:36 Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 18:03:36 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 18:03:36 ---> Running in b13b9e996c3e 18:03:37 Removing intermediate container b13b9e996c3e 18:03:37 ---> b9edd01023f2 18:03:37 Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} 18:03:37 ---> Running in 7503f9f304da 18:03:37 Selecting previously unselected package libx11-6:amd64. 18:03:37 Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 18:03:37 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 18:03:37 Selecting previously unselected package libxext6:amd64. 18:03:37 Preparing to unpack .../07-libxext6_2%3a1.3.3-1_amd64.deb ... 18:03:37 Unpacking libxext6:amd64 (2:1.3.3-1) ... 18:03:37 Selecting previously unselected package perl-modules-5.26. 18:03:37 Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 18:03:37 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 18:03:37 Removing intermediate container 7503f9f304da 18:03:37 ---> 9dfb1a3e3a7e 18:03:37 Step 17/26 : RUN apk --no-cache add ca-certificates zeromq 18:03:37 ---> Running in 49b61a3cbdd9 18:03:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:39 (1/6) Installing ca-certificates (20191127-r4) 18:03:39 (2/6) Installing libgcc (9.3.0-r2) 18:03:40 (3/6) Installing libsodium (1.0.18-r0) 18:03:40 (4/6) Installing libstdc++ (9.3.0-r2) 18:03:40 (5/6) Installing libzmq (4.3.2-r0) 18:03:40 (6/6) Installing zeromq (4.3.2-r0) 18:03:40 Executing busybox-1.31.1-r16.trigger 18:03:40 Executing ca-certificates-20191127-r4.trigger 18:03:40 OK: 8 MiB in 20 packages 18:03:40 Selecting previously unselected package libgdbm5:amd64. 18:03:40 Preparing to unpack .../09-libgdbm5_1.14.1-6_amd64.deb ... 18:03:40 Unpacking libgdbm5:amd64 (1.14.1-6) ... 18:03:40 Selecting previously unselected package libgdbm-compat4:amd64. 18:03:40 Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_amd64.deb ... 18:03:40 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 18:03:40 Selecting previously unselected package libperl5.26:amd64. 18:03:40 Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 18:03:40 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 18:03:42 Removing intermediate container 49b61a3cbdd9 18:03:42 ---> 9438fdb052dc 18:03:42 Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:03:42 ---> 66cd08998886 18:03:42 Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE 18:03:42 Selecting previously unselected package perl. 18:03:42 Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_amd64.deb ... 18:03:42 Unpacking perl (5.26.1-6ubuntu0.3) ... 18:03:42 Selecting previously unselected package less. 18:03:42 Preparing to unpack .../13-less_487-0.1_amd64.deb ... 18:03:42 Unpacking less (487-0.1) ... 18:03:42 Selecting previously unselected package libexpat1:amd64. 18:03:42 Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:03:42 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:03:42 Selecting previously unselected package libglib2.0-0:amd64. 18:03:42 Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:03:42 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:03:43 Selecting previously unselected package libglib2.0-data. 18:03:43 Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... 18:03:43 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... 18:03:43 Selecting previously unselected package libicu60:amd64. 18:03:43 Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_amd64.deb ... 18:03:43 Unpacking libicu60:amd64 (60.2-3ubuntu3.1) ... 18:03:43 ---> 11870f9915f0 18:03:43 Step 20/26 : COPY --from=builder /app/res/ /res/ 18:03:44 Selecting previously unselected package readline-common. 18:03:44 Preparing to unpack .../18-readline-common_7.0-3_all.deb ... 18:03:44 Unpacking readline-common (7.0-3) ... 18:03:44 Selecting previously unselected package libreadline7:amd64. 18:03:44 Preparing to unpack .../19-libreadline7_7.0-3_amd64.deb ... 18:03:44 Unpacking libreadline7:amd64 (7.0-3) ... 18:03:44 Selecting previously unselected package libxml2:amd64. 18:03:44 Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 18:03:44 Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 18:03:44 Selecting previously unselected package netbase. 18:03:44 Preparing to unpack .../21-netbase_5.4_all.deb ... 18:03:44 Unpacking netbase (5.4) ... 18:03:44 Selecting previously unselected package shared-mime-info. 18:03:44 Preparing to unpack .../22-shared-mime-info_1.9-2_amd64.deb ... 18:03:44 Unpacking shared-mime-info (1.9-2) ... 18:03:44 ---> 3cd6d781227c 18:03:44 Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:03:44 Selecting previously unselected package xdg-user-dirs. 18:03:44 Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ... 18:03:44 Unpacking xdg-user-dirs (0.17-1ubuntu1) ... 18:03:44 Selecting previously unselected package xz-utils. 18:03:44 Preparing to unpack .../24-xz-utils_5.2.2-1.3_amd64.deb ... 18:03:44 Unpacking xz-utils (5.2.2-1.3) ... 18:03:44 Selecting previously unselected package libedit2:amd64. 18:03:44 Preparing to unpack .../25-libedit2_3.1-20170329-1_amd64.deb ... 18:03:44 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:03:44 Selecting previously unselected package libssl1.0.0:amd64. 18:03:44 Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 18:03:44 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 18:03:45 Selecting previously unselected package libxmuu1:amd64. 18:03:45 Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_amd64.deb ... 18:03:45 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 18:03:45 Selecting previously unselected package manpages. 18:03:45 Preparing to unpack .../28-manpages_4.15-1_all.deb ... 18:03:45 Unpacking manpages (4.15-1) ... 18:03:45 Selecting previously unselected package openssh-client. 18:03:45 Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:03:45 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:03:45 Selecting previously unselected package xauth. 18:03:45 Preparing to unpack .../30-xauth_1%3a1.0.10-1_amd64.deb ... 18:03:45 Unpacking xauth (1:1.0.10-1) ... 18:03:45 ---> 8dd4e41e46bf 18:03:45 Step 22/26 : EXPOSE 48095 18:03:45 Selecting previously unselected package binutils-common:amd64. 18:03:45 Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... 18:03:45 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... 18:03:45 Selecting previously unselected package libbinutils:amd64. 18:03:45 Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... 18:03:45 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... 18:03:46 ---> Running in c9c9256d7e63 18:03:46 Selecting previously unselected package binutils-x86-64-linux-gnu. 18:03:46 Preparing to unpack .../33-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... 18:03:46 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 18:03:46 Removing intermediate container c9c9256d7e63 18:03:46 ---> 67d8392497a6 18:03:46 Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:46 ---> Running in 58b224a607a7 18:03:46 Removing intermediate container 58b224a607a7 18:03:46 ---> 59536261715c 18:03:46 Step 24/26 : LABEL arch=arm64 18:03:47 Selecting previously unselected package binutils. 18:03:47 Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... 18:03:47 Unpacking binutils (2.30-21ubuntu1~18.04.3) ... 18:03:47 Selecting previously unselected package libc-dev-bin. 18:03:47 Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 18:03:47 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 18:03:47 Selecting previously unselected package linux-libc-dev:amd64. 18:03:47 Preparing to unpack .../36-linux-libc-dev_4.15.0-109.110_amd64.deb ... 18:03:47 Unpacking linux-libc-dev:amd64 (4.15.0-109.110) ... 18:03:47 ---> Running in 21baa02d3f35 18:03:47 Removing intermediate container 21baa02d3f35 18:03:47 ---> 84c31ea6438d 18:03:47 Step 25/26 : LABEL git_sha=f28354b8476c8c1cc7f5324a065fdc504d7f9a57 18:03:47 ---> Running in 5bcb5417ccc0 18:03:47 Removing intermediate container 5bcb5417ccc0 18:03:47 ---> d2e70a05c685 18:03:47 Step 26/26 : LABEL version=1.2.1-dev.2 18:03:47 Selecting previously unselected package libc6-dev:amd64. 18:03:47 Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 18:03:47 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 18:03:48 ---> Running in d7eda12354ce 18:03:48 Removing intermediate container d7eda12354ce 18:03:48 ---> 4858a14906dd 18:03:48 [Warning] One or more build-args [ARCH] were not consumed 18:03:48 Successfully built 4858a14906dd 18:03:48 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 18:03:48 provisioning config files... 18:03:48 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/34@tmp/config8174817823505786542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:03:49 nexus3.edgexfoundry.org:10001 18:03:49 Selecting previously unselected package gcc-7-base:amd64. 18:03:49 Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:49 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:03:49 Selecting previously unselected package libisl19:amd64. 18:03:49 Preparing to unpack .../39-libisl19_0.19-1_amd64.deb ... 18:03:49 Unpacking libisl19:amd64 (0.19-1) ... 18:03:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:49 Selecting previously unselected package libmpfr6:amd64. 18:03:49 Preparing to unpack .../40-libmpfr6_4.0.1-1_amd64.deb ... 18:03:49 Unpacking libmpfr6:amd64 (4.0.1-1) ... 18:03:49 Selecting previously unselected package libmpc3:amd64. 18:03:49 Preparing to unpack .../41-libmpc3_1.1.0-1_amd64.deb ... 18:03:49 Unpacking libmpc3:amd64 (1.1.0-1) ... 18:03:49 Selecting previously unselected package cpp-7. 18:03:49 Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:49 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:03:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:49 Configure a credential helper to remove this warning. See 18:03:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:49 18:03:49 Login Succeeded 18:03:49 nexus3.edgexfoundry.org:10002 18:03:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:50 Configure a credential helper to remove this warning. See 18:03:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:50 18:03:50 Login Succeeded 18:03:50 nexus3.edgexfoundry.org:10003 18:03:50 Selecting previously unselected package cpp. 18:03:50 Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:03:50 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 18:03:50 Selecting previously unselected package libcc1-0:amd64. 18:03:50 Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:50 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:50 Selecting previously unselected package libgomp1:amd64. 18:03:50 Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:50 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:50 Selecting previously unselected package libitm1:amd64. 18:03:50 Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:50 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:50 Selecting previously unselected package libatomic1:amd64. 18:03:50 Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:50 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:50 Configure a credential helper to remove this warning. See 18:03:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:50 18:03:50 Login Succeeded 18:03:50 nexus3.edgexfoundry.org:10004 18:03:51 Selecting previously unselected package libasan4:amd64. 18:03:51 Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:51 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:03:51 Selecting previously unselected package liblsan0:amd64. 18:03:51 Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:51 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:51 Configure a credential helper to remove this warning. See 18:03:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:51 18:03:51 Login Succeeded 18:03:51 Selecting previously unselected package libtsan0:amd64. 18:03:51 Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:51 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:51 Selecting previously unselected package libubsan0:amd64. 18:03:51 Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:51 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:03:51 Selecting previously unselected package libcilkrts5:amd64. 18:03:51 Preparing to unpack .../52-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:51 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:03:51 docker.io 18:03:51 Selecting previously unselected package libmpx2:amd64. 18:03:51 Preparing to unpack .../53-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:51 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:51 Selecting previously unselected package libquadmath0:amd64. 18:03:51 Preparing to unpack .../54-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:51 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:51 Selecting previously unselected package libgcc-7-dev:amd64. 18:03:51 Preparing to unpack .../55-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:51 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:03:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:52 Configure a credential helper to remove this warning. See 18:03:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:52 18:03:52 Login Succeeded [Pipeline] } 18:03:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:03:52 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 18:03:52 f28354b8476c8c1cc7f5324a065fdc504d7f9a57 18:03:52 latest 18:03:52 1.2.1-dev.2 18:03:52 f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2 18:03:52 master 18:03:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:03:52 Selecting previously unselected package gcc-7. 18:03:52 Preparing to unpack .../56-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:52 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:03:52 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f28354b8476c8c1cc7f5324a065fdc504d7f9a57 [Pipeline] isUnix [Pipeline] sh 18:03:53 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f28354b8476c8c1cc7f5324a065fdc504d7f9a57 18:03:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:03:53 549917a6010c: Preparing 18:03:53 9916b4f5cbf9: Preparing 18:03:53 d15773375da3: Preparing 18:03:53 3de492e8c7b7: Preparing 18:03:53 3eb6a03e7bb7: Preparing 18:03:53 e2f13739ad41: Preparing 18:03:53 e2f13739ad41: Waiting 18:03:53 3de492e8c7b7: Pushed 18:03:53 9916b4f5cbf9: Pushed 18:03:53 d15773375da3: Pushed 18:03:53 e2f13739ad41: Layer already exists 18:03:53 Selecting previously unselected package gcc. 18:03:53 Preparing to unpack .../57-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:03:53 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 18:03:53 Selecting previously unselected package libstdc++-7-dev:amd64. 18:03:53 Preparing to unpack .../58-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:53 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:03:54 3eb6a03e7bb7: Pushed 18:03:55 Selecting previously unselected package g++-7. 18:03:55 Preparing to unpack .../59-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:55 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 18:03:56 Selecting previously unselected package g++. 18:03:56 Preparing to unpack .../60-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:03:56 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 18:03:56 Selecting previously unselected package make. 18:03:56 Preparing to unpack .../61-make_4.1-9.1ubuntu1_amd64.deb ... 18:03:56 Unpacking make (4.1-9.1ubuntu1) ... 18:03:56 Selecting previously unselected package libdpkg-perl. 18:03:56 Preparing to unpack .../62-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:03:56 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:03:56 Selecting previously unselected package patch. 18:03:56 Preparing to unpack .../63-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:03:57 Unpacking patch (2.7.6-2ubuntu1.1) ... 18:03:57 Selecting previously unselected package dpkg-dev. 18:03:57 Preparing to unpack .../64-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:03:57 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 18:03:57 Selecting previously unselected package build-essential. 18:03:57 Preparing to unpack .../65-build-essential_12.4ubuntu1_amd64.deb ... 18:03:57 Unpacking build-essential (12.4ubuntu1) ... 18:03:57 Preparing to unpack .../66-libcurl4_7.58.0-2ubuntu3.9_amd64.deb ... 18:03:57 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.9) over (7.58.0-2ubuntu3.8) ... 18:03:57 Selecting previously unselected package curl. 18:03:57 Preparing to unpack .../67-curl_7.58.0-2ubuntu3.9_amd64.deb ... 18:03:57 Unpacking curl (7.58.0-2ubuntu3.9) ... 18:03:57 Selecting previously unselected package libassuan0:amd64. 18:03:57 Preparing to unpack .../68-libassuan0_2.5.1-2_amd64.deb ... 18:03:57 Unpacking libassuan0:amd64 (2.5.1-2) ... 18:03:57 Selecting previously unselected package gpgconf. 18:03:57 Preparing to unpack .../69-gpgconf_2.2.4-1ubuntu1.2_amd64.deb ... 18:03:57 Unpacking gpgconf (2.2.4-1ubuntu1.2) ... 18:03:57 Selecting previously unselected package libksba8:amd64. 18:03:57 Preparing to unpack .../70-libksba8_1.3.5-2_amd64.deb ... 18:03:57 Unpacking libksba8:amd64 (1.3.5-2) ... 18:03:57 549917a6010c: Pushed 18:03:57 f28354b8476c8c1cc7f5324a065fdc504d7f9a57: digest: sha256:450142d2aa8bfb9f0fe5b18e115ea896430b6d87d5806289e07c0606f3c70c8c size: 1574 [Pipeline] isUnix [Pipeline] sh 18:03:57 Selecting previously unselected package libnpth0:amd64. 18:03:57 Preparing to unpack .../71-libnpth0_1.5-3_amd64.deb ... 18:03:57 Unpacking libnpth0:amd64 (1.5-3) ... 18:03:57 Selecting previously unselected package dirmngr. 18:03:57 Preparing to unpack .../72-dirmngr_2.2.4-1ubuntu1.2_amd64.deb ... 18:03:57 Unpacking dirmngr (2.2.4-1ubuntu1.2) ... 18:03:57 Selecting previously unselected package libfakeroot:amd64. 18:03:57 Preparing to unpack .../73-libfakeroot_1.22-2ubuntu1_amd64.deb ... 18:03:57 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 18:03:58 Selecting previously unselected package fakeroot. 18:03:58 Preparing to unpack .../74-fakeroot_1.22-2ubuntu1_amd64.deb ... 18:03:58 Unpacking fakeroot (1.22-2ubuntu1) ... 18:03:58 Selecting previously unselected package libcurl3-gnutls:amd64. 18:03:58 Preparing to unpack .../75-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... 18:03:58 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 18:03:58 Selecting previously unselected package liberror-perl. 18:03:58 Preparing to unpack .../76-liberror-perl_0.17025-1_all.deb ... 18:03:58 Unpacking liberror-perl (0.17025-1) ... 18:03:58 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:03:58 Selecting previously unselected package git-man. 18:03:58 Preparing to unpack .../77-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:03:58 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:03:58 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 18:03:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:03:58 549917a6010c: Preparing 18:03:58 9916b4f5cbf9: Preparing 18:03:58 d15773375da3: Preparing 18:03:58 3de492e8c7b7: Preparing 18:03:58 3eb6a03e7bb7: Preparing 18:03:58 e2f13739ad41: Preparing 18:03:58 e2f13739ad41: Waiting 18:03:58 3de492e8c7b7: Layer already exists 18:03:58 549917a6010c: Layer already exists 18:03:58 9916b4f5cbf9: Layer already exists 18:03:58 d15773375da3: Layer already exists 18:03:58 3eb6a03e7bb7: Layer already exists 18:03:58 Selecting previously unselected package git. 18:03:58 Preparing to unpack .../78-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:03:58 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:03:58 e2f13739ad41: Layer already exists 18:03:58 latest: digest: sha256:450142d2aa8bfb9f0fe5b18e115ea896430b6d87d5806289e07c0606f3c70c8c size: 1574 [Pipeline] isUnix [Pipeline] sh 18:03:59 + 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 18:03:59 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.2 18:03:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:03:59 549917a6010c: Preparing 18:03:59 9916b4f5cbf9: Preparing 18:03:59 d15773375da3: Preparing 18:03:59 3de492e8c7b7: Preparing 18:03:59 3eb6a03e7bb7: Preparing 18:03:59 e2f13739ad41: Preparing 18:03:59 e2f13739ad41: Waiting 18:03:59 3de492e8c7b7: Layer already exists 18:03:59 d15773375da3: Layer already exists 18:03:59 549917a6010c: Layer already exists 18:03:59 9916b4f5cbf9: Layer already exists 18:03:59 3eb6a03e7bb7: Layer already exists 18:03:59 e2f13739ad41: Layer already exists 18:03:59 Selecting previously unselected package gnupg-l10n. 18:03:59 Preparing to unpack .../79-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... 18:03:59 Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... 18:03:59 Selecting previously unselected package gnupg-utils. 18:03:59 Preparing to unpack .../80-gnupg-utils_2.2.4-1ubuntu1.2_amd64.deb ... 18:03:59 Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... 18:03:59 1.2.1-dev.2: digest: sha256:450142d2aa8bfb9f0fe5b18e115ea896430b6d87d5806289e07c0606f3c70c8c size: 1574 [Pipeline] isUnix [Pipeline] sh 18:03:59 Selecting previously unselected package gpg. 18:03:59 Preparing to unpack .../81-gpg_2.2.4-1ubuntu1.2_amd64.deb ... 18:03:59 Unpacking gpg (2.2.4-1ubuntu1.2) ... 18:03:59 Selecting previously unselected package pinentry-curses. 18:03:59 Preparing to unpack .../82-pinentry-curses_1.1.0-1_amd64.deb ... 18:03:59 Unpacking pinentry-curses (1.1.0-1) ... 18:03:59 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 18:04:00 Selecting previously unselected package gpg-agent. 18:04:00 Preparing to unpack .../83-gpg-agent_2.2.4-1ubuntu1.2_amd64.deb ... 18:04:00 Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... 18:04:00 Selecting previously unselected package gpg-wks-client. 18:04:00 Preparing to unpack .../84-gpg-wks-client_2.2.4-1ubuntu1.2_amd64.deb ... 18:04:00 Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... 18:04:00 Selecting previously unselected package gpg-wks-server. 18:04:00 Preparing to unpack .../85-gpg-wks-server_2.2.4-1ubuntu1.2_amd64.deb ... 18:04:00 Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... 18:04:00 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2 18:04:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:04:00 549917a6010c: Preparing 18:04:00 9916b4f5cbf9: Preparing 18:04:00 d15773375da3: Preparing 18:04:00 3de492e8c7b7: Preparing 18:04:00 3eb6a03e7bb7: Preparing 18:04:00 e2f13739ad41: Preparing 18:04:00 e2f13739ad41: Waiting 18:04:00 3eb6a03e7bb7: Layer already exists 18:04:00 d15773375da3: Layer already exists 18:04:00 9916b4f5cbf9: Layer already exists 18:04:00 549917a6010c: Layer already exists 18:04:00 3de492e8c7b7: Layer already exists 18:04:00 Selecting previously unselected package gpgsm. 18:04:00 Preparing to unpack .../86-gpgsm_2.2.4-1ubuntu1.2_amd64.deb ... 18:04:00 Unpacking gpgsm (2.2.4-1ubuntu1.2) ... 18:04:00 Selecting previously unselected package gnupg. 18:04:00 Preparing to unpack .../87-gnupg_2.2.4-1ubuntu1.2_amd64.deb ... 18:04:00 Unpacking gnupg (2.2.4-1ubuntu1.2) ... 18:04:00 Selecting previously unselected package libalgorithm-diff-perl. 18:04:00 Preparing to unpack .../88-libalgorithm-diff-perl_1.19.03-1_all.deb ... 18:04:00 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 18:04:00 e2f13739ad41: Layer already exists 18:04:00 f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2: digest: sha256:450142d2aa8bfb9f0fe5b18e115ea896430b6d87d5806289e07c0606f3c70c8c size: 1574 [Pipeline] isUnix [Pipeline] sh 18:04:00 Selecting previously unselected package libalgorithm-diff-xs-perl. 18:04:00 Preparing to unpack .../89-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 18:04:00 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 18:04:00 Selecting previously unselected package libalgorithm-merge-perl. 18:04:00 Preparing to unpack .../90-libalgorithm-merge-perl_0.08-3_all.deb ... 18:04:00 Unpacking libalgorithm-merge-perl (0.08-3) ... 18:04:00 Selecting previously unselected package libfile-fcntllock-perl. 18:04:00 Preparing to unpack .../91-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 18:04:00 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 18:04:00 Selecting previously unselected package libnorm1:amd64. 18:04:00 Preparing to unpack .../92-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:04:00 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:04:00 Selecting previously unselected package libpgm-5.2-0:amd64. 18:04:00 Preparing to unpack .../93-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:04:00 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:04:00 Selecting previously unselected package libsodium23:amd64. 18:04:00 Preparing to unpack .../94-libsodium23_1.0.16-2_amd64.deb ... 18:04:00 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:04:00 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 18:04:01 Selecting previously unselected package libzmq5:amd64. 18:04:01 Preparing to unpack .../95-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:04:01 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:04:01 Selecting previously unselected package libzmq3-dev:amd64. 18:04:01 Preparing to unpack .../96-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:04:01 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:04:01 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 18:04:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:04:01 549917a6010c: Preparing 18:04:01 9916b4f5cbf9: Preparing 18:04:01 d15773375da3: Preparing 18:04:01 3de492e8c7b7: Preparing 18:04:01 3eb6a03e7bb7: Preparing 18:04:01 e2f13739ad41: Preparing 18:04:01 e2f13739ad41: Waiting 18:04:01 Selecting previously unselected package manpages-dev. 18:04:01 Preparing to unpack .../97-manpages-dev_4.15-1_all.deb ... 18:04:01 Unpacking manpages-dev (4.15-1) ... 18:04:01 3eb6a03e7bb7: Layer already exists 18:04:01 9916b4f5cbf9: Layer already exists 18:04:01 549917a6010c: Layer already exists 18:04:01 d15773375da3: Layer already exists 18:04:01 3de492e8c7b7: Layer already exists 18:04:01 e2f13739ad41: Layer already exists 18:04:01 master: digest: sha256:450142d2aa8bfb9f0fe5b18e115ea896430b6d87d5806289e07c0606f3c70c8c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 18:04:01 Selecting previously unselected package pkg-config. 18:04:01 Preparing to unpack .../98-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:04:01 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:04:01 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:01 Setting up libnpth0:amd64 (1.5-3) ... 18:04:01 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:04:01 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 18:04:01 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:04:01 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:01 Setting up readline-common (7.0-3) ... 18:04:01 Setting up manpages (4.15-1) ... 18:04:01 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:04:01 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:04:01 Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 18:04:01 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:01 Setting up less (487-0.1) ... 18:04:02 + find /w/workspace/app-service-configurable/34 18:04:02 + grep snapcraft.yaml 18:04:02 + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/34/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:04:02 provisioning config files... 18:04:02 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/34@tmp/config6123514970929489200tmp [Pipeline] { [Pipeline] sh 18:04:02 + cp /w/workspace/app-service-configurable/34@tmp/config6123514970929489200tmp /w/workspace/app-service-configurable/34/edgex-snap-store-login [Pipeline] sh 18:04:02 Setting up make (4.1-9.1ubuntu1) ... 18:04:02 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 18:04:02 Setting up libreadline7:amd64 (7.0-3) ... 18:04:02 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 18:04:02 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:03 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/34:/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 18:04:03 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:04:03 No schema files found: doing nothing. 18:04:03 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.9) ... 18:04:03 Setting up linux-libc-dev:amd64 (4.15.0-109.110) ... 18:04:03 Setting up libmpfr6:amd64 (4.0.1-1) ... 18:04:03 Setting up libksba8:amd64 (1.3.5-2) ... 18:04:03 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 18:04:03 Setting up libgdbm5:amd64 (1.14.1-6) ... 18:04:03 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:04:03 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 18:04:03 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 18:04:03 b2f61026a351: Pulling fs layer 18:04:03 5538fb30c42c: Pulling fs layer 18:04:03 f0b05810781a: Pulling fs layer 18:04:03 0180a33352d6: Pulling fs layer 18:04:03 e7604b0c0f53: Pulling fs layer 18:04:03 db689cb83ae0: Pulling fs layer 18:04:03 6138af208834: Pulling fs layer 18:04:03 007c8e8c5d63: Pulling fs layer 18:04:03 4f7a387c642f: Pulling fs layer 18:04:03 0180a33352d6: Waiting 18:04:03 e7604b0c0f53: Waiting 18:04:03 db689cb83ae0: Waiting 18:04:03 6138af208834: Waiting 18:04:03 007c8e8c5d63: Waiting 18:04:03 4f7a387c642f: Waiting 18:04:03 f0b05810781a: Verifying Checksum 18:04:03 f0b05810781a: Download complete 18:04:03 5538fb30c42c: Download complete 18:04:03 0180a33352d6: Download complete 18:04:03 db689cb83ae0: Verifying Checksum 18:04:03 db689cb83ae0: Download complete 18:04:03 6138af208834: Download complete 18:04:03 007c8e8c5d63: Verifying Checksum 18:04:03 007c8e8c5d63: Download complete 18:04:03 4f7a387c642f: Verifying Checksum 18:04:03 4f7a387c642f: Download complete 18:04:03 Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 18:04:03 Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... 18:04:03 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:03 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:04:03 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:04:03 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... 18:04:03 Setting up libsodium23:amd64 (1.0.16-2) ... 18:04:03 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:03 Setting up patch (2.7.6-2ubuntu1.1) ... 18:04:03 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... 18:04:03 Setting up xz-utils (5.2.2-1.3) ... 18:04:03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 18:04:03 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 18:04:03 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 18:04:03 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 18:04:03 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 18:04:03 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 18:04:03 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 18:04:03 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 18:04:03 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 18:04:03 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 18:04:03 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 18:04:03 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 18:04:03 Setting up liblocale-gettext-perl (1.07-3build2) ... 18:04:03 Setting up shared-mime-info (1.9-2) ... 18:04:04 b2f61026a351: Verifying Checksum 18:04:04 b2f61026a351: Download complete 18:04:07 b2f61026a351: Pull complete 18:04:07 5538fb30c42c: Pull complete 18:04:08 f0b05810781a: Pull complete 18:04:08 0180a33352d6: Pull complete 18:04:10 Setting up libmpc3:amd64 (1.1.0-1) ... 18:04:10 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 18:04:10 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 18:04:10 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 18:04:10 Setting up manpages-dev (4.15-1) ... 18:04:10 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:04:10 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 18:04:10 Setting up libassuan0:amd64 (2.5.1-2) ... 18:04:10 Setting up xdg-user-dirs (0.17-1ubuntu1) ... 18:04:10 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:10 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 18:04:10 Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ... 18:04:10 Setting up netbase (5.4) ... 18:04:10 Setting up libisl19:amd64 (0.19-1) ... 18:04:10 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:04:10 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:04:10 Setting up curl (7.58.0-2ubuntu3.9) ... 18:04:10 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... 18:04:10 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:04:10 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:04:10 Setting up gpgconf (2.2.4-1ubuntu1.2) ... 18:04:10 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:04:10 Setting up fakeroot (1.22-2ubuntu1) ... 18:04:10 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 18:04:10 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 18:04:10 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 18:04:10 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 18:04:10 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 18:04:10 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 18:04:10 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 18:04:10 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 18:04:10 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 18:04:10 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:04:10 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:04:10 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:04:10 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 18:04:10 Setting up gpgsm (2.2.4-1ubuntu1.2) ... 18:04:10 Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... 18:04:10 Setting up pinentry-curses (1.1.0-1) ... 18:04:10 Setting up dirmngr (2.2.4-1ubuntu1.2) ... 18:04:10 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 18:04:10 Setting up gpg (2.2.4-1ubuntu1.2) ... 18:04:10 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 18:04:10 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:04:10 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 18:04:10 Setting up gpg-agent (2.2.4-1ubuntu1.2) ... 18:04:10 Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... 18:04:10 Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... 18:04:10 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 18:04:10 Setting up perl (5.26.1-6ubuntu0.3) ... 18:04:10 Setting up libfile-fcntllock-perl (0.22-3build2) ... 18:04:10 Setting up libalgorithm-diff-perl (1.19.03-1) ... 18:04:11 Setting up binutils (2.30-21ubuntu1~18.04.3) ... 18:04:11 Setting up libxext6:amd64 (2:1.3.3-1) ... 18:04:11 e7604b0c0f53: Verifying Checksum 18:04:11 e7604b0c0f53: Download complete 18:04:11 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:04:11 Setting up liberror-perl (0.17025-1) ... 18:04:11 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:04:11 Setting up gnupg (2.2.4-1ubuntu1.2) ... 18:04:11 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:04:11 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:04:11 Setting up xauth (1:1.0.10-1) ... 18:04:11 Setting up libalgorithm-merge-perl (0.08-3) ... 18:04:11 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:04:11 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 18:04:11 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:04:11 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 18:04:11 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 18:04:11 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:04:11 Setting up build-essential (12.4ubuntu1) ... 18:04:11 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:04:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:04:15 binutils set to automatically installed. 18:04:15 binutils-common set to automatically installed. 18:04:15 binutils-x86-64-linux-gnu set to automatically installed. 18:04:15 build-essential set to automatically installed. 18:04:15 cpp set to automatically installed. 18:04:15 cpp-7 set to automatically installed. 18:04:15 curl set to automatically installed. 18:04:15 dirmngr set to automatically installed. 18:04:15 dpkg-dev set to automatically installed. 18:04:15 fakeroot set to automatically installed. 18:04:15 g++ set to automatically installed. 18:04:15 g++-7 set to automatically installed. 18:04:15 gcc set to automatically installed. 18:04:15 gcc-7 set to automatically installed. 18:04:15 gcc-7-base set to automatically installed. 18:04:15 git set to automatically installed. 18:04:15 git-man set to automatically installed. 18:04:15 gnupg set to automatically installed. 18:04:15 gnupg-l10n set to automatically installed. 18:04:15 gnupg-utils set to automatically installed. 18:04:15 gpg set to automatically installed. 18:04:15 gpg-agent set to automatically installed. 18:04:15 gpg-wks-client set to automatically installed. 18:04:15 gpg-wks-server set to automatically installed. 18:04:15 gpgconf set to automatically installed. 18:04:15 gpgsm set to automatically installed. 18:04:15 less set to automatically installed. 18:04:15 libalgorithm-diff-perl set to automatically installed. 18:04:15 libalgorithm-diff-xs-perl set to automatically installed. 18:04:15 libalgorithm-merge-perl set to automatically installed. 18:04:15 libasan4 set to automatically installed. 18:04:15 libassuan0 set to automatically installed. 18:04:15 libatomic1 set to automatically installed. 18:04:15 libbinutils set to automatically installed. 18:04:15 libbsd0 set to automatically installed. 18:04:15 libc-dev-bin set to automatically installed. 18:04:15 libc6 set to automatically installed. 18:04:15 libc6-dev set to automatically installed. 18:04:15 libcc1-0 set to automatically installed. 18:04:15 libcilkrts5 set to automatically installed. 18:04:15 libcurl3-gnutls set to automatically installed. 18:04:15 libcurl4 set to automatically installed. 18:04:15 libdpkg-perl set to automatically installed. 18:04:15 libedit2 set to automatically installed. 18:04:15 liberror-perl set to automatically installed. 18:04:15 libexpat1 set to automatically installed. 18:04:15 libfakeroot set to automatically installed. 18:04:15 libfile-fcntllock-perl set to automatically installed. 18:04:15 libgcc-7-dev set to automatically installed. 18:04:15 libgdbm-compat4 set to automatically installed. 18:04:15 libgdbm5 set to automatically installed. 18:04:15 libglib2.0-0 set to automatically installed. 18:04:15 libglib2.0-data set to automatically installed. 18:04:15 libgomp1 set to automatically installed. 18:04:15 libicu60 set to automatically installed. 18:04:15 libisl19 set to automatically installed. 18:04:15 libitm1 set to automatically installed. 18:04:15 libksba8 set to automatically installed. 18:04:15 liblocale-gettext-perl set to automatically installed. 18:04:15 liblsan0 set to automatically installed. 18:04:15 libmpc3 set to automatically installed. 18:04:15 libmpfr6 set to automatically installed. 18:04:15 libmpx2 set to automatically installed. 18:04:15 libnorm1 set to automatically installed. 18:04:15 libnpth0 set to automatically installed. 18:04:15 libperl5.26 set to automatically installed. 18:04:15 libpgm-5.2-0 set to automatically installed. 18:04:15 libquadmath0 set to automatically installed. 18:04:15 libreadline7 set to automatically installed. 18:04:15 libsodium23 set to automatically installed. 18:04:15 libssl1.0.0 set to automatically installed. 18:04:15 libstdc++-7-dev set to automatically installed. 18:04:15 libtsan0 set to automatically installed. 18:04:15 libubsan0 set to automatically installed. 18:04:15 libx11-6 set to automatically installed. 18:04:15 libx11-data set to automatically installed. 18:04:15 libxau6 set to automatically installed. 18:04:15 libxcb1 set to automatically installed. 18:04:15 libxdmcp6 set to automatically installed. 18:04:15 libxext6 set to automatically installed. 18:04:15 libxml2 set to automatically installed. 18:04:15 libxmuu1 set to automatically installed. 18:04:15 libzmq3-dev set to automatically installed. 18:04:15 libzmq5 set to automatically installed. 18:04:15 linux-libc-dev set to automatically installed. 18:04:15 make set to automatically installed. 18:04:15 manpages set to automatically installed. 18:04:15 manpages-dev set to automatically installed. 18:04:15 netbase set to automatically installed. 18:04:15 openssh-client set to automatically installed. 18:04:15 patch set to automatically installed. 18:04:15 perl set to automatically installed. 18:04:15 perl-modules-5.26 set to automatically installed. 18:04:15 pinentry-curses set to automatically installed. 18:04:15 pkg-config set to automatically installed. 18:04:15 readline-common set to automatically installed. 18:04:15 shared-mime-info set to automatically installed. 18:04:15 xauth set to automatically installed. 18:04:15 xdg-user-dirs set to automatically installed. 18:04:15 xz-utils set to automatically installed. 18:04:15 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 18:04:15 Please ensure the environment is properly setup before continuing. 18:04:15 Ignore this message if the appropriate measures have already been taken 18:04:15 Pulling go 18:04:16 'app-service-config' has dependencies that need to be staged: go 18:04:16 Skipping pull go (already ran) 18:04:16 Building go 18:04:16 % Total % Received % Xferd Average Speed Time Time Time Current 18:04:16 Dload Upload Total Spent Left Speed 18:04:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 114M 10 12.2M 0 0 29.5M 0 0:00:03 --:--:-- 0:00:03 29.4M 63 114M 63 72.4M 0 0 51.5M 0 0:00:02 0:00:01 0:00:01 51.4M 99 114M 99 113M 0 0 47.1M 0 0:00:02 0:00:02 --:--:-- 47.1M 100 114M 100 114M 0 0 46.9M 0 0:00:02 0:00:02 --:--:-- 46.9M 18:04:19 go1.13.10.linux-amd64.tar.gz: OK 18:04:27 Staging go 18:04:37 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:04:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:04:37 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:04:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9282 B] 18:04:37 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 18:04:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1003 kB] 18:04:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 18:04:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 18:04:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [89.0 kB] 18:04:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [869 kB] 18:04:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 18:04:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 18:04:37 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [102 kB] 18:04:37 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1302 kB] 18:04:37 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] 18:04:37 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1405 kB] 18:04:37 Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 18:04:37 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 18:04:37 Fetched 18.2 MB in 0s (0 B/s) 18:04:37 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:04:37 Fetched 224 kB in 0s (0 B/s) 18:04:37 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:04:37 Fetched 157 kB in 0s (0 B/s) 18:04:37 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:04:37 Fetched 221 kB in 0s (0 B/s) 18:04:37 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:04:37 Fetched 143 kB in 0s (0 B/s) 18:04:37 Pulling app-service-config 18:04:39 Pulling config-common 18:04:39 Skipping build go (already ran) 18:04:40 Building app-service-config 18:04:40 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable 18:04:42 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 18:04:42 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 18:04:42 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 18:04:42 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.34 18:04:42 go: downloading github.com/gorilla/mux v1.7.4 18:04:42 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 18:04:42 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 18:04:42 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.34 18:04:42 go: extracting github.com/gorilla/mux v1.7.4 18:04:42 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 18:04:42 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:04:42 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 18:04:42 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:04:42 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 18:04:42 go: downloading github.com/go-kit/kit v0.8.0 18:04:42 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:04:42 go: downloading github.com/pebbe/zmq4 v1.0.0 18:04:42 go: downloading go.mongodb.org/mongo-driver v1.1.1 18:04:42 go: downloading github.com/google/uuid v1.1.1 18:04:42 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 18:04:42 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 18:04:42 go: extracting github.com/google/uuid v1.1.1 18:04:42 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 18:04:42 go: downloading github.com/BurntSushi/toml v0.3.1 18:04:42 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:04:42 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:04:42 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:04:42 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 18:04:42 go: extracting github.com/pebbe/zmq4 v1.0.0 18:04:42 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:04:42 go: extracting github.com/go-kit/kit v0.8.0 18:04:42 go: downloading github.com/x448/float16 v0.8.4 18:04:42 go: downloading github.com/pelletier/go-toml v1.2.0 18:04:42 go: extracting github.com/BurntSushi/toml v0.3.1 18:04:42 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 18:04:42 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:04:42 go: extracting github.com/x448/float16 v0.8.4 18:04:42 go: extracting github.com/pelletier/go-toml v1.2.0 18:04:42 go: extracting github.com/go-redis/redis/v7 v7.2.0 18:04:42 go: downloading github.com/mitchellh/copystructure v1.0.0 18:04:42 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:04:42 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:04:42 go: downloading github.com/hashicorp/consul/api v1.1.0 18:04:42 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 18:04:42 go: extracting go.mongodb.org/mongo-driver v1.1.1 18:04:42 go: extracting github.com/mitchellh/copystructure v1.0.0 18:04:42 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:04:42 go: extracting github.com/hashicorp/consul/api v1.1.0 18:04:42 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 18:04:42 go: extracting github.com/go-logfmt/logfmt v0.4.0 18:04:42 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:04:42 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:04:42 go: downloading github.com/hashicorp/serf v0.8.2 18:04:42 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:04:43 go: extracting github.com/mitchellh/reflectwalk v1.0.0 18:04:43 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:04:43 go: extracting github.com/mitchellh/mapstructure v1.1.2 18:04:43 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:04:43 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:04:43 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:04:43 go: extracting github.com/hashicorp/serf v0.8.2 18:04:43 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:04:43 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 18:04:43 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 18:04:43 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:04:43 go: downloading github.com/golang/snappy v0.0.1 18:04:43 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:04:43 go: downloading github.com/xdg/stringprep v1.0.0 18:04:43 go: downloading github.com/go-stack/stack v1.8.0 18:04:43 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 18:04:43 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:04:43 go: extracting github.com/xdg/stringprep v1.0.0 18:04:43 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:04:43 go: extracting github.com/go-stack/stack v1.8.0 18:04:43 go: extracting github.com/golang/snappy v0.0.1 18:04:43 go: downloading golang.org/x/text v0.3.2 18:04:43 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:04:43 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:04:43 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:04:43 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 18:04:43 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:04:43 e7604b0c0f53: Pull complete 18:04:43 db689cb83ae0: Pull complete 18:04:43 6138af208834: Pull complete 18:04:43 007c8e8c5d63: Pull complete 18:04:43 4f7a387c642f: Pull complete 18:04:43 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 18:04:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 18:04:44 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:04:44 go: extracting github.com/hashicorp/golang-lru v0.5.0 18:04:44 go: extracting golang.org/x/text v0.3.2 18:04:45 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 18:04:45 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 18:04:45 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 18:04:45 go: finding github.com/google/uuid v1.1.1 18:04:45 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 18:04:45 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:04:45 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:04:45 go: finding github.com/BurntSushi/toml v0.3.1 18:04:45 go: finding github.com/go-kit/kit v0.8.0 18:04:45 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 18:04:45 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:04:45 go: finding github.com/gorilla/mux v1.7.4 18:04:45 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:04:45 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:04:45 go: finding github.com/x448/float16 v0.8.4 18:04:45 go: finding github.com/go-logfmt/logfmt v0.4.0 18:04:45 go: finding go.mongodb.org/mongo-driver v1.1.1 18:04:45 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:04:45 go: finding github.com/pelletier/go-toml v1.2.0 18:04:45 go: finding github.com/go-redis/redis/v7 v7.2.0 18:04:45 go: finding github.com/hashicorp/consul/api v1.1.0 18:04:45 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:04:45 go: finding github.com/pebbe/zmq4 v1.0.0 18:04:45 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:04:45 go: finding github.com/mitchellh/copystructure v1.0.0 18:04:45 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:04:45 go: finding github.com/go-stack/stack v1.8.0 18:04:45 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:04:45 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:04:45 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:04:45 go: finding github.com/hashicorp/serf v0.8.2 18:04:45 go: finding github.com/golang/snappy v0.0.1 18:04:45 go: finding github.com/mitchellh/mapstructure v1.1.2 18:04:45 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:04:45 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:04:45 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:04:45 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:04:45 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:04:45 go: finding github.com/xdg/stringprep v1.0.0 18:04:45 go: finding github.com/hashicorp/golang-lru v0.5.0 18:04:45 go: finding golang.org/x/text v0.3.2 18:04:45 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:04:48 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 18:04:48 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 18:04:48 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 18:04:48 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 18:04:48 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] 18:04:48 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [902 kB] 18:04:49 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1245 kB] 18:04:50 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 18:04:50 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 18:04:50 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [630 kB] 18:04:50 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] 18:04:50 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] 18:04:51 Fetched 3810 kB in 4s (1006 kB/s) 18:04:55 Reading package lists... 18:05:02 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: 18:05:02 - README.md 18:05:02 18:05:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:05:07 Building config-common 18:05:07 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 18:05:08 Skipping stage go (already ran) 18:05:08 Staging app-service-config 18:05:09 Staging config-common 18:05:10 Priming go 18:05:10 Priming app-service-config 18:05:11 Priming config-common 18:05:12 Reading package lists... 18:05:12 Building dependency tree... 18:05:12 Reading state information... 18:05:12 Snapping 'edgex-app-service-configurable' ... 18:05:13 The following packages were automatically installed and are no longer required: 18:05:13 libjq1 liblzo2-2 libonig4 18:05:13 Use 'sudo apt autoremove' to remove them. 18:05:13 Suggested packages: 18:05:13 binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd 18:05:13 pinentry-gnome3 tor debian-keyring gcc-7-doc libstdc++6-7-dbg gcc-multilib 18:05:13 autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg 18:05:13 libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg 18:05:13 libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base 18:05:13 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 18:05:13 gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon 18:05:13 glibc-doc locales bzr gdbm-l10n libstdc++-7-doc make-doc man-browser 18:05:13 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 18:05:13 libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc 18:05:13 readline-doc 18:05:14 18:05:14 Snapped edgex-app-service-configurable_1.2.0-20200708+f28354b_amd64.snap 18:05:15 The following NEW packages will be installed: 18:05:15 binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp 18:05:15 cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git 18:05:15 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client 18:05:15 gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl 18:05:15 libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 18:05:15 libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 18:05:15 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot 18:05:15 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 18:05:15 libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 18:05:15 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 18:05:15 libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 18:05:15 libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 18:05:15 libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make 18:05:15 manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 18:05:15 pinentry-curses pkg-config readline-common shared-mime-info xauth 18:05:15 xdg-user-dirs xz-utils 18:05:15 The following packages will be upgraded: 18:05:15 libc6 libcurl4 18:05:15 2 upgraded, 95 newly installed, 0 to remove and 14 not upgraded. 18:05:15 Need to get 65.8 MB of archives. 18:05:15 After this operation, 277 MB of additional disk space will be used. 18:05:15 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6 arm64 2.27-3ubuntu1.2 [2274 kB] 18:05:16 Unexpected error when obtaining your account information. 18:05:16 Login failed. 18:05:17 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] 18:05:17 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxau6 arm64 1:1.0.8-1ubuntu1 [7088 B] 18:05:17 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 18:05:17 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 18:05:17 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 18:05:17 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 18:05:17 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 18:05:17 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 18:05:17 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 18:05:17 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 18:05:17 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 18:05:17 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [Pipeline] } 18:05:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 18:05:18 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:05:18 Failed in branch amd64 18:05:18 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 18:05:18 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 18:05:18 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] 18:05:18 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] 18:05:18 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.1 [7987 kB] 18:05:19 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB] 18:05:19 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB] 18:05:19 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.3 [547 kB] 18:05:19 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 18:05:19 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB] 18:05:19 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB] 18:05:19 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xz-utils arm64 5.2.2-1.3 [79.2 kB] 18:05:19 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 18:05:19 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 18:05:19 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 18:05:19 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] 18:05:19 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 18:05:19 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 18:05:19 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.3 [196 kB] 18:05:19 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] 18:05:19 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] 18:05:20 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] 18:05:20 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.2 [58.7 kB] 18:05:20 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-109.110 [975 kB] 18:05:20 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] 18:05:20 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] 18:05:20 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] 18:05:20 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] 18:05:20 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] 18:05:20 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] 18:05:20 Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:05:20 Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] 18:05:20 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] 18:05:20 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] 18:05:20 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] 18:05:20 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] 18:05:20 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] 18:05:20 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] 18:05:20 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] 18:05:20 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] 18:05:20 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] 18:05:21 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] 18:05:21 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:05:21 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] 18:05:21 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] 18:05:21 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 18:05:21 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:05:21 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 18:05:21 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:05:21 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] 18:05:21 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.9 [180 kB] 18:05:21 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] 18:05:21 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB] 18:05:21 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.2 [106 kB] 18:05:21 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] 18:05:21 Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B] 18:05:21 Get:71 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.2 [276 kB] 18:05:21 Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] 18:05:21 Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] 18:05:21 Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] 18:05:21 Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 18:05:21 Get:76 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:05:21 Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 18:05:22 Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] 18:05:22 Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.2 [108 kB] 18:05:22 Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.2 [400 kB] 18:05:22 Get:81 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB] 18:05:22 Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.2 [190 kB] 18:05:22 Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.2 [76.8 kB] 18:05:22 Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.2 [71.6 kB] 18:05:22 Get:85 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.2 [182 kB] 18:05:22 Get:86 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.2 [249 kB] 18:05:22 Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 18:05:22 Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] 18:05:22 Get:89 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 18:05:22 Get:90 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] 18:05:22 Get:91 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] 18:05:22 Get:92 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] 18:05:22 Get:93 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] 18:05:22 Get:94 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] 18:05:22 Get:95 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] 18:05:22 Get:96 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] 18:05:22 Get:97 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] 18:05:22 debconf: delaying package configuration, since apt-utils is not installed 18:05:22 Fetched 65.8 MB in 7s (9120 kB/s) 18:05:23 (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.) 18:05:23 Preparing to unpack .../libc6_2.27-3ubuntu1.2_arm64.deb ... 18:05:23 Unpacking libc6:arm64 (2.27-3ubuntu1.2) over (2.27-3ubuntu1) ... 18:05:26 Setting up libc6:arm64 (2.27-3ubuntu1.2) ... 18:05:27 Selecting previously unselected package liblocale-gettext-perl. 18:05:27 (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.) 18:05:27 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... 18:05:27 Unpacking liblocale-gettext-perl (1.07-3build2) ... 18:05:28 Selecting previously unselected package libxau6:arm64. 18:05:28 Preparing to unpack .../01-libxau6_1%3a1.0.8-1ubuntu1_arm64.deb ... 18:05:28 Unpacking libxau6:arm64 (1:1.0.8-1ubuntu1) ... 18:05:28 Selecting previously unselected package libbsd0:arm64. 18:05:28 Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 18:05:28 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 18:05:28 Selecting previously unselected package libxdmcp6:arm64. 18:05:28 Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 18:05:28 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 18:05:28 Selecting previously unselected package libxcb1:arm64. 18:05:28 Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 18:05:28 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 18:05:28 Selecting previously unselected package libx11-data. 18:05:28 Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 18:05:28 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 18:05:28 Selecting previously unselected package libx11-6:arm64. 18:05:28 Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 18:05:28 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 18:05:29 Selecting previously unselected package libxext6:arm64. 18:05:29 Preparing to unpack .../07-libxext6_2%3a1.3.3-1_arm64.deb ... 18:05:29 Unpacking libxext6:arm64 (2:1.3.3-1) ... 18:05:29 Selecting previously unselected package perl-modules-5.26. 18:05:29 Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 18:05:29 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 18:05:30 Selecting previously unselected package libgdbm5:arm64. 18:05:30 Preparing to unpack .../09-libgdbm5_1.14.1-6_arm64.deb ... 18:05:30 Unpacking libgdbm5:arm64 (1.14.1-6) ... 18:05:30 Selecting previously unselected package libgdbm-compat4:arm64. 18:05:30 Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_arm64.deb ... 18:05:30 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 18:05:30 Selecting previously unselected package libperl5.26:arm64. 18:05:30 Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 18:05:30 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 18:05:32 Selecting previously unselected package perl. 18:05:32 Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_arm64.deb ... 18:05:32 Unpacking perl (5.26.1-6ubuntu0.3) ... 18:05:32 Selecting previously unselected package less. 18:05:32 Preparing to unpack .../13-less_487-0.1_arm64.deb ... 18:05:32 Unpacking less (487-0.1) ... 18:05:32 Selecting previously unselected package libexpat1:arm64. 18:05:32 Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 18:05:32 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 18:05:32 Selecting previously unselected package libglib2.0-0:arm64. 18:05:32 Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_arm64.deb ... 18:05:32 Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... 18:05:33 Selecting previously unselected package libglib2.0-data. 18:05:33 Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... 18:05:33 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... 18:05:33 Selecting previously unselected package libicu60:arm64. 18:05:33 Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_arm64.deb ... 18:05:33 Unpacking libicu60:arm64 (60.2-3ubuntu3.1) ... 18:05:35 Selecting previously unselected package readline-common. 18:05:35 Preparing to unpack .../18-readline-common_7.0-3_all.deb ... 18:05:35 Unpacking readline-common (7.0-3) ... 18:05:35 Selecting previously unselected package libreadline7:arm64. 18:05:35 Preparing to unpack .../19-libreadline7_7.0-3_arm64.deb ... 18:05:35 Unpacking libreadline7:arm64 (7.0-3) ... 18:05:35 Selecting previously unselected package libxml2:arm64. 18:05:35 Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_arm64.deb ... 18:05:35 Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 18:05:35 Selecting previously unselected package netbase. 18:05:35 Preparing to unpack .../21-netbase_5.4_all.deb ... 18:05:35 Unpacking netbase (5.4) ... 18:05:35 Selecting previously unselected package shared-mime-info. 18:05:35 Preparing to unpack .../22-shared-mime-info_1.9-2_arm64.deb ... 18:05:35 Unpacking shared-mime-info (1.9-2) ... 18:05:36 Selecting previously unselected package xdg-user-dirs. 18:05:36 Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ... 18:05:36 Unpacking xdg-user-dirs (0.17-1ubuntu1) ... 18:05:36 Selecting previously unselected package xz-utils. 18:05:36 Preparing to unpack .../24-xz-utils_5.2.2-1.3_arm64.deb ... 18:05:36 Unpacking xz-utils (5.2.2-1.3) ... 18:05:36 Selecting previously unselected package libedit2:arm64. 18:05:36 Preparing to unpack .../25-libedit2_3.1-20170329-1_arm64.deb ... 18:05:36 Unpacking libedit2:arm64 (3.1-20170329-1) ... 18:05:36 Selecting previously unselected package libssl1.0.0:arm64. 18:05:36 Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 18:05:36 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 18:05:37 Selecting previously unselected package libxmuu1:arm64. 18:05:37 Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_arm64.deb ... 18:05:37 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 18:05:37 Selecting previously unselected package manpages. 18:05:37 Preparing to unpack .../28-manpages_4.15-1_all.deb ... 18:05:37 Unpacking manpages (4.15-1) ... 18:05:37 Selecting previously unselected package openssh-client. 18:05:37 Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 18:05:37 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:05:37 Selecting previously unselected package xauth. 18:05:37 Preparing to unpack .../30-xauth_1%3a1.0.10-1_arm64.deb ... 18:05:37 Unpacking xauth (1:1.0.10-1) ... 18:05:38 Selecting previously unselected package binutils-common:arm64. 18:05:38 Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... 18:05:38 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... 18:05:38 Selecting previously unselected package libbinutils:arm64. 18:05:38 Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... 18:05:38 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... 18:05:38 Selecting previously unselected package binutils-aarch64-linux-gnu. 18:05:38 Preparing to unpack .../33-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... 18:05:38 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 18:05:39 Selecting previously unselected package binutils. 18:05:39 Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... 18:05:39 Unpacking binutils (2.30-21ubuntu1~18.04.3) ... 18:05:39 Selecting previously unselected package libc-dev-bin. 18:05:39 Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... 18:05:39 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 18:05:39 Selecting previously unselected package linux-libc-dev:arm64. 18:05:39 Preparing to unpack .../36-linux-libc-dev_4.15.0-109.110_arm64.deb ... 18:05:39 Unpacking linux-libc-dev:arm64 (4.15.0-109.110) ... 18:05:40 Selecting previously unselected package libc6-dev:arm64. 18:05:40 Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... 18:05:40 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... 18:05:41 Selecting previously unselected package gcc-7-base:arm64. 18:05:41 Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:05:41 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 18:05:41 Selecting previously unselected package libisl19:arm64. 18:05:41 Preparing to unpack .../39-libisl19_0.19-1_arm64.deb ... 18:05:41 Unpacking libisl19:arm64 (0.19-1) ... 18:05:41 Selecting previously unselected package libmpfr6:arm64. 18:05:41 Preparing to unpack .../40-libmpfr6_4.0.1-1_arm64.deb ... 18:05:41 Unpacking libmpfr6:arm64 (4.0.1-1) ... 18:05:42 Selecting previously unselected package libmpc3:arm64. 18:05:42 Preparing to unpack .../41-libmpc3_1.1.0-1_arm64.deb ... 18:05:42 Unpacking libmpc3:arm64 (1.1.0-1) ... 18:05:42 Selecting previously unselected package cpp-7. 18:05:42 Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:05:42 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:05:44 Selecting previously unselected package cpp. 18:05:44 Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 18:05:44 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 18:05:44 Selecting previously unselected package libcc1-0:arm64. 18:05:44 Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... 18:05:44 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 18:05:44 Selecting previously unselected package libgomp1:arm64. 18:05:44 Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... 18:05:44 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 18:05:44 Selecting previously unselected package libitm1:arm64. 18:05:44 Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... 18:05:44 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 18:05:44 Selecting previously unselected package libatomic1:arm64. 18:05:44 Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... 18:05:44 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 18:05:44 Selecting previously unselected package libasan4:arm64. 18:05:44 Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:05:44 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 18:05:44 Selecting previously unselected package liblsan0:arm64. 18:05:44 Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 18:05:44 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 18:05:44 Selecting previously unselected package libtsan0:arm64. 18:05:44 Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 18:05:45 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 18:05:45 Selecting previously unselected package libubsan0:arm64. 18:05:45 Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:05:45 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 18:05:45 Selecting previously unselected package libgcc-7-dev:arm64. 18:05:45 Preparing to unpack .../52-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:05:45 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 18:05:45 Selecting previously unselected package gcc-7. 18:05:45 Preparing to unpack .../53-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:05:45 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:05:47 Selecting previously unselected package gcc. 18:05:47 Preparing to unpack .../54-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 18:05:47 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 18:05:47 Selecting previously unselected package libstdc++-7-dev:arm64. 18:05:47 Preparing to unpack .../55-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:05:47 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 18:05:48 Selecting previously unselected package g++-7. 18:05:48 Preparing to unpack .../56-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:05:48 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 18:05:50 Selecting previously unselected package g++. 18:05:50 Preparing to unpack .../57-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 18:05:50 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 18:05:50 Selecting previously unselected package make. 18:05:50 Preparing to unpack .../58-make_4.1-9.1ubuntu1_arm64.deb ... 18:05:50 Unpacking make (4.1-9.1ubuntu1) ... 18:05:50 Selecting previously unselected package libdpkg-perl. 18:05:50 Preparing to unpack .../59-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:05:50 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:05:50 Selecting previously unselected package patch. 18:05:50 Preparing to unpack .../60-patch_2.7.6-2ubuntu1.1_arm64.deb ... 18:05:50 Unpacking patch (2.7.6-2ubuntu1.1) ... 18:05:50 Selecting previously unselected package dpkg-dev. 18:05:50 Preparing to unpack .../61-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:05:51 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 18:05:51 Selecting previously unselected package build-essential. 18:05:51 Preparing to unpack .../62-build-essential_12.4ubuntu1_arm64.deb ... 18:05:51 Unpacking build-essential (12.4ubuntu1) ... 18:05:51 Preparing to unpack .../63-libcurl4_7.58.0-2ubuntu3.9_arm64.deb ... 18:05:51 Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.9) over (7.58.0-2ubuntu3.8) ... 18:05:51 Selecting previously unselected package curl. 18:05:51 Preparing to unpack .../64-curl_7.58.0-2ubuntu3.9_arm64.deb ... 18:05:51 Unpacking curl (7.58.0-2ubuntu3.9) ... 18:05:51 Selecting previously unselected package libassuan0:arm64. 18:05:51 Preparing to unpack .../65-libassuan0_2.5.1-2_arm64.deb ... 18:05:51 Unpacking libassuan0:arm64 (2.5.1-2) ... 18:05:51 Selecting previously unselected package gpgconf. 18:05:51 Preparing to unpack .../66-gpgconf_2.2.4-1ubuntu1.2_arm64.deb ... 18:05:51 Unpacking gpgconf (2.2.4-1ubuntu1.2) ... 18:05:52 Selecting previously unselected package libksba8:arm64. 18:05:52 Preparing to unpack .../67-libksba8_1.3.5-2_arm64.deb ... 18:05:52 Unpacking libksba8:arm64 (1.3.5-2) ... 18:05:52 Selecting previously unselected package libnpth0:arm64. 18:05:52 Preparing to unpack .../68-libnpth0_1.5-3_arm64.deb ... 18:05:52 Unpacking libnpth0:arm64 (1.5-3) ... 18:05:52 Selecting previously unselected package dirmngr. 18:05:52 Preparing to unpack .../69-dirmngr_2.2.4-1ubuntu1.2_arm64.deb ... 18:05:52 Unpacking dirmngr (2.2.4-1ubuntu1.2) ... 18:05:52 Selecting previously unselected package libfakeroot:arm64. 18:05:52 Preparing to unpack .../70-libfakeroot_1.22-2ubuntu1_arm64.deb ... 18:05:52 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... 18:05:52 Selecting previously unselected package fakeroot. 18:05:52 Preparing to unpack .../71-fakeroot_1.22-2ubuntu1_arm64.deb ... 18:05:52 Unpacking fakeroot (1.22-2ubuntu1) ... 18:05:53 Selecting previously unselected package libcurl3-gnutls:arm64. 18:05:53 Preparing to unpack .../72-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... 18:05:53 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 18:05:53 Selecting previously unselected package liberror-perl. 18:05:53 Preparing to unpack .../73-liberror-perl_0.17025-1_all.deb ... 18:05:53 Unpacking liberror-perl (0.17025-1) ... 18:05:53 Selecting previously unselected package git-man. 18:05:53 Preparing to unpack .../74-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:05:53 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:05:53 Selecting previously unselected package git. 18:05:53 Preparing to unpack .../75-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 18:05:53 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:05:55 Selecting previously unselected package gnupg-l10n. 18:05:55 Preparing to unpack .../76-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... 18:05:55 Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... 18:05:55 Selecting previously unselected package gnupg-utils. 18:05:55 Preparing to unpack .../77-gnupg-utils_2.2.4-1ubuntu1.2_arm64.deb ... 18:05:55 Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... 18:05:55 Selecting previously unselected package gpg. 18:05:55 Preparing to unpack .../78-gpg_2.2.4-1ubuntu1.2_arm64.deb ... 18:05:55 Unpacking gpg (2.2.4-1ubuntu1.2) ... 18:05:55 Selecting previously unselected package pinentry-curses. 18:05:55 Preparing to unpack .../79-pinentry-curses_1.1.0-1_arm64.deb ... 18:05:55 Unpacking pinentry-curses (1.1.0-1) ... 18:05:55 Selecting previously unselected package gpg-agent. 18:05:55 Preparing to unpack .../80-gpg-agent_2.2.4-1ubuntu1.2_arm64.deb ... 18:05:55 Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... 18:05:55 Selecting previously unselected package gpg-wks-client. 18:05:55 Preparing to unpack .../81-gpg-wks-client_2.2.4-1ubuntu1.2_arm64.deb ... 18:05:55 Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... 18:05:55 Selecting previously unselected package gpg-wks-server. 18:05:55 Preparing to unpack .../82-gpg-wks-server_2.2.4-1ubuntu1.2_arm64.deb ... 18:05:55 Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... 18:05:56 Selecting previously unselected package gpgsm. 18:05:56 Preparing to unpack .../83-gpgsm_2.2.4-1ubuntu1.2_arm64.deb ... 18:05:56 Unpacking gpgsm (2.2.4-1ubuntu1.2) ... 18:05:56 Selecting previously unselected package gnupg. 18:05:56 Preparing to unpack .../84-gnupg_2.2.4-1ubuntu1.2_arm64.deb ... 18:05:56 Unpacking gnupg (2.2.4-1ubuntu1.2) ... 18:05:56 Selecting previously unselected package libalgorithm-diff-perl. 18:05:56 Preparing to unpack .../85-libalgorithm-diff-perl_1.19.03-1_all.deb ... 18:05:56 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 18:05:56 Selecting previously unselected package libalgorithm-diff-xs-perl. 18:05:56 Preparing to unpack .../86-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... 18:05:56 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 18:05:56 Selecting previously unselected package libalgorithm-merge-perl. 18:05:56 Preparing to unpack .../87-libalgorithm-merge-perl_0.08-3_all.deb ... 18:05:56 Unpacking libalgorithm-merge-perl (0.08-3) ... 18:05:56 Selecting previously unselected package libfile-fcntllock-perl. 18:05:56 Preparing to unpack .../88-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... 18:05:56 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 18:05:56 Selecting previously unselected package libnorm1:arm64. 18:05:56 Preparing to unpack .../89-libnorm1_1.5r6+dfsg1-6_arm64.deb ... 18:05:56 Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... 18:05:57 Selecting previously unselected package libpgm-5.2-0:arm64. 18:05:57 Preparing to unpack .../90-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... 18:05:57 Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 18:05:57 Selecting previously unselected package libsodium23:arm64. 18:05:57 Preparing to unpack .../91-libsodium23_1.0.16-2_arm64.deb ... 18:05:57 Unpacking libsodium23:arm64 (1.0.16-2) ... 18:05:57 Selecting previously unselected package libzmq5:arm64. 18:05:57 Preparing to unpack .../92-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... 18:05:57 Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 18:05:57 Selecting previously unselected package libzmq3-dev:arm64. 18:05:57 Preparing to unpack .../93-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... 18:05:57 Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 18:05:57 Selecting previously unselected package manpages-dev. 18:05:57 Preparing to unpack .../94-manpages-dev_4.15-1_all.deb ... 18:05:57 Unpacking manpages-dev (4.15-1) ... 18:05:58 Selecting previously unselected package pkg-config. 18:05:58 Preparing to unpack .../95-pkg-config_0.29.1-0ubuntu2_arm64.deb ... 18:05:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:05:58 Setting up libnpth0:arm64 (1.5-3) ... 18:05:58 Setting up libedit2:arm64 (3.1-20170329-1) ... 18:05:58 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 18:05:58 Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 18:05:59 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 18:05:59 Setting up readline-common (7.0-3) ... 18:05:59 Setting up manpages (4.15-1) ... 18:05:59 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:05:59 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 18:05:59 Setting up libicu60:arm64 (60.2-3ubuntu3.1) ... 18:05:59 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 18:05:59 Setting up less (487-0.1) ... 18:05:59 Setting up make (4.1-9.1ubuntu1) ... 18:05:59 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 18:05:59 Setting up libreadline7:arm64 (7.0-3) ... 18:05:59 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 18:06:00 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 18:06:00 Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... 18:06:00 No schema files found: doing nothing. 18:06:00 Setting up libcurl4:arm64 (7.58.0-2ubuntu3.9) ... 18:06:00 Setting up linux-libc-dev:arm64 (4.15.0-109.110) ... 18:06:00 Setting up libmpfr6:arm64 (4.0.1-1) ... 18:06:00 Setting up libksba8:arm64 (1.3.5-2) ... 18:06:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 18:06:00 Setting up libgdbm5:arm64 (1.14.1-6) ... 18:06:00 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 18:06:00 Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 18:06:00 Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... 18:06:00 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 18:06:00 Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... 18:06:00 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 18:06:00 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... 18:06:00 Setting up libsodium23:arm64 (1.0.16-2) ... 18:06:00 Setting up patch (2.7.6-2ubuntu1.1) ... 18:06:00 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... 18:06:00 Setting up xz-utils (5.2.2-1.3) ... 18:06:00 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 18:06:00 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 18:06:00 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 18:06:00 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 18:06:00 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 18:06:00 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 18:06:00 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 18:06:00 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 18:06:00 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 18:06:00 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 18:06:00 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 18:06:00 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... 18:06:00 Setting up liblocale-gettext-perl (1.07-3build2) ... 18:06:00 Setting up shared-mime-info (1.9-2) ... 18:06:07 Setting up libmpc3:arm64 (1.1.0-1) ... 18:06:07 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 18:06:07 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 18:06:07 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 18:06:07 Setting up manpages-dev (4.15-1) ... 18:06:07 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:06:08 Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... 18:06:08 Setting up libassuan0:arm64 (2.5.1-2) ... 18:06:08 Setting up xdg-user-dirs (0.17-1ubuntu1) ... 18:06:08 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 18:06:08 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 18:06:08 Setting up libxau6:arm64 (1:1.0.8-1ubuntu1) ... 18:06:08 Setting up netbase (5.4) ... 18:06:08 Setting up libisl19:arm64 (0.19-1) ... 18:06:08 Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 18:06:08 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 18:06:08 Setting up curl (7.58.0-2ubuntu3.9) ... 18:06:08 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... 18:06:08 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 18:06:08 Setting up gpgconf (2.2.4-1ubuntu1.2) ... 18:06:08 Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 18:06:08 Setting up fakeroot (1.22-2ubuntu1) ... 18:06:08 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 18:06:08 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 18:06:08 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 18:06:08 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 18:06:08 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 18:06:08 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 18:06:08 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 18:06:08 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 18:06:08 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 18:06:08 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 18:06:08 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:06:08 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 18:06:08 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 18:06:09 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 18:06:09 Setting up gpgsm (2.2.4-1ubuntu1.2) ... 18:06:09 Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... 18:06:09 Setting up pinentry-curses (1.1.0-1) ... 18:06:09 Setting up binutils (2.30-21ubuntu1~18.04.3) ... 18:06:09 Setting up dirmngr (2.2.4-1ubuntu1.2) ... 18:06:09 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 18:06:09 Setting up gpg (2.2.4-1ubuntu1.2) ... 18:06:09 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:06:09 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:06:09 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:06:09 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 18:06:09 Setting up gpg-agent (2.2.4-1ubuntu1.2) ... 18:06:09 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:06:09 Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... 18:06:09 Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... 18:06:10 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 18:06:10 Setting up perl (5.26.1-6ubuntu0.3) ... 18:06:10 Setting up libfile-fcntllock-perl (0.22-3build2) ... 18:06:10 Setting up libalgorithm-diff-perl (1.19.03-1) ... 18:06:10 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:06:10 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 18:06:10 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 18:06:10 Setting up libxext6:arm64 (2:1.3.3-1) ... 18:06:10 Setting up liberror-perl (0.17025-1) ... 18:06:10 Setting up gnupg (2.2.4-1ubuntu1.2) ... 18:06:10 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:06:10 Setting up xauth (1:1.0.10-1) ... 18:06:10 Setting up libalgorithm-merge-perl (0.08-3) ... 18:06:10 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:06:10 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 18:06:10 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:06:10 Setting up build-essential (12.4ubuntu1) ... 18:06:10 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:06:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:06:21 binutils set to automatically installed. 18:06:21 binutils-aarch64-linux-gnu set to automatically installed. 18:06:21 binutils-common set to automatically installed. 18:06:21 build-essential set to automatically installed. 18:06:21 cpp set to automatically installed. 18:06:21 cpp-7 set to automatically installed. 18:06:21 curl set to automatically installed. 18:06:21 dirmngr set to automatically installed. 18:06:21 dpkg-dev set to automatically installed. 18:06:21 fakeroot set to automatically installed. 18:06:21 g++ set to automatically installed. 18:06:21 g++-7 set to automatically installed. 18:06:21 gcc set to automatically installed. 18:06:21 gcc-7 set to automatically installed. 18:06:21 gcc-7-base set to automatically installed. 18:06:21 git set to automatically installed. 18:06:21 git-man set to automatically installed. 18:06:21 gnupg set to automatically installed. 18:06:21 gnupg-l10n set to automatically installed. 18:06:21 gnupg-utils set to automatically installed. 18:06:21 gpg set to automatically installed. 18:06:21 gpg-agent set to automatically installed. 18:06:21 gpg-wks-client set to automatically installed. 18:06:21 gpg-wks-server set to automatically installed. 18:06:21 gpgconf set to automatically installed. 18:06:21 gpgsm set to automatically installed. 18:06:21 less set to automatically installed. 18:06:21 libalgorithm-diff-perl set to automatically installed. 18:06:21 libalgorithm-diff-xs-perl set to automatically installed. 18:06:21 libalgorithm-merge-perl set to automatically installed. 18:06:21 libasan4 set to automatically installed. 18:06:21 libassuan0 set to automatically installed. 18:06:21 libatomic1 set to automatically installed. 18:06:21 libbinutils set to automatically installed. 18:06:21 libbsd0 set to automatically installed. 18:06:21 libc-dev-bin set to automatically installed. 18:06:21 libc6 set to automatically installed. 18:06:21 libc6-dev set to automatically installed. 18:06:21 libcc1-0 set to automatically installed. 18:06:21 libcurl3-gnutls set to automatically installed. 18:06:21 libcurl4 set to automatically installed. 18:06:21 libdpkg-perl set to automatically installed. 18:06:21 libedit2 set to automatically installed. 18:06:21 liberror-perl set to automatically installed. 18:06:21 libexpat1 set to automatically installed. 18:06:21 libfakeroot set to automatically installed. 18:06:21 libfile-fcntllock-perl set to automatically installed. 18:06:21 libgcc-7-dev set to automatically installed. 18:06:21 libgdbm-compat4 set to automatically installed. 18:06:21 libgdbm5 set to automatically installed. 18:06:21 libglib2.0-0 set to automatically installed. 18:06:21 libglib2.0-data set to automatically installed. 18:06:21 libgomp1 set to automatically installed. 18:06:21 libicu60 set to automatically installed. 18:06:21 libisl19 set to automatically installed. 18:06:21 libitm1 set to automatically installed. 18:06:21 libksba8 set to automatically installed. 18:06:21 liblocale-gettext-perl set to automatically installed. 18:06:21 liblsan0 set to automatically installed. 18:06:21 libmpc3 set to automatically installed. 18:06:21 libmpfr6 set to automatically installed. 18:06:21 libnorm1 set to automatically installed. 18:06:21 libnpth0 set to automatically installed. 18:06:21 libperl5.26 set to automatically installed. 18:06:21 libpgm-5.2-0 set to automatically installed. 18:06:21 libreadline7 set to automatically installed. 18:06:21 libsodium23 set to automatically installed. 18:06:21 libssl1.0.0 set to automatically installed. 18:06:21 libstdc++-7-dev set to automatically installed. 18:06:21 libtsan0 set to automatically installed. 18:06:21 libubsan0 set to automatically installed. 18:06:21 libx11-6 set to automatically installed. 18:06:21 libx11-data set to automatically installed. 18:06:21 libxau6 set to automatically installed. 18:06:21 libxcb1 set to automatically installed. 18:06:21 libxdmcp6 set to automatically installed. 18:06:21 libxext6 set to automatically installed. 18:06:21 libxml2 set to automatically installed. 18:06:21 libxmuu1 set to automatically installed. 18:06:21 libzmq3-dev set to automatically installed. 18:06:21 libzmq5 set to automatically installed. 18:06:21 linux-libc-dev set to automatically installed. 18:06:21 make set to automatically installed. 18:06:21 manpages set to automatically installed. 18:06:21 manpages-dev set to automatically installed. 18:06:21 netbase set to automatically installed. 18:06:21 openssh-client set to automatically installed. 18:06:21 patch set to automatically installed. 18:06:21 perl set to automatically installed. 18:06:21 perl-modules-5.26 set to automatically installed. 18:06:21 pinentry-curses set to automatically installed. 18:06:21 pkg-config set to automatically installed. 18:06:21 readline-common set to automatically installed. 18:06:21 shared-mime-info set to automatically installed. 18:06:21 xauth set to automatically installed. 18:06:21 xdg-user-dirs set to automatically installed. 18:06:21 xz-utils set to automatically installed. 18:06:21 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 18:06:21 Please ensure the environment is properly setup before continuing. 18:06:21 Ignore this message if the appropriate measures have already been taken 18:06:21 Pulling go 18:06:23 'app-service-config' has dependencies that need to be staged: go 18:06:23 Skipping pull go (already ran) 18:06:23 Building go 18:06:23 % Total % Received % Xferd Average Speed Time Time Time Current 18:06:23 Dload Upload Total Spent Left Speed 18:06:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 32 93.1M 32 30.6M 0 0 32.5M 0 0:00:02 --:--:-- 0:00:02 32.5M 79 93.1M 79 74.3M 0 0 38.4M 0 0:00:02 0:00:01 0:00:01 38.4M 100 93.1M 100 93.1M 0 0 39.8M 0 0:00:02 0:00:02 --:--:-- 39.8M 18:06:27 go1.13.10.linux-arm64.tar.gz: OK 18:06:45 Staging go 18:07:12 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] 18:07:12 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 18:07:12 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 18:07:12 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 18:07:12 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] 18:07:12 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] 18:07:12 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] 18:07:12 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] 18:07:12 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] 18:07:12 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1245 kB] 18:07:12 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [902 kB] 18:07:12 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3457 B] 18:07:12 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 18:07:12 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 18:07:12 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] 18:07:12 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] 18:07:12 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [630 kB] 18:07:12 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] 18:07:12 Fetched 16.5 MB in 0s (0 B/s) 18:07:12 Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] 18:07:12 Fetched 218 kB in 0s (0 B/s) 18:07:12 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] 18:07:12 Fetched 140 kB in 0s (0 B/s) 18:07:12 Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] 18:07:12 Fetched 208 kB in 0s (0 B/s) 18:07:12 Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] 18:07:12 Fetched 90.4 kB in 0s (0 B/s) 18:07:12 Pulling app-service-config 18:07:16 Pulling config-common 18:07:19 Skipping build go (already ran) 18:07:19 Building app-service-config 18:07:19 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable 18:07:21 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 18:07:21 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 18:07:21 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.34 18:07:21 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 18:07:21 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 18:07:21 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 18:07:21 go: downloading github.com/google/uuid v1.1.1 18:07:21 go: extracting github.com/google/uuid v1.1.1 18:07:21 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.34 18:07:21 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 18:07:21 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:07:21 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 18:07:21 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:07:21 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:07:21 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 18:07:21 go: downloading github.com/pelletier/go-toml v1.2.0 18:07:21 go: downloading github.com/BurntSushi/toml v0.3.1 18:07:21 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 18:07:21 go: downloading github.com/gorilla/mux v1.7.4 18:07:21 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:07:21 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 18:07:21 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 18:07:21 go: extracting github.com/BurntSushi/toml v0.3.1 18:07:21 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 18:07:21 go: extracting github.com/gorilla/mux v1.7.4 18:07:21 go: extracting github.com/pelletier/go-toml v1.2.0 18:07:21 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 18:07:21 go: downloading github.com/x448/float16 v0.8.4 18:07:21 go: downloading github.com/pebbe/zmq4 v1.0.0 18:07:21 go: downloading github.com/mitchellh/copystructure v1.0.0 18:07:21 go: downloading go.mongodb.org/mongo-driver v1.1.1 18:07:21 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:07:21 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 18:07:21 go: extracting github.com/x448/float16 v0.8.4 18:07:21 go: downloading github.com/hashicorp/consul/api v1.1.0 18:07:21 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:07:21 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:07:21 go: extracting github.com/mitchellh/copystructure v1.0.0 18:07:21 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:07:21 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 18:07:21 go: extracting github.com/pebbe/zmq4 v1.0.0 18:07:21 go: extracting github.com/hashicorp/consul/api v1.1.0 18:07:21 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:07:21 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:07:21 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:07:21 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:07:21 go: downloading github.com/go-kit/kit v0.8.0 18:07:21 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:07:21 go: extracting github.com/mitchellh/mapstructure v1.1.2 18:07:21 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 18:07:21 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:07:21 go: downloading github.com/hashicorp/serf v0.8.2 18:07:21 go: extracting github.com/mitchellh/reflectwalk v1.0.0 18:07:21 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:07:21 go: extracting github.com/go-redis/redis/v7 v7.2.0 18:07:21 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 18:07:21 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:07:21 go: extracting github.com/go-kit/kit v0.8.0 18:07:21 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 18:07:21 go: extracting github.com/hashicorp/serf v0.8.2 18:07:21 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:07:22 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:07:22 go: extracting go.mongodb.org/mongo-driver v1.1.1 18:07:22 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:07:22 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:07:22 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:07:22 go: extracting github.com/go-logfmt/logfmt v0.4.0 18:07:22 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 18:07:22 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:07:22 go: extracting github.com/hashicorp/golang-lru v0.5.0 18:07:23 go: downloading github.com/go-stack/stack v1.8.0 18:07:23 go: downloading github.com/xdg/stringprep v1.0.0 18:07:23 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:07:23 go: downloading github.com/golang/snappy v0.0.1 18:07:23 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:07:23 go: extracting github.com/go-stack/stack v1.8.0 18:07:23 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:07:23 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:07:23 go: extracting github.com/xdg/stringprep v1.0.0 18:07:23 go: extracting github.com/golang/snappy v0.0.1 18:07:23 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:07:23 go: downloading golang.org/x/text v0.3.2 18:07:23 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:07:24 go: extracting golang.org/x/text v0.3.2 18:07:25 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 18:07:25 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 18:07:25 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 18:07:25 go: finding github.com/google/uuid v1.1.1 18:07:25 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 18:07:25 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:07:25 go: finding github.com/go-kit/kit v0.8.0 18:07:25 go: finding github.com/BurntSushi/toml v0.3.1 18:07:25 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:07:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 18:07:25 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:07:25 go: finding github.com/gorilla/mux v1.7.4 18:07:25 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:07:25 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:07:25 go: finding github.com/go-logfmt/logfmt v0.4.0 18:07:25 go: finding github.com/x448/float16 v0.8.4 18:07:25 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:07:25 go: finding github.com/pelletier/go-toml v1.2.0 18:07:25 go: finding github.com/go-redis/redis/v7 v7.2.0 18:07:25 go: finding github.com/pebbe/zmq4 v1.0.0 18:07:25 go: finding github.com/hashicorp/consul/api v1.1.0 18:07:25 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:07:25 go: finding go.mongodb.org/mongo-driver v1.1.1 18:07:25 go: finding github.com/mitchellh/copystructure v1.0.0 18:07:25 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:07:25 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:07:25 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:07:25 go: finding github.com/go-stack/stack v1.8.0 18:07:25 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:07:25 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:07:25 go: finding github.com/hashicorp/serf v0.8.2 18:07:26 go: finding github.com/mitchellh/mapstructure v1.1.2 18:07:26 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:07:26 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:07:26 go: finding github.com/golang/snappy v0.0.1 18:07:26 go: finding github.com/xdg/stringprep v1.0.0 18:07:26 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:07:26 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:07:26 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:07:26 go: finding golang.org/x/text v0.3.2 18:07:26 go: finding github.com/hashicorp/golang-lru v0.5.0 18:07:26 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:08:22 Building config-common 18:08:35 Skipping stage go (already ran) 18:08:35 Staging app-service-config 18:08:38 Staging config-common 18:08:40 Priming go 18:08:44 Priming app-service-config 18:08:47 Priming config-common 18:08:51 Snapping 'edgex-app-service-configurable' ... 18:08:56 18:08:56 Snapped edgex-app-service-configurable_1.2.0-20200708+f28354b_arm64.snap 18:09:00 Unexpected error when obtaining your account information. 18:09:00 Login failed. [Pipeline] } 18:09:04 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] } 18:09:04 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 18:09:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:09:06 ---> package-listing.sh 18:09:06 ++ facter osfamily 18:09:06 ++ tr '[:upper:]' '[:lower:]' 18:09:06 + OS_FAMILY=redhat 18:09:06 + workspace=/w/workspace/_app-service-configurable_master 18:09:06 + START_PACKAGES=/tmp/packages_start.txt 18:09:06 + END_PACKAGES=/tmp/packages_end.txt 18:09:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:09:06 + PACKAGES=/tmp/packages_start.txt 18:09:06 + '[' /w/workspace/_app-service-configurable_master ']' 18:09:06 + PACKAGES=/tmp/packages_end.txt 18:09:06 + case "${OS_FAMILY}" in 18:09:06 + rpm -qa 18:09:06 + sort 18:09:11 + '[' -f /tmp/packages_start.txt ']' 18:09:11 + '[' -f /tmp/packages_end.txt ']' 18:09:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:09:11 + '[' /w/workspace/_app-service-configurable_master ']' 18:09:11 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 18:09:11 + 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 18:09:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:09:12 18:09:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:09:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:09:12 alpine: Pulling from edgex-lftools-log-publisher 18:09:12 c9b1b535fdd9: Pulling fs layer 18:09:12 2cc5ad85d9ab: Pulling fs layer 18:09:12 756a868c4378: Pulling fs layer 18:09:12 444b2fc9a129: Pulling fs layer 18:09:12 ea15f1150254: Pulling fs layer 18:09:12 41b27a9f41bf: Pulling fs layer 18:09:12 28c525ee5125: Pulling fs layer 18:09:12 094b1ea09ed8: Pulling fs layer 18:09:12 138eaada9080: Pulling fs layer 18:09:12 0622d0fa9048: Pulling fs layer 18:09:12 444b2fc9a129: Waiting 18:09:12 ea15f1150254: Waiting 18:09:12 41b27a9f41bf: Waiting 18:09:12 28c525ee5125: Waiting 18:09:12 138eaada9080: Waiting 18:09:12 094b1ea09ed8: Waiting 18:09:12 0622d0fa9048: Waiting 18:09:12 2cc5ad85d9ab: Verifying Checksum 18:09:12 2cc5ad85d9ab: Download complete 18:09:12 444b2fc9a129: Verifying Checksum 18:09:12 444b2fc9a129: Download complete 18:09:13 c9b1b535fdd9: Verifying Checksum 18:09:13 c9b1b535fdd9: Download complete 18:09:13 ea15f1150254: Verifying Checksum 18:09:13 ea15f1150254: Download complete 18:09:13 28c525ee5125: Verifying Checksum 18:09:13 28c525ee5125: Download complete 18:09:14 756a868c4378: Verifying Checksum 18:09:14 756a868c4378: Download complete 18:09:14 c9b1b535fdd9: Pull complete 18:09:14 094b1ea09ed8: Verifying Checksum 18:09:14 094b1ea09ed8: Download complete 18:09:14 0622d0fa9048: Verifying Checksum 18:09:14 0622d0fa9048: Download complete 18:09:14 138eaada9080: Verifying Checksum 18:09:14 138eaada9080: Download complete 18:09:15 41b27a9f41bf: Verifying Checksum 18:09:15 41b27a9f41bf: Download complete 18:09:15 2cc5ad85d9ab: Pull complete 18:09:17 756a868c4378: Pull complete 18:09:17 444b2fc9a129: Pull complete 18:09:17 ea15f1150254: Pull complete 18:09:23 41b27a9f41bf: Pull complete 18:09:23 28c525ee5125: Pull complete 18:09:26 094b1ea09ed8: Pull complete 18:09:26 138eaada9080: Pull complete 18:09:27 0622d0fa9048: Pull complete 18:09:27 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 18:09:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:09:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:09:27 prd-centos7-docker-4c-2g-5581 does not seem to be running inside a container 18:09:27 $ 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 18:09:31 $ docker top a03a4ded4dc1524dc03cfd76a0c4590db031d89c24c93dfb57647581205b919a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:09:32 provisioning config files... 18:09:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2241489484108239392tmp [Pipeline] { [Pipeline] echo 18:09:32 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:09:32 ---> create-netrc.sh [Pipeline] echo 18:09:32 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:09:32 ---> logs-deploy.sh 18:09:32 + ARCHIVE_ARTIFACTS= 18:09:32 + LOGS_SERVER=https://logs.edgexfoundry.org 18:09:32 + '[' https://logs.edgexfoundry.org == None ']' 18:09:32 + NEXUS_URL=https://nexus.edgexfoundry.org 18:09:32 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/34 18:09:32 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/34/ 18:09:32 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/34 /w/workspace/_app-service-configurable_master 18:09:34 Archives upload complete. 18:09:34 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/34 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/34/