Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1b13e715b98d4114ea892088ead3eb0f32f416a1 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-3401 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 1b13e715b98d4114ea892088ead3eb0f32f416a1 (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 1b13e715b98d4114ea892088ead3eb0f32f416a1 # timeout=10 Commit message: "build: Add Attribution.txt and LICENSE file to docker image (#85)" > git rev-list --no-walk 1b13e715b98d4114ea892088ead3eb0f32f416a1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:10:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:10:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:10:43 ========================================================= 21:10:43 EdgeX Global Pipelines Version Info 21:10:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:10:45 ------------------- 21:10:45 stable info: 21:10:45 ------------------- 21:10:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:10:45 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 21:10:45 Message: update stable to v1.0.89 21:10:46 ------------------- 21:10:46 experimental info: 21:10:46 ------------------- 21:10:46 Commited By: **** collab-it+edgex@linuxfoundation.org 21:10:46 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 21:10:46 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:10:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:10:48 21:10:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:10:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:10:48 latest: Pulling from edgex-devops/git-semver 21:10:48 9123ac7c32f7: Pulling fs layer 21:10:48 b8cc5d1170e3: Pulling fs layer 21:10:48 2924cbbf6a41: Pulling fs layer 21:10:48 93b08a4f1073: Pulling fs layer 21:10:48 93b08a4f1073: Waiting 21:10:48 b8cc5d1170e3: Verifying Checksum 21:10:48 b8cc5d1170e3: Download complete 21:10:48 9123ac7c32f7: Verifying Checksum 21:10:48 9123ac7c32f7: Download complete 21:10:48 93b08a4f1073: Verifying Checksum 21:10:48 93b08a4f1073: Download complete 21:10:48 2924cbbf6a41: Verifying Checksum 21:10:48 2924cbbf6a41: Download complete 21:10:48 9123ac7c32f7: Pull complete 21:10:48 b8cc5d1170e3: Pull complete 21:10:49 2924cbbf6a41: Pull complete 21:10:50 93b08a4f1073: Pull complete 21:10:50 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 21:10:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:10:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:10:50 prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container 21:10:50 $ 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 21:10:52 $ docker top 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:10:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:10:52 [ssh-agent] Looking for ssh-agent implementation... 21:10:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:10:52 $ docker exec 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 ssh-agent 21:10:52 SSH_AUTH_SOCK=/tmp/ssh-NOtIoyKZXcbI/agent.11 21:10:52 SSH_AGENT_PID=17 21:10:52 Running ssh-add (command line suppressed) 21:10:52 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7792900946333887000.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7792900946333887000.key) 21:10:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:10:53 + git describe --exact-match --tags HEAD 21:10:53 fatal: No names found, cannot describe anything. [Pipeline] } 21:10:53 $ docker exec --env ******** --env ******** 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 ssh-agent -k 21:10:53 unset SSH_AUTH_SOCK; 21:10:53 unset SSH_AGENT_PID; 21:10:53 echo Agent pid 17 killed; 21:10:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:10:53 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:10:53 This usually means this commit has not been tagged. [Pipeline] sshagent 21:10:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:10:53 [ssh-agent] Looking for ssh-agent implementation... 21:10:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:10:53 $ docker exec 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 ssh-agent 21:10:54 SSH_AUTH_SOCK=/tmp/ssh-4eDP8qiYfrNT/agent.47 21:10:54 SSH_AGENT_PID=53 21:10:54 Running ssh-add (command line suppressed) 21:10:54 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4776507510011678375.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4776507510011678375.key) 21:10:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:10:54 + git semver init 21:10:54 # -> Open(): unable to determine branch for HEAD 21:10:54 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:10:54 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:10:54 # $SEMVER_REMOTE_NAME = origin 21:10:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:10:54 # $SEMVER_USER_NAME = edgex-jenkins 21:10:54 # $SEMVER_BRANCH = master 21:10:54 # $SEMVER_TEMP = /tmp/semver-918331464 21:10:54 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 21:10:54 # '/tmp/semver-918331464' -> '/w/workspace/_app-service-configurable_master/.semver' 21:10:55 # -> Force: false 21:10:55 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:10:55 $ docker exec --env ******** --env ******** 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 ssh-agent -k 21:10:55 unset SSH_AUTH_SOCK; 21:10:55 unset SSH_AGENT_PID; 21:10:55 echo Agent pid 53 killed; 21:10:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:10:55 + git semver [Pipeline] } 21:10:55 $ docker stop --time=1 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 21:10:57 $ docker rm -f 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:10:57 Stashed 52 file(s) [Pipeline] echo 21:10:57 [edgeXSemver] initialized semver on version 1.2.1-dev.1 [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 21:11:12 Still waiting to schedule task 21:11:12 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3401’ 21:11:12 Still waiting to schedule task 21:11:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:12:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3402 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:12:49 Running in /w/workspace/app-service-configurable/32 [Pipeline] { [Pipeline] checkout 21:12:54 using credential edgex-jenkins-ssh 21:12:54 Cloning the remote Git repository 21:12:54 Cloning with configured refspecs honoured and without tags 21:12:54 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:12:54 > git init /w/workspace/app-service-configurable/32 # timeout=10 21:12:54 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:12:54 > git --version # timeout=10 21:12:54 using GIT_SSH to set credentials SSH Credentials for GitHub 21:12:55 Fetching without tags 21:12:56 Checking out Revision 1b13e715b98d4114ea892088ead3eb0f32f416a1 (master) 21:12:54 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:12:55 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:12:55 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:12:55 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:12:55 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:12:55 using GIT_SSH to set credentials SSH Credentials for GitHub 21:12:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:12:56 > git config core.sparsecheckout # timeout=10 21:12:56 > git checkout -f 1b13e715b98d4114ea892088ead3eb0f32f416a1 # timeout=10 21:13:00 Commit message: "build: Add Attribution.txt and LICENSE file to docker image (#85)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:13:01 ========================================================= 21:13:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 21:13:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:13:02 + 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 . 21:13:03 Sending build context to Docker daemon 326.7kB 21:13:03 Step 1/8 : ARG BASE=golang:1.13-alpine 21:13:03 Step 2/8 : FROM ${BASE} 21:13:03 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:13:03 cde5963f3b93: Pulling fs layer 21:13:03 2a23fa8c16f7: Pulling fs layer 21:13:03 777b28850792: Pulling fs layer 21:13:03 8a11ddd9e578: Pulling fs layer 21:13:03 4cf88f913ddb: Pulling fs layer 21:13:03 1df406cf5192: Pulling fs layer 21:13:03 cd6300453558: Pulling fs layer 21:13:03 b9c365052c96: Pulling fs layer 21:13:03 a2d8cc88f415: Pulling fs layer 21:13:03 ea1d1ca13537: Pulling fs layer 21:13:03 3750a50a1c5e: Pulling fs layer 21:13:03 1df406cf5192: Waiting 21:13:03 cd6300453558: Waiting 21:13:03 ea1d1ca13537: Waiting 21:13:03 3750a50a1c5e: Waiting 21:13:03 b9c365052c96: Waiting 21:13:03 a2d8cc88f415: Waiting 21:13:03 8a11ddd9e578: Waiting 21:13:03 4cf88f913ddb: Waiting 21:13:03 777b28850792: Verifying Checksum 21:13:03 777b28850792: Download complete 21:13:03 2a23fa8c16f7: Download complete 21:13:03 4cf88f913ddb: Download complete 21:13:03 1df406cf5192: Verifying Checksum 21:13:03 1df406cf5192: Download complete 21:13:03 cde5963f3b93: Verifying Checksum 21:13:03 cde5963f3b93: Download complete 21:13:04 cde5963f3b93: Pull complete 21:13:05 2a23fa8c16f7: Pull complete 21:13:05 777b28850792: Pull complete 21:13:06 cd6300453558: Verifying Checksum 21:13:06 cd6300453558: Download complete 21:13:06 a2d8cc88f415: Download complete 21:13:08 ea1d1ca13537: Verifying Checksum 21:13:08 ea1d1ca13537: Download complete 21:13:08 3750a50a1c5e: Verifying Checksum 21:13:08 3750a50a1c5e: Download complete 21:13:09 8a11ddd9e578: Verifying Checksum 21:13:09 8a11ddd9e578: Download complete 21:13:09 b9c365052c96: Verifying Checksum 21:13:09 b9c365052c96: Download complete 21:13:22 8a11ddd9e578: Pull complete 21:13:22 4cf88f913ddb: Pull complete 21:13:22 1df406cf5192: Pull complete 21:13:25 cd6300453558: Pull complete 21:13:31 b9c365052c96: Pull complete 21:13:31 a2d8cc88f415: Pull complete 21:13:32 ea1d1ca13537: Pull complete 21:13:33 3750a50a1c5e: Pull complete 21:13:33 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 21:13:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 21:13:33 ---> 78745c68409d 21:13:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:13:37 ---> Running in 61fc54cf837f 21:13:37 Removing intermediate container 61fc54cf837f 21:13:37 ---> 3c3dbd5a2824 21:13:37 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:37 ---> Running in 186b8f130e63 21:13:39 Running on prd-centos7-docker-4c-2g-3403 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:13:39 Running in /w/workspace/app-service-configurable/32 [Pipeline] { [Pipeline] checkout 21:13:41 Removing intermediate container 186b8f130e63 21:13:41 ---> c376ab14ff44 21:13:41 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:13:41 ---> Running in 1d465479dc27 21:13:42 using credential edgex-jenkins-ssh 21:13:42 Cloning the remote Git repository 21:13:42 Cloning with configured refspecs honoured and without tags 21:13:42 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 21:13:41 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:13:41 > git init /w/workspace/app-service-configurable/32 # timeout=10 21:13:41 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:13:41 > git --version # timeout=10 21:13:41 using GIT_SSH to set credentials SSH Credentials for GitHub 21:13:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:13:43 Fetching without tags 21:13:43 Checking out Revision 1b13e715b98d4114ea892088ead3eb0f32f416a1 (master) 21:13:43 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 21:13:42 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:13:42 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:13:42 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:13:42 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:13:42 using GIT_SSH to set credentials SSH Credentials for GitHub 21:13:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:13:43 > git config core.sparsecheckout # timeout=10 21:13:43 > git checkout -f 1b13e715b98d4114ea892088ead3eb0f32f416a1 # timeout=10 21:13:44 (1/6) Installing libc-dev (0.7.2-r0) 21:13:44 (2/6) Installing libsodium (1.0.18-r0) 21:13:44 (3/6) Installing pkgconf (1.6.3-r0) 21:13:44 (4/6) Installing libsodium-dev (1.0.18-r0) 21:13:44 (5/6) Installing libzmq (4.3.2-r0) 21:13:44 (6/6) Installing zeromq-dev (4.3.2-r0) 21:13:44 Executing busybox-1.31.1-r8.trigger 21:13:44 OK: 127 MiB in 45 packages 21:13:46 Removing intermediate container 1d465479dc27 21:13:46 ---> 84ca80b18101 21:13:46 Step 6/8 : WORKDIR /app 21:13:46 ---> Running in 7126ed995438 21:13:46 Removing intermediate container 7126ed995438 21:13:46 ---> dd7233424b4f 21:13:46 Step 7/8 : COPY . . 21:13:47 Commit message: "build: Add Attribution.txt and LICENSE file to docker image (#85)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:13:47 ========================================================= 21:13:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 21:13:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:13:47 ---> 2136e548e5ef 21:13:47 Step 8/8 : RUN go mod download 21:13:47 ---> Running in d39b9479ccee 21:13:48 + 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 . 21:13:48 Sending build context to Docker daemon 326.7kB 21:13:48 Step 1/8 : ARG BASE=golang:1.13-alpine 21:13:48 Step 2/8 : FROM ${BASE} 21:13:48 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 21:13:48 e6b0cf9c0882: Pulling fs layer 21:13:48 2848faf0eed1: Pulling fs layer 21:13:48 0f37312ad70f: Pulling fs layer 21:13:48 5788d62ee057: Pulling fs layer 21:13:48 0e6b1d234666: Pulling fs layer 21:13:48 bf5d7aec512f: Pulling fs layer 21:13:48 34c802a77dc8: Pulling fs layer 21:13:48 9eb99e56ec68: Pulling fs layer 21:13:48 27c7a5d97fbd: Pulling fs layer 21:13:48 5c102a31e300: Pulling fs layer 21:13:48 dcfb455df0a1: Pulling fs layer 21:13:48 34c802a77dc8: Waiting 21:13:48 9eb99e56ec68: Waiting 21:13:48 27c7a5d97fbd: Waiting 21:13:48 5c102a31e300: Waiting 21:13:48 5788d62ee057: Waiting 21:13:48 dcfb455df0a1: Waiting 21:13:48 bf5d7aec512f: Waiting 21:13:48 0e6b1d234666: Waiting 21:13:48 0f37312ad70f: Download complete 21:13:48 2848faf0eed1: Verifying Checksum 21:13:48 2848faf0eed1: Download complete 21:13:48 0e6b1d234666: Verifying Checksum 21:13:48 0e6b1d234666: Download complete 21:13:48 bf5d7aec512f: Download complete 21:13:48 e6b0cf9c0882: Verifying Checksum 21:13:49 e6b0cf9c0882: Pull complete 21:13:49 34c802a77dc8: Verifying Checksum 21:13:49 34c802a77dc8: Download complete 21:13:49 27c7a5d97fbd: Verifying Checksum 21:13:49 27c7a5d97fbd: Download complete 21:13:50 5c102a31e300: Verifying Checksum 21:13:50 5c102a31e300: Download complete 21:13:50 dcfb455df0a1: Verifying Checksum 21:13:50 dcfb455df0a1: Download complete 21:13:50 9eb99e56ec68: Verifying Checksum 21:13:50 9eb99e56ec68: Download complete 21:13:50 5788d62ee057: Verifying Checksum 21:13:51 2848faf0eed1: Pull complete 21:13:51 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:13:51 0f37312ad70f: Pull complete 21:13:51 go: finding github.com/BurntSushi/toml v0.3.1 21:13:51 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:13:51 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:13:51 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:13:51 go: finding github.com/bgentry/speakeasy v0.1.0 21:13:51 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:13:51 go: finding github.com/davecgh/go-spew v1.1.1 21:13:51 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:13:51 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 21:13:51 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.0 21:13:51 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 21:13:51 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:13:51 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:13:51 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 21:13:51 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:13:51 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:13:51 go: finding github.com/fatih/color v1.7.0 21:13:51 go: finding github.com/fsnotify/fsnotify v1.4.7 21:13:52 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:13:52 go: finding github.com/go-kit/kit v0.8.0 21:13:52 go: finding github.com/go-logfmt/logfmt v0.4.0 21:13:52 go: finding github.com/go-redis/redis/v7 v7.2.0 21:13:52 go: finding github.com/go-stack/stack v1.8.0 21:13:52 go: finding github.com/golang/protobuf v1.3.2 21:13:52 go: finding github.com/golang/snappy v0.0.1 21:13:52 go: finding github.com/gomodule/redigo v2.0.0+incompatible 21:13:52 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:13:52 go: finding github.com/google/go-cmp v0.4.0 21:13:52 go: finding github.com/google/uuid v1.1.1 21:13:52 go: finding github.com/gorilla/mux v1.7.4 21:13:52 go: finding github.com/hashicorp/consul/api v1.1.0 21:13:52 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:13:52 go: finding github.com/hashicorp/errwrap v1.0.0 21:13:52 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:13:52 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:13:52 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:13:52 go: finding github.com/hashicorp/go-multierror v1.0.0 21:13:52 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:13:52 go: finding github.com/hashicorp/go-sockaddr v1.0.0 21:13:52 go: finding github.com/hashicorp/go-syslog v1.0.0 21:13:52 go: finding github.com/hashicorp/go-uuid v1.0.1 21:13:52 go: finding github.com/hashicorp/go.net v0.0.1 21:13:52 go: finding github.com/hashicorp/golang-lru v0.5.0 21:13:52 go: finding github.com/hashicorp/logutils v1.0.0 21:13:52 go: finding github.com/hashicorp/mdns v1.0.0 21:13:52 go: finding github.com/hashicorp/memberlist v0.1.3 21:13:52 go: finding github.com/hashicorp/serf v0.8.2 21:13:52 go: finding github.com/hpcloud/tail v1.0.0 21:13:52 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:13:52 go: finding github.com/kr/pretty v0.1.0 21:13:52 go: finding github.com/kr/pty v1.1.1 21:13:52 go: finding github.com/kr/text v0.1.0 21:13:52 go: finding github.com/mattn/go-colorable v0.0.9 21:13:52 go: finding github.com/mattn/go-isatty v0.0.3 21:13:52 go: finding github.com/miekg/dns v1.0.14 21:13:52 go: finding github.com/mitchellh/cli v1.0.0 21:13:52 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:13:52 go: finding github.com/mitchellh/copystructure v1.0.0 21:13:52 go: finding github.com/mitchellh/go-homedir v1.0.0 21:13:52 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:13:52 go: finding github.com/mitchellh/gox v0.4.0 21:13:52 go: finding github.com/mitchellh/iochan v1.0.0 21:13:52 go: finding github.com/mitchellh/mapstructure v1.1.2 21:13:52 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:13:52 go: finding github.com/onsi/ginkgo v1.10.1 21:13:52 go: finding github.com/onsi/gomega v1.7.0 21:13:52 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:13:52 go: finding github.com/pebbe/zmq4 v1.0.0 21:13:52 go: finding github.com/pelletier/go-toml v1.2.0 21:13:52 go: finding github.com/pkg/errors v0.8.1 21:13:52 go: finding github.com/pmezard/go-difflib v1.0.0 21:13:52 go: finding github.com/posener/complete v1.1.1 21:13:52 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 21:13:52 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:13:52 go: finding github.com/stretchr/objx v0.2.0 21:13:52 go: finding github.com/stretchr/testify v1.5.1 21:13:52 go: finding github.com/tidwall/pretty v1.0.1 21:13:53 go: finding github.com/ugorji/go v1.1.4 21:13:53 go: finding github.com/x448/float16 v0.8.4 21:13:53 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:13:53 go: finding github.com/xdg/stringprep v1.0.0 21:13:53 go: finding go.mongodb.org/mongo-driver v1.1.1 21:13:53 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:13:53 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:13:53 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:13:53 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 21:13:53 go: finding golang.org/x/text v0.3.2 21:13:53 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 21:13:53 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 21:13:53 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 21:13:53 go: finding gopkg.in/fsnotify.v1 v1.4.7 21:13:53 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 21:13:53 go: finding gopkg.in/yaml.v2 v2.2.8 21:13:56 5788d62ee057: Pull complete 21:13:56 0e6b1d234666: Pull complete 21:13:57 bf5d7aec512f: Pull complete 21:14:02 34c802a77dc8: Pull complete 21:14:04 9eb99e56ec68: Pull complete 21:14:04 27c7a5d97fbd: Pull complete 21:14:05 5c102a31e300: Pull complete 21:14:05 dcfb455df0a1: Pull complete 21:14:05 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 21:14:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 21:14:05 ---> 7c70fe431013 21:14:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:14:07 ---> Running in b800ea9078a2 21:14:07 Removing intermediate container b800ea9078a2 21:14:07 ---> 2b548f10bf02 21:14:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:07 ---> Running in e64016912d59 21:14:08 Removing intermediate container e64016912d59 21:14:08 ---> 79fe72a736b2 21:14:08 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:14:08 ---> Running in 63a34f46c35c 21:14:09 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 21:14:10 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 21:14:10 (1/6) Installing libc-dev (0.7.2-r0) 21:14:10 (2/6) Installing libsodium (1.0.18-r0) 21:14:10 (3/6) Installing pkgconf (1.6.3-r0) 21:14:10 (4/6) Installing libsodium-dev (1.0.18-r0) 21:14:10 (5/6) Installing libzmq (4.3.2-r0) 21:14:10 (6/6) Installing zeromq-dev (4.3.2-r0) 21:14:11 Executing busybox-1.31.1-r8.trigger 21:14:11 OK: 145 MiB in 45 packages 21:14:11 Removing intermediate container 63a34f46c35c 21:14:11 ---> 35bdb4af04a3 21:14:11 Step 6/8 : WORKDIR /app 21:14:11 ---> Running in 24bc51b8b6ba 21:14:11 Removing intermediate container 24bc51b8b6ba 21:14:11 ---> de19ce5ea762 21:14:11 Step 7/8 : COPY . . 21:14:12 Removing intermediate container d39b9479ccee 21:14:12 ---> 85575477b7b6 21:14:12 Successfully built 85575477b7b6 21:14:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:14:12 + docker inspect -f . ci-base-image-arm64 21:14:12 . [Pipeline] withDockerContainer 21:14:12 ---> 63989081d6e3 21:14:12 Step 8/8 : RUN go mod download 21:14:12 ---> Running in 63fbae392871 21:14:12 prd-ubuntu18.04-docker-arm64-4c-16g-3402 does not seem to be running inside a container 21:14:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/32 -v /w/workspace/app-service-configurable/32:/w/workspace/app-service-configurable/32:rw,z -v /w/workspace/app-service-configurable/32@tmp:/w/workspace/app-service-configurable/32@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 ******** ci-base-image-arm64 cat 21:14:14 $ docker top ebfd7718b3848f13eb47b2b71c9a22d47bda5bdd38388df82df5fdb95403a3dd -eo pid,comm [Pipeline] { [Pipeline] sh 21:14:15 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:14:15 go: finding github.com/BurntSushi/toml v0.3.1 21:14:15 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:14:15 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:14:15 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:14:15 go: finding github.com/bgentry/speakeasy v0.1.0 21:14:15 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:14:15 go: finding github.com/davecgh/go-spew v1.1.1 21:14:15 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:14:15 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 21:14:15 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.0 21:14:15 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 21:14:15 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:14:15 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:14:15 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 21:14:15 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:14:15 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:14:15 go: finding github.com/fatih/color v1.7.0 21:14:15 go: finding github.com/fsnotify/fsnotify v1.4.7 21:14:15 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:14:15 go: finding github.com/go-kit/kit v0.8.0 21:14:15 go: finding github.com/go-logfmt/logfmt v0.4.0 21:14:15 go: finding github.com/go-redis/redis/v7 v7.2.0 21:14:15 go: finding github.com/go-stack/stack v1.8.0 21:14:15 go: finding github.com/golang/protobuf v1.3.2 21:14:15 go: finding github.com/golang/snappy v0.0.1 21:14:15 go: finding github.com/gomodule/redigo v2.0.0+incompatible 21:14:15 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:14:15 go: finding github.com/google/go-cmp v0.4.0 21:14:15 go: finding github.com/google/uuid v1.1.1 21:14:15 go: finding github.com/gorilla/mux v1.7.4 21:14:15 go: finding github.com/hashicorp/consul/api v1.1.0 21:14:15 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:14:15 go: finding github.com/hashicorp/errwrap v1.0.0 21:14:15 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:14:15 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:14:15 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:14:15 go: finding github.com/hashicorp/go-multierror v1.0.0 21:14:15 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:14:15 go: finding github.com/hashicorp/go-sockaddr v1.0.0 21:14:15 go: finding github.com/hashicorp/go-syslog v1.0.0 21:14:15 go: finding github.com/hashicorp/go-uuid v1.0.1 21:14:15 go: finding github.com/hashicorp/go.net v0.0.1 21:14:15 go: finding github.com/hashicorp/golang-lru v0.5.0 21:14:15 go: finding github.com/hashicorp/logutils v1.0.0 21:14:15 go: finding github.com/hashicorp/mdns v1.0.0 21:14:15 go: finding github.com/hashicorp/memberlist v0.1.3 21:14:15 go: finding github.com/hashicorp/serf v0.8.2 21:14:15 go: finding github.com/hpcloud/tail v1.0.0 21:14:15 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:14:15 go: finding github.com/kr/pretty v0.1.0 21:14:15 go: finding github.com/kr/pty v1.1.1 21:14:15 go: finding github.com/kr/text v0.1.0 21:14:15 go: finding github.com/mattn/go-colorable v0.0.9 21:14:15 go: finding github.com/mattn/go-isatty v0.0.3 21:14:15 go: finding github.com/miekg/dns v1.0.14 21:14:15 go: finding github.com/mitchellh/cli v1.0.0 21:14:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:14:15 go: finding github.com/mitchellh/copystructure v1.0.0 21:14:15 go: finding github.com/mitchellh/go-homedir v1.0.0 21:14:15 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:14:15 go: finding github.com/mitchellh/gox v0.4.0 21:14:15 go: finding github.com/mitchellh/iochan v1.0.0 21:14:15 go: finding github.com/mitchellh/mapstructure v1.1.2 21:14:15 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:14:15 go: finding github.com/onsi/ginkgo v1.10.1 21:14:15 go: finding github.com/onsi/gomega v1.7.0 21:14:15 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:14:15 go: finding github.com/pebbe/zmq4 v1.0.0 21:14:15 go: finding github.com/pelletier/go-toml v1.2.0 21:14:15 go: finding github.com/pkg/errors v0.8.1 21:14:15 go: finding github.com/pmezard/go-difflib v1.0.0 21:14:15 go: finding github.com/posener/complete v1.1.1 21:14:15 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 21:14:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:14:15 go: finding github.com/stretchr/objx v0.2.0 21:14:15 go: finding github.com/stretchr/testify v1.5.1 21:14:15 go: finding github.com/tidwall/pretty v1.0.1 21:14:15 go: finding github.com/ugorji/go v1.1.4 21:14:15 go: finding github.com/x448/float16 v0.8.4 21:14:15 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:14:15 go: finding github.com/xdg/stringprep v1.0.0 21:14:15 go: finding go.mongodb.org/mongo-driver v1.1.1 21:14:15 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:14:15 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:14:15 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:14:15 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 21:14:15 go: finding golang.org/x/text v0.3.2 21:14:15 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 21:14:15 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 21:14:15 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 21:14:15 go: finding gopkg.in/fsnotify.v1 v1.4.7 21:14:15 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 21:14:15 go: finding gopkg.in/yaml.v2 v2.2.8 21:14:16 + go version 21:14:16 go version go1.13.5 linux/arm64 [Pipeline] sh 21:14:17 + make test 21:14:17 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:14:30 Removing intermediate container 63fbae392871 21:14:30 ---> bca0ba94b1c2 21:14:30 Successfully built bca0ba94b1c2 21:14:30 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 21:14:30 + docker inspect -f . ci-base-image-x86_64 21:14:30 . [Pipeline] withDockerContainer 21:14:31 prd-centos7-docker-4c-2g-3403 does not seem to be running inside a container 21:14:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/32 -v /w/workspace/app-service-configurable/32:/w/workspace/app-service-configurable/32:rw,z -v /w/workspace/app-service-configurable/32@tmp:/w/workspace/app-service-configurable/32@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 ******** ci-base-image-x86_64 cat 21:14:31 $ docker top 4f08e07f1d9f2f9922dfbcb1b98d355e79a6633127c723c2543af15989bb71c7 -eo pid,comm [Pipeline] { [Pipeline] sh 21:14:32 + go version 21:14:32 go version go1.13.5 linux/amd64 [Pipeline] sh 21:14:32 + make test 21:14:32 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:14:47 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:14:47 CGO_ENABLED=1 go vet ./... 21:14:50 gofmt -l . 21:14:50 [ "`gofmt -l .`" = "" ] 21:14:50 ./bin/test-go-mod-tidy.sh 21:14:50 ./bin/test-attribution-txt.sh [Pipeline] stash 21:14:51 Stashed 1 file(s) [Pipeline] } 21:14:51 $ docker stop --time=1 4f08e07f1d9f2f9922dfbcb1b98d355e79a6633127c723c2543af15989bb71c7 21:14:53 $ docker rm -f 4f08e07f1d9f2f9922dfbcb1b98d355e79a6633127c723c2543af15989bb71c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:14:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:14:55 + ls -al . 21:14:55 total 96 21:14:55 drwxrwxr-x. 8 jenkins jenkins 4096 Jun 17 21:14 . 21:14:55 drwxrwxr-x. 4 jenkins jenkins 30 Jun 17 21:13 .. 21:14:55 -rw-rw-r--. 1 jenkins jenkins 6027 Jun 17 21:13 Attribution.txt 21:14:55 drwxrwxr-x. 2 jenkins jenkins 64 Jun 17 21:13 bin 21:14:55 -rw-r--r--. 1 jenkins jenkins 10 Jun 17 21:14 coverage.out 21:14:55 -rw-rw-r--. 1 jenkins jenkins 180 Jun 17 21:13 docker-compose.debug.yml 21:14:55 -rw-rw-r--. 1 jenkins jenkins 133 Jun 17 21:13 docker-compose.yml 21:14:55 -rw-rw-r--. 1 jenkins jenkins 1997 Jun 17 21:13 Dockerfile 21:14:55 -rw-rw-r--. 1 jenkins jenkins 966 Jun 17 21:13 Dockerfile.build 21:14:55 -rw-rw-r--. 1 jenkins jenkins 119 Jun 17 21:13 .dockerignore 21:14:55 drwxrwxr-x. 8 jenkins jenkins 162 Jun 17 21:13 .git 21:14:55 drwxrwxr-x. 2 jenkins jenkins 59 Jun 17 21:13 .github 21:14:55 -rw-rw-r--. 1 jenkins jenkins 93 Jun 17 21:13 .gitignore 21:14:55 -rw-r--r--. 1 jenkins jenkins 126 Jun 17 21:14 go.mod 21:14:55 -rw-r--r--. 1 jenkins jenkins 18573 Jun 17 21:14 go.sum 21:14:55 -rw-rw-r--. 1 jenkins jenkins 710 Jun 17 21:13 Jenkinsfile 21:14:55 -rw-rw-r--. 1 jenkins jenkins 10174 Jun 17 21:13 LICENSE 21:14:55 -rw-rw-r--. 1 jenkins jenkins 1519 Jun 17 21:13 main.go 21:14:55 -rw-rw-r--. 1 jenkins jenkins 1573 Jun 17 21:13 makefile 21:14:55 -rw-rw-r--. 1 jenkins jenkins 481 Jun 17 21:13 README.md 21:14:55 drwxrwxr-x. 10 jenkins jenkins 171 Jun 17 21:13 res 21:14:55 drwxrwxr-x. 3 jenkins jenkins 32 Jun 17 21:13 .semver 21:14:55 drwxrwxr-x. 4 jenkins jenkins 71 Jun 17 21:13 snap 21:14:55 -rw-rw-r--. 1 jenkins jenkins 11 Jun 17 21:10 VERSION [Pipeline] isUnix [Pipeline] sh 21:14:56 + 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=1b13e715b98d4114ea892088ead3eb0f32f416a1 --label arch=amd64 --label version=1.2.1-dev.1 . 21:14:56 Sending build context to Docker daemon 348.2kB 21:14:56 Step 1/26 : ARG BASE=golang:1.13-alpine 21:14:56 Step 2/26 : FROM ${BASE} AS builder 21:14:56 ---> bca0ba94b1c2 21:14:56 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:14:56 ---> Running in 808256063b15 21:14:56 Removing intermediate container 808256063b15 21:14:56 ---> ae845faf4927 21:14:56 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 21:14:56 ---> Running in c306d924ff5e 21:14:56 Removing intermediate container c306d924ff5e 21:14:56 ---> 17db57816edb 21:14:56 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:14:56 ---> Running in 90961a315049 21:14:56 Removing intermediate container 90961a315049 21:14:56 ---> 3b90257aa9dc 21:14:56 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:56 ---> Running in edbd51921128 21:14:57 Removing intermediate container edbd51921128 21:14:57 ---> 1fed64f1ef83 21:14:57 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:14:57 ---> Running in b72f69de2c98 21:14:58 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 21:14:58 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 21:14:59 OK: 145 MiB in 45 packages 21:14:59 Removing intermediate container b72f69de2c98 21:14:59 ---> 84731e3da6e0 21:14:59 Step 8/26 : WORKDIR /app 21:14:59 ---> Running in 0fa90edc48b8 21:14:59 Removing intermediate container 0fa90edc48b8 21:14:59 ---> 18013e65ecae 21:14:59 Step 9/26 : COPY go.mod . 21:14:59 ---> a1436b7899d4 21:14:59 Step 10/26 : RUN go mod download 21:15:00 ---> Running in a1e8de82c24e 21:15:01 Removing intermediate container a1e8de82c24e 21:15:01 ---> 0e1d03374398 21:15:01 Step 11/26 : COPY . . 21:15:01 ---> 370fe7b747c9 21:15:01 Step 12/26 : ARG MAKE="make build" 21:15:01 ---> Running in e2cba63228b2 21:15:01 Removing intermediate container e2cba63228b2 21:15:01 ---> e6dc23ff9ba0 21:15:01 Step 13/26 : RUN $MAKE 21:15:01 ---> Running in 667c6aba9a25 21:15:02 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.1" -o app-service-configurable 21:15:04 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:15:04 CGO_ENABLED=1 go vet ./... 21:15:10 gofmt -l . 21:15:10 [ "`gofmt -l .`" = "" ] 21:15:10 ./bin/test-go-mod-tidy.sh 21:15:10 ./bin/test-attribution-txt.sh [Pipeline] stash 21:15:11 Warning: overwriting stash ‘coverage-report’ 21:15:11 Stashed 1 file(s) [Pipeline] } 21:15:11 $ docker stop --time=1 ebfd7718b3848f13eb47b2b71c9a22d47bda5bdd38388df82df5fdb95403a3dd 21:15:14 $ docker rm -f ebfd7718b3848f13eb47b2b71c9a22d47bda5bdd38388df82df5fdb95403a3dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:15:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:15:15 + ls -al . 21:15:15 total 124 21:15:15 drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 21:15 . 21:15:15 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 21:12 .. 21:15:15 -rw-rw-r-- 1 jenkins jenkins 119 Jun 17 21:12 .dockerignore 21:15:15 drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 21:13 .git 21:15:15 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 21:12 .github 21:15:15 -rw-rw-r-- 1 jenkins jenkins 93 Jun 17 21:12 .gitignore 21:15:15 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 21:13 .semver 21:15:15 -rw-rw-r-- 1 jenkins jenkins 6027 Jun 17 21:12 Attribution.txt 21:15:15 -rw-rw-r-- 1 jenkins jenkins 1997 Jun 17 21:12 Dockerfile 21:15:15 -rw-rw-r-- 1 jenkins jenkins 966 Jun 17 21:12 Dockerfile.build 21:15:15 -rw-rw-r-- 1 jenkins jenkins 710 Jun 17 21:12 Jenkinsfile 21:15:15 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 17 21:12 LICENSE 21:15:15 -rw-rw-r-- 1 jenkins jenkins 481 Jun 17 21:12 README.md 21:15:15 -rw-rw-r-- 1 jenkins jenkins 11 Jun 17 21:10 VERSION 21:15:15 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 21:12 bin 21:15:15 -rw-r--r-- 1 jenkins jenkins 10 Jun 17 21:14 coverage.out 21:15:15 -rw-rw-r-- 1 jenkins jenkins 180 Jun 17 21:12 docker-compose.debug.yml 21:15:15 -rw-rw-r-- 1 jenkins jenkins 133 Jun 17 21:12 docker-compose.yml 21:15:15 -rw-r--r-- 1 jenkins jenkins 126 Jun 17 21:15 go.mod 21:15:15 -rw-r--r-- 1 jenkins jenkins 18573 Jun 17 21:15 go.sum 21:15:15 -rw-rw-r-- 1 jenkins jenkins 1519 Jun 17 21:12 main.go 21:15:15 -rw-rw-r-- 1 jenkins jenkins 1573 Jun 17 21:12 makefile 21:15:15 drwxrwxr-x 10 jenkins jenkins 4096 Jun 17 21:12 res 21:15:15 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 21:12 snap [Pipeline] isUnix [Pipeline] sh 21:15:16 + 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=1b13e715b98d4114ea892088ead3eb0f32f416a1 --label arch=arm64 --label version=1.2.1-dev.1 . 21:15:16 Sending build context to Docker daemon 348.2kB 21:15:16 Step 1/26 : ARG BASE=golang:1.13-alpine 21:15:16 Step 2/26 : FROM ${BASE} AS builder 21:15:16 ---> 85575477b7b6 21:15:16 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:15:16 ---> Running in b6a582550701 21:15:17 Removing intermediate container b6a582550701 21:15:17 ---> d06abac8eb89 21:15:17 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 21:15:17 ---> Running in ec19ca14c070 21:15:17 Removing intermediate container ec19ca14c070 21:15:17 ---> 5937e8c54b39 21:15:17 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:15:17 ---> Running in c0f6528dcc85 21:15:18 Removing intermediate container c0f6528dcc85 21:15:18 ---> 56371c349e59 21:15:18 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:15:18 ---> Running in 1ba82acd851c 21:15:20 Removing intermediate container 667c6aba9a25 21:15:20 ---> 4ca067eb6085 21:15:20 Step 14/26 : FROM alpine:latest 21:15:20 latest: Pulling from library/alpine 21:15:20 df20fa9351a1: Pulling fs layer 21:15:20 df20fa9351a1: Verifying Checksum 21:15:20 df20fa9351a1: Download complete 21:15:20 df20fa9351a1: Pull complete 21:15:20 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:15:20 Status: Downloaded newer image for alpine:latest 21:15:20 ---> a24bb4013296 21:15:20 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:15:20 ---> Running in fa1735cf4c31 21:15:20 Removing intermediate container fa1735cf4c31 21:15:20 ---> 938ba252e131 21:15:20 Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} 21:15:20 ---> Running in 729d3feddb8f 21:15:20 Removing intermediate container 729d3feddb8f 21:15:20 ---> c6c1d4d67fff 21:15:20 Step 17/26 : RUN apk --no-cache add ca-certificates zeromq 21:15:20 ---> Running in 52052dc14b57 21:15:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:20 (1/6) Installing ca-certificates (20191127-r3) 21:15:20 (2/6) Installing libgcc (9.3.0-r2) 21:15:20 (3/6) Installing libsodium (1.0.18-r0) 21:15:20 (4/6) Installing libstdc++ (9.3.0-r2) 21:15:21 Removing intermediate container 1ba82acd851c 21:15:21 ---> 5dd22e3389c0 21:15:21 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:15:21 ---> Running in 3908fafeddff 21:15:21 (5/6) Installing libzmq (4.3.2-r0) 21:15:21 (6/6) Installing zeromq (4.3.2-r0) 21:15:21 Executing busybox-1.31.1-r16.trigger 21:15:21 Executing ca-certificates-20191127-r3.trigger 21:15:21 OK: 9 MiB in 20 packages 21:15:22 Removing intermediate container 52052dc14b57 21:15:22 ---> 90343b98220a 21:15:22 Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:15:22 ---> c12af93ab45a 21:15:22 Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE 21:15:22 ---> e7ad03f42e2e 21:15:22 Step 20/26 : COPY --from=builder /app/res/ /res/ 21:15:22 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 21:15:22 ---> a4a1162ca5b7 21:15:22 Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:15:23 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 21:15:23 ---> 2a48c6f76adf 21:15:23 Step 22/26 : EXPOSE 48095 21:15:23 ---> Running in b951d7668845 21:15:23 Removing intermediate container b951d7668845 21:15:23 ---> 14a5e6e7a9a7 21:15:23 Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:23 ---> Running in 9d7a3829c5c2 21:15:23 OK: 127 MiB in 45 packages 21:15:23 Removing intermediate container 9d7a3829c5c2 21:15:23 ---> 0792801d5518 21:15:23 Step 24/26 : LABEL arch=amd64 21:15:23 ---> Running in ba48034d4ac5 21:15:24 Removing intermediate container ba48034d4ac5 21:15:24 ---> de1167c30e75 21:15:24 Step 25/26 : LABEL git_sha=1b13e715b98d4114ea892088ead3eb0f32f416a1 21:15:24 ---> Running in 4c2ea6a96a8e 21:15:24 Removing intermediate container 4c2ea6a96a8e 21:15:24 ---> 11ff40568cc7 21:15:24 Step 26/26 : LABEL version=1.2.1-dev.1 21:15:24 ---> Running in 5a774ba2a2f2 21:15:24 Removing intermediate container 5a774ba2a2f2 21:15:24 ---> 47bad4cc4a7b 21:15:24 [Warning] One or more build-args [ARCH] were not consumed 21:15:24 Successfully built 47bad4cc4a7b 21:15:24 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 21:15:24 provisioning config files... 21:15:24 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/32@tmp/config4545078281032960040tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:15:24 Removing intermediate container 3908fafeddff 21:15:24 ---> a75384e6669a 21:15:24 Step 8/26 : WORKDIR /app 21:15:24 nexus3.edgexfoundry.org:10001 21:15:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:24 ---> Running in fcfdf4baaa65 21:15:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:25 Configure a credential helper to remove this warning. See 21:15:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:25 21:15:25 Login Succeeded 21:15:25 nexus3.edgexfoundry.org:10002 21:15:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:25 Configure a credential helper to remove this warning. See 21:15:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:25 21:15:25 Login Succeeded 21:15:25 nexus3.edgexfoundry.org:10003 21:15:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:25 Configure a credential helper to remove this warning. See 21:15:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:25 21:15:25 Login Succeeded 21:15:25 nexus3.edgexfoundry.org:10004 21:15:25 Removing intermediate container fcfdf4baaa65 21:15:25 ---> 1389ceab54d2 21:15:25 Step 9/26 : COPY go.mod . 21:15:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:25 Configure a credential helper to remove this warning. See 21:15:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:25 21:15:25 Login Succeeded 21:15:25 docker.io 21:15:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:25 Configure a credential helper to remove this warning. See 21:15:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:25 21:15:25 Login Succeeded [Pipeline] } 21:15:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:15:26 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 21:15:26 1b13e715b98d4114ea892088ead3eb0f32f416a1 21:15:26 latest 21:15:26 1.2.1-dev.1 21:15:26 1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1 21:15:26 master 21:15:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 21:15:26 ---> a81622e6070c 21:15:26 Step 10/26 : RUN go mod download 21:15:26 ---> Running in 1765cd25f8ae [Pipeline] isUnix [Pipeline] sh 21:15:26 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1b13e715b98d4114ea892088ead3eb0f32f416a1 [Pipeline] isUnix [Pipeline] sh 21:15:26 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1b13e715b98d4114ea892088ead3eb0f32f416a1 21:15:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:15:26 c0ddb5d7068e: Preparing 21:15:26 b775942b9d6c: Preparing 21:15:26 fb83b7ec8249: Preparing 21:15:26 4fc9905da676: Preparing 21:15:26 f8629c39bf2e: Preparing 21:15:26 50644c29ef5a: Preparing 21:15:26 50644c29ef5a: Waiting 21:15:26 4fc9905da676: Pushed 21:15:26 b775942b9d6c: Pushed 21:15:26 fb83b7ec8249: Pushed 21:15:26 50644c29ef5a: Layer already exists 21:15:26 f8629c39bf2e: Pushed 21:15:28 c0ddb5d7068e: Pushed 21:15:28 1b13e715b98d4114ea892088ead3eb0f32f416a1: digest: sha256:2edad7bbd78fa39ba41458f3ce27fd9823c55b91a5ebfc22eab38a29a1f5ce9b size: 1574 [Pipeline] isUnix [Pipeline] sh 21:15:28 Removing intermediate container 1765cd25f8ae 21:15:28 ---> 7133a4f21a61 21:15:28 Step 11/26 : COPY . . 21:15:28 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 21:15:29 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:15:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:15:29 c0ddb5d7068e: Preparing 21:15:29 b775942b9d6c: Preparing 21:15:29 fb83b7ec8249: Preparing 21:15:29 4fc9905da676: Preparing 21:15:29 f8629c39bf2e: Preparing 21:15:29 50644c29ef5a: Preparing 21:15:29 50644c29ef5a: Waiting 21:15:29 c0ddb5d7068e: Layer already exists 21:15:29 4fc9905da676: Layer already exists 21:15:29 fb83b7ec8249: Layer already exists 21:15:29 b775942b9d6c: Layer already exists 21:15:29 f8629c39bf2e: Layer already exists 21:15:29 50644c29ef5a: Layer already exists 21:15:29 latest: digest: sha256:2edad7bbd78fa39ba41458f3ce27fd9823c55b91a5ebfc22eab38a29a1f5ce9b size: 1574 [Pipeline] isUnix [Pipeline] sh 21:15:29 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh 21:15:29 ---> fe2d64bc04cf 21:15:29 Step 12/26 : ARG MAKE="make build" 21:15:29 ---> Running in 57df446c0bcc 21:15:29 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.1 21:15:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:15:29 c0ddb5d7068e: Preparing 21:15:29 b775942b9d6c: Preparing 21:15:29 fb83b7ec8249: Preparing 21:15:29 4fc9905da676: Preparing 21:15:29 f8629c39bf2e: Preparing 21:15:29 50644c29ef5a: Preparing 21:15:29 50644c29ef5a: Waiting 21:15:29 fb83b7ec8249: Layer already exists 21:15:29 4fc9905da676: Layer already exists 21:15:29 f8629c39bf2e: Layer already exists 21:15:29 c0ddb5d7068e: Layer already exists 21:15:29 b775942b9d6c: Layer already exists 21:15:29 50644c29ef5a: Layer already exists 21:15:29 1.2.1-dev.1: digest: sha256:2edad7bbd78fa39ba41458f3ce27fd9823c55b91a5ebfc22eab38a29a1f5ce9b size: 1574 [Pipeline] isUnix [Pipeline] sh 21:15:29 Removing intermediate container 57df446c0bcc 21:15:29 ---> 5ade3610d8fd 21:15:29 Step 13/26 : RUN $MAKE 21:15:30 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh 21:15:30 ---> Running in 56e5511463c8 21:15:30 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1 21:15:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:15:30 c0ddb5d7068e: Preparing 21:15:30 b775942b9d6c: Preparing 21:15:30 fb83b7ec8249: Preparing 21:15:30 4fc9905da676: Preparing 21:15:30 f8629c39bf2e: Preparing 21:15:30 50644c29ef5a: Preparing 21:15:30 50644c29ef5a: Waiting 21:15:30 fb83b7ec8249: Layer already exists 21:15:30 f8629c39bf2e: Layer already exists 21:15:30 b775942b9d6c: Layer already exists 21:15:30 c0ddb5d7068e: Layer already exists 21:15:30 4fc9905da676: Layer already exists 21:15:30 50644c29ef5a: Layer already exists 21:15:30 1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1: digest: sha256:2edad7bbd78fa39ba41458f3ce27fd9823c55b91a5ebfc22eab38a29a1f5ce9b size: 1574 [Pipeline] isUnix [Pipeline] sh 21:15:30 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 21:15:30 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 21:15:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:15:30 c0ddb5d7068e: Preparing 21:15:30 b775942b9d6c: Preparing 21:15:30 fb83b7ec8249: Preparing 21:15:30 4fc9905da676: Preparing 21:15:30 f8629c39bf2e: Preparing 21:15:30 50644c29ef5a: Preparing 21:15:30 50644c29ef5a: Waiting 21:15:30 b775942b9d6c: Layer already exists 21:15:30 f8629c39bf2e: Layer already exists 21:15:30 4fc9905da676: Layer already exists 21:15:30 fb83b7ec8249: Layer already exists 21:15:30 c0ddb5d7068e: Layer already exists 21:15:30 50644c29ef5a: Layer already exists 21:15:30 master: digest: sha256:2edad7bbd78fa39ba41458f3ce27fd9823c55b91a5ebfc22eab38a29a1f5ce9b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 21:15:31 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.1" -o app-service-configurable 21:15:31 ++ find /w/workspace/app-service-configurable/32 21:15:31 ++ grep snapcraft.yaml 21:15:31 + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/32/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:15:31 provisioning config files... 21:15:31 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/32@tmp/config2063976107744340882tmp [Pipeline] { [Pipeline] sh 21:15:32 + cp /w/workspace/app-service-configurable/32@tmp/config2063976107744340882tmp /w/workspace/app-service-configurable/32/edgex-snap-store-login [Pipeline] sh 21:15:32 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/32:/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 21:15:32 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 21:15:32 latest: Pulling from edgex-devops/edgex-snap-builder 21:15:32 5bed26d33875: Pulling fs layer 21:15:32 f11b29a9c730: Pulling fs layer 21:15:32 930bda195c84: Pulling fs layer 21:15:32 78bf9a5ad49e: Pulling fs layer 21:15:32 e5fbee5a4b0d: Pulling fs layer 21:15:32 f452fca78f88: Pulling fs layer 21:15:32 7417ef92027a: Pulling fs layer 21:15:32 2af5c49d270b: Pulling fs layer 21:15:32 df9c3bdbc40a: Pulling fs layer 21:15:32 78bf9a5ad49e: Waiting 21:15:32 7417ef92027a: Waiting 21:15:32 2af5c49d270b: Waiting 21:15:32 df9c3bdbc40a: Waiting 21:15:32 f452fca78f88: Waiting 21:15:32 e5fbee5a4b0d: Waiting 21:15:32 930bda195c84: Download complete 21:15:32 f11b29a9c730: Verifying Checksum 21:15:32 f11b29a9c730: Download complete 21:15:32 78bf9a5ad49e: Download complete 21:15:32 f452fca78f88: Verifying Checksum 21:15:32 f452fca78f88: Download complete 21:15:32 7417ef92027a: Download complete 21:15:32 2af5c49d270b: Verifying Checksum 21:15:32 2af5c49d270b: Download complete 21:15:32 df9c3bdbc40a: Verifying Checksum 21:15:32 df9c3bdbc40a: Download complete 21:15:32 5bed26d33875: Verifying Checksum 21:15:32 5bed26d33875: Download complete 21:15:36 e5fbee5a4b0d: Verifying Checksum 21:15:36 e5fbee5a4b0d: Download complete 21:15:36 5bed26d33875: Pull complete 21:15:37 f11b29a9c730: Pull complete 21:15:37 930bda195c84: Pull complete 21:15:37 78bf9a5ad49e: Pull complete 21:16:04 e5fbee5a4b0d: Pull complete 21:16:04 f452fca78f88: Pull complete 21:16:04 7417ef92027a: Pull complete 21:16:04 2af5c49d270b: Pull complete 21:16:04 df9c3bdbc40a: Pull complete 21:16:04 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 21:16:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 21:16:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:16:05 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:16:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:16:05 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 21:16:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] 21:16:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] 21:16:06 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1254 kB] 21:16:06 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] 21:16:06 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1397 kB] 21:16:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] 21:16:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] 21:16:06 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] 21:16:06 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 21:16:06 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 21:16:07 Fetched 4917 kB in 2s (2233 kB/s) 21:16:08 Reading package lists... 21:16:09 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: 21:16:09 - README.md 21:16:09 21:16:09 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:16:11 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-dev libcc1-0 libcilkrts5 libcurl3-gnutls 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 21:16:14 Reading package lists... 21:16:14 Building dependency tree... 21:16:14 Reading state information... 21:16:14 The following packages were automatically installed and are no longer required: 21:16:14 libjq1 liblzo2-2 libonig4 21:16:14 Use 'sudo apt autoremove' to remove them. 21:16:14 Suggested packages: 21:16:14 binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd 21:16:14 pinentry-gnome3 tor debian-keyring g++-multilib g++-7-multilib gcc-7-doc 21:16:14 libstdc++6-7-dbg gcc-multilib autoconf automake libtool flex bison gdb 21:16:14 gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg 21:16:14 libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg 21:16:14 libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 21:16:14 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 21:16:14 git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc bzr gdbm-l10n 21:16:14 libstdc++-7-doc make-doc man-browser keychain libpam-ssh monkeysphere 21:16:14 ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl 21:16:14 | libterm-readline-perl-perl pinentry-doc readline-doc 21:16:14 The following NEW packages will be installed: 21:16:14 binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 21:16:14 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man 21:16:14 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server 21:16:14 gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl 21:16:14 libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 21:16:14 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl 21:16:14 libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl 21:16:14 libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 21:16:14 libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 21:16:14 libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 21:16:14 libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 21:16:14 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 21:16:14 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase 21:16:14 openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config 21:16:14 readline-common shared-mime-info xauth xdg-user-dirs xz-utils 21:16:14 0 upgraded, 98 newly installed, 0 to remove and 10 not upgraded. 21:16:14 Need to get 73.0 MB of archives. 21:16:14 After this operation, 309 MB of additional disk space will be used. 21:16:14 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 21:16:15 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 21:16:15 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:16:15 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 21:16:15 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 21:16:15 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 21:16:15 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 21:16:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 21:16:15 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 21:16:16 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 21:16:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 21:16:16 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 21:16:16 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 21:16:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 21:16:16 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:16:16 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 21:16:16 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] 21:16:16 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8054 kB] 21:16:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB] 21:16:16 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB] 21:16:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 21:16:16 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 21:16:16 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB] 21:16:16 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB] 21:16:16 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB] 21:16:16 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:16:16 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 21:16:16 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 21:16:16 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 21:16:16 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:16:16 Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 21:16:16 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] 21:16:16 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] 21:16:16 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.3 [1839 kB] 21:16:17 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] 21:16:17 Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-dev-bin amd64 2.27-3ubuntu1 [71.8 kB] 21:16:17 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-106.107 [991 kB] 21:16:17 Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dev amd64 2.27-3ubuntu1 [2587 kB] 21:16:17 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:16:17 Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 21:16:17 Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 21:16:17 Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 21:16:17 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:16:17 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:16:17 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:16:17 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:16:17 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:16:17 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:16:17 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:16:17 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:16:17 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:16:17 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:16:17 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:16:18 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:16:18 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:16:18 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:16:18 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:16:18 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:16:18 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:16:18 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:16:18 Removing intermediate container 56e5511463c8 21:16:18 ---> 1c51000ea0b2 21:16:18 Step 14/26 : FROM alpine:latest 21:16:18 latest: Pulling from library/alpine 21:16:18 b538f80385f9: Pulling fs layer 21:16:18 b538f80385f9: Verifying Checksum 21:16:18 b538f80385f9: Download complete 21:16:18 b538f80385f9: Pull complete 21:16:18 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:16:18 Status: Downloaded newer image for alpine:latest 21:16:18 ---> 62ee0e9f8440 21:16:18 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:16:18 ---> Running in d5b6c4d967e5 21:16:18 Removing intermediate container d5b6c4d967e5 21:16:18 ---> a6421f0175c7 21:16:18 Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} 21:16:19 ---> Running in b2dae573218b 21:16:19 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:16:19 Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 21:16:19 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:16:19 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:16:19 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:16:19 Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 21:16:19 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 21:16:19 Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB] 21:16:19 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.2 [123 kB] 21:16:19 Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:16:19 Removing intermediate container b2dae573218b 21:16:19 ---> 672f01061271 21:16:19 Step 17/26 : RUN apk --no-cache add ca-certificates zeromq 21:16:19 Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B] 21:16:19 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.2 [316 kB] 21:16:19 Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 21:16:19 Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 21:16:19 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 21:16:19 Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:16:19 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:16:19 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 21:16:19 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] 21:16:19 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.2 [127 kB] 21:16:19 ---> Running in 4444d651e49f 21:16:19 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.2 [467 kB] 21:16:19 Get:82 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB] 21:16:19 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.2 [227 kB] 21:16:19 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.2 [91.9 kB] 21:16:19 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.2 [84.9 kB] 21:16:19 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.2 [215 kB] 21:16:19 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.2 [249 kB] 21:16:19 Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 21:16:19 Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 21:16:19 Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 21:16:20 Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 21:16:20 Get:92 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:16:20 Get:93 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:16:20 Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:16:20 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:16:20 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:16:20 Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 21:16:20 Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:16:20 debconf: delaying package configuration, since apt-utils is not installed 21:16:20 Fetched 73.0 MB in 6s (12.8 MB/s) 21:16:20 Selecting previously unselected package liblocale-gettext-perl. 21:16:20 (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.) 21:16:20 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 21:16:20 Unpacking liblocale-gettext-perl (1.07-3build2) ... 21:16:20 Selecting previously unselected package libxau6:amd64. 21:16:20 Preparing to unpack .../01-libxau6_1%3a1.0.8-1_amd64.deb ... 21:16:20 Unpacking libxau6:amd64 (1:1.0.8-1) ... 21:16:20 Selecting previously unselected package libbsd0:amd64. 21:16:20 Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:16:20 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:16:20 Selecting previously unselected package libxdmcp6:amd64. 21:16:20 Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 21:16:20 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 21:16:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:21 Selecting previously unselected package libxcb1:amd64. 21:16:21 Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 21:16:21 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 21:16:21 Selecting previously unselected package libx11-data. 21:16:21 Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 21:16:21 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 21:16:21 (1/6) Installing ca-certificates (20191127-r3) 21:16:21 Selecting previously unselected package libx11-6:amd64. 21:16:21 Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 21:16:21 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 21:16:22 (2/6) Installing libgcc (9.3.0-r2) 21:16:22 (3/6) Installing libsodium (1.0.18-r0) 21:16:22 (4/6) Installing libstdc++ (9.3.0-r2) 21:16:22 (5/6) Installing libzmq (4.3.2-r0) 21:16:22 (6/6) Installing zeromq (4.3.2-r0) 21:16:22 Executing busybox-1.31.1-r16.trigger 21:16:22 Executing ca-certificates-20191127-r3.trigger 21:16:22 OK: 8 MiB in 20 packages 21:16:22 Selecting previously unselected package libxext6:amd64. 21:16:22 Preparing to unpack .../07-libxext6_2%3a1.3.3-1_amd64.deb ... 21:16:22 Unpacking libxext6:amd64 (2:1.3.3-1) ... 21:16:22 Selecting previously unselected package perl-modules-5.26. 21:16:22 Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 21:16:22 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 21:16:23 Removing intermediate container 4444d651e49f 21:16:23 ---> f40682d3c492 21:16:23 Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:16:24 ---> ea84f4c980ee 21:16:24 Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE 21:16:25 ---> 6ce00abe2647 21:16:25 Step 20/26 : COPY --from=builder /app/res/ /res/ 21:16:25 Selecting previously unselected package libgdbm5:amd64. 21:16:25 Preparing to unpack .../09-libgdbm5_1.14.1-6_amd64.deb ... 21:16:25 Unpacking libgdbm5:amd64 (1.14.1-6) ... 21:16:25 Selecting previously unselected package libgdbm-compat4:amd64. 21:16:25 Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_amd64.deb ... 21:16:25 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 21:16:25 Selecting previously unselected package libperl5.26:amd64. 21:16:25 Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 21:16:25 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 21:16:25 ---> 12d0841dcf2b 21:16:25 Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:16:27 ---> fa7c1812bb0f 21:16:27 Step 22/26 : EXPOSE 48095 21:16:27 Selecting previously unselected package perl. 21:16:27 Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_amd64.deb ... 21:16:27 Unpacking perl (5.26.1-6ubuntu0.3) ... 21:16:27 ---> Running in c30ff5cb6941 21:16:27 Selecting previously unselected package less. 21:16:27 Preparing to unpack .../13-less_487-0.1_amd64.deb ... 21:16:27 Unpacking less (487-0.1) ... 21:16:27 Selecting previously unselected package libexpat1:amd64. 21:16:27 Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:16:27 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:16:27 Removing intermediate container c30ff5cb6941 21:16:27 ---> be03a87bf960 21:16:27 Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:16:27 Selecting previously unselected package libglib2.0-0:amd64. 21:16:27 Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 21:16:27 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:16:27 Selecting previously unselected package libglib2.0-data. 21:16:27 Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... 21:16:27 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... 21:16:28 ---> Running in 35442f7346fa 21:16:28 Selecting previously unselected package libicu60:amd64. 21:16:28 Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_amd64.deb ... 21:16:28 Unpacking libicu60:amd64 (60.2-3ubuntu3.1) ... 21:16:28 Removing intermediate container 35442f7346fa 21:16:28 ---> 4a85bdf925ea 21:16:28 Step 24/26 : LABEL arch=arm64 21:16:28 ---> Running in d0d4bd272b42 21:16:28 Removing intermediate container d0d4bd272b42 21:16:28 ---> 28aab7769c63 21:16:28 Step 25/26 : LABEL git_sha=1b13e715b98d4114ea892088ead3eb0f32f416a1 21:16:28 Selecting previously unselected package readline-common. 21:16:28 Preparing to unpack .../18-readline-common_7.0-3_all.deb ... 21:16:28 Unpacking readline-common (7.0-3) ... 21:16:28 Selecting previously unselected package libreadline7:amd64. 21:16:28 Preparing to unpack .../19-libreadline7_7.0-3_amd64.deb ... 21:16:28 Unpacking libreadline7:amd64 (7.0-3) ... 21:16:29 ---> Running in 1d9c6ce71e0e 21:16:29 Selecting previously unselected package libxml2:amd64. 21:16:29 Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 21:16:29 Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 21:16:29 Removing intermediate container 1d9c6ce71e0e 21:16:29 ---> be50ca39656e 21:16:29 Step 26/26 : LABEL version=1.2.1-dev.1 21:16:29 ---> Running in c3b2ed7a38ba 21:16:29 Selecting previously unselected package netbase. 21:16:29 Preparing to unpack .../21-netbase_5.4_all.deb ... 21:16:29 Unpacking netbase (5.4) ... 21:16:29 Selecting previously unselected package shared-mime-info. 21:16:29 Preparing to unpack .../22-shared-mime-info_1.9-2_amd64.deb ... 21:16:29 Unpacking shared-mime-info (1.9-2) ... 21:16:29 Removing intermediate container c3b2ed7a38ba 21:16:29 ---> 52fc1a0146b7 21:16:29 [Warning] One or more build-args [ARCH] were not consumed 21:16:29 Successfully built 52fc1a0146b7 21:16:29 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } 21:16:29 Selecting previously unselected package xdg-user-dirs. 21:16:29 Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ... 21:16:29 Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:16:30 provisioning config files... 21:16:30 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/32@tmp/config4474153708099534016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:16:30 Selecting previously unselected package xz-utils. 21:16:30 Preparing to unpack .../24-xz-utils_5.2.2-1.3_amd64.deb ... 21:16:30 Unpacking xz-utils (5.2.2-1.3) ... 21:16:30 Selecting previously unselected package libedit2:amd64. 21:16:30 Preparing to unpack .../25-libedit2_3.1-20170329-1_amd64.deb ... 21:16:30 nexus3.edgexfoundry.org:10001 21:16:30 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:16:30 Selecting previously unselected package libssl1.0.0:amd64. 21:16:30 Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 21:16:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:31 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 21:16:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:31 Configure a credential helper to remove this warning. See 21:16:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:31 21:16:31 Login Succeeded 21:16:31 nexus3.edgexfoundry.org:10002 21:16:31 Selecting previously unselected package libxmuu1:amd64. 21:16:31 Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_amd64.deb ... 21:16:31 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 21:16:31 Selecting previously unselected package manpages. 21:16:31 Preparing to unpack .../28-manpages_4.15-1_all.deb ... 21:16:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:31 Unpacking manpages (4.15-1) ... 21:16:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:31 Configure a credential helper to remove this warning. See 21:16:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:31 21:16:31 Login Succeeded 21:16:31 nexus3.edgexfoundry.org:10003 21:16:31 Selecting previously unselected package openssh-client. 21:16:31 Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:16:31 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:16:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:32 Configure a credential helper to remove this warning. See 21:16:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:32 21:16:32 Login Succeeded 21:16:32 nexus3.edgexfoundry.org:10004 21:16:32 Selecting previously unselected package xauth. 21:16:32 Preparing to unpack .../30-xauth_1%3a1.0.10-1_amd64.deb ... 21:16:32 Unpacking xauth (1:1.0.10-1) ... 21:16:32 Selecting previously unselected package binutils-common:amd64. 21:16:32 Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... 21:16:32 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... 21:16:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:32 Selecting previously unselected package libbinutils:amd64. 21:16:32 Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... 21:16:32 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... 21:16:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:32 Configure a credential helper to remove this warning. See 21:16:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:32 21:16:32 Login Succeeded 21:16:32 docker.io 21:16:32 Selecting previously unselected package binutils-x86-64-linux-gnu. 21:16:32 Preparing to unpack .../33-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... 21:16:32 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 21:16:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:33 Configure a credential helper to remove this warning. See 21:16:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:33 21:16:33 Login Succeeded [Pipeline] } 21:16:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:16:33 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 21:16:33 1b13e715b98d4114ea892088ead3eb0f32f416a1 21:16:33 latest 21:16:33 1.2.1-dev.1 21:16:33 1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1 21:16:33 master 21:16:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:16:33 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1b13e715b98d4114ea892088ead3eb0f32f416a1 [Pipeline] isUnix [Pipeline] sh 21:16:33 Selecting previously unselected package binutils. 21:16:33 Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... 21:16:33 Unpacking binutils (2.30-21ubuntu1~18.04.3) ... 21:16:33 Selecting previously unselected package libc-dev-bin. 21:16:33 Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1_amd64.deb ... 21:16:33 Unpacking libc-dev-bin (2.27-3ubuntu1) ... 21:16:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1b13e715b98d4114ea892088ead3eb0f32f416a1 21:16:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:16:34 24b2eecf03e0: Preparing 21:16:34 dc3c914186a2: Preparing 21:16:34 845113b32fe3: Preparing 21:16:34 0e9e096e27ec: Preparing 21:16:34 75631e3d6696: Preparing 21:16:34 e2f13739ad41: Preparing 21:16:34 e2f13739ad41: Waiting 21:16:34 Selecting previously unselected package linux-libc-dev:amd64. 21:16:34 Preparing to unpack .../36-linux-libc-dev_4.15.0-106.107_amd64.deb ... 21:16:34 Unpacking linux-libc-dev:amd64 (4.15.0-106.107) ... 21:16:34 845113b32fe3: Pushed 21:16:34 0e9e096e27ec: Pushed 21:16:34 dc3c914186a2: Pushed 21:16:34 e2f13739ad41: Layer already exists 21:16:35 Selecting previously unselected package libc6-dev:amd64. 21:16:35 Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1_amd64.deb ... 21:16:35 Unpacking libc6-dev:amd64 (2.27-3ubuntu1) ... 21:16:35 75631e3d6696: Pushed 21:16:36 Selecting previously unselected package gcc-7-base:amd64. 21:16:36 Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:36 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:16:36 Selecting previously unselected package libisl19:amd64. 21:16:36 Preparing to unpack .../39-libisl19_0.19-1_amd64.deb ... 21:16:36 Unpacking libisl19:amd64 (0.19-1) ... 21:16:36 Selecting previously unselected package libmpfr6:amd64. 21:16:36 Preparing to unpack .../40-libmpfr6_4.0.1-1_amd64.deb ... 21:16:36 Unpacking libmpfr6:amd64 (4.0.1-1) ... 21:16:37 Selecting previously unselected package libmpc3:amd64. 21:16:37 Preparing to unpack .../41-libmpc3_1.1.0-1_amd64.deb ... 21:16:37 Unpacking libmpc3:amd64 (1.1.0-1) ... 21:16:37 Selecting previously unselected package cpp-7. 21:16:37 Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:37 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:16:38 Selecting previously unselected package cpp. 21:16:38 Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:16:38 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 21:16:38 Selecting previously unselected package libcc1-0:amd64. 21:16:38 Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:38 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:38 Selecting previously unselected package libgomp1:amd64. 21:16:38 Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:38 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:38 24b2eecf03e0: Pushed 21:16:38 Selecting previously unselected package libitm1:amd64. 21:16:38 Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:38 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:38 1b13e715b98d4114ea892088ead3eb0f32f416a1: digest: sha256:6083f470bb791c646e844c2e9895c2171a7bb8f036851bb9f3624e18abbd168a size: 1574 [Pipeline] isUnix [Pipeline] sh 21:16:39 Selecting previously unselected package libatomic1:amd64. 21:16:39 Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:39 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:39 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:16:39 Selecting previously unselected package libasan4:amd64. 21:16:39 Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:39 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:16:39 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:16:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:16:39 24b2eecf03e0: Preparing 21:16:39 dc3c914186a2: Preparing 21:16:39 845113b32fe3: Preparing 21:16:39 0e9e096e27ec: Preparing 21:16:39 75631e3d6696: Preparing 21:16:39 e2f13739ad41: Preparing 21:16:39 e2f13739ad41: Waiting 21:16:39 0e9e096e27ec: Layer already exists 21:16:39 dc3c914186a2: Layer already exists 21:16:39 75631e3d6696: Layer already exists 21:16:39 845113b32fe3: Layer already exists 21:16:39 24b2eecf03e0: Layer already exists 21:16:39 Selecting previously unselected package liblsan0:amd64. 21:16:39 Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:39 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:39 Selecting previously unselected package libtsan0:amd64. 21:16:39 Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:39 e2f13739ad41: Layer already exists 21:16:39 latest: digest: sha256:6083f470bb791c646e844c2e9895c2171a7bb8f036851bb9f3624e18abbd168a size: 1574 [Pipeline] isUnix [Pipeline] sh 21:16:39 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:39 Selecting previously unselected package libubsan0:amd64. 21:16:39 Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:40 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.1 21:16:40 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:16:40 Selecting previously unselected package libcilkrts5:amd64. 21:16:40 Preparing to unpack .../52-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [Pipeline] isUnix [Pipeline] sh 21:16:40 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:16:40 Selecting previously unselected package libmpx2:amd64. 21:16:40 Preparing to unpack .../53-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:40 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:40 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.1 21:16:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:16:40 24b2eecf03e0: Preparing 21:16:40 dc3c914186a2: Preparing 21:16:40 845113b32fe3: Preparing 21:16:40 0e9e096e27ec: Preparing 21:16:40 75631e3d6696: Preparing 21:16:40 e2f13739ad41: Preparing 21:16:40 e2f13739ad41: Waiting 21:16:40 845113b32fe3: Layer already exists 21:16:40 0e9e096e27ec: Layer already exists 21:16:40 75631e3d6696: Layer already exists 21:16:40 dc3c914186a2: Layer already exists 21:16:40 24b2eecf03e0: Layer already exists 21:16:40 Selecting previously unselected package libquadmath0:amd64. 21:16:40 Preparing to unpack .../54-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:40 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:40 Selecting previously unselected package libgcc-7-dev:amd64. 21:16:40 Preparing to unpack .../55-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:40 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:16:40 e2f13739ad41: Layer already exists 21:16:40 1.2.1-dev.1: digest: sha256:6083f470bb791c646e844c2e9895c2171a7bb8f036851bb9f3624e18abbd168a size: 1574 [Pipeline] isUnix [Pipeline] sh 21:16:41 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh 21:16:41 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1 21:16:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:16:41 24b2eecf03e0: Preparing 21:16:41 dc3c914186a2: Preparing 21:16:41 845113b32fe3: Preparing 21:16:41 0e9e096e27ec: Preparing 21:16:41 75631e3d6696: Preparing 21:16:41 e2f13739ad41: Preparing 21:16:41 e2f13739ad41: Waiting 21:16:41 24b2eecf03e0: Layer already exists 21:16:41 845113b32fe3: Layer already exists 21:16:41 0e9e096e27ec: Layer already exists 21:16:41 dc3c914186a2: Layer already exists 21:16:41 75631e3d6696: Layer already exists 21:16:41 Selecting previously unselected package gcc-7. 21:16:41 Preparing to unpack .../56-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:41 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:16:41 e2f13739ad41: Layer already exists 21:16:41 1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1: digest: sha256:6083f470bb791c646e844c2e9895c2171a7bb8f036851bb9f3624e18abbd168a size: 1574 [Pipeline] isUnix [Pipeline] sh 21:16:42 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 21:16:42 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 21:16:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:16:42 24b2eecf03e0: Preparing 21:16:42 dc3c914186a2: Preparing 21:16:42 845113b32fe3: Preparing 21:16:42 0e9e096e27ec: Preparing 21:16:42 75631e3d6696: Preparing 21:16:42 e2f13739ad41: Preparing 21:16:42 e2f13739ad41: Waiting 21:16:42 24b2eecf03e0: Layer already exists 21:16:42 0e9e096e27ec: Layer already exists 21:16:42 dc3c914186a2: Layer already exists 21:16:42 75631e3d6696: Layer already exists 21:16:42 845113b32fe3: Layer already exists 21:16:42 Selecting previously unselected package gcc. 21:16:42 Preparing to unpack .../57-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:16:42 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 21:16:42 Selecting previously unselected package libstdc++-7-dev:amd64. 21:16:42 Preparing to unpack .../58-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:42 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:16:42 e2f13739ad41: Layer already exists 21:16:42 master: digest: sha256:6083f470bb791c646e844c2e9895c2171a7bb8f036851bb9f3624e18abbd168a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 21:16:43 + find /w/workspace/app-service-configurable/32 21:16:43 + grep snapcraft.yaml 21:16:43 + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/32/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:16:43 provisioning config files... 21:16:43 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/32@tmp/config8164862599110593424tmp [Pipeline] { [Pipeline] sh 21:16:43 + cp /w/workspace/app-service-configurable/32@tmp/config8164862599110593424tmp /w/workspace/app-service-configurable/32/edgex-snap-store-login [Pipeline] sh 21:16:44 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/32:/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 21:16:44 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 21:16:44 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 21:16:44 b2f61026a351: Pulling fs layer 21:16:44 5538fb30c42c: Pulling fs layer 21:16:44 f0b05810781a: Pulling fs layer 21:16:44 0180a33352d6: Pulling fs layer 21:16:44 e7604b0c0f53: Pulling fs layer 21:16:44 db689cb83ae0: Pulling fs layer 21:16:44 6138af208834: Pulling fs layer 21:16:44 007c8e8c5d63: Pulling fs layer 21:16:44 4f7a387c642f: Pulling fs layer 21:16:44 0180a33352d6: Waiting 21:16:44 e7604b0c0f53: Waiting 21:16:44 db689cb83ae0: Waiting 21:16:44 007c8e8c5d63: Waiting 21:16:44 6138af208834: Waiting 21:16:44 f0b05810781a: Verifying Checksum 21:16:44 f0b05810781a: Download complete 21:16:44 5538fb30c42c: Verifying Checksum 21:16:44 5538fb30c42c: Download complete 21:16:44 0180a33352d6: Verifying Checksum 21:16:44 0180a33352d6: Download complete 21:16:44 db689cb83ae0: Verifying Checksum 21:16:44 db689cb83ae0: Download complete 21:16:44 6138af208834: Verifying Checksum 21:16:44 6138af208834: Download complete 21:16:44 007c8e8c5d63: Verifying Checksum 21:16:44 007c8e8c5d63: Download complete 21:16:44 4f7a387c642f: Verifying Checksum 21:16:44 4f7a387c642f: Download complete 21:16:44 Selecting previously unselected package g++-7. 21:16:44 Preparing to unpack .../59-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:44 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 21:16:44 b2f61026a351: Verifying Checksum 21:16:44 b2f61026a351: Download complete 21:16:45 Selecting previously unselected package g++. 21:16:45 Preparing to unpack .../60-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:16:45 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 21:16:45 Selecting previously unselected package make. 21:16:45 Preparing to unpack .../61-make_4.1-9.1ubuntu1_amd64.deb ... 21:16:45 Unpacking make (4.1-9.1ubuntu1) ... 21:16:45 Selecting previously unselected package libdpkg-perl. 21:16:45 Preparing to unpack .../62-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:16:45 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:16:46 Selecting previously unselected package patch. 21:16:46 Preparing to unpack .../63-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:16:46 Unpacking patch (2.7.6-2ubuntu1.1) ... 21:16:46 Selecting previously unselected package dpkg-dev. 21:16:46 Preparing to unpack .../64-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:16:46 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 21:16:46 Selecting previously unselected package build-essential. 21:16:46 Preparing to unpack .../65-build-essential_12.4ubuntu1_amd64.deb ... 21:16:46 Unpacking build-essential (12.4ubuntu1) ... 21:16:46 Selecting previously unselected package curl. 21:16:46 Preparing to unpack .../66-curl_7.58.0-2ubuntu3.8_amd64.deb ... 21:16:46 Unpacking curl (7.58.0-2ubuntu3.8) ... 21:16:46 Selecting previously unselected package libassuan0:amd64. 21:16:46 Preparing to unpack .../67-libassuan0_2.5.1-2_amd64.deb ... 21:16:46 Unpacking libassuan0:amd64 (2.5.1-2) ... 21:16:46 Selecting previously unselected package gpgconf. 21:16:46 Preparing to unpack .../68-gpgconf_2.2.4-1ubuntu1.2_amd64.deb ... 21:16:46 Unpacking gpgconf (2.2.4-1ubuntu1.2) ... 21:16:47 Selecting previously unselected package libksba8:amd64. 21:16:47 Preparing to unpack .../69-libksba8_1.3.5-2_amd64.deb ... 21:16:47 Unpacking libksba8:amd64 (1.3.5-2) ... 21:16:47 Selecting previously unselected package libnpth0:amd64. 21:16:47 Preparing to unpack .../70-libnpth0_1.5-3_amd64.deb ... 21:16:47 Unpacking libnpth0:amd64 (1.5-3) ... 21:16:47 Selecting previously unselected package dirmngr. 21:16:47 Preparing to unpack .../71-dirmngr_2.2.4-1ubuntu1.2_amd64.deb ... 21:16:47 Unpacking dirmngr (2.2.4-1ubuntu1.2) ... 21:16:47 Selecting previously unselected package libfakeroot:amd64. 21:16:47 Preparing to unpack .../72-libfakeroot_1.22-2ubuntu1_amd64.deb ... 21:16:47 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 21:16:47 Selecting previously unselected package fakeroot. 21:16:47 Preparing to unpack .../73-fakeroot_1.22-2ubuntu1_amd64.deb ... 21:16:47 Unpacking fakeroot (1.22-2ubuntu1) ... 21:16:47 Selecting previously unselected package libcurl3-gnutls:amd64. 21:16:47 Preparing to unpack .../74-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 21:16:47 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 21:16:47 Selecting previously unselected package liberror-perl. 21:16:47 Preparing to unpack .../75-liberror-perl_0.17025-1_all.deb ... 21:16:47 Unpacking liberror-perl (0.17025-1) ... 21:16:47 Selecting previously unselected package git-man. 21:16:47 Preparing to unpack .../76-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:16:47 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:16:48 Selecting previously unselected package git. 21:16:48 Preparing to unpack .../77-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 21:16:48 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:16:48 b2f61026a351: Pull complete 21:16:48 5538fb30c42c: Pull complete 21:16:48 f0b05810781a: Pull complete 21:16:48 0180a33352d6: Pull complete 21:16:49 Selecting previously unselected package gnupg-l10n. 21:16:49 Preparing to unpack .../78-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... 21:16:49 Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... 21:16:49 Selecting previously unselected package gnupg-utils. 21:16:49 Preparing to unpack .../79-gnupg-utils_2.2.4-1ubuntu1.2_amd64.deb ... 21:16:49 Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... 21:16:49 Selecting previously unselected package gpg. 21:16:49 Preparing to unpack .../80-gpg_2.2.4-1ubuntu1.2_amd64.deb ... 21:16:49 Unpacking gpg (2.2.4-1ubuntu1.2) ... 21:16:49 Selecting previously unselected package pinentry-curses. 21:16:49 Preparing to unpack .../81-pinentry-curses_1.1.0-1_amd64.deb ... 21:16:49 Unpacking pinentry-curses (1.1.0-1) ... 21:16:49 Selecting previously unselected package gpg-agent. 21:16:49 Preparing to unpack .../82-gpg-agent_2.2.4-1ubuntu1.2_amd64.deb ... 21:16:49 Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... 21:16:49 Selecting previously unselected package gpg-wks-client. 21:16:49 Preparing to unpack .../83-gpg-wks-client_2.2.4-1ubuntu1.2_amd64.deb ... 21:16:49 Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... 21:16:49 Selecting previously unselected package gpg-wks-server. 21:16:49 Preparing to unpack .../84-gpg-wks-server_2.2.4-1ubuntu1.2_amd64.deb ... 21:16:49 Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... 21:16:49 Selecting previously unselected package gpgsm. 21:16:49 Preparing to unpack .../85-gpgsm_2.2.4-1ubuntu1.2_amd64.deb ... 21:16:49 Unpacking gpgsm (2.2.4-1ubuntu1.2) ... 21:16:49 Selecting previously unselected package gnupg. 21:16:49 Preparing to unpack .../86-gnupg_2.2.4-1ubuntu1.2_amd64.deb ... 21:16:49 Unpacking gnupg (2.2.4-1ubuntu1.2) ... 21:16:49 Selecting previously unselected package libalgorithm-diff-perl. 21:16:49 Preparing to unpack .../87-libalgorithm-diff-perl_1.19.03-1_all.deb ... 21:16:49 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 21:16:50 Selecting previously unselected package libalgorithm-diff-xs-perl. 21:16:50 Preparing to unpack .../88-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 21:16:50 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 21:16:50 Selecting previously unselected package libalgorithm-merge-perl. 21:16:50 Preparing to unpack .../89-libalgorithm-merge-perl_0.08-3_all.deb ... 21:16:50 Unpacking libalgorithm-merge-perl (0.08-3) ... 21:16:50 Selecting previously unselected package libfile-fcntllock-perl. 21:16:50 Preparing to unpack .../90-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 21:16:50 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 21:16:50 Selecting previously unselected package libnorm1:amd64. 21:16:50 Preparing to unpack .../91-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:16:50 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:16:50 Selecting previously unselected package libpgm-5.2-0:amd64. 21:16:50 Preparing to unpack .../92-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:16:50 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:16:50 Selecting previously unselected package libsodium23:amd64. 21:16:50 Preparing to unpack .../93-libsodium23_1.0.16-2_amd64.deb ... 21:16:50 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:16:50 Selecting previously unselected package libzmq5:amd64. 21:16:50 Preparing to unpack .../94-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:16:50 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:16:50 Selecting previously unselected package libzmq3-dev:amd64. 21:16:50 Preparing to unpack .../95-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:16:50 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:16:50 Selecting previously unselected package manpages-dev. 21:16:50 Preparing to unpack .../96-manpages-dev_4.15-1_all.deb ... 21:16:50 Unpacking manpages-dev (4.15-1) ... 21:16:51 Selecting previously unselected package pkg-config. 21:16:51 Preparing to unpack .../97-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:16:51 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:16:51 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:51 Setting up libnpth0:amd64 (1.5-3) ... 21:16:51 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:16:51 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:51 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:16:51 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:51 Setting up readline-common (7.0-3) ... 21:16:51 Setting up manpages (4.15-1) ... 21:16:51 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:16:51 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:16:51 Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 21:16:51 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:51 Setting up less (487-0.1) ... 21:16:51 e7604b0c0f53: Verifying Checksum 21:16:51 e7604b0c0f53: Download complete 21:16:52 Setting up make (4.1-9.1ubuntu1) ... 21:16:52 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 21:16:52 Setting up curl (7.58.0-2ubuntu3.8) ... 21:16:52 Setting up libreadline7:amd64 (7.0-3) ... 21:16:52 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 21:16:52 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:52 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:16:52 No schema files found: doing nothing. 21:16:52 Setting up linux-libc-dev:amd64 (4.15.0-106.107) ... 21:16:52 Setting up libmpfr6:amd64 (4.0.1-1) ... 21:16:52 Setting up libksba8:amd64 (1.3.5-2) ... 21:16:52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 21:16:52 Setting up libgdbm5:amd64 (1.14.1-6) ... 21:16:52 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:16:52 Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 21:16:52 Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... 21:16:52 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:52 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:16:52 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:16:52 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... 21:16:52 Setting up libsodium23:amd64 (1.0.16-2) ... 21:16:52 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:52 Setting up patch (2.7.6-2ubuntu1.1) ... 21:16:52 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... 21:16:52 Setting up xz-utils (5.2.2-1.3) ... 21:16:52 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 21:16:52 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 21:16:52 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 21:16:52 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 21:16:52 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 21:16:52 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 21:16:52 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 21:16:52 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 21:16:52 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 21:16:52 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 21:16:52 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 21:16:52 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 21:16:52 Setting up liblocale-gettext-perl (1.07-3build2) ... 21:16:52 Setting up shared-mime-info (1.9-2) ... 21:17:01 Setting up libmpc3:amd64 (1.1.0-1) ... 21:17:01 Setting up libc-dev-bin (2.27-3ubuntu1) ... 21:17:01 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 21:17:01 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 21:17:01 Setting up manpages-dev (4.15-1) ... 21:17:01 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:17:01 Setting up libc6-dev:amd64 (2.27-3ubuntu1) ... 21:17:01 Setting up libassuan0:amd64 (2.5.1-2) ... 21:17:01 Setting up xdg-user-dirs (0.17-1ubuntu1) ... 21:17:01 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:17:01 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 21:17:01 Setting up libxau6:amd64 (1:1.0.8-1) ... 21:17:01 Setting up netbase (5.4) ... 21:17:01 Setting up libisl19:amd64 (0.19-1) ... 21:17:01 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:17:01 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:17:01 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... 21:17:01 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:17:01 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:17:01 Setting up gpgconf (2.2.4-1ubuntu1.2) ... 21:17:01 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:17:01 Setting up fakeroot (1.22-2ubuntu1) ... 21:17:01 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 21:17:01 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 21:17:01 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 21:17:01 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 21:17:01 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 21:17:01 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 21:17:01 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 21:17:01 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 21:17:01 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 21:17:01 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:17:01 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:17:01 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:17:01 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 21:17:01 Setting up gpgsm (2.2.4-1ubuntu1.2) ... 21:17:01 Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... 21:17:01 Setting up pinentry-curses (1.1.0-1) ... 21:17:01 Setting up dirmngr (2.2.4-1ubuntu1.2) ... 21:17:01 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 21:17:01 Setting up gpg (2.2.4-1ubuntu1.2) ... 21:17:01 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 21:17:01 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:17:01 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 21:17:01 Setting up gpg-agent (2.2.4-1ubuntu1.2) ... 21:17:01 Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... 21:17:01 Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... 21:17:01 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 21:17:01 Setting up perl (5.26.1-6ubuntu0.3) ... 21:17:01 Setting up libfile-fcntllock-perl (0.22-3build2) ... 21:17:01 Setting up libalgorithm-diff-perl (1.19.03-1) ... 21:17:01 Setting up binutils (2.30-21ubuntu1~18.04.3) ... 21:17:01 Setting up libxext6:amd64 (2:1.3.3-1) ... 21:17:01 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:17:01 Setting up liberror-perl (0.17025-1) ... 21:17:01 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:17:01 Setting up gnupg (2.2.4-1ubuntu1.2) ... 21:17:02 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:17:02 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:17:02 Setting up xauth (1:1.0.10-1) ... 21:17:02 Setting up libalgorithm-merge-perl (0.08-3) ... 21:17:02 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:17:02 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 21:17:02 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:17:02 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 21:17:02 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 21:17:02 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:17:02 Setting up build-essential (12.4ubuntu1) ... 21:17:02 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:17:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:17:05 binutils set to automatically installed. 21:17:05 binutils-common set to automatically installed. 21:17:05 binutils-x86-64-linux-gnu set to automatically installed. 21:17:05 build-essential set to automatically installed. 21:17:05 cpp set to automatically installed. 21:17:05 cpp-7 set to automatically installed. 21:17:05 curl set to automatically installed. 21:17:05 dirmngr set to automatically installed. 21:17:05 dpkg-dev set to automatically installed. 21:17:05 fakeroot set to automatically installed. 21:17:05 g++ set to automatically installed. 21:17:05 g++-7 set to automatically installed. 21:17:05 gcc set to automatically installed. 21:17:05 gcc-7 set to automatically installed. 21:17:05 gcc-7-base set to automatically installed. 21:17:05 git set to automatically installed. 21:17:05 git-man set to automatically installed. 21:17:05 gnupg set to automatically installed. 21:17:05 gnupg-l10n set to automatically installed. 21:17:05 gnupg-utils set to automatically installed. 21:17:05 gpg set to automatically installed. 21:17:05 gpg-agent set to automatically installed. 21:17:05 gpg-wks-client set to automatically installed. 21:17:05 gpg-wks-server set to automatically installed. 21:17:05 gpgconf set to automatically installed. 21:17:05 gpgsm set to automatically installed. 21:17:05 less set to automatically installed. 21:17:05 libalgorithm-diff-perl set to automatically installed. 21:17:05 libalgorithm-diff-xs-perl set to automatically installed. 21:17:05 libalgorithm-merge-perl set to automatically installed. 21:17:05 libasan4 set to automatically installed. 21:17:05 libassuan0 set to automatically installed. 21:17:05 libatomic1 set to automatically installed. 21:17:05 libbinutils set to automatically installed. 21:17:05 libbsd0 set to automatically installed. 21:17:05 libc-dev-bin set to automatically installed. 21:17:05 libc6-dev set to automatically installed. 21:17:05 libcc1-0 set to automatically installed. 21:17:05 libcilkrts5 set to automatically installed. 21:17:05 libcurl3-gnutls set to automatically installed. 21:17:05 libdpkg-perl set to automatically installed. 21:17:05 libedit2 set to automatically installed. 21:17:05 liberror-perl set to automatically installed. 21:17:05 libexpat1 set to automatically installed. 21:17:05 libfakeroot set to automatically installed. 21:17:05 libfile-fcntllock-perl set to automatically installed. 21:17:05 libgcc-7-dev set to automatically installed. 21:17:05 libgdbm-compat4 set to automatically installed. 21:17:05 libgdbm5 set to automatically installed. 21:17:05 libglib2.0-0 set to automatically installed. 21:17:05 libglib2.0-data set to automatically installed. 21:17:05 libgomp1 set to automatically installed. 21:17:05 libicu60 set to automatically installed. 21:17:05 libisl19 set to automatically installed. 21:17:05 libitm1 set to automatically installed. 21:17:05 libksba8 set to automatically installed. 21:17:05 liblocale-gettext-perl set to automatically installed. 21:17:05 liblsan0 set to automatically installed. 21:17:05 libmpc3 set to automatically installed. 21:17:05 libmpfr6 set to automatically installed. 21:17:05 libmpx2 set to automatically installed. 21:17:05 libnorm1 set to automatically installed. 21:17:05 libnpth0 set to automatically installed. 21:17:05 libperl5.26 set to automatically installed. 21:17:05 libpgm-5.2-0 set to automatically installed. 21:17:05 libquadmath0 set to automatically installed. 21:17:05 libreadline7 set to automatically installed. 21:17:05 libsodium23 set to automatically installed. 21:17:05 libssl1.0.0 set to automatically installed. 21:17:05 libstdc++-7-dev set to automatically installed. 21:17:05 libtsan0 set to automatically installed. 21:17:05 libubsan0 set to automatically installed. 21:17:05 libx11-6 set to automatically installed. 21:17:05 libx11-data set to automatically installed. 21:17:05 libxau6 set to automatically installed. 21:17:05 libxcb1 set to automatically installed. 21:17:05 libxdmcp6 set to automatically installed. 21:17:05 libxext6 set to automatically installed. 21:17:05 libxml2 set to automatically installed. 21:17:05 libxmuu1 set to automatically installed. 21:17:05 libzmq3-dev set to automatically installed. 21:17:05 libzmq5 set to automatically installed. 21:17:05 linux-libc-dev set to automatically installed. 21:17:05 make set to automatically installed. 21:17:05 manpages set to automatically installed. 21:17:05 manpages-dev set to automatically installed. 21:17:05 netbase set to automatically installed. 21:17:05 openssh-client set to automatically installed. 21:17:05 patch set to automatically installed. 21:17:05 perl set to automatically installed. 21:17:05 perl-modules-5.26 set to automatically installed. 21:17:05 pinentry-curses set to automatically installed. 21:17:05 pkg-config set to automatically installed. 21:17:05 readline-common set to automatically installed. 21:17:05 shared-mime-info set to automatically installed. 21:17:05 xauth set to automatically installed. 21:17:05 xdg-user-dirs set to automatically installed. 21:17:05 xz-utils set to automatically installed. 21:17:05 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 21:17:05 Please ensure the environment is properly setup before continuing. 21:17:05 Ignore this message if the appropriate measures have already been taken 21:17:05 Pulling go 21:17:06 'app-service-config' has dependencies that need to be staged: go 21:17:06 Skipping pull go (already ran) 21:17:06 Building go 21:17:06 % Total % Received % Xferd Average Speed Time Time Time Current 21:17:06 Dload Upload Total Spent Left Speed 21:17:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 114M 6 7487k 0 0 16.7M 0 0:00:06 --:--:-- 0:00:06 16.7M 67 114M 67 77.5M 0 0 56.1M 0 0:00:02 0:00:01 0:00:01 56.1M 100 114M 100 114M 0 0 65.1M 0 0:00:01 0:00:01 --:--:-- 65.0M 21:17:09 go1.13.10.linux-amd64.tar.gz: OK 21:17:16 Staging go 21:17:23 e7604b0c0f53: Pull complete 21:17:23 db689cb83ae0: Pull complete 21:17:23 6138af208834: Pull complete 21:17:23 007c8e8c5d63: Pull complete 21:17:23 4f7a387c642f: Pull complete 21:17:23 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 21:17:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 21:17:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:17:28 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:17:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] 21:17:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] 21:17:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] 21:17:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] 21:17:28 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:17:28 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 21:17:28 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 21:17:28 Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 21:17:28 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 21:17:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 21:17:28 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1254 kB] 21:17:28 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1397 kB] 21:17:28 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] 21:17:28 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] 21:17:28 Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 21:17:28 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 21:17:28 Fetched 18.0 MB in 0s (0 B/s) 21:17:28 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:17:28 Fetched 224 kB in 0s (0 B/s) 21:17:28 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:17:28 Fetched 157 kB in 0s (0 B/s) 21:17:28 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:17:28 Fetched 221 kB in 0s (0 B/s) 21:17:28 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:17:28 Fetched 143 kB in 0s (0 B/s) 21:17:28 Pulling app-service-config 21:17:29 Pulling config-common 21:17:30 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 21:17:30 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 21:17:30 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 21:17:30 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 21:17:30 Skipping build go (already ran) 21:17:30 Building app-service-config 21:17:30 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 21:17:30 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1239 kB] 21:17:31 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.1" -o app-service-configurable 21:17:31 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 21:17:31 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [880 kB] 21:17:31 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 21:17:31 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 21:17:31 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] 21:17:31 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] 21:17:31 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.0 21:17:31 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.0 21:17:31 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 21:17:31 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.32 21:17:31 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:17:31 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:17:31 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:17:32 Fetched 3756 kB in 3s (1439 kB/s) 21:17:32 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.32 21:17:32 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:17:32 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 21:17:32 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 21:17:32 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:17:32 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 21:17:32 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:17:32 go: downloading github.com/mitchellh/copystructure v1.0.0 21:17:32 go: downloading github.com/pelletier/go-toml v1.2.0 21:17:32 go: downloading github.com/google/uuid v1.1.1 21:17:32 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 21:17:32 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 21:17:32 go: extracting github.com/mitchellh/copystructure v1.0.0 21:17:32 go: extracting github.com/pelletier/go-toml v1.2.0 21:17:32 go: downloading github.com/gorilla/mux v1.7.4 21:17:32 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:17:32 go: extracting github.com/google/uuid v1.1.1 21:17:32 go: downloading github.com/hashicorp/consul/api v1.1.0 21:17:32 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:17:32 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:17:32 go: downloading github.com/x448/float16 v0.8.4 21:17:32 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 21:17:32 go: downloading go.mongodb.org/mongo-driver v1.1.1 21:17:32 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:17:32 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 21:17:32 go: extracting github.com/gorilla/mux v1.7.4 21:17:32 go: extracting github.com/x448/float16 v0.8.4 21:17:32 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:17:32 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:17:32 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:17:32 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 21:17:32 go: downloading github.com/go-kit/kit v0.8.0 21:17:32 go: extracting github.com/hashicorp/consul/api v1.1.0 21:17:32 go: downloading github.com/BurntSushi/toml v0.3.1 21:17:32 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 21:17:32 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:17:32 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:17:32 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 21:17:32 go: extracting github.com/mitchellh/reflectwalk v1.0.0 21:17:32 go: downloading github.com/hashicorp/serf v0.8.2 21:17:32 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 21:17:32 go: extracting github.com/BurntSushi/toml v0.3.1 21:17:32 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 21:17:32 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 21:17:32 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:17:32 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:17:32 go: extracting github.com/go-redis/redis/v7 v7.2.0 21:17:32 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 21:17:32 go: extracting github.com/mitchellh/mapstructure v1.1.2 21:17:32 go: extracting github.com/go-kit/kit v0.8.0 21:17:33 go: downloading github.com/pebbe/zmq4 v1.0.0 21:17:33 go: extracting github.com/hashicorp/serf v0.8.2 21:17:33 go: extracting github.com/pebbe/zmq4 v1.0.0 21:17:33 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:17:33 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:17:33 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:17:33 go: extracting github.com/go-logfmt/logfmt v0.4.0 21:17:33 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:17:33 go: extracting go.mongodb.org/mongo-driver v1.1.1 21:17:33 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:17:33 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 21:17:33 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:17:33 go: downloading github.com/go-stack/stack v1.8.0 21:17:33 go: downloading github.com/golang/snappy v0.0.1 21:17:33 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:17:33 go: downloading github.com/xdg/stringprep v1.0.0 21:17:33 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:17:33 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:17:33 go: extracting github.com/hashicorp/golang-lru v0.5.0 21:17:33 go: extracting github.com/golang/snappy v0.0.1 21:17:33 go: extracting github.com/xdg/stringprep v1.0.0 21:17:33 go: extracting github.com/go-stack/stack v1.8.0 21:17:33 go: downloading golang.org/x/text v0.3.2 21:17:33 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:17:33 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:17:35 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:17:35 go: extracting golang.org/x/text v0.3.2 21:17:36 Reading package lists... 21:17:36 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.0 21:17:36 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:17:36 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 21:17:36 go: finding github.com/google/uuid v1.1.1 21:17:36 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:17:36 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 21:17:36 go: finding github.com/BurntSushi/toml v0.3.1 21:17:36 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:17:36 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:17:36 go: finding github.com/go-kit/kit v0.8.0 21:17:36 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:17:36 go: finding github.com/gorilla/mux v1.7.4 21:17:36 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:17:36 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 21:17:36 go: finding github.com/hashicorp/consul/api v1.1.0 21:17:36 go: finding github.com/x448/float16 v0.8.4 21:17:36 go: finding github.com/go-logfmt/logfmt v0.4.0 21:17:36 go: finding github.com/gomodule/redigo v2.0.0+incompatible 21:17:36 go: finding github.com/pelletier/go-toml v1.2.0 21:17:36 go: finding github.com/go-redis/redis/v7 v7.2.0 21:17:36 go: finding go.mongodb.org/mongo-driver v1.1.1 21:17:36 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:17:36 go: finding github.com/pebbe/zmq4 v1.0.0 21:17:37 go: finding github.com/mitchellh/copystructure v1.0.0 21:17:37 go: finding github.com/go-stack/stack v1.8.0 21:17:37 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:17:37 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:17:37 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:17:37 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:17:37 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:17:37 go: finding github.com/hashicorp/serf v0.8.2 21:17:37 go: finding github.com/golang/snappy v0.0.1 21:17:37 go: finding github.com/mitchellh/mapstructure v1.1.2 21:17:37 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:17:37 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:17:37 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:17:37 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:17:37 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:17:37 go: finding github.com/xdg/stringprep v1.0.0 21:17:37 go: finding github.com/hashicorp/golang-lru v0.5.0 21:17:37 go: finding golang.org/x/text v0.3.2 21:17:37 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:17:43 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: 21:17:43 - README.md 21:17:43 21:17:43 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:17:49 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-dev libcc1-0 libcurl3-gnutls 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 21:17:54 Reading package lists... 21:17:54 Building dependency tree... 21:17:54 Reading state information... 21:17:55 The following packages were automatically installed and are no longer required: 21:17:55 libjq1 liblzo2-2 libonig4 21:17:55 Use 'sudo apt autoremove' to remove them. 21:17:55 Suggested packages: 21:17:55 binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd 21:17:55 pinentry-gnome3 tor debian-keyring gcc-7-doc libstdc++6-7-dbg gcc-multilib 21:17:55 autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg 21:17:55 libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg 21:17:55 libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base 21:17:55 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 21:17:55 gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon 21:17:55 glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc man-browser keychain 21:17:55 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 21:17:55 libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc 21:17:55 readline-doc 21:17:55 The following NEW packages will be installed: 21:17:55 binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp 21:17:55 cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git 21:17:55 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client 21:17:55 gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl 21:17:55 libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 21:17:55 libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 21:17:55 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot 21:17:55 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 21:17:55 libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 21:17:55 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 21:17:55 libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 21:17:55 libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 21:17:55 libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make 21:17:55 manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 21:17:55 pinentry-curses pkg-config readline-common shared-mime-info xauth 21:17:55 xdg-user-dirs xz-utils 21:17:56 0 upgraded, 95 newly installed, 0 to remove and 10 not upgraded. 21:17:56 Need to get 63.4 MB of archives. 21:17:56 After this operation, 277 MB of additional disk space will be used. 21:17:56 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] 21:17:56 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 21:17:56 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 21:17:56 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 21:17:56 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 21:17:56 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 21:17:57 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 21:17:57 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 21:17:57 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 21:17:57 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 21:17:57 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 21:17:57 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 21:17:58 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 21:17:58 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 21:17:58 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 21:17:58 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-0 arm64 2.56.4-0ubuntu0.18.04.6 [983 kB] 21:17:58 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] 21:17:58 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.1 [7987 kB] 21:17:59 Building config-common 21:17:59 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB] 21:17:59 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB] 21:17:59 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.3 [547 kB] 21:17:59 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 21:17:59 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB] 21:17:59 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB] 21:17:59 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xz-utils arm64 5.2.2-1.3 [79.2 kB] 21:17:59 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 21:17:59 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 21:17:59 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 21:17:59 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] 21:17:59 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 21:17:59 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 21:17:59 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.3 [196 kB] 21:17:59 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] 21:17:59 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.3 [2168 kB] 21:18:00 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] 21:18:00 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libc-dev-bin arm64 2.27-3ubuntu1 [58.6 kB] 21:18:00 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-106.107 [969 kB] 21:18:00 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libc6-dev arm64 2.27-3ubuntu1 [2052 kB] 21:18:00 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:18:00 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] 21:18:00 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] 21:18:00 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] 21:18:00 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] 21:18:01 Skipping stage go (already ran) 21:18:01 Staging app-service-config 21:18:01 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:18:01 Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] 21:18:01 Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] 21:18:01 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] 21:18:01 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] 21:18:01 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] 21:18:01 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] 21:18:01 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] 21:18:01 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] 21:18:01 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] 21:18:02 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] 21:18:02 Staging config-common 21:18:03 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] 21:18:03 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:18:03 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] 21:18:03 Priming go 21:18:03 Priming app-service-config 21:18:03 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] 21:18:03 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 21:18:03 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:18:03 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 21:18:03 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:18:03 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] 21:18:03 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 21:18:03 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB] 21:18:03 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.2 [106 kB] 21:18:03 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] 21:18:03 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B] 21:18:04 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.2 [276 kB] 21:18:04 Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] 21:18:04 Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] 21:18:04 Get:72 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 21:18:04 Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 21:18:04 Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:18:04 Get:75 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 21:18:04 Get:76 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] 21:18:04 Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.2 [108 kB] 21:18:04 Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.2 [400 kB] 21:18:04 Get:79 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB] 21:18:04 Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.2 [190 kB] 21:18:04 Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.2 [76.8 kB] 21:18:04 Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.2 [71.6 kB] 21:18:04 Priming config-common 21:18:04 Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.2 [182 kB] 21:18:04 Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.2 [249 kB] 21:18:04 Get:85 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 21:18:04 Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] 21:18:04 Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 21:18:04 Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] 21:18:04 Get:89 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] 21:18:04 Get:90 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] 21:18:05 Get:91 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] 21:18:05 Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] 21:18:05 Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] 21:18:05 Get:94 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] 21:18:05 Get:95 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] 21:18:05 Snapping 'edgex-app-service-configurable' ... 21:18:05 debconf: delaying package configuration, since apt-utils is not installed 21:18:05 Fetched 63.4 MB in 9s (6938 kB/s) 21:18:05 Selecting previously unselected package liblocale-gettext-perl. 21:18:05 (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.) 21:18:05 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... 21:18:06 Unpacking liblocale-gettext-perl (1.07-3build2) ... 21:18:06 Selecting previously unselected package libxau6:arm64. 21:18:06 Preparing to unpack .../01-libxau6_1%3a1.0.8-1_arm64.deb ... 21:18:06 Unpacking libxau6:arm64 (1:1.0.8-1) ... 21:18:06 Selecting previously unselected package libbsd0:arm64. 21:18:06 Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 21:18:06 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 21:18:06 Selecting previously unselected package libxdmcp6:arm64. 21:18:06 Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 21:18:06 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 21:18:06 Selecting previously unselected package libxcb1:arm64. 21:18:06 Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 21:18:06 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 21:18:06 Selecting previously unselected package libx11-data. 21:18:06 Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 21:18:06 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 21:18:07 Selecting previously unselected package libx11-6:arm64. 21:18:07 Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 21:18:07 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 21:18:07 Selecting previously unselected package libxext6:arm64. 21:18:07 Preparing to unpack .../07-libxext6_2%3a1.3.3-1_arm64.deb ... 21:18:07 Unpacking libxext6:arm64 (2:1.3.3-1) ... 21:18:07 Selecting previously unselected package perl-modules-5.26. 21:18:07 Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 21:18:07 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 21:18:07 21:18:07 Snapped edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap 21:18:09 Selecting previously unselected package libgdbm5:arm64. 21:18:09 Preparing to unpack .../09-libgdbm5_1.14.1-6_arm64.deb ... 21:18:09 Unpacking libgdbm5:arm64 (1.14.1-6) ... 21:18:09 Selecting previously unselected package libgdbm-compat4:arm64. 21:18:09 Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_arm64.deb ... 21:18:09 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 21:18:09 Selecting previously unselected package libperl5.26:arm64. 21:18:09 Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 21:18:09 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 21:18:10 Selecting previously unselected package perl. 21:18:10 Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_arm64.deb ... 21:18:10 Unpacking perl (5.26.1-6ubuntu0.3) ... 21:18:10 Selecting previously unselected package less. 21:18:10 Preparing to unpack .../13-less_487-0.1_arm64.deb ... 21:18:10 Unpacking less (487-0.1) ... 21:18:10 Selecting previously unselected package libexpat1:arm64. 21:18:10 Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 21:18:10 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 21:18:10 21:18:10 Login successful. You now have these capabilities: 21:18:10 21:18:10 snaps: No restriction 21:18:10 channels: No restriction 21:18:10 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 21:18:10 expires: 2020-06-19T16:50:48.252993 21:18:10 21:18:10 Selecting previously unselected package libglib2.0-0:arm64. 21:18:10 Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_arm64.deb ... 21:18:10 Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... 21:18:11 Selecting previously unselected package libglib2.0-data. 21:18:11 Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... 21:18:11 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... 21:18:11 Selecting previously unselected package libicu60:arm64. 21:18:11 Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_arm64.deb ... 21:18:11 Unpacking libicu60:arm64 (60.2-3ubuntu3.1) ... 21:18:11 Preparing to push 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap'. 21:18:11 After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 21:18:11 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 21:18:13 Selecting previously unselected package readline-common. 21:18:13 Preparing to unpack .../18-readline-common_7.0-3_all.deb ... 21:18:13 Unpacking readline-common (7.0-3) ... 21:18:13 Selecting previously unselected package libreadline7:arm64. 21:18:13 Preparing to unpack .../19-libreadline7_7.0-3_arm64.deb ... 21:18:13 Unpacking libreadline7:arm64 (7.0-3) ... 21:18:13 Selecting previously unselected package libxml2:arm64. 21:18:13 Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_arm64.deb ... 21:18:13 Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 21:18:13 Selecting previously unselected package netbase. 21:18:13 Preparing to unpack .../21-netbase_5.4_all.deb ... 21:18:13 Unpacking netbase (5.4) ... 21:18:14 Selecting previously unselected package shared-mime-info. 21:18:14 Preparing to unpack .../22-shared-mime-info_1.9-2_arm64.deb ... 21:18:14 Unpacking shared-mime-info (1.9-2) ... 21:18:14 Selecting previously unselected package xdg-user-dirs. 21:18:14 Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ... 21:18:14 Unpacking xdg-user-dirs (0.17-1ubuntu1) ... 21:18:14 Selecting previously unselected package xz-utils. 21:18:14 Preparing to unpack .../24-xz-utils_5.2.2-1.3_arm64.deb ... 21:18:14 Unpacking xz-utils (5.2.2-1.3) ... 21:18:14 Selecting previously unselected package libedit2:arm64. 21:18:14 Preparing to unpack .../25-libedit2_3.1-20170329-1_arm64.deb ... 21:18:15 Unpacking libedit2:arm64 (3.1-20170329-1) ... 21:18:15 Selecting previously unselected package libssl1.0.0:arm64. 21:18:15 Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 21:18:15 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 21:18:15 Selecting previously unselected package libxmuu1:arm64. 21:18:15 Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_arm64.deb ... 21:18:15 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 21:18:15 Selecting previously unselected package manpages. 21:18:15 Preparing to unpack .../28-manpages_4.15-1_all.deb ... 21:18:15 Unpacking manpages (4.15-1) ... 21:18:15 Selecting previously unselected package openssh-client. 21:18:15 Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 21:18:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:18:16 Selecting previously unselected package xauth. 21:18:16 Preparing to unpack .../30-xauth_1%3a1.0.10-1_arm64.deb ... 21:18:16 Unpacking xauth (1:1.0.10-1) ... 21:18:16 Selecting previously unselected package binutils-common:arm64. 21:18:16 Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... 21:18:16 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... 21:18:16 Selecting previously unselected package libbinutils:arm64. 21:18:16 Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... 21:18:16 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... 21:18:16 Selecting previously unselected package binutils-aarch64-linux-gnu. 21:18:16 Preparing to unpack .../33-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... 21:18:16 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 21:18:17 Selecting previously unselected package binutils. 21:18:17 Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... 21:18:17 Unpacking binutils (2.30-21ubuntu1~18.04.3) ... 21:18:17 Selecting previously unselected package libc-dev-bin. 21:18:17 Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1_arm64.deb ... 21:18:17 Unpacking libc-dev-bin (2.27-3ubuntu1) ... 21:18:17 Selecting previously unselected package linux-libc-dev:arm64. 21:18:17 Preparing to unpack .../36-linux-libc-dev_4.15.0-106.107_arm64.deb ... 21:18:17 Unpacking linux-libc-dev:arm64 (4.15.0-106.107) ... 21:18:18 Selecting previously unselected package libc6-dev:arm64. 21:18:18 Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1_arm64.deb ... 21:18:18 Unpacking libc6-dev:arm64 (2.27-3ubuntu1) ... 21:18:19 Selecting previously unselected package gcc-7-base:arm64. 21:18:19 Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:18:19 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 21:18:19 Selecting previously unselected package libisl19:arm64. 21:18:19 Preparing to unpack .../39-libisl19_0.19-1_arm64.deb ... 21:18:19 Unpacking libisl19:arm64 (0.19-1) ... 21:18:20 Selecting previously unselected package libmpfr6:arm64. 21:18:20 Preparing to unpack .../40-libmpfr6_4.0.1-1_arm64.deb ... 21:18:20 Unpacking libmpfr6:arm64 (4.0.1-1) ... 21:18:20 Selecting previously unselected package libmpc3:arm64. 21:18:20 Preparing to unpack .../41-libmpc3_1.1.0-1_arm64.deb ... 21:18:20 Unpacking libmpc3:arm64 (1.1.0-1) ... 21:18:20 Selecting previously unselected package cpp-7. 21:18:20 Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:18:20 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:18:22 Selecting previously unselected package cpp. 21:18:22 Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 21:18:22 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 21:18:22 Selecting previously unselected package libcc1-0:arm64. 21:18:22 Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:18:22 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 21:18:22 Selecting previously unselected package libgomp1:arm64. 21:18:22 Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:18:22 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 21:18:22 Selecting previously unselected package libitm1:arm64. 21:18:22 Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:18:22 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 21:18:22 Selecting previously unselected package libatomic1:arm64. 21:18:22 Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:18:22 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 21:18:22 Selecting previously unselected package libasan4:arm64. 21:18:22 Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:18:22 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 21:18:22 Selecting previously unselected package liblsan0:arm64. 21:18:22 Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:18:23 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 21:18:23 Selecting previously unselected package libtsan0:arm64. 21:18:23 Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 21:18:23 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 21:18:23 Selecting previously unselected package libubsan0:arm64. 21:18:23 Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:18:23 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 21:18:23 Selecting previously unselected package libgcc-7-dev:arm64. 21:18:23 Preparing to unpack .../52-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:18:23 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 21:18:23 Selecting previously unselected package gcc-7. 21:18:23 Preparing to unpack .../53-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:18:23 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:18:25 Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 71% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 100% 21:18:25 Selecting previously unselected package gcc. 21:18:25 Preparing to unpack .../54-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 21:18:25 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 21:18:25 Selecting previously unselected package libstdc++-7-dev:arm64. 21:18:25 Preparing to unpack .../55-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:18:25 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 21:18:26 Selecting previously unselected package g++-7. 21:18:26 Preparing to unpack .../56-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 21:18:26 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 21:18:28 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| released 21:18:28 Revision 18 of 'edgex-app-service-configurable' created. 21:18:28 Selecting previously unselected package g++. 21:18:28 Preparing to unpack .../57-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 21:18:28 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 21:18:28 Selecting previously unselected package make. 21:18:28 Preparing to unpack .../58-make_4.1-9.1ubuntu1_arm64.deb ... 21:18:28 Unpacking make (4.1-9.1ubuntu1) ... 21:18:28 Selecting previously unselected package libdpkg-perl. 21:18:29 Preparing to unpack .../59-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:18:29 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:18:29 Selecting previously unselected package patch. 21:18:29 Preparing to unpack .../60-patch_2.7.6-2ubuntu1.1_arm64.deb ... 21:18:29 Unpacking patch (2.7.6-2ubuntu1.1) ... 21:18:29 Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| 21:18:29 Track Arch Channel Version Revision Notes 21:18:29 latest amd64 stable 1.2.0-20200615+a7f3ace 14 - 21:18:29 candidate 1.2.0-20200615+a7f3ace 14 - 21:18:29 beta 1.2.0-20200615+a7f3ace 14 - 21:18:29 edge 1.2.0-20200617+1b13e71 18 - 21:18:29 Selecting previously unselected package dpkg-dev. 21:18:29 Preparing to unpack .../61-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:18:29 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 21:18:29 Selecting previously unselected package build-essential. 21:18:29 Preparing to unpack .../62-build-essential_12.4ubuntu1_arm64.deb ... 21:18:29 Unpacking build-essential (12.4ubuntu1) ... 21:18:29 Selecting previously unselected package curl. 21:18:29 Preparing to unpack .../63-curl_7.58.0-2ubuntu3.8_arm64.deb ... 21:18:29 Unpacking curl (7.58.0-2ubuntu3.8) ... 21:18:29 Pushing metadata from 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' 21:18:29 Selecting previously unselected package libassuan0:arm64. 21:18:29 Preparing to unpack .../64-libassuan0_2.5.1-2_arm64.deb ... 21:18:29 Unpacking libassuan0:arm64 (2.5.1-2) ... 21:18:29 Selecting previously unselected package gpgconf. 21:18:29 Preparing to unpack .../65-gpgconf_2.2.4-1ubuntu1.2_arm64.deb ... 21:18:29 Unpacking gpgconf (2.2.4-1ubuntu1.2) ... 21:18:30 Selecting previously unselected package libksba8:arm64. 21:18:30 Preparing to unpack .../66-libksba8_1.3.5-2_arm64.deb ... 21:18:30 Unpacking libksba8:arm64 (1.3.5-2) ... 21:18:30 Selecting previously unselected package libnpth0:arm64. 21:18:30 Preparing to unpack .../67-libnpth0_1.5-3_arm64.deb ... 21:18:30 Unpacking libnpth0:arm64 (1.5-3) ... 21:18:30 Selecting previously unselected package dirmngr. 21:18:30 Preparing to unpack .../68-dirmngr_2.2.4-1ubuntu1.2_arm64.deb ... 21:18:30 Unpacking dirmngr (2.2.4-1ubuntu1.2) ... 21:18:30 Selecting previously unselected package libfakeroot:arm64. 21:18:30 Preparing to unpack .../69-libfakeroot_1.22-2ubuntu1_arm64.deb ... 21:18:30 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... 21:18:31 Selecting previously unselected package fakeroot. 21:18:31 Preparing to unpack .../70-fakeroot_1.22-2ubuntu1_arm64.deb ... 21:18:31 Unpacking fakeroot (1.22-2ubuntu1) ... 21:18:31 Selecting previously unselected package libcurl3-gnutls:arm64. 21:18:31 Preparing to unpack .../71-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 21:18:31 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 21:18:31 Selecting previously unselected package liberror-perl. 21:18:31 Preparing to unpack .../72-liberror-perl_0.17025-1_all.deb ... 21:18:31 Unpacking liberror-perl (0.17025-1) ... 21:18:31 Selecting previously unselected package git-man. 21:18:31 Preparing to unpack .../73-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:18:31 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:18:31 Selecting previously unselected package git. 21:18:31 Preparing to unpack .../74-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 21:18:31 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:18:32 Selecting previously unselected package gnupg-l10n. 21:18:32 Preparing to unpack .../75-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... 21:18:32 Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... 21:18:32 Selecting previously unselected package gnupg-utils. 21:18:32 Preparing to unpack .../76-gnupg-utils_2.2.4-1ubuntu1.2_arm64.deb ... 21:18:32 Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... 21:18:33 Selecting previously unselected package gpg. 21:18:33 Preparing to unpack .../77-gpg_2.2.4-1ubuntu1.2_arm64.deb ... 21:18:33 Unpacking gpg (2.2.4-1ubuntu1.2) ... 21:18:33 Selecting previously unselected package pinentry-curses. 21:18:33 Preparing to unpack .../78-pinentry-curses_1.1.0-1_arm64.deb ... 21:18:33 Unpacking pinentry-curses (1.1.0-1) ... 21:18:33 Selecting previously unselected package gpg-agent. 21:18:33 Preparing to unpack .../79-gpg-agent_2.2.4-1ubuntu1.2_arm64.deb ... 21:18:33 Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... 21:18:33 Selecting previously unselected package gpg-wks-client. 21:18:33 Preparing to unpack .../80-gpg-wks-client_2.2.4-1ubuntu1.2_arm64.deb ... 21:18:33 Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... 21:18:33 Selecting previously unselected package gpg-wks-server. 21:18:33 Preparing to unpack .../81-gpg-wks-server_2.2.4-1ubuntu1.2_arm64.deb ... 21:18:33 Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... 21:18:34 Selecting previously unselected package gpgsm. 21:18:34 Preparing to unpack .../82-gpgsm_2.2.4-1ubuntu1.2_arm64.deb ... 21:18:34 Unpacking gpgsm (2.2.4-1ubuntu1.2) ... 21:18:34 Selecting previously unselected package gnupg. 21:18:34 Preparing to unpack .../83-gnupg_2.2.4-1ubuntu1.2_arm64.deb ... 21:18:34 The metadata has been pushed 21:18:34 Unpacking gnupg (2.2.4-1ubuntu1.2) ... 21:18:34 Selecting previously unselected package libalgorithm-diff-perl. 21:18:34 Preparing to unpack .../84-libalgorithm-diff-perl_1.19.03-1_all.deb ... 21:18:34 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 21:18:34 Selecting previously unselected package libalgorithm-diff-xs-perl. 21:18:34 Preparing to unpack .../85-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... 21:18:34 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 21:18:34 Selecting previously unselected package libalgorithm-merge-perl. 21:18:34 Preparing to unpack .../86-libalgorithm-merge-perl_0.08-3_all.deb ... 21:18:34 Unpacking libalgorithm-merge-perl (0.08-3) ... 21:18:34 Selecting previously unselected package libfile-fcntllock-perl. 21:18:34 Preparing to unpack .../87-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... 21:18:34 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 21:18:34 Selecting previously unselected package libnorm1:arm64. 21:18:34 Preparing to unpack .../88-libnorm1_1.5r6+dfsg1-6_arm64.deb ... 21:18:34 Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [Pipeline] } 21:18:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 21:18:35 Selecting previously unselected package libpgm-5.2-0:arm64. 21:18:35 Preparing to unpack .../89-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... 21:18:35 Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:18:35 Selecting previously unselected package libsodium23:arm64. 21:18:35 Preparing to unpack .../90-libsodium23_1.0.16-2_arm64.deb ... 21:18:35 Unpacking libsodium23:arm64 (1.0.16-2) ... 21:18:35 Selecting previously unselected package libzmq5:arm64. 21:18:35 Preparing to unpack .../91-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... 21:18:35 Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 21:18:35 Selecting previously unselected package libzmq3-dev:arm64. 21:18:35 Preparing to unpack .../92-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... 21:18:35 Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 21:18:35 Selecting previously unselected package manpages-dev. 21:18:35 Preparing to unpack .../93-manpages-dev_4.15-1_all.deb ... 21:18:35 Unpacking manpages-dev (4.15-1) ... 21:18:36 Selecting previously unselected package pkg-config. 21:18:36 Preparing to unpack .../94-pkg-config_0.29.1-0ubuntu2_arm64.deb ... 21:18:36 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:18:36 Setting up libnpth0:arm64 (1.5-3) ... 21:18:36 Setting up libedit2:arm64 (3.1-20170329-1) ... 21:18:36 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 21:18:36 Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 21:18:36 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 21:18:36 Setting up readline-common (7.0-3) ... 21:18:37 Setting up manpages (4.15-1) ... 21:18:37 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:18:37 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 21:18:37 Setting up libicu60:arm64 (60.2-3ubuntu3.1) ... 21:18:37 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 21:18:37 Setting up less (487-0.1) ... 21:18:37 Setting up make (4.1-9.1ubuntu1) ... 21:18:37 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 21:18:37 Setting up curl (7.58.0-2ubuntu3.8) ... 21:18:37 Setting up libreadline7:arm64 (7.0-3) ... 21:18:37 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 21:18:37 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 21:18:37 Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... 21:18:37 No schema files found: doing nothing. 21:18:38 Setting up linux-libc-dev:arm64 (4.15.0-106.107) ... 21:18:38 Setting up libmpfr6:arm64 (4.0.1-1) ... 21:18:38 Setting up libksba8:arm64 (1.3.5-2) ... 21:18:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 21:18:38 Setting up libgdbm5:arm64 (1.14.1-6) ... 21:18:38 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 21:18:38 Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 21:18:38 Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... 21:18:38 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 21:18:38 Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... 21:18:38 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 21:18:38 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... 21:18:38 Setting up libsodium23:arm64 (1.0.16-2) ... 21:18:38 Setting up patch (2.7.6-2ubuntu1.1) ... 21:18:38 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... 21:18:38 Setting up xz-utils (5.2.2-1.3) ... 21:18:38 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 21:18:38 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 21:18:38 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 21:18:38 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 21:18:38 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 21:18:38 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 21:18:38 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 21:18:38 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 21:18:38 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 21:18:38 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 21:18:38 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 21:18:38 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... 21:18:38 Setting up liblocale-gettext-perl (1.07-3build2) ... 21:18:38 Setting up shared-mime-info (1.9-2) ... 21:18:45 Setting up libmpc3:arm64 (1.1.0-1) ... 21:18:45 Setting up libc-dev-bin (2.27-3ubuntu1) ... 21:18:45 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 21:18:45 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 21:18:45 Setting up manpages-dev (4.15-1) ... 21:18:45 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:18:45 Setting up libc6-dev:arm64 (2.27-3ubuntu1) ... 21:18:45 Setting up libassuan0:arm64 (2.5.1-2) ... 21:18:45 Setting up xdg-user-dirs (0.17-1ubuntu1) ... 21:18:45 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 21:18:45 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 21:18:45 Setting up libxau6:arm64 (1:1.0.8-1) ... 21:18:46 Setting up netbase (5.4) ... 21:18:46 Setting up libisl19:arm64 (0.19-1) ... 21:18:46 Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 21:18:46 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 21:18:46 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... 21:18:46 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 21:18:46 Setting up gpgconf (2.2.4-1ubuntu1.2) ... 21:18:46 Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 21:18:46 Setting up fakeroot (1.22-2ubuntu1) ... 21:18:46 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 21:18:46 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 21:18:46 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 21:18:46 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 21:18:46 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 21:18:46 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 21:18:46 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 21:18:46 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 21:18:46 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 21:18:46 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 21:18:46 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:18:46 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 21:18:46 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 21:18:46 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 21:18:46 Setting up gpgsm (2.2.4-1ubuntu1.2) ... 21:18:46 Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... 21:18:46 Setting up pinentry-curses (1.1.0-1) ... 21:18:46 Setting up binutils (2.30-21ubuntu1~18.04.3) ... 21:18:46 Setting up dirmngr (2.2.4-1ubuntu1.2) ... 21:18:46 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 21:18:46 Setting up gpg (2.2.4-1ubuntu1.2) ... 21:18:46 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:18:47 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:18:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:18:47 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 21:18:47 Setting up gpg-agent (2.2.4-1ubuntu1.2) ... 21:18:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:18:47 Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... 21:18:47 Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... 21:18:47 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 21:18:47 Setting up perl (5.26.1-6ubuntu0.3) ... 21:18:47 Setting up libfile-fcntllock-perl (0.22-3build2) ... 21:18:47 Setting up libalgorithm-diff-perl (1.19.03-1) ... 21:18:47 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:18:47 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 21:18:47 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 21:18:47 Setting up libxext6:arm64 (2:1.3.3-1) ... 21:18:47 Setting up liberror-perl (0.17025-1) ... 21:18:47 Setting up gnupg (2.2.4-1ubuntu1.2) ... 21:18:47 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:18:47 Setting up xauth (1:1.0.10-1) ... 21:18:47 Setting up libalgorithm-merge-perl (0.08-3) ... 21:18:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:18:47 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 21:18:48 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:18:48 Setting up build-essential (12.4ubuntu1) ... 21:18:48 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:18:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:18:58 binutils set to automatically installed. 21:18:58 binutils-aarch64-linux-gnu set to automatically installed. 21:18:58 binutils-common set to automatically installed. 21:18:58 build-essential set to automatically installed. 21:18:58 cpp set to automatically installed. 21:18:58 cpp-7 set to automatically installed. 21:18:58 curl set to automatically installed. 21:18:58 dirmngr set to automatically installed. 21:18:58 dpkg-dev set to automatically installed. 21:18:58 fakeroot set to automatically installed. 21:18:58 g++ set to automatically installed. 21:18:58 g++-7 set to automatically installed. 21:18:58 gcc set to automatically installed. 21:18:58 gcc-7 set to automatically installed. 21:18:58 gcc-7-base set to automatically installed. 21:18:58 git set to automatically installed. 21:18:58 git-man set to automatically installed. 21:18:58 gnupg set to automatically installed. 21:18:58 gnupg-l10n set to automatically installed. 21:18:58 gnupg-utils set to automatically installed. 21:18:58 gpg set to automatically installed. 21:18:58 gpg-agent set to automatically installed. 21:18:58 gpg-wks-client set to automatically installed. 21:18:58 gpg-wks-server set to automatically installed. 21:18:58 gpgconf set to automatically installed. 21:18:58 gpgsm set to automatically installed. 21:18:58 less set to automatically installed. 21:18:58 libalgorithm-diff-perl set to automatically installed. 21:18:58 libalgorithm-diff-xs-perl set to automatically installed. 21:18:58 libalgorithm-merge-perl set to automatically installed. 21:18:58 libasan4 set to automatically installed. 21:18:58 libassuan0 set to automatically installed. 21:18:58 libatomic1 set to automatically installed. 21:18:58 libbinutils set to automatically installed. 21:18:58 libbsd0 set to automatically installed. 21:18:58 libc-dev-bin set to automatically installed. 21:18:58 libc6-dev set to automatically installed. 21:18:58 libcc1-0 set to automatically installed. 21:18:58 libcurl3-gnutls set to automatically installed. 21:18:58 libdpkg-perl set to automatically installed. 21:18:58 libedit2 set to automatically installed. 21:18:58 liberror-perl set to automatically installed. 21:18:58 libexpat1 set to automatically installed. 21:18:58 libfakeroot set to automatically installed. 21:18:58 libfile-fcntllock-perl set to automatically installed. 21:18:58 libgcc-7-dev set to automatically installed. 21:18:58 libgdbm-compat4 set to automatically installed. 21:18:58 libgdbm5 set to automatically installed. 21:18:58 libglib2.0-0 set to automatically installed. 21:18:58 libglib2.0-data set to automatically installed. 21:18:58 libgomp1 set to automatically installed. 21:18:58 libicu60 set to automatically installed. 21:18:58 libisl19 set to automatically installed. 21:18:58 libitm1 set to automatically installed. 21:18:58 libksba8 set to automatically installed. 21:18:58 liblocale-gettext-perl set to automatically installed. 21:18:58 liblsan0 set to automatically installed. 21:18:58 libmpc3 set to automatically installed. 21:18:58 libmpfr6 set to automatically installed. 21:18:58 libnorm1 set to automatically installed. 21:18:58 libnpth0 set to automatically installed. 21:18:58 libperl5.26 set to automatically installed. 21:18:58 libpgm-5.2-0 set to automatically installed. 21:18:58 libreadline7 set to automatically installed. 21:18:58 libsodium23 set to automatically installed. 21:18:58 libssl1.0.0 set to automatically installed. 21:18:58 libstdc++-7-dev set to automatically installed. 21:18:58 libtsan0 set to automatically installed. 21:18:58 libubsan0 set to automatically installed. 21:18:58 libx11-6 set to automatically installed. 21:18:58 libx11-data set to automatically installed. 21:18:58 libxau6 set to automatically installed. 21:18:58 libxcb1 set to automatically installed. 21:18:58 libxdmcp6 set to automatically installed. 21:18:58 libxext6 set to automatically installed. 21:18:58 libxml2 set to automatically installed. 21:18:58 libxmuu1 set to automatically installed. 21:18:58 libzmq3-dev set to automatically installed. 21:18:58 libzmq5 set to automatically installed. 21:18:58 linux-libc-dev set to automatically installed. 21:18:58 make set to automatically installed. 21:18:58 manpages set to automatically installed. 21:18:58 manpages-dev set to automatically installed. 21:18:58 netbase set to automatically installed. 21:18:58 openssh-client set to automatically installed. 21:18:58 patch set to automatically installed. 21:18:58 perl set to automatically installed. 21:18:58 perl-modules-5.26 set to automatically installed. 21:18:58 pinentry-curses set to automatically installed. 21:18:58 pkg-config set to automatically installed. 21:18:58 readline-common set to automatically installed. 21:18:58 shared-mime-info set to automatically installed. 21:18:58 xauth set to automatically installed. 21:18:58 xdg-user-dirs set to automatically installed. 21:18:58 xz-utils set to automatically installed. 21:18:58 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 21:18:58 Please ensure the environment is properly setup before continuing. 21:18:58 Ignore this message if the appropriate measures have already been taken 21:18:58 Pulling go 21:19:01 'app-service-config' has dependencies that need to be staged: go 21:19:01 Skipping pull go (already ran) 21:19:01 Building go 21:19:01 % Total % Received % Xferd Average Speed Time Time Time Current 21:19:01 Dload Upload Total Spent Left Speed 21:19:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 93.1M 3 3279k 0 0 12.8M 0 0:00:07 --:--:-- 0:00:07 12.8M 29 93.1M 29 27.4M 0 0 22.3M 0 0:00:04 0:00:01 0:00:03 22.3M 74 93.1M 74 69.1M 0 0 30.7M 0 0:00:03 0:00:02 0:00:01 30.7M 100 93.1M 100 93.1M 0 0 33.5M 0 0:00:02 0:00:02 --:--:-- 33.5M 21:19:05 go1.13.10.linux-arm64.tar.gz: OK 21:19:23 Staging go 21:19:50 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] 21:19:50 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 21:19:50 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 21:19:50 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 21:19:50 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] 21:19:50 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] 21:19:50 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] 21:19:50 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] 21:19:50 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1239 kB] 21:19:50 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [880 kB] 21:19:50 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 21:19:50 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 21:19:50 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 21:19:50 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 21:19:50 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] 21:19:50 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] 21:19:50 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [581 B] 21:19:50 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] 21:19:50 Fetched 16.4 MB in 6s (2710 kB/s) 21:19:50 Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] 21:19:50 Fetched 218 kB in 0s (0 B/s) 21:19:50 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] 21:19:50 Fetched 140 kB in 0s (0 B/s) 21:19:50 Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] 21:19:50 Fetched 208 kB in 0s (0 B/s) 21:19:50 Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] 21:19:50 Fetched 90.4 kB in 0s (0 B/s) 21:19:50 Pulling app-service-config 21:19:55 Pulling config-common 21:19:57 Skipping build go (already ran) 21:19:58 Building app-service-config 21:19:58 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.1" -o app-service-configurable 21:19:59 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.0 21:19:59 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.0 21:19:59 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.32 21:19:59 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:19:59 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:19:59 go: downloading github.com/gorilla/mux v1.7.4 21:19:59 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.32 21:19:59 go: extracting github.com/gorilla/mux v1.7.4 21:19:59 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 21:19:59 go: downloading go.mongodb.org/mongo-driver v1.1.1 21:19:59 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:19:59 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 21:19:59 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 21:19:59 go: downloading github.com/google/uuid v1.1.1 21:19:59 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 21:19:59 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 21:19:59 go: extracting github.com/google/uuid v1.1.1 21:19:59 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:19:59 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:19:59 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:19:59 go: downloading github.com/go-kit/kit v0.8.0 21:19:59 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 21:19:59 go: downloading github.com/pelletier/go-toml v1.2.0 21:19:59 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 21:19:59 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 21:19:59 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 21:19:59 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 21:19:59 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:19:59 go: downloading github.com/BurntSushi/toml v0.3.1 21:19:59 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 21:19:59 go: extracting github.com/pelletier/go-toml v1.2.0 21:19:59 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:19:59 go: extracting github.com/BurntSushi/toml v0.3.1 21:19:59 go: downloading github.com/x448/float16 v0.8.4 21:19:59 go: downloading github.com/hashicorp/consul/api v1.1.0 21:19:59 go: downloading github.com/mitchellh/copystructure v1.0.0 21:19:59 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:19:59 go: extracting github.com/x448/float16 v0.8.4 21:19:59 go: extracting github.com/mitchellh/copystructure v1.0.0 21:19:59 go: extracting github.com/go-kit/kit v0.8.0 21:19:59 go: extracting github.com/hashicorp/consul/api v1.1.0 21:19:59 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:19:59 go: extracting github.com/mitchellh/reflectwalk v1.0.0 21:19:59 go: extracting github.com/go-redis/redis/v7 v7.2.0 21:19:59 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:19:59 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:19:59 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:19:59 go: downloading github.com/hashicorp/serf v0.8.2 21:19:59 go: extracting github.com/mitchellh/mapstructure v1.1.2 21:19:59 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:19:59 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:19:59 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:19:59 go: downloading github.com/pebbe/zmq4 v1.0.0 21:19:59 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 21:19:59 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:19:59 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 21:20:00 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 21:20:00 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:20:00 go: extracting github.com/pebbe/zmq4 v1.0.0 21:20:00 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 21:20:00 go: extracting github.com/hashicorp/serf v0.8.2 21:20:00 go: extracting go.mongodb.org/mongo-driver v1.1.1 21:20:00 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:20:00 go: extracting github.com/go-logfmt/logfmt v0.4.0 21:20:00 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:20:00 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:20:00 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:20:00 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 21:20:00 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:20:00 go: extracting github.com/hashicorp/golang-lru v0.5.0 21:20:01 go: downloading github.com/go-stack/stack v1.8.0 21:20:01 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:20:01 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:20:01 go: downloading github.com/golang/snappy v0.0.1 21:20:01 go: downloading github.com/xdg/stringprep v1.0.0 21:20:01 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:20:01 go: extracting github.com/go-stack/stack v1.8.0 21:20:01 go: extracting github.com/golang/snappy v0.0.1 21:20:01 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:20:01 go: extracting github.com/xdg/stringprep v1.0.0 21:20:01 go: downloading golang.org/x/text v0.3.2 21:20:01 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:20:01 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:20:02 go: extracting golang.org/x/text v0.3.2 21:20:03 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.0 21:20:03 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:20:03 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 21:20:03 go: finding github.com/google/uuid v1.1.1 21:20:03 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:20:03 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 21:20:03 go: finding github.com/BurntSushi/toml v0.3.1 21:20:03 go: finding github.com/go-kit/kit v0.8.0 21:20:03 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:20:03 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:20:03 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:20:03 go: finding github.com/gorilla/mux v1.7.4 21:20:03 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:20:03 go: finding github.com/go-logfmt/logfmt v0.4.0 21:20:03 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 21:20:03 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:20:03 go: finding github.com/hashicorp/consul/api v1.1.0 21:20:03 go: finding github.com/gomodule/redigo v2.0.0+incompatible 21:20:03 go: finding github.com/x448/float16 v0.8.4 21:20:03 go: finding github.com/pelletier/go-toml v1.2.0 21:20:03 go: finding github.com/go-redis/redis/v7 v7.2.0 21:20:03 go: finding go.mongodb.org/mongo-driver v1.1.1 21:20:03 go: finding github.com/pebbe/zmq4 v1.0.0 21:20:03 go: finding github.com/mitchellh/copystructure v1.0.0 21:20:03 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:20:03 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:20:03 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:20:03 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:20:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:20:03 go: finding github.com/hashicorp/serf v0.8.2 21:20:03 go: finding github.com/go-stack/stack v1.8.0 21:20:03 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:20:03 go: finding github.com/mitchellh/mapstructure v1.1.2 21:20:03 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:20:03 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:20:03 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:20:03 go: finding github.com/golang/snappy v0.0.1 21:20:03 go: finding github.com/xdg/stringprep v1.0.0 21:20:03 go: finding github.com/hashicorp/golang-lru v0.5.0 21:20:03 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:20:03 go: finding golang.org/x/text v0.3.2 21:20:03 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:21:00 Building config-common 21:21:15 Skipping stage go (already ran) 21:21:15 Staging app-service-config 21:21:16 Staging config-common 21:21:19 Priming go 21:21:22 Priming app-service-config 21:21:26 Priming config-common 21:21:29 Snapping 'edgex-app-service-configurable' ... 21:21:35 21:21:35 Snapped edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap 21:21:40 21:21:40 Login successful. You now have these capabilities: 21:21:40 21:21:40 snaps: No restriction 21:21:40 channels: No restriction 21:21:40 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 21:21:40 expires: 2020-06-19T16:50:48.252993 21:21:40 21:21:43 Preparing to push 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap'. 21:21:43 After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 21:21:43 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 21:21:57 Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 100% 21:22:00 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ released 21:22:00 Revision 19 of 'edgex-app-service-configurable' created. 21:22:01 Track Arch Channel Version Revision Notes 21:22:01 latest arm64 stable 1.2.0-20200615+a7f3ace 15 - 21:22:01 candidate 1.2.0-20200615+a7f3ace 15 - 21:22:01 beta 1.2.0-20200615+a7f3ace 15 - 21:22:01 edge 1.2.0-20200617+1b13e71 19 - 21:22:01 Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| 21:22:05 Pushing metadata from 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' 21:22:07 The metadata has been pushed [Pipeline] } 21:22:11 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:22:11 provisioning config files... 21:22:11 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config5329949235017161455tmp [Pipeline] { [Pipeline] sh 21:22:12 + curl -s https://codecov.io/bash 21:22:12 + bash -s - -t @/w/workspace/_app-service-configurable_master@tmp/config5329949235017161455tmp 21:22:12 21:22:12 _____ _ 21:22:12 / ____| | | 21:22:12 | | ___ __| | ___ ___ _____ __ 21:22:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:22:12 | |___| (_) | (_| | __/ (_| (_) \ V / 21:22:12 \_____\___/ \__,_|\___|\___\___/ \_/ 21:22:12 Bash-20200602-f809a24 21:22:12 21:22:12 21:22:12 ==> Jenkins CI detected. 21:22:12 project root: . 21:22:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:22:12 ==> Running gcov in . (disable via -X gcov) 21:22:12 ==> Python coveragepy not found 21:22:12 ==> Searching for coverage reports in: 21:22:12 + . 21:22:12 -> Found 1 reports 21:22:12 ==> Detecting git/mercurial file structure 21:22:12 ==> Reading reports 21:22:12 + ./coverage.out bytes=10 21:22:12 ==> Appending adjustments 21:22:12 https://docs.codecov.io/docs/fixing-reports 21:22:12 + Found adjustments 21:22:12 ==> Gzipping contents 21:22:12 ==> Uploading reports 21:22:12 url: https://codecov.io 21:22:12 query: branch=master&commit=1b13e715b98d4114ea892088ead3eb0f32f416a1&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= 21:22:12 -> Pinging Codecov 21:22:12 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=1b13e715b98d4114ea892088ead3eb0f32f416a1&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= 21:24:34 -> Uploading 21:24:34 X> Failed to upload 21:24:34 -> Sleeping for 30s and trying again... 21:24:52 -> Pinging Codecov 21:24:52 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=1b13e715b98d4114ea892088ead3eb0f32f416a1&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= 21:24:52 -> Uploading 21:24:52 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/1b13e715b98d4114ea892088ead3eb0f32f416a1 [Pipeline] } 21:24:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 21:24:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 21:24:52 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 21:24:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:24:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:24:52 21:24:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 21:24:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:24:53 1.317.0: Pulling from edgex-devops/edgex-snyk-go 21:24:53 cbdbe7a5bc2a: Pulling fs layer 21:24:53 408f87550127: Pulling fs layer 21:24:53 fe522b08c979: Pulling fs layer 21:24:53 221eaa008020: Pulling fs layer 21:24:53 2a4607e5d6b9: Pulling fs layer 21:24:53 8f79b27c4fd2: Pulling fs layer 21:24:53 e5c8dbe1645b: Pulling fs layer 21:24:53 23e8b3b47431: Pulling fs layer 21:24:53 5c568d65a230: Pulling fs layer 21:24:53 2a4607e5d6b9: Waiting 21:24:53 8f79b27c4fd2: Waiting 21:24:53 e5c8dbe1645b: Waiting 21:24:53 23e8b3b47431: Waiting 21:24:53 5c568d65a230: Waiting 21:24:53 221eaa008020: Waiting 21:24:53 fe522b08c979: Verifying Checksum 21:24:53 fe522b08c979: Download complete 21:24:53 408f87550127: Verifying Checksum 21:24:53 408f87550127: Download complete 21:24:53 2a4607e5d6b9: Verifying Checksum 21:24:53 2a4607e5d6b9: Download complete 21:24:53 8f79b27c4fd2: Verifying Checksum 21:24:53 8f79b27c4fd2: Download complete 21:24:53 cbdbe7a5bc2a: Verifying Checksum 21:24:53 cbdbe7a5bc2a: Download complete 21:24:53 e5c8dbe1645b: Verifying Checksum 21:24:53 e5c8dbe1645b: Download complete 21:24:53 cbdbe7a5bc2a: Pull complete 21:24:54 23e8b3b47431: Verifying Checksum 21:24:54 23e8b3b47431: Download complete 21:24:54 408f87550127: Pull complete 21:24:54 5c568d65a230: Verifying Checksum 21:24:54 5c568d65a230: Download complete 21:24:54 fe522b08c979: Pull complete 21:24:55 221eaa008020: Verifying Checksum 21:24:55 221eaa008020: Download complete 21:25:01 221eaa008020: Pull complete 21:25:01 2a4607e5d6b9: Pull complete 21:25:01 8f79b27c4fd2: Pull complete 21:25:03 e5c8dbe1645b: Pull complete 21:25:06 23e8b3b47431: Pull complete 21:25:08 5c568d65a230: Pull complete 21:25:08 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 21:25:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:25:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 21:25:09 prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container 21:25:09 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --entrypoint= -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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 21:25:09 $ docker top aa90dea97143fa0a8bbd6810a798a0219eb6c85ae3ae95d5877216db81b37aa6 -eo pid,comm [Pipeline] { [Pipeline] sh 21:25:10 + snyk monitor '--org=edgex-jenkins' 21:25:18 21:25:18 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 21:25:18 21:25:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/380e3a70-e057-4b47-ab8d-89e23ae6172e 21:25:18 21:25:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:25:18 21:25:18 21:25:18 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 21:25:18 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:25:18 $ docker stop --time=1 aa90dea97143fa0a8bbd6810a798a0219eb6c85ae3ae95d5877216db81b37aa6 21:25:22 $ docker rm -f aa90dea97143fa0a8bbd6810a798a0219eb6c85ae3ae95d5877216db81b37aa6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:25:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:25:23 21:25:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 21:25:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:25:23 latest: Pulling from edgex-devops/edgex-klar 21:25:23 e7c96db7181b: Pulling fs layer 21:25:23 1868ca2cb446: Pulling fs layer 21:25:23 136be5d0fe8e: Pulling fs layer 21:25:23 894bfe63afcb: Pulling fs layer 21:25:23 894bfe63afcb: Waiting 21:25:23 1868ca2cb446: Download complete 21:25:23 136be5d0fe8e: Download complete 21:25:23 e7c96db7181b: Download complete 21:25:23 894bfe63afcb: Verifying Checksum 21:25:23 894bfe63afcb: Download complete 21:25:24 e7c96db7181b: Pull complete 21:25:24 1868ca2cb446: Pull complete 21:25:24 136be5d0fe8e: Pull complete 21:25:24 894bfe63afcb: Pull complete 21:25:24 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 21:25:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:25:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 21:25:24 prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container 21:25:24 $ docker run -t -d -u 1001:1001 --entrypoint= -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-devops/edgex-klar:latest cat 21:25:25 $ docker top d477a21617a4f440eb2b075450d6046c69ccb75113972d1aa8bc927dfa616718 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:26 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1b13e715b98d4114ea892088ead3eb0f32f416a1 21:25:26 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:25:31 $ docker stop --time=1 d477a21617a4f440eb2b075450d6046c69ccb75113972d1aa8bc927dfa616718 21:25:32 $ docker rm -f d477a21617a4f440eb2b075450d6046c69ccb75113972d1aa8bc927dfa616718 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:25:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:25:33 . [Pipeline] withDockerContainer 21:25:33 prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container 21:25:33 $ docker run -t -d -u 1001:1001 --entrypoint= -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-devops/edgex-klar:latest cat 21:25:33 $ docker top 98236dabf869af7f494bebde350a708b315c219662605f6396c1d48f61521ee7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:34 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1b13e715b98d4114ea892088ead3eb0f32f416a1 21:25:34 + tee 21:25:34 clair timeout 1m0s 21:25:34 docker timeout: 1m0s 21:25:34 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:25:35 $ docker stop --time=1 98236dabf869af7f494bebde350a708b315c219662605f6396c1d48f61521ee7 21:25:36 $ docker rm -f 98236dabf869af7f494bebde350a708b315c219662605f6396c1d48f61521ee7 [Pipeline] // withDockerContainer [Pipeline] sh 21:25:37 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 21:25:37 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_1b13e715b98d4114ea892088ead3eb0f32f416a1.html [Pipeline] writeFile [Pipeline] step 21:25:37 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 21:25:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:25:37 . [Pipeline] withDockerContainer 21:25:37 prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container 21:25:37 $ docker run -t -d -u 1001:1001 --entrypoint= -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-devops/edgex-klar:latest cat 21:25:38 $ docker top 9827e8167430fa9916eae7c7f75377ce273a84556f8ff66cba880f26b5bf17bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:38 + tee 21:25:38 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1b13e715b98d4114ea892088ead3eb0f32f416a1 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:25:44 $ docker stop --time=1 9827e8167430fa9916eae7c7f75377ce273a84556f8ff66cba880f26b5bf17bc 21:25:45 $ docker rm -f 9827e8167430fa9916eae7c7f75377ce273a84556f8ff66cba880f26b5bf17bc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:25:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:25:45 . [Pipeline] withDockerContainer 21:25:46 prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container 21:25:46 $ docker run -t -d -u 1001:1001 --entrypoint= -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-devops/edgex-klar:latest cat 21:25:46 $ docker top 86a9ac1a4c84bc1fadf00b2f75018f6f231924ec0c35113e131894cc04b5fb0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:47 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1b13e715b98d4114ea892088ead3eb0f32f416a1 21:25:47 + tee 21:25:47 clair timeout 1m0s 21:25:47 docker timeout: 1m0s 21:25:47 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:25:48 $ docker stop --time=1 86a9ac1a4c84bc1fadf00b2f75018f6f231924ec0c35113e131894cc04b5fb0e 21:25:49 $ docker rm -f 86a9ac1a4c84bc1fadf00b2f75018f6f231924ec0c35113e131894cc04b5fb0e [Pipeline] // withDockerContainer [Pipeline] sh 21:25:49 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 21:25:49 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_1b13e715b98d4114ea892088ead3eb0f32f416a1.html [Pipeline] writeFile [Pipeline] step 21:25:49 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 21:25:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:25:50 . [Pipeline] withDockerContainer 21:25:50 prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container 21:25:50 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:25:51 $ docker top 90a05100084f9bcd376b1108818f865eb7d5e5a6db82ca5ae5207fe8d3045ffe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:25:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:25:51 [ssh-agent] Looking for ssh-agent implementation... 21:25:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:25:51 $ docker exec 90a05100084f9bcd376b1108818f865eb7d5e5a6db82ca5ae5207fe8d3045ffe ssh-agent 21:25:51 SSH_AUTH_SOCK=/tmp/ssh-HFLH1HWTpUUP/agent.12 21:25:51 SSH_AGENT_PID=17 21:25:51 Running ssh-add (command line suppressed) 21:25:52 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3205428713961494422.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3205428713961494422.key) 21:25:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:25:52 + git semver tag 21:25:52 # -> Open(): unable to determine branch for HEAD 21:25:52 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:25:52 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:25:52 # $SEMVER_REMOTE_NAME = origin 21:25:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:25:52 # $SEMVER_USER_NAME = edgex-jenkins 21:25:52 # $SEMVER_BRANCH = master 21:25:52 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:25:52 # 1b13e715b98d4114ea892088ead3eb0f32f416a1 HEAD 21:25:52 # -> Force: false 21:25:52 # 6d49468b303fbd18ad9d6b4deb9e71e67798b0ca refs/tags/v1.2.1-dev.1 [Pipeline] } 21:25:52 $ docker exec --env ******** --env ******** 90a05100084f9bcd376b1108818f865eb7d5e5a6db82ca5ae5207fe8d3045ffe ssh-agent -k 21:25:52 unset SSH_AUTH_SOCK; 21:25:52 unset SSH_AGENT_PID; 21:25:52 echo Agent pid 17 killed; 21:25:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:25:52 + git semver [Pipeline] } 21:25:52 $ docker stop --time=1 90a05100084f9bcd376b1108818f865eb7d5e5a6db82ca5ae5207fe8d3045ffe 21:25:54 $ docker rm -f 90a05100084f9bcd376b1108818f865eb7d5e5a6db82ca5ae5207fe8d3045ffe [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:25:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:25:54 21:25:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:25:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:25:55 0.23.1-centos7: Pulling from edgex-lftools 21:25:55 ab5ef0e58194: Pulling fs layer 21:25:55 9712f1f96733: Pulling fs layer 21:25:55 63f879dbbcfc: Pulling fs layer 21:25:55 0d9ebad4ef96: Pulling fs layer 21:25:55 e9a5061849ea: Pulling fs layer 21:25:55 d747dcd14b5f: Pulling fs layer 21:25:55 2de7ff778b66: Pulling fs layer 21:25:55 e9a5061849ea: Waiting 21:25:55 d747dcd14b5f: Waiting 21:25:55 0d9ebad4ef96: Waiting 21:25:55 9712f1f96733: Verifying Checksum 21:25:55 9712f1f96733: Download complete 21:25:56 63f879dbbcfc: Verifying Checksum 21:25:56 63f879dbbcfc: Download complete 21:25:56 e9a5061849ea: Verifying Checksum 21:25:56 e9a5061849ea: Download complete 21:25:56 d747dcd14b5f: Verifying Checksum 21:25:56 d747dcd14b5f: Download complete 21:25:56 2de7ff778b66: Verifying Checksum 21:25:56 2de7ff778b66: Download complete 21:25:56 0d9ebad4ef96: Verifying Checksum 21:25:56 0d9ebad4ef96: Download complete 21:25:56 ab5ef0e58194: Verifying Checksum 21:25:56 ab5ef0e58194: Download complete 21:26:01 ab5ef0e58194: Pull complete 21:26:01 9712f1f96733: Pull complete 21:26:04 63f879dbbcfc: Pull complete 21:26:11 0d9ebad4ef96: Pull complete 21:26:12 e9a5061849ea: Pull complete 21:26:12 d747dcd14b5f: Pull complete 21:26:16 2de7ff778b66: Pull complete 21:26:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:26:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:26:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:26:16 prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container 21:26:16 $ docker run -t -d -u 1001:1001 -u 0:0 -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:0.23.1-centos7 cat 21:26:19 $ docker top d103b33618f7ee2e02f0e1fdefbe46f3d0c81b9438f8bff5442e613d71de1872 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:26:19 provisioning config files... 21:26:19 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config4538468283809934601tmp 21:26:19 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config2945210716278858047tmp 21:26:19 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config9220052507046372933tmp [Pipeline] { [Pipeline] echo 21:26:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:26:19 ---> sigul-configuration.sh 21:26:19 gpg: directory `/root/.gnupg' created 21:26:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:26:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:26:19 gpg: keyring `/root/.gnupg/secring.gpg' created 21:26:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:26:19 gpg: CAST5 encrypted data 21:26:19 gpg: encrypted with 1 passphrase 21:26:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:26:20 + mkdir /home/jenkins 21:26:20 + mkdir /home/jenkins/sigul [Pipeline] sh 21:26:20 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 21:26:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:26:20 ---> sigul-install.sh 21:26:26 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:26:26 + git tag --list 21:26:26 v1.2.1-dev.1 [Pipeline] sh 21:26:26 + lftools sign git-tag v1.2.1-dev.1 21:26:28 Signing Git tag with Sigul... 21:26:28 Signing v1.2.1-dev.1 [Pipeline] echo 21:26:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:26:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:26:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:26:29 $ docker stop --time=1 d103b33618f7ee2e02f0e1fdefbe46f3d0c81b9438f8bff5442e613d71de1872 21:26:31 $ docker rm -f d103b33618f7ee2e02f0e1fdefbe46f3d0c81b9438f8bff5442e613d71de1872 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:26:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:26:31 . [Pipeline] withDockerContainer 21:26:31 prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container 21:26:31 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:26:32 $ docker top 1c003db331e3a5550eaa2506338ae9b005d8ecf4e54c5d5eb26275bed8549617 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:26:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:26:32 [ssh-agent] Looking for ssh-agent implementation... 21:26:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:26:32 $ docker exec 1c003db331e3a5550eaa2506338ae9b005d8ecf4e54c5d5eb26275bed8549617 ssh-agent 21:26:32 SSH_AUTH_SOCK=/tmp/ssh-Gcm2NAe0Ja1i/agent.11 21:26:32 SSH_AGENT_PID=16 21:26:33 Running ssh-add (command line suppressed) 21:26:33 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7280714315976021725.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7280714315976021725.key) 21:26:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:26:33 + git semver bump pre 21:26:33 # -> Open(): unable to determine branch for HEAD 21:26:33 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:26:33 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:26:33 # $SEMVER_REMOTE_NAME = origin 21:26:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:26:33 # $SEMVER_USER_NAME = edgex-jenkins 21:26:33 # $SEMVER_BRANCH = master 21:26:33 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:26:33 1.2.1-dev.2 [Pipeline] } 21:26:33 $ docker exec --env ******** --env ******** 1c003db331e3a5550eaa2506338ae9b005d8ecf4e54c5d5eb26275bed8549617 ssh-agent -k 21:26:33 unset SSH_AUTH_SOCK; 21:26:33 unset SSH_AGENT_PID; 21:26:33 echo Agent pid 16 killed; 21:26:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:26:34 + git semver [Pipeline] } 21:26:34 $ docker stop --time=1 1c003db331e3a5550eaa2506338ae9b005d8ecf4e54c5d5eb26275bed8549617 21:26:35 $ docker rm -f 1c003db331e3a5550eaa2506338ae9b005d8ecf4e54c5d5eb26275bed8549617 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:26:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:26:35 . [Pipeline] withDockerContainer 21:26:35 prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container 21:26:35 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:26:36 $ docker top 38bb06c7aa149bf7edde0d715451c19ba60a88aa3324a2c78d9f1240118646ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:26:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:26:36 [ssh-agent] Looking for ssh-agent implementation... 21:26:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:26:36 $ docker exec 38bb06c7aa149bf7edde0d715451c19ba60a88aa3324a2c78d9f1240118646ae ssh-agent 21:26:37 SSH_AUTH_SOCK=/tmp/ssh-DOxiuqYNYQ6k/agent.11 21:26:37 SSH_AGENT_PID=17 21:26:37 Running ssh-add (command line suppressed) 21:26:37 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_205874993540143227.key (/w/workspace/_app-service-configurable_master@tmp/private_key_205874993540143227.key) 21:26:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:26:37 + git semver push 21:26:37 # -> Open(): unable to determine branch for HEAD 21:26:37 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:26:37 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:26:37 # $SEMVER_REMOTE_NAME = origin 21:26:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:26:37 # $SEMVER_USER_NAME = edgex-jenkins 21:26:37 # $SEMVER_BRANCH = master 21:26:37 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:26:41 git-semver-push: object not found [Pipeline] } 21:26:41 $ docker exec --env ******** --env ******** 38bb06c7aa149bf7edde0d715451c19ba60a88aa3324a2c78d9f1240118646ae ssh-agent -k 21:26:41 unset SSH_AUTH_SOCK; 21:26:41 unset SSH_AGENT_PID; 21:26:41 echo Agent pid 17 killed; 21:26:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:26:42 $ docker stop --time=1 38bb06c7aa149bf7edde0d715451c19ba60a88aa3324a2c78d9f1240118646ae 21:26:43 $ docker rm -f 38bb06c7aa149bf7edde0d715451c19ba60a88aa3324a2c78d9f1240118646ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:26:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:26:44 ---> package-listing.sh 21:26:44 ++ facter osfamily 21:26:44 ++ tr '[:upper:]' '[:lower:]' 21:26:44 + OS_FAMILY=redhat 21:26:44 + workspace=/w/workspace/_app-service-configurable_master 21:26:44 + START_PACKAGES=/tmp/packages_start.txt 21:26:44 + END_PACKAGES=/tmp/packages_end.txt 21:26:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:26:44 + PACKAGES=/tmp/packages_start.txt 21:26:44 + '[' /w/workspace/_app-service-configurable_master ']' 21:26:44 + PACKAGES=/tmp/packages_end.txt 21:26:44 + case "${OS_FAMILY}" in 21:26:44 + rpm -qa 21:26:44 + sort 21:26:48 + '[' -f /tmp/packages_start.txt ']' 21:26:48 + '[' -f /tmp/packages_end.txt ']' 21:26:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:26:48 + '[' /w/workspace/_app-service-configurable_master ']' 21:26:48 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 21:26:48 + 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 21:26:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:26:49 21:26:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:26:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:26:49 alpine: Pulling from edgex-lftools-log-publisher 21:26:49 c9b1b535fdd9: Pulling fs layer 21:26:49 2cc5ad85d9ab: Pulling fs layer 21:26:49 756a868c4378: Pulling fs layer 21:26:49 444b2fc9a129: Pulling fs layer 21:26:49 ea15f1150254: Pulling fs layer 21:26:49 41b27a9f41bf: Pulling fs layer 21:26:49 28c525ee5125: Pulling fs layer 21:26:49 094b1ea09ed8: Pulling fs layer 21:26:49 138eaada9080: Pulling fs layer 21:26:49 0622d0fa9048: Pulling fs layer 21:26:49 41b27a9f41bf: Waiting 21:26:49 094b1ea09ed8: Waiting 21:26:49 28c525ee5125: Waiting 21:26:49 0622d0fa9048: Waiting 21:26:49 138eaada9080: Waiting 21:26:49 444b2fc9a129: Waiting 21:26:49 ea15f1150254: Waiting 21:26:49 2cc5ad85d9ab: Download complete 21:26:49 444b2fc9a129: Verifying Checksum 21:26:49 444b2fc9a129: Download complete 21:26:49 c9b1b535fdd9: Verifying Checksum 21:26:49 c9b1b535fdd9: Download complete 21:26:49 ea15f1150254: Verifying Checksum 21:26:49 ea15f1150254: Download complete 21:26:49 28c525ee5125: Verifying Checksum 21:26:49 28c525ee5125: Download complete 21:26:49 756a868c4378: Verifying Checksum 21:26:49 756a868c4378: Download complete 21:26:49 138eaada9080: Verifying Checksum 21:26:49 138eaada9080: Download complete 21:26:49 0622d0fa9048: Verifying Checksum 21:26:49 0622d0fa9048: Download complete 21:26:50 094b1ea09ed8: Verifying Checksum 21:26:50 094b1ea09ed8: Download complete 21:26:50 41b27a9f41bf: Verifying Checksum 21:26:50 41b27a9f41bf: Download complete 21:26:50 c9b1b535fdd9: Pull complete 21:26:50 2cc5ad85d9ab: Pull complete 21:26:52 756a868c4378: Pull complete 21:26:52 444b2fc9a129: Pull complete 21:26:53 ea15f1150254: Pull complete 21:26:57 41b27a9f41bf: Pull complete 21:26:57 28c525ee5125: Pull complete 21:26:59 094b1ea09ed8: Pull complete 21:27:00 138eaada9080: Pull complete 21:27:00 0622d0fa9048: Pull complete 21:27:00 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 21:27:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:27:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:27:00 prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container 21:27:00 $ 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 21:27:04 $ docker top cdc085676845503a7b732c567e45cb6b6b12caaddad2069dd58ad44fb57025eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:27:04 provisioning config files... 21:27:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6119468727196035646tmp [Pipeline] { [Pipeline] echo 21:27:04 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:27:04 ---> create-netrc.sh [Pipeline] echo 21:27:04 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:27:04 ---> logs-deploy.sh 21:27:04 + ARCHIVE_ARTIFACTS= 21:27:04 + LOGS_SERVER=https://logs.edgexfoundry.org 21:27:04 + '[' https://logs.edgexfoundry.org == None ']' 21:27:04 + NEXUS_URL=https://nexus.edgexfoundry.org 21:27:04 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/32 21:27:04 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/32/ 21:27:04 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/32 /w/workspace/_app-service-configurable_master 21:27:05 Archives upload complete. 21:27:06 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/32 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/32/ 21:27:07 ---> uname -a: 21:27:07 Linux cdc085676845 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:27:07 21:27:07 21:27:07 ---> lscpu: 21:27:07 Architecture: x86_64 21:27:07 CPU op-mode(s): 32-bit, 64-bit 21:27:07 Byte Order: Little Endian 21:27:07 Address sizes: 40 bits physical, 48 bits virtual 21:27:07 CPU(s): 4 21:27:07 On-line CPU(s) list: 0-3 21:27:07 Thread(s) per core: 1 21:27:07 Core(s) per socket: 1 21:27:07 Socket(s): 4 21:27:07 NUMA node(s): 1 21:27:07 Vendor ID: GenuineIntel 21:27:07 CPU family: 6 21:27:07 Model: 44 21:27:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:27:07 Stepping: 1 21:27:07 CPU MHz: 2933.436 21:27:07 BogoMIPS: 5866.87 21:27:07 Virtualization: VT-x 21:27:07 Hypervisor vendor: KVM 21:27:07 Virtualization type: full 21:27:07 L1d cache: 128 KiB 21:27:07 L1i cache: 128 KiB 21:27:07 L2 cache: 16 MiB 21:27:07 L3 cache: 64 MiB 21:27:07 NUMA node0 CPU(s): 0-3 21:27:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:27:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:27:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:27:07 Vulnerability Meltdown: Mitigation; PTI 21:27:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:27:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:27:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:27:07 Vulnerability Tsx async abort: Not affected 21:27:07 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 21:27:07 21:27:07 21:27:07 ---> nproc: 21:27:07 4 21:27:07 21:27:07 21:27:07 ---> df -h: 21:27:07 Filesystem Size Used Available Use% Mounted on 21:27:07 overlay 50.0G 8.1G 41.9G 16% / 21:27:07 tmpfs 64.0M 0 64.0M 0% /dev 21:27:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:27:07 shm 64.0M 0 64.0M 0% /dev/shm 21:27:07 /dev/vda1 50.0G 8.1G 41.9G 16% /etc/resolv.conf 21:27:07 /dev/vda1 50.0G 8.1G 41.9G 16% /etc/hostname 21:27:07 /dev/vda1 50.0G 8.1G 41.9G 16% /etc/hosts 21:27:07 /dev/vda1 50.0G 8.1G 41.9G 16% /var/log/sa 21:27:07 /dev/vda1 50.0G 8.1G 41.9G 16% /w/workspace/_app-service-configurable_master 21:27:07 /dev/vda1 50.0G 8.1G 41.9G 16% /w/workspace/_app-service-configurable_master@tmp 21:27:07 21:27:07 21:27:07 ---> free -m: 21:27:07 total used free shared buff/cache available 21:27:07 Mem: 1837 794 108 0 934 976 21:27:07 Swap: 1023 3 1020 21:27:07 21:27:07 21:27:07 ---> ip addr: 21:27:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:27:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:27:07 inet 127.0.0.1/8 scope host lo 21:27:07 valid_lft forever preferred_lft forever 21:27:07 24: eth0@if25: mtu 1458 qdisc noqueue state UP 21:27:07 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 21:27:07 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 21:27:07 valid_lft forever preferred_lft forever 21:27:07 21:27:07 21:27:07 ---> sar -b -r -n DEV: 21:27:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/17/20 _x86_64_ (4 CPU) 21:27:07 21:27:07 21:09:56 LINUX RESTART 21:27:07 21:27:07 21:11:01 tps rtps wtps bread/s bwrtn/s 21:27:07 21:12:01 2.35 0.00 2.35 0.00 51.98 21:27:07 21:13:01 0.33 0.00 0.33 0.00 4.88 21:27:07 21:14:01 0.42 0.00 0.42 0.00 6.38 21:27:07 21:15:01 0.58 0.00 0.58 0.00 6.79 21:27:07 21:16:01 0.30 0.00 0.30 0.00 4.63 21:27:07 21:17:01 0.28 0.02 0.27 0.13 2.75 21:27:07 21:18:01 0.23 0.00 0.23 0.00 1.93 21:27:07 21:19:01 0.27 0.00 0.27 0.00 3.71 21:27:07 21:20:01 0.25 0.00 0.25 0.00 2.71 21:27:07 21:21:01 0.30 0.00 0.30 0.00 3.95 21:27:07 21:22:01 0.25 0.00 0.25 0.00 2.56 21:27:07 21:23:01 1.10 0.25 0.85 14.66 20.82 21:27:07 21:24:01 0.45 0.00 0.45 0.00 6.63 21:27:07 21:25:01 46.93 17.25 29.68 1145.60 17691.36 21:27:07 21:26:01 267.33 150.69 116.64 6730.97 27904.31 21:27:07 21:27:01 291.13 127.76 163.37 8513.62 40655.42 21:27:07 Average: 38.41 18.56 19.85 1028.99 5416.20 21:27:07 21:27:07 21:11:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:27:07 21:12:01 170812 1710744 90.92 2620 1144124 1078144 36.80 411348 1140732 12 21:27:07 21:13:01 168940 1712616 91.02 2620 1144128 1073244 36.63 414428 1139924 8 21:27:07 21:14:01 168736 1712820 91.03 2620 1144136 1073296 36.63 414764 1139924 8 21:27:07 21:15:01 168416 1713140 91.05 2620 1144136 1073068 36.62 417200 1137440 8 21:27:07 21:16:01 165612 1715944 91.20 2620 1144140 1073140 36.62 422536 1135140 8 21:27:07 21:17:01 165928 1715628 91.18 2620 1144152 1073196 36.63 429772 1127808 8 21:27:07 21:18:01 165796 1715760 91.19 2620 1144156 1073196 36.63 423520 1134048 8 21:27:07 21:19:01 165796 1715760 91.19 2620 1144164 1073196 36.63 423408 1134048 8 21:27:07 21:20:01 165160 1716396 91.22 2620 1144168 1073384 36.63 424472 1134048 8 21:27:07 21:21:01 165320 1716236 91.21 2620 1144176 1073280 36.63 420468 1137588 8 21:27:07 21:22:01 165648 1715908 91.20 2620 1144176 1073232 36.63 420104 1137584 8 21:27:07 21:23:01 156084 1725472 91.70 2620 1144640 1085892 37.06 424664 1137788 8 21:27:07 21:24:01 156288 1725268 91.69 2620 1144648 1085880 37.06 424620 1137788 12 21:27:07 21:25:01 174772 1706784 90.71 2620 1021580 1523004 51.98 479400 1029724 81052 21:27:07 21:26:01 119844 1761712 93.63 2596 1013776 1552396 52.98 637364 911236 99780 21:27:07 21:27:01 114576 1766980 93.91 1496 959956 1334504 45.54 612180 841824 2848 21:27:07 Average: 159858 1721698 91.50 2548 1116891 1149503 39.23 450016 1097290 11487 21:27:07 21:27:07 21:11:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 21:27:07 21:12:01 eth0 0.67 0.08 0.06 0.02 0.00 0.00 0.00 21:27:07 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:13:01 eth0 3.96 1.62 3.78 0.28 0.00 0.00 0.00 21:27:07 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:14:01 eth0 0.80 0.40 0.34 0.20 0.00 0.00 0.00 21:27:07 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 21:27:07 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:16:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 21:27:07 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:17:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 21:27:07 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:18:01 eth0 0.05 0.07 0.00 0.01 0.00 0.00 0.00 21:27:07 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:19:01 eth0 0.53 0.08 0.06 0.01 0.00 0.00 0.00 21:27:07 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:20:01 eth0 0.53 0.50 0.27 0.18 0.00 0.00 0.00 21:27:07 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:21:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 21:27:07 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:22:01 eth0 0.15 0.13 0.06 0.04 0.00 0.00 0.00 21:27:07 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:23:01 eth0 8.33 4.80 7.84 3.30 0.00 0.00 0.00 21:27:07 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:24:01 eth0 1.18 0.70 0.92 0.51 0.00 0.00 0.00 21:27:07 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:25:01 eth0 115.95 80.16 3762.63 9.89 0.00 0.00 0.00 21:27:07 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:26:01 eth0 230.02 175.17 3702.36 93.84 0.00 0.00 0.00 21:27:07 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:26:01 docker0 38.03 39.52 4.09 302.58 0.00 0.00 0.00 21:27:07 21:27:01 eth0 166.08 124.40 2538.50 71.11 0.00 0.00 0.00 21:27:07 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 21:27:01 docker0 19.47 22.31 1.25 156.40 0.00 0.00 0.00 21:27:07 Average: eth0 33.14 24.35 627.55 11.26 0.00 0.00 0.00 21:27:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:27:07 Average: docker0 3.60 3.88 0.34 28.77 0.00 0.00 0.00 21:27:07 21:27:07 21:27:07 ---> sar -P ALL: 21:27:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/17/20 _x86_64_ (4 CPU) 21:27:07 21:27:07 21:09:56 LINUX RESTART 21:27:07 21:27:07 21:11:01 CPU %user %nice %system %iowait %steal %idle 21:27:07 21:12:01 all 0.16 0.00 0.05 0.00 0.01 99.78 21:27:07 21:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:27:07 21:12:01 1 0.08 0.00 0.07 0.00 0.02 99.83 21:27:07 21:12:01 2 0.05 0.00 0.05 0.00 0.02 99.88 21:27:07 21:12:01 3 0.48 0.00 0.03 0.00 0.02 99.47 21:27:07 21:13:01 all 0.19 0.00 0.04 0.00 0.01 99.76 21:27:07 21:13:01 0 0.05 0.00 0.02 0.00 0.02 99.92 21:27:07 21:13:01 1 0.08 0.00 0.03 0.00 0.02 99.87 21:27:07 21:13:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:27:07 21:13:01 3 0.57 0.00 0.03 0.00 0.00 99.40 21:27:07 21:14:01 all 0.15 0.00 0.03 0.00 0.01 99.80 21:27:07 21:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:27:07 21:14:01 1 0.05 0.00 0.05 0.00 0.03 99.87 21:27:07 21:14:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:27:07 21:14:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:27:07 21:15:01 all 0.13 0.00 0.03 0.00 0.01 99.83 21:27:07 21:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:27:07 21:15:01 1 0.05 0.00 0.05 0.00 0.02 99.88 21:27:07 21:15:01 2 0.05 0.00 0.03 0.00 0.02 99.90 21:27:07 21:15:01 3 0.42 0.00 0.03 0.00 0.02 99.53 21:27:07 21:16:01 all 0.12 0.00 0.06 0.00 0.01 99.80 21:27:07 21:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:27:07 21:16:01 1 0.05 0.00 0.07 0.00 0.03 99.85 21:27:07 21:16:01 2 0.00 0.00 0.12 0.00 0.00 99.88 21:27:07 21:16:01 3 0.40 0.00 0.05 0.00 0.00 99.55 21:27:07 21:17:01 all 0.14 0.00 0.04 0.00 0.02 99.80 21:27:07 21:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:27:07 21:17:01 1 0.07 0.00 0.05 0.00 0.03 99.85 21:27:07 21:17:01 2 0.02 0.00 0.05 0.00 0.02 99.92 21:27:07 21:17:01 3 0.48 0.00 0.02 0.00 0.00 99.50 21:27:07 21:18:01 all 0.14 0.00 0.03 0.00 0.02 99.81 21:27:07 21:18:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:27:07 21:18:01 1 0.05 0.00 0.03 0.00 0.05 99.87 21:27:07 21:18:01 2 0.02 0.00 0.03 0.00 0.02 99.93 21:27:07 21:18:01 3 0.48 0.00 0.03 0.00 0.02 99.47 21:27:07 21:19:01 all 0.14 0.00 0.02 0.00 0.01 99.83 21:27:07 21:19:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:27:07 21:19:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:27:07 21:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:27:07 21:19:01 3 0.49 0.00 0.00 0.00 0.00 99.51 21:27:07 21:20:01 all 0.12 0.00 0.04 0.00 0.01 99.83 21:27:07 21:20:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:27:07 21:20:01 1 0.03 0.00 0.05 0.00 0.02 99.90 21:27:07 21:20:01 2 0.02 0.00 0.03 0.00 0.02 99.93 21:27:07 21:20:01 3 0.38 0.00 0.05 0.00 0.02 99.55 21:27:07 21:21:01 all 0.10 0.00 0.04 0.00 0.01 99.85 21:27:07 21:21:01 0 0.00 0.00 0.03 0.00 0.02 99.95 21:27:07 21:21:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:27:07 21:21:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:27:07 21:21:01 3 0.33 0.00 0.05 0.00 0.00 99.62 21:27:07 21:22:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:27:07 21:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:27:07 21:22:01 1 0.07 0.00 0.05 0.00 0.02 99.87 21:27:07 21:22:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:27:07 21:22:01 3 0.50 0.00 0.03 0.00 0.02 99.45 21:27:07 21:23:01 all 0.38 0.00 0.18 0.00 0.02 99.42 21:27:07 21:23:01 0 0.43 0.00 0.18 0.02 0.02 99.35 21:27:07 21:23:01 1 0.15 0.00 0.15 0.00 0.02 99.68 21:27:07 21:23:01 2 0.18 0.00 0.17 0.02 0.02 99.62 21:27:07 21:23:01 3 0.77 0.00 0.20 0.00 0.00 99.03 21:27:07 21:24:01 all 0.16 0.00 0.06 0.00 0.00 99.78 21:27:07 21:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:27:07 21:24:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:27:07 21:24:01 2 0.05 0.00 0.08 0.00 0.02 99.85 21:27:07 21:24:01 3 0.52 0.00 0.07 0.00 0.00 99.42 21:27:07 21:25:01 all 4.40 0.00 2.53 0.07 0.35 92.66 21:27:07 21:25:01 0 4.25 0.00 2.86 0.03 0.27 92.58 21:27:07 21:25:01 1 4.62 0.00 2.34 0.05 0.40 92.59 21:27:07 21:25:01 2 4.16 0.00 2.31 0.13 0.37 93.03 21:27:07 21:25:01 3 4.55 0.00 2.60 0.05 0.35 92.44 21:27:07 21:26:01 all 10.11 0.00 6.40 3.05 1.55 78.89 21:27:07 21:26:01 0 9.63 0.00 7.17 3.55 1.50 78.15 21:27:07 21:26:01 1 10.12 0.00 6.55 2.32 1.51 79.50 21:27:07 21:26:01 2 10.99 0.00 6.20 3.37 1.69 77.74 21:27:07 21:26:01 3 9.65 0.00 5.69 2.95 1.52 80.19 21:27:07 21:27:01 all 12.55 0.00 8.44 4.11 0.85 74.04 21:27:07 21:27:01 0 11.79 0.00 8.29 4.33 0.87 74.72 21:27:07 21:27:01 1 12.23 0.00 9.02 5.09 1.03 72.63 21:27:07 21:27:01 2 12.49 0.00 7.73 4.15 0.78 74.85 21:27:07 21:27:01 3 13.70 0.00 8.75 2.89 0.73 73.93 21:27:07 Average: all 1.80 0.00 1.11 0.45 0.18 96.47 21:27:07 Average: 0 1.63 0.00 1.16 0.49 0.17 96.56 21:27:07 Average: 1 1.72 0.00 1.15 0.46 0.20 96.47 21:27:07 Average: 2 1.74 0.00 1.05 0.47 0.18 96.56 21:27:07 Average: 3 2.11 0.00 1.09 0.36 0.17 96.27 21:27:07 21:27:07 21:27:07