Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 52089d766941a619fd949741bc3effb36240d5e2 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-672 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 > 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 Checking out Revision 52089d766941a619fd949741bc3effb36240d5e2 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes #102 (#104)" > git rev-list --no-walk e37aa202fafc867c8cd6088613881081e3eb2c54 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:51:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:51:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:51:09 ========================================================= 15:51:09 EdgeX Global Pipelines Version Info 15:51:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:51:10 ------------------- 15:51:10 stable info: 15:51:10 ------------------- 15:51:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:51:10 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 15:51:10 Message: update stable to v1.0.106 15:51:11 ------------------- 15:51:11 experimental info: 15:51:11 ------------------- 15:51:11 Commited By: **** collab-it+edgex@linuxfoundation.org 15:51:11 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 15:51:11 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:51:13 + git log --format=format:%s -1 52089d766941a619fd949741bc3effb36240d5e2 [Pipeline] echo 15:51:14 GIT_COMMIT: 52089d766941a619fd949741bc3effb36240d5e2, Commit Message: refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes #102 (#104) [Pipeline] echo 15:51:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:51:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:51:15 15:51:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:51:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:51:15 latest: Pulling from edgex-devops/git-semver 15:51:15 31603596830f: Pulling fs layer 15:51:15 2a8b12db71e7: Pulling fs layer 15:51:15 6ca5941a6612: Pulling fs layer 15:51:15 ecc8261a40a4: Pulling fs layer 15:51:15 ecc8261a40a4: Waiting 15:51:15 2a8b12db71e7: Verifying Checksum 15:51:15 2a8b12db71e7: Download complete 15:51:15 31603596830f: Verifying Checksum 15:51:15 31603596830f: Download complete 15:51:15 ecc8261a40a4: Verifying Checksum 15:51:15 ecc8261a40a4: Download complete 15:51:15 6ca5941a6612: Verifying Checksum 15:51:15 6ca5941a6612: Download complete 15:51:16 31603596830f: Pull complete 15:51:16 2a8b12db71e7: Pull complete 15:51:17 6ca5941a6612: Pull complete 15:51:17 ecc8261a40a4: Pull complete 15:51:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:51:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:51:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:51:17 prd-centos7-docker-4c-2g-672 does not seem to be running inside a container 15:51:17 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:51:19 $ docker top 9003184305cfb165ceaaa28c8304397eb9cfa40dc9d284dd74b5253cd74bd029 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:51:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:51:20 [ssh-agent] Looking for ssh-agent implementation... 15:51:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:51:20 $ docker exec 9003184305cfb165ceaaa28c8304397eb9cfa40dc9d284dd74b5253cd74bd029 ssh-agent 15:51:20 SSH_AUTH_SOCK=/tmp/ssh-KVYQPT0tF94f/agent.11 15:51:20 SSH_AGENT_PID=16 15:51:20 Running ssh-add (command line suppressed) 15:51:20 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6423189229908355273.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6423189229908355273.key) 15:51:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:51:21 + git describe --exact-match --tags HEAD 15:51:21 fatal: No names found, cannot describe anything. [Pipeline] } 15:51:21 $ docker exec --env ******** --env ******** 9003184305cfb165ceaaa28c8304397eb9cfa40dc9d284dd74b5253cd74bd029 ssh-agent -k 15:51:21 unset SSH_AUTH_SOCK; 15:51:21 unset SSH_AGENT_PID; 15:51:21 echo Agent pid 16 killed; 15:51:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:51:21 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:51:21 This usually means this commit has not been tagged. [Pipeline] sshagent 15:51:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:51:21 [ssh-agent] Looking for ssh-agent implementation... 15:51:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:51:21 $ docker exec 9003184305cfb165ceaaa28c8304397eb9cfa40dc9d284dd74b5253cd74bd029 ssh-agent 15:51:21 SSH_AUTH_SOCK=/tmp/ssh-IBpB0B1kFCmS/agent.45 15:51:21 SSH_AGENT_PID=50 15:51:21 Running ssh-add (command line suppressed) 15:51:22 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2490596039871630029.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2490596039871630029.key) 15:51:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:51:22 + git semver init 15:51:22 # -> Open(): unable to determine branch for HEAD 15:51:22 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 15:51:22 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 15:51:22 # $SEMVER_REMOTE_NAME = origin 15:51:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:51:22 # $SEMVER_USER_NAME = edgex-jenkins 15:51:22 # $SEMVER_BRANCH = master 15:51:22 # $SEMVER_TEMP = /tmp/semver-475479904 15:51:22 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 15:51:22 # '/tmp/semver-475479904' -> '/w/workspace/_app-service-configurable_master/.semver' 15:51:22 # -> Force: false 15:51:22 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 15:51:23 $ docker exec --env ******** --env ******** 9003184305cfb165ceaaa28c8304397eb9cfa40dc9d284dd74b5253cd74bd029 ssh-agent -k 15:51:23 unset SSH_AUTH_SOCK; 15:51:23 unset SSH_AGENT_PID; 15:51:23 echo Agent pid 50 killed; 15:51:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:51:23 + git semver [Pipeline] } 15:51:23 $ docker stop --time=1 9003184305cfb165ceaaa28c8304397eb9cfa40dc9d284dd74b5253cd74bd029 15:51:24 $ docker rm -f 9003184305cfb165ceaaa28c8304397eb9cfa40dc9d284dd74b5253cd74bd029 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:51:25 Stashed 18 file(s) [Pipeline] echo 15:51:25 [edgeXSemver] initialized semver on version 1.2.1-dev.7 [Pipeline] echo 15:51:25 Archived original version: [1.2.1-dev.7] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 15:51:41 Still waiting to schedule task 15:51:41 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:51:41 Still waiting to schedule task 15:51:41 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:53:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-673 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 15:53:30 Running in /w/workspace/app-service-configurable/43 [Pipeline] { [Pipeline] checkout 15:53:35 using credential edgex-jenkins-ssh 15:53:35 Cloning the remote Git repository 15:53:35 Cloning with configured refspecs honoured and without tags 15:53:35 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 15:53:36 Fetching without tags 15:53:35 > git init /w/workspace/app-service-configurable/43 # timeout=10 15:53:36 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:53:36 > git --version # timeout=10 15:53:36 using GIT_SSH to set credentials SSH Credentials for GitHub 15:53:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:53:36 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:53:36 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:53:36 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:53:36 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:53:36 using GIT_SSH to set credentials SSH Credentials for GitHub 15:53:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:53:37 Checking out Revision 52089d766941a619fd949741bc3effb36240d5e2 (master) 15:53:37 > git config core.sparsecheckout # timeout=10 15:53:37 > git checkout -f 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 15:53:41 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes #102 (#104)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:53:43 ========================================================= 15:53:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 15:53:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:53:44 + 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 . 15:53:45 Sending build context to Docker daemon 293.4kB 15:53:45 Step 1/8 : ARG BASE=golang:1.13-alpine 15:53:45 Step 2/8 : FROM ${BASE} 15:53:45 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:53:45 b538f80385f9: Pulling fs layer 15:53:45 74f711af9a0d: Pulling fs layer 15:53:45 99f96fe45779: Pulling fs layer 15:53:45 fd7a069fd194: Pulling fs layer 15:53:45 66aa3694b03b: Pulling fs layer 15:53:45 170f70906a0f: Pulling fs layer 15:53:45 ad7c5574e4b9: Pulling fs layer 15:53:45 e772456be8f7: Pulling fs layer 15:53:45 c890913d741a: Pulling fs layer 15:53:45 2480fcc9aa5a: Pulling fs layer 15:53:45 09adf4765672: Pulling fs layer 15:53:45 170f70906a0f: Waiting 15:53:45 ad7c5574e4b9: Waiting 15:53:45 e772456be8f7: Waiting 15:53:45 09adf4765672: Waiting 15:53:45 c890913d741a: Waiting 15:53:45 2480fcc9aa5a: Waiting 15:53:45 fd7a069fd194: Waiting 15:53:45 66aa3694b03b: Waiting 15:53:45 99f96fe45779: Download complete 15:53:45 74f711af9a0d: Verifying Checksum 15:53:45 74f711af9a0d: Download complete 15:53:45 66aa3694b03b: Download complete 15:53:45 170f70906a0f: Verifying Checksum 15:53:45 170f70906a0f: Download complete 15:53:45 b538f80385f9: Verifying Checksum 15:53:45 b538f80385f9: Download complete 15:53:46 b538f80385f9: Pull complete 15:53:47 74f711af9a0d: Pull complete 15:53:47 99f96fe45779: Pull complete 15:53:48 ad7c5574e4b9: Verifying Checksum 15:53:48 ad7c5574e4b9: Download complete 15:53:48 c890913d741a: Verifying Checksum 15:53:48 c890913d741a: Download complete 15:53:50 2480fcc9aa5a: Verifying Checksum 15:53:50 2480fcc9aa5a: Download complete 15:53:50 09adf4765672: Verifying Checksum 15:53:50 09adf4765672: Download complete 15:53:51 e772456be8f7: Verifying Checksum 15:53:51 e772456be8f7: Download complete 15:53:51 fd7a069fd194: Download complete 15:54:03 fd7a069fd194: Pull complete 15:54:03 66aa3694b03b: Pull complete 15:54:03 170f70906a0f: Pull complete 15:54:07 ad7c5574e4b9: Pull complete 15:54:14 e772456be8f7: Pull complete 15:54:14 c890913d741a: Pull complete 15:54:16 2480fcc9aa5a: Pull complete 15:54:16 09adf4765672: Pull complete 15:54:16 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 15:54:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 15:54:16 ---> 2248a725d1cf 15:54:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:54:22 ---> Running in 1c761920cea7 15:54:22 Removing intermediate container 1c761920cea7 15:54:22 ---> a52b1dec01b3 15:54:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:22 ---> Running in 7e27073ff75a 15:54:24 Running on prd-centos7-docker-4c-2g-674 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 15:54:24 Running in /w/workspace/app-service-configurable/43 [Pipeline] { [Pipeline] checkout 15:54:25 Removing intermediate container 7e27073ff75a 15:54:25 ---> a307d1e20ec5 15:54:25 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 15:54:25 ---> Running in 4ef02e505792 15:54:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:54:26 using credential edgex-jenkins-ssh 15:54:26 Cloning the remote Git repository 15:54:26 Cloning with configured refspecs honoured and without tags 15:54:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:54:27 Fetching without tags 15:54:26 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 15:54:26 > git init /w/workspace/app-service-configurable/43 # timeout=10 15:54:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:54:26 > git --version # timeout=10 15:54:26 using GIT_SSH to set credentials SSH Credentials for GitHub 15:54:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:54:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:54:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:54:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:54:27 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:54:27 using GIT_SSH to set credentials SSH Credentials for GitHub 15:54:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:54:27 Checking out Revision 52089d766941a619fd949741bc3effb36240d5e2 (master) 15:54:28 (1/6) Installing libc-dev (0.7.2-r3) 15:54:28 (2/6) Installing libsodium (1.0.18-r0) 15:54:28 (3/6) Installing pkgconf (1.7.2-r0) 15:54:28 (4/6) Installing libsodium-dev (1.0.18-r0) 15:54:28 (5/6) Installing libzmq (4.3.2-r0) 15:54:28 (6/6) Installing zeromq-dev (4.3.2-r0) 15:54:28 Executing busybox-1.31.1-r16.trigger 15:54:28 OK: 143 MiB in 45 packages 15:54:27 > git config core.sparsecheckout # timeout=10 15:54:27 > git checkout -f 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 15:54:29 Removing intermediate container 4ef02e505792 15:54:29 ---> 1cd85386f2a4 15:54:29 Step 6/8 : WORKDIR /app 15:54:29 ---> Running in e1b7fa02812f 15:54:30 Removing intermediate container e1b7fa02812f 15:54:30 ---> 5f1af17443ef 15:54:30 Step 7/8 : COPY . . 15:54:31 ---> eade96bece3f 15:54:31 Step 8/8 : RUN go mod download 15:54:31 ---> Running in 8b4e3f63287b 15:54:31 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes #102 (#104)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:54:32 ========================================================= 15:54:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 15:54:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:54:33 + 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 . 15:54:33 Sending build context to Docker daemon 293.4kB 15:54:33 Step 1/8 : ARG BASE=golang:1.13-alpine 15:54:33 Step 2/8 : FROM ${BASE} 15:54:33 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 15:54:33 df20fa9351a1: Pulling fs layer 15:54:33 ed8968b2872e: Pulling fs layer 15:54:33 a92cc7c5fd73: Pulling fs layer 15:54:33 2dd03ba5bac4: Pulling fs layer 15:54:33 1e091d79d1de: Pulling fs layer 15:54:33 481702a1767f: Pulling fs layer 15:54:33 f64a6f60c768: Pulling fs layer 15:54:33 e78d2573fc39: Pulling fs layer 15:54:33 e876d2f968b6: Pulling fs layer 15:54:33 ce8a83651883: Pulling fs layer 15:54:33 07967f4d0e4b: Pulling fs layer 15:54:33 f64a6f60c768: Waiting 15:54:33 e78d2573fc39: Waiting 15:54:33 e876d2f968b6: Waiting 15:54:33 ce8a83651883: Waiting 15:54:33 07967f4d0e4b: Waiting 15:54:33 2dd03ba5bac4: Waiting 15:54:33 1e091d79d1de: Waiting 15:54:33 481702a1767f: Waiting 15:54:33 a92cc7c5fd73: Verifying Checksum 15:54:33 a92cc7c5fd73: Download complete 15:54:33 ed8968b2872e: Verifying Checksum 15:54:33 ed8968b2872e: Download complete 15:54:33 1e091d79d1de: Verifying Checksum 15:54:33 1e091d79d1de: Download complete 15:54:33 481702a1767f: Verifying Checksum 15:54:33 481702a1767f: Download complete 15:54:33 df20fa9351a1: Verifying Checksum 15:54:33 df20fa9351a1: Download complete 15:54:34 f64a6f60c768: Verifying Checksum 15:54:34 f64a6f60c768: Download complete 15:54:34 e876d2f968b6: Verifying Checksum 15:54:34 e876d2f968b6: Download complete 15:54:35 ce8a83651883: Verifying Checksum 15:54:35 ce8a83651883: Download complete 15:54:35 df20fa9351a1: Pull complete 15:54:35 07967f4d0e4b: Verifying Checksum 15:54:35 07967f4d0e4b: Download complete 15:54:35 e78d2573fc39: Verifying Checksum 15:54:35 e78d2573fc39: Download complete 15:54:35 2dd03ba5bac4: Verifying Checksum 15:54:35 2dd03ba5bac4: Download complete 15:54:35 ed8968b2872e: Pull complete 15:54:35 a92cc7c5fd73: Pull complete 15:54:35 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:54:35 go: finding github.com/BurntSushi/toml v0.3.1 15:54:35 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:54:35 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:54:36 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:54:36 go: finding github.com/bgentry/speakeasy v0.1.0 15:54:36 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:54:36 go: finding github.com/davecgh/go-spew v1.1.1 15:54:36 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:54:36 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:54:36 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 15:54:36 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 15:54:36 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:54:36 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 15:54:36 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:54:36 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 15:54:36 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 15:54:36 go: finding github.com/fatih/color v1.7.0 15:54:36 go: finding github.com/fsnotify/fsnotify v1.4.7 15:54:36 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:54:36 go: finding github.com/go-kit/kit v0.8.0 15:54:36 go: finding github.com/go-logfmt/logfmt v0.4.0 15:54:37 go: finding github.com/go-playground/assert/v2 v2.0.1 15:54:37 go: finding github.com/go-playground/locales v0.13.0 15:54:37 go: finding github.com/go-playground/universal-translator v0.17.0 15:54:37 go: finding github.com/go-playground/validator/v10 v10.3.0 15:54:37 go: finding github.com/go-redis/redis/v7 v7.2.0 15:54:37 go: finding github.com/go-stack/stack v1.8.0 15:54:37 go: finding github.com/golang/protobuf v1.3.2 15:54:37 go: finding github.com/golang/snappy v0.0.1 15:54:37 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:54:37 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:54:37 go: finding github.com/google/go-cmp v0.4.0 15:54:37 go: finding github.com/google/uuid v1.1.1 15:54:37 go: finding github.com/gorilla/mux v1.7.4 15:54:37 go: finding github.com/hashicorp/consul/api v1.1.0 15:54:37 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:54:38 go: finding github.com/hashicorp/errwrap v1.0.0 15:54:38 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:54:38 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:54:38 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:54:38 go: finding github.com/hashicorp/go-multierror v1.0.0 15:54:38 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:54:38 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:54:38 go: finding github.com/hashicorp/go-syslog v1.0.0 15:54:38 go: finding github.com/hashicorp/go-uuid v1.0.1 15:54:38 go: finding github.com/hashicorp/go.net v0.0.1 15:54:38 go: finding github.com/hashicorp/golang-lru v0.5.0 15:54:38 go: finding github.com/hashicorp/logutils v1.0.0 15:54:38 go: finding github.com/hashicorp/mdns v1.0.0 15:54:38 go: finding github.com/hashicorp/memberlist v0.1.3 15:54:38 go: finding github.com/hashicorp/serf v0.8.2 15:54:38 go: finding github.com/hpcloud/tail v1.0.0 15:54:38 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:54:38 go: finding github.com/kr/pretty v0.1.0 15:54:38 go: finding github.com/kr/pty v1.1.1 15:54:38 go: finding github.com/kr/text v0.1.0 15:54:39 go: finding github.com/leodido/go-urn v1.2.0 15:54:39 go: finding github.com/mattn/go-colorable v0.0.9 15:54:39 go: finding github.com/mattn/go-isatty v0.0.3 15:54:39 go: finding github.com/miekg/dns v1.0.14 15:54:39 go: finding github.com/mitchellh/cli v1.0.0 15:54:39 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:54:39 go: finding github.com/mitchellh/copystructure v1.0.0 15:54:39 go: finding github.com/mitchellh/go-homedir v1.0.0 15:54:39 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:54:39 go: finding github.com/mitchellh/gox v0.4.0 15:54:39 go: finding github.com/mitchellh/iochan v1.0.0 15:54:39 go: finding github.com/mitchellh/mapstructure v1.1.2 15:54:39 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:54:39 go: finding github.com/onsi/ginkgo v1.10.1 15:54:39 go: finding github.com/onsi/gomega v1.7.0 15:54:39 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:54:39 go: finding github.com/pebbe/zmq4 v1.0.0 15:54:39 go: finding github.com/pelletier/go-toml v1.2.0 15:54:39 go: finding github.com/pkg/errors v0.8.1 15:54:40 go: finding github.com/pmezard/go-difflib v1.0.0 15:54:40 go: finding github.com/posener/complete v1.1.1 15:54:40 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:54:40 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:54:40 go: finding github.com/stretchr/objx v0.2.0 15:54:40 go: finding github.com/stretchr/testify v1.6.1 15:54:40 go: finding github.com/tidwall/pretty v1.0.1 15:54:40 go: finding github.com/ugorji/go v1.1.4 15:54:40 go: finding github.com/x448/float16 v0.8.4 15:54:40 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 15:54:40 go: finding github.com/xdg/stringprep v1.0.0 15:54:40 go: finding go.mongodb.org/mongo-driver v1.1.1 15:54:40 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:54:40 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:54:40 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:54:40 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 15:54:40 go: finding golang.org/x/text v0.3.2 15:54:40 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:54:41 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 15:54:41 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:54:41 go: finding gopkg.in/fsnotify.v1 v1.4.7 15:54:41 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 15:54:41 go: finding gopkg.in/yaml.v2 v2.2.8 15:54:41 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:54:42 2dd03ba5bac4: Pull complete 15:54:42 1e091d79d1de: Pull complete 15:54:42 481702a1767f: Pull complete 15:54:46 f64a6f60c768: Pull complete 15:54:48 e78d2573fc39: Pull complete 15:54:49 e876d2f968b6: Pull complete 15:54:50 ce8a83651883: Pull complete 15:54:50 07967f4d0e4b: Pull complete 15:54:50 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 15:54:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 15:54:50 ---> 5d7c900382c6 15:54:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:54:51 ---> Running in e51b9f458b0a 15:54:51 Removing intermediate container e51b9f458b0a 15:54:51 ---> 7a95346dd967 15:54:51 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:51 ---> Running in a8c4759eef7d 15:54:53 Removing intermediate container a8c4759eef7d 15:54:53 ---> 7e69b819c9ab 15:54:53 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 15:54:53 ---> Running in 8ff04b6360c8 15:54:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:55 (1/6) Installing libc-dev (0.7.2-r3) 15:54:55 (2/6) Installing libsodium (1.0.18-r0) 15:54:55 (3/6) Installing pkgconf (1.7.2-r0) 15:54:55 (4/6) Installing libsodium-dev (1.0.18-r0) 15:54:55 (5/6) Installing libzmq (4.3.2-r0) 15:54:55 (6/6) Installing zeromq-dev (4.3.2-r0) 15:54:55 Executing busybox-1.31.1-r16.trigger 15:54:55 OK: 167 MiB in 45 packages 15:54:56 Removing intermediate container 8ff04b6360c8 15:54:56 ---> 7b0f3d8c44a9 15:54:56 Step 6/8 : WORKDIR /app 15:54:56 ---> Running in cfd1f3bfdada 15:54:56 Removing intermediate container cfd1f3bfdada 15:54:56 ---> ac2a81727414 15:54:56 Step 7/8 : COPY . . 15:54:57 ---> e8cf5956d7dc 15:54:57 Step 8/8 : RUN go mod download 15:54:57 ---> Running in 56feeccc05b0 15:55:01 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:55:01 go: finding github.com/BurntSushi/toml v0.3.1 15:55:01 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:55:01 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:55:01 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:55:01 go: finding github.com/bgentry/speakeasy v0.1.0 15:55:01 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:55:01 go: finding github.com/davecgh/go-spew v1.1.1 15:55:01 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:55:01 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:55:01 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 15:55:01 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 15:55:01 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:55:01 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 15:55:01 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:55:01 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 15:55:01 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 15:55:01 go: finding github.com/fatih/color v1.7.0 15:55:01 go: finding github.com/fsnotify/fsnotify v1.4.7 15:55:01 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:55:01 go: finding github.com/go-kit/kit v0.8.0 15:55:01 go: finding github.com/go-logfmt/logfmt v0.4.0 15:55:01 go: finding github.com/go-playground/assert/v2 v2.0.1 15:55:01 go: finding github.com/go-playground/locales v0.13.0 15:55:01 go: finding github.com/go-playground/universal-translator v0.17.0 15:55:01 go: finding github.com/go-playground/validator/v10 v10.3.0 15:55:01 go: finding github.com/go-redis/redis/v7 v7.2.0 15:55:01 go: finding github.com/go-stack/stack v1.8.0 15:55:01 go: finding github.com/golang/protobuf v1.3.2 15:55:01 go: finding github.com/golang/snappy v0.0.1 15:55:01 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:55:01 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:55:01 go: finding github.com/google/go-cmp v0.4.0 15:55:01 go: finding github.com/google/uuid v1.1.1 15:55:01 go: finding github.com/gorilla/mux v1.7.4 15:55:01 go: finding github.com/hashicorp/consul/api v1.1.0 15:55:01 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:55:02 go: finding github.com/hashicorp/errwrap v1.0.0 15:55:02 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:55:02 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:55:02 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:55:02 go: finding github.com/hashicorp/go-multierror v1.0.0 15:55:02 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:55:02 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:55:02 go: finding github.com/hashicorp/go-syslog v1.0.0 15:55:02 go: finding github.com/hashicorp/go-uuid v1.0.1 15:55:02 go: finding github.com/hashicorp/go.net v0.0.1 15:55:02 go: finding github.com/hashicorp/golang-lru v0.5.0 15:55:02 go: finding github.com/hashicorp/logutils v1.0.0 15:55:02 go: finding github.com/hashicorp/mdns v1.0.0 15:55:02 go: finding github.com/hashicorp/memberlist v0.1.3 15:55:02 go: finding github.com/hashicorp/serf v0.8.2 15:55:02 go: finding github.com/hpcloud/tail v1.0.0 15:55:02 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:55:02 go: finding github.com/kr/pretty v0.1.0 15:55:02 go: finding github.com/kr/pty v1.1.1 15:55:02 go: finding github.com/kr/text v0.1.0 15:55:02 go: finding github.com/leodido/go-urn v1.2.0 15:55:02 go: finding github.com/mattn/go-colorable v0.0.9 15:55:02 go: finding github.com/mattn/go-isatty v0.0.3 15:55:02 go: finding github.com/miekg/dns v1.0.14 15:55:02 go: finding github.com/mitchellh/cli v1.0.0 15:55:02 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:55:02 go: finding github.com/mitchellh/copystructure v1.0.0 15:55:02 go: finding github.com/mitchellh/go-homedir v1.0.0 15:55:03 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:55:03 go: finding github.com/mitchellh/gox v0.4.0 15:55:03 go: finding github.com/mitchellh/iochan v1.0.0 15:55:03 go: finding github.com/mitchellh/mapstructure v1.1.2 15:55:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:55:03 go: finding github.com/onsi/ginkgo v1.10.1 15:55:03 go: finding github.com/onsi/gomega v1.7.0 15:55:03 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:55:03 go: finding github.com/pebbe/zmq4 v1.0.0 15:55:03 go: finding github.com/pelletier/go-toml v1.2.0 15:55:03 go: finding github.com/pkg/errors v0.8.1 15:55:03 go: finding github.com/pmezard/go-difflib v1.0.0 15:55:03 go: finding github.com/posener/complete v1.1.1 15:55:03 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:55:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:55:03 go: finding github.com/stretchr/objx v0.2.0 15:55:03 go: finding github.com/stretchr/testify v1.6.1 15:55:03 go: finding github.com/tidwall/pretty v1.0.1 15:55:03 go: finding github.com/ugorji/go v1.1.4 15:55:03 go: finding github.com/x448/float16 v0.8.4 15:55:03 Removing intermediate container 8b4e3f63287b 15:55:03 ---> acce5b99e8b4 15:55:03 Successfully built acce5b99e8b4 15:55:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] } 15:55:03 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 15:55:03 go: finding github.com/xdg/stringprep v1.0.0 15:55:03 go: finding go.mongodb.org/mongo-driver v1.1.1 15:55:03 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:55:03 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:55:03 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:55:03 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage 15:55:04 go: finding golang.org/x/text v0.3.2 15:55:04 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:55:04 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 15:55:04 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:55:04 go: finding gopkg.in/fsnotify.v1 v1.4.7 15:55:04 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 15:55:04 go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 15:55:04 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [Pipeline] sh 15:55:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:55:06 + ls -al . 15:55:06 total 100 15:55:06 drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 15:53 . 15:55:06 drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 15:53 .. 15:55:06 -rw-rw-r-- 1 jenkins jenkins 119 Aug 21 15:53 .dockerignore 15:55:06 drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 15:53 .git 15:55:06 drwxrwxr-x 2 jenkins jenkins 4096 Aug 21 15:53 .github 15:55:06 -rw-rw-r-- 1 jenkins jenkins 93 Aug 21 15:53 .gitignore 15:55:06 drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 15:53 .semver 15:55:06 -rw-rw-r-- 1 jenkins jenkins 6027 Aug 21 15:53 Attribution.txt 15:55:06 -rw-rw-r-- 1 jenkins jenkins 2002 Aug 21 15:53 Dockerfile 15:55:06 -rw-rw-r-- 1 jenkins jenkins 966 Aug 21 15:53 Dockerfile.build 15:55:06 -rw-rw-r-- 1 jenkins jenkins 710 Aug 21 15:53 Jenkinsfile 15:55:06 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 21 15:53 LICENSE 15:55:06 -rw-rw-r-- 1 jenkins jenkins 481 Aug 21 15:53 README.md 15:55:06 -rw-rw-r-- 1 jenkins jenkins 11 Aug 21 15:51 VERSION 15:55:06 drwxrwxr-x 2 jenkins jenkins 4096 Aug 21 15:53 bin 15:55:06 -rw-rw-r-- 1 jenkins jenkins 180 Aug 21 15:53 docker-compose.debug.yml 15:55:06 -rw-rw-r-- 1 jenkins jenkins 133 Aug 21 15:53 docker-compose.yml 15:55:06 -rw-rw-r-- 1 jenkins jenkins 133 Aug 21 15:53 go.mod 15:55:06 -rw-rw-r-- 1 jenkins jenkins 1519 Aug 21 15:53 main.go 15:55:06 -rw-rw-r-- 1 jenkins jenkins 1573 Aug 21 15:53 makefile 15:55:06 drwxrwxr-x 10 jenkins jenkins 4096 Aug 21 15:53 res 15:55:06 drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 15:53 snap [Pipeline] isUnix [Pipeline] sh 15:55:07 + 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=52089d766941a619fd949741bc3effb36240d5e2 --label arch=arm64 --label version=1.2.1-dev.7 . 15:55:07 Sending build context to Docker daemon 294.4kB 15:55:07 Step 1/27 : ARG BASE=golang:1.13-alpine 15:55:07 Step 2/27 : FROM ${BASE} AS builder 15:55:07 ---> acce5b99e8b4 15:55:07 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:55:07 ---> Running in b575f0b8c627 15:55:08 Removing intermediate container b575f0b8c627 15:55:08 ---> 85a643ac69b2 15:55:08 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 15:55:08 ---> Running in df6c862fc5e3 15:55:08 Removing intermediate container df6c862fc5e3 15:55:08 ---> ecaeaf1d7000 15:55:08 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:55:08 ---> Running in 3829c3dfa103 15:55:09 Removing intermediate container 3829c3dfa103 15:55:09 ---> 0f6ac1038a35 15:55:09 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:09 ---> Running in 0bfa07d0b96f 15:55:12 Removing intermediate container 0bfa07d0b96f 15:55:12 ---> 10ad356439af 15:55:12 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:55:12 ---> Running in cc31d71a989f 15:55:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:55:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:55:14 OK: 143 MiB in 45 packages 15:55:16 Removing intermediate container cc31d71a989f 15:55:16 ---> 837919506e1b 15:55:16 Step 8/27 : WORKDIR /app 15:55:16 ---> Running in 4b3b54ff2c89 15:55:16 Removing intermediate container 4b3b54ff2c89 15:55:16 ---> 46618754c483 15:55:16 Step 9/27 : COPY go.mod . 15:55:17 ---> 65457c325211 15:55:17 Step 10/27 : RUN go mod download 15:55:17 ---> Running in a73602efe16b 15:55:20 Removing intermediate container a73602efe16b 15:55:20 ---> 5ff0db9ae262 15:55:20 Step 11/27 : COPY . . 15:55:21 ---> 8a09b12326c4 15:55:21 Step 12/27 : ARG MAKE="make build" 15:55:21 ---> Running in ad3f940648cf 15:55:21 Removing intermediate container ad3f940648cf 15:55:21 ---> b237faac7076 15:55:21 Step 13/27 : RUN $MAKE 15:55:21 ---> Running in 0252b2791b69 15:55:23 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.7" -o app-service-configurable 15:55:26 Removing intermediate container 56feeccc05b0 15:55:26 ---> 877100533163 15:55:26 Successfully built 877100533163 15:55:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:55:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:55:27 + ls -al . 15:55:27 total 72 15:55:27 drwxrwxr-x. 8 jenkins jenkins 4096 Aug 21 15:54 . 15:55:27 drwxrwxr-x. 4 jenkins jenkins 30 Aug 21 15:54 .. 15:55:27 -rw-rw-r--. 1 jenkins jenkins 6027 Aug 21 15:54 Attribution.txt 15:55:27 drwxrwxr-x. 2 jenkins jenkins 64 Aug 21 15:54 bin 15:55:27 -rw-rw-r--. 1 jenkins jenkins 180 Aug 21 15:54 docker-compose.debug.yml 15:55:27 -rw-rw-r--. 1 jenkins jenkins 133 Aug 21 15:54 docker-compose.yml 15:55:27 -rw-rw-r--. 1 jenkins jenkins 2002 Aug 21 15:54 Dockerfile 15:55:27 -rw-rw-r--. 1 jenkins jenkins 966 Aug 21 15:54 Dockerfile.build 15:55:27 -rw-rw-r--. 1 jenkins jenkins 119 Aug 21 15:54 .dockerignore 15:55:27 drwxrwxr-x. 8 jenkins jenkins 162 Aug 21 15:54 .git 15:55:27 drwxrwxr-x. 2 jenkins jenkins 81 Aug 21 15:54 .github 15:55:27 -rw-rw-r--. 1 jenkins jenkins 93 Aug 21 15:54 .gitignore 15:55:27 -rw-rw-r--. 1 jenkins jenkins 133 Aug 21 15:54 go.mod 15:55:27 -rw-rw-r--. 1 jenkins jenkins 710 Aug 21 15:54 Jenkinsfile 15:55:27 -rw-rw-r--. 1 jenkins jenkins 10174 Aug 21 15:54 LICENSE 15:55:27 -rw-rw-r--. 1 jenkins jenkins 1519 Aug 21 15:54 main.go 15:55:27 -rw-rw-r--. 1 jenkins jenkins 1573 Aug 21 15:54 makefile 15:55:27 -rw-rw-r--. 1 jenkins jenkins 481 Aug 21 15:54 README.md 15:55:27 drwxrwxr-x. 10 jenkins jenkins 171 Aug 21 15:54 res 15:55:27 drwxrwxr-x. 3 jenkins jenkins 32 Aug 21 15:54 .semver 15:55:27 drwxrwxr-x. 4 jenkins jenkins 71 Aug 21 15:54 snap 15:55:27 -rw-rw-r--. 1 jenkins jenkins 11 Aug 21 15:51 VERSION [Pipeline] isUnix [Pipeline] sh 15:55:27 + 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=52089d766941a619fd949741bc3effb36240d5e2 --label arch=amd64 --label version=1.2.1-dev.7 . 15:55:27 Sending build context to Docker daemon 294.4kB 15:55:28 Step 1/27 : ARG BASE=golang:1.13-alpine 15:55:28 Step 2/27 : FROM ${BASE} AS builder 15:55:28 ---> 877100533163 15:55:28 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:55:28 ---> Running in 42f245b9b69a 15:55:28 Removing intermediate container 42f245b9b69a 15:55:28 ---> f0928bc48dda 15:55:28 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 15:55:28 ---> Running in b120b4ca0dfa 15:55:28 Removing intermediate container b120b4ca0dfa 15:55:28 ---> 4c90724e62cf 15:55:28 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:55:28 ---> Running in f72ef314d3e7 15:55:29 Removing intermediate container f72ef314d3e7 15:55:29 ---> bcaa5926e9c7 15:55:29 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:29 ---> Running in af89e7aa966a 15:55:29 Removing intermediate container af89e7aa966a 15:55:29 ---> cb420d7df3ef 15:55:29 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:55:29 ---> Running in dbadd43b566a 15:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:55:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:55:31 OK: 167 MiB in 45 packages 15:55:31 Removing intermediate container dbadd43b566a 15:55:31 ---> 5be9599782d9 15:55:31 Step 8/27 : WORKDIR /app 15:55:31 ---> Running in d924f2d1aed3 15:55:32 Removing intermediate container d924f2d1aed3 15:55:32 ---> 948807bde454 15:55:32 Step 9/27 : COPY go.mod . 15:55:32 ---> 5a79b19ac15c 15:55:32 Step 10/27 : RUN go mod download 15:55:32 ---> Running in 5c165ed3b082 15:55:33 Removing intermediate container 5c165ed3b082 15:55:33 ---> a675f8123882 15:55:33 Step 11/27 : COPY . . 15:55:34 ---> 5d068cefa8e6 15:55:34 Step 12/27 : ARG MAKE="make build" 15:55:34 ---> Running in dd0cff39dacb 15:55:34 Removing intermediate container dd0cff39dacb 15:55:34 ---> 3e84f8244dc9 15:55:34 Step 13/27 : RUN $MAKE 15:55:34 ---> Running in 212503b031b9 15:55:34 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.7" -o app-service-configurable 15:55:57 Removing intermediate container 212503b031b9 15:55:57 ---> 5f07463ee5e9 15:55:57 Step 14/27 : FROM alpine:latest 15:55:57 latest: Pulling from library/alpine 15:55:57 df20fa9351a1: Already exists 15:55:57 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:55:57 Status: Downloaded newer image for alpine:latest 15:55:57 ---> a24bb4013296 15:55:57 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:55:57 ---> Running in 9a878837f0c4 15:55:57 Removing intermediate container 9a878837f0c4 15:55:57 ---> e09a6a236cee 15:55:57 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 15:55:57 ---> Running in 15ee047f8252 15:55:57 Removing intermediate container 15ee047f8252 15:55:57 ---> 71505c3ae75d 15:55:57 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 15:55:57 ---> Running in 4162e1cf8e2b 15:55:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:55:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:55:57 (1/6) Installing ca-certificates (20191127-r4) 15:55:57 (2/6) Installing libgcc (9.3.0-r2) 15:55:57 (3/6) Installing libsodium (1.0.18-r0) 15:55:57 (4/6) Installing libstdc++ (9.3.0-r2) 15:55:57 (5/6) Installing libzmq (4.3.2-r0) 15:55:57 (6/6) Installing zeromq (4.3.2-r0) 15:55:57 Executing busybox-1.31.1-r16.trigger 15:55:57 Executing ca-certificates-20191127-r4.trigger 15:55:57 OK: 9 MiB in 20 packages 15:55:58 Removing intermediate container 4162e1cf8e2b 15:55:58 ---> af25d6d348d4 15:55:58 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:55:58 ---> c026d191d03c 15:55:58 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 15:55:58 ---> 333a702ba95d 15:55:58 Step 20/27 : COPY --from=builder /app/res/ /res/ 15:55:59 ---> 8f9ecf0130b7 15:55:59 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:56:00 ---> 5abc6700ae75 15:56:00 Step 22/27 : EXPOSE 48095 15:56:00 ---> Running in e058d0efdfb7 15:56:00 Removing intermediate container e058d0efdfb7 15:56:00 ---> 960e61538c23 15:56:00 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 15:56:00 ---> Running in 4235dddb912c 15:56:00 Removing intermediate container 4235dddb912c 15:56:00 ---> 322699d9c1b7 15:56:00 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:56:00 ---> Running in c4281526a209 15:56:00 Removing intermediate container c4281526a209 15:56:00 ---> 047e25dcdeed 15:56:00 Step 25/27 : LABEL arch=amd64 15:56:00 ---> Running in 163cb93dd1cb 15:56:00 Removing intermediate container 163cb93dd1cb 15:56:00 ---> db3ebef23e30 15:56:00 Step 26/27 : LABEL git_sha=52089d766941a619fd949741bc3effb36240d5e2 15:56:00 ---> Running in ba8be2002d14 15:56:01 Removing intermediate container ba8be2002d14 15:56:01 ---> 1cc37c60124b 15:56:01 Step 27/27 : LABEL version=1.2.1-dev.7 15:56:01 ---> Running in bedfe789268b 15:56:01 Removing intermediate container bedfe789268b 15:56:01 ---> 8edb0e27db22 15:56:01 [Warning] One or more build-args [ARCH] were not consumed 15:56:01 Successfully built 8edb0e27db22 15:56:01 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 15:56:01 provisioning config files... 15:56:01 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/43@tmp/config1536358565464772095tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:56:02 nexus3.edgexfoundry.org:10001 15:56:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:02 Configure a credential helper to remove this warning. See 15:56:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:02 15:56:02 Login Succeeded 15:56:02 nexus3.edgexfoundry.org:10002 15:56:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:02 Configure a credential helper to remove this warning. See 15:56:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:02 15:56:02 Login Succeeded 15:56:02 nexus3.edgexfoundry.org:10003 15:56:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:02 Configure a credential helper to remove this warning. See 15:56:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:02 15:56:02 Login Succeeded 15:56:02 nexus3.edgexfoundry.org:10004 15:56:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:02 Configure a credential helper to remove this warning. See 15:56:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:02 15:56:02 Login Succeeded 15:56:02 docker.io 15:56:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:03 Configure a credential helper to remove this warning. See 15:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:03 15:56:03 Login Succeeded [Pipeline] } 15:56:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:03 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 15:56:03 52089d766941a619fd949741bc3effb36240d5e2 15:56:03 latest 15:56:03 1.2.1-dev.7 15:56:03 52089d766941a619fd949741bc3effb36240d5e2-1.2.1-dev.7 15:56:03 master 15:56:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:56:04 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:52089d766941a619fd949741bc3effb36240d5e2 [Pipeline] isUnix [Pipeline] sh 15:56:04 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:52089d766941a619fd949741bc3effb36240d5e2 15:56:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 15:56:04 633370db730c: Preparing 15:56:04 a879e9df0a0c: Preparing 15:56:04 92a9e13e072d: Preparing 15:56:04 9525f090992c: Preparing 15:56:04 e4bf96a6ebbe: Preparing 15:56:04 50644c29ef5a: Preparing 15:56:04 50644c29ef5a: Waiting 15:56:04 92a9e13e072d: Pushed 15:56:04 9525f090992c: Pushed 15:56:04 a879e9df0a0c: Pushed 15:56:04 50644c29ef5a: Layer already exists 15:56:04 e4bf96a6ebbe: Pushed 15:56:06 633370db730c: Pushed 15:56:06 52089d766941a619fd949741bc3effb36240d5e2: digest: sha256:b3c821df16147cf3be2554127629e5428a53a002e33ac7322981dfb2fe28de9a size: 1574 [Pipeline] isUnix [Pipeline] sh 15:56:06 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 15:56:07 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 15:56:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 15:56:07 633370db730c: Preparing 15:56:07 a879e9df0a0c: Preparing 15:56:07 92a9e13e072d: Preparing 15:56:07 9525f090992c: Preparing 15:56:07 e4bf96a6ebbe: Preparing 15:56:07 50644c29ef5a: Preparing 15:56:07 50644c29ef5a: Waiting 15:56:07 92a9e13e072d: Layer already exists 15:56:07 633370db730c: Layer already exists 15:56:07 9525f090992c: Layer already exists 15:56:07 a879e9df0a0c: Layer already exists 15:56:07 e4bf96a6ebbe: Layer already exists 15:56:07 50644c29ef5a: Layer already exists 15:56:07 latest: digest: sha256:b3c821df16147cf3be2554127629e5428a53a002e33ac7322981dfb2fe28de9a size: 1574 [Pipeline] isUnix [Pipeline] sh 15:56:07 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh 15:56:07 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.7 15:56:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 15:56:07 633370db730c: Preparing 15:56:07 a879e9df0a0c: Preparing 15:56:07 92a9e13e072d: Preparing 15:56:07 9525f090992c: Preparing 15:56:07 e4bf96a6ebbe: Preparing 15:56:07 50644c29ef5a: Preparing 15:56:07 50644c29ef5a: Waiting 15:56:07 9525f090992c: Layer already exists 15:56:07 e4bf96a6ebbe: Layer already exists 15:56:07 a879e9df0a0c: Layer already exists 15:56:07 633370db730c: Layer already exists 15:56:07 92a9e13e072d: Layer already exists 15:56:07 50644c29ef5a: Layer already exists 15:56:07 1.2.1-dev.7: digest: sha256:b3c821df16147cf3be2554127629e5428a53a002e33ac7322981dfb2fe28de9a size: 1574 [Pipeline] isUnix [Pipeline] sh 15:56:07 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:52089d766941a619fd949741bc3effb36240d5e2-1.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh 15:56:08 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:52089d766941a619fd949741bc3effb36240d5e2-1.2.1-dev.7 15:56:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 15:56:08 633370db730c: Preparing 15:56:08 a879e9df0a0c: Preparing 15:56:08 92a9e13e072d: Preparing 15:56:08 9525f090992c: Preparing 15:56:08 e4bf96a6ebbe: Preparing 15:56:08 50644c29ef5a: Preparing 15:56:08 50644c29ef5a: Waiting 15:56:08 9525f090992c: Layer already exists 15:56:08 a879e9df0a0c: Layer already exists 15:56:08 e4bf96a6ebbe: Layer already exists 15:56:08 633370db730c: Layer already exists 15:56:08 92a9e13e072d: Layer already exists 15:56:08 50644c29ef5a: Layer already exists 15:56:08 52089d766941a619fd949741bc3effb36240d5e2-1.2.1-dev.7: digest: sha256:b3c821df16147cf3be2554127629e5428a53a002e33ac7322981dfb2fe28de9a size: 1574 [Pipeline] isUnix [Pipeline] sh 15:56:08 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 15:56:08 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 15:56:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 15:56:08 633370db730c: Preparing 15:56:08 a879e9df0a0c: Preparing 15:56:08 92a9e13e072d: Preparing 15:56:08 9525f090992c: Preparing 15:56:08 e4bf96a6ebbe: Preparing 15:56:08 50644c29ef5a: Preparing 15:56:08 50644c29ef5a: Waiting 15:56:08 633370db730c: Layer already exists 15:56:08 9525f090992c: Layer already exists 15:56:08 92a9e13e072d: Layer already exists 15:56:08 a879e9df0a0c: Layer already exists 15:56:08 e4bf96a6ebbe: Layer already exists 15:56:08 50644c29ef5a: Layer already exists 15:56:08 master: digest: sha256:b3c821df16147cf3be2554127629e5428a53a002e33ac7322981dfb2fe28de9a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:08 ===================================================== [Pipeline] echo 15:56:09 taggedImages: 15:56:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:52089d766941a619fd949741bc3effb36240d5e2 15:56:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 15:56:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.7 15:56:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:52089d766941a619fd949741bc3effb36240d5e2-1.2.1-dev.7 15:56:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 15:56:10 Removing intermediate container 0252b2791b69 15:56:10 ---> 3991aece0023 15:56:10 Step 14/27 : FROM alpine:latest 15:56:10 latest: Pulling from library/alpine 15:56:10 b538f80385f9: Already exists 15:56:10 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:56:10 Status: Downloaded newer image for alpine:latest 15:56:10 ---> 62ee0e9f8440 15:56:10 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:56:10 ---> Running in 823bf362ec68 15:56:10 Removing intermediate container 823bf362ec68 15:56:10 ---> 068283632888 15:56:10 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 15:56:10 ---> Running in 9f62c1187d5b 15:56:10 Removing intermediate container 9f62c1187d5b 15:56:10 ---> b1a334b914e8 15:56:10 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 15:56:10 ---> Running in 7c381410b48a 15:56:10 ++ find /w/workspace/app-service-configurable/43 15:56:10 ++ grep snapcraft.yaml 15:56:10 + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/43/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:56:10 provisioning config files... 15:56:10 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/43@tmp/config4471911811578615377tmp [Pipeline] { [Pipeline] sh 15:56:10 + cp /w/workspace/app-service-configurable/43@tmp/config4471911811578615377tmp /w/workspace/app-service-configurable/43/edgex-snap-store-login [Pipeline] sh 15:56:11 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/43:/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 15:56:11 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 15:56:11 latest: Pulling from edgex-devops/edgex-snap-builder 15:56:11 7595c8c21622: Pulling fs layer 15:56:11 d13af8ca898f: Pulling fs layer 15:56:11 70799171ddba: Pulling fs layer 15:56:11 b6c12202c5ef: Pulling fs layer 15:56:11 0e468b2cbd7c: Pulling fs layer 15:56:11 81ce4cd09fec: Pulling fs layer 15:56:11 9113857f769f: Pulling fs layer 15:56:11 a6a4d6edcf0f: Pulling fs layer 15:56:11 1466ad0cc8cc: Pulling fs layer 15:56:11 b6c12202c5ef: Waiting 15:56:11 0e468b2cbd7c: Waiting 15:56:11 81ce4cd09fec: Waiting 15:56:11 9113857f769f: Waiting 15:56:11 a6a4d6edcf0f: Waiting 15:56:11 1466ad0cc8cc: Waiting 15:56:11 70799171ddba: Download complete 15:56:11 d13af8ca898f: Verifying Checksum 15:56:11 d13af8ca898f: Download complete 15:56:11 b6c12202c5ef: Verifying Checksum 15:56:11 b6c12202c5ef: Download complete 15:56:11 81ce4cd09fec: Verifying Checksum 15:56:11 81ce4cd09fec: Download complete 15:56:11 9113857f769f: Verifying Checksum 15:56:11 9113857f769f: Download complete 15:56:11 a6a4d6edcf0f: Verifying Checksum 15:56:11 a6a4d6edcf0f: Download complete 15:56:11 1466ad0cc8cc: Verifying Checksum 15:56:11 1466ad0cc8cc: Download complete 15:56:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:56:11 7595c8c21622: Verifying Checksum 15:56:11 7595c8c21622: Download complete 15:56:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:56:12 (1/6) Installing ca-certificates (20191127-r4) 15:56:12 (2/6) Installing libgcc (9.3.0-r2) 15:56:12 (3/6) Installing libsodium (1.0.18-r0) 15:56:12 (4/6) Installing libstdc++ (9.3.0-r2) 15:56:12 (5/6) Installing libzmq (4.3.2-r0) 15:56:12 (6/6) Installing zeromq (4.3.2-r0) 15:56:12 Executing busybox-1.31.1-r16.trigger 15:56:12 Executing ca-certificates-20191127-r4.trigger 15:56:12 OK: 8 MiB in 20 packages 15:56:14 Removing intermediate container 7c381410b48a 15:56:14 ---> 6a307de182f8 15:56:14 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:56:14 7595c8c21622: Pull complete 15:56:14 d13af8ca898f: Pull complete 15:56:14 ---> a1c2e97755a7 15:56:14 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 15:56:15 ---> c1841d22251f 15:56:15 Step 20/27 : COPY --from=builder /app/res/ /res/ 15:56:15 70799171ddba: Pull complete 15:56:15 0e468b2cbd7c: Verifying Checksum 15:56:15 0e468b2cbd7c: Download complete 15:56:15 b6c12202c5ef: Pull complete 15:56:16 ---> 9dee07d14646 15:56:16 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:56:18 ---> 56c3f9545703 15:56:18 Step 22/27 : EXPOSE 48095 15:56:18 ---> Running in e21e6fa84325 15:56:18 Removing intermediate container e21e6fa84325 15:56:18 ---> aadbd1d57b20 15:56:18 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 15:56:18 ---> Running in 22b1695f6aa5 15:56:19 Removing intermediate container 22b1695f6aa5 15:56:19 ---> d4ad51b02a35 15:56:19 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:56:19 ---> Running in 1d961cef57ab 15:56:19 Removing intermediate container 1d961cef57ab 15:56:19 ---> 20739a3ec271 15:56:19 Step 25/27 : LABEL arch=arm64 15:56:19 ---> Running in a2d360854d74 15:56:20 Removing intermediate container a2d360854d74 15:56:20 ---> 486f6022d5e2 15:56:20 Step 26/27 : LABEL git_sha=52089d766941a619fd949741bc3effb36240d5e2 15:56:20 ---> Running in 30a808ecbc00 15:56:20 Removing intermediate container 30a808ecbc00 15:56:20 ---> 6f3d5838f43c 15:56:20 Step 27/27 : LABEL version=1.2.1-dev.7 15:56:20 ---> Running in c72df332055b 15:56:21 Removing intermediate container c72df332055b 15:56:21 ---> 3d79ef8af733 15:56:21 [Warning] One or more build-args [ARCH] were not consumed 15:56:21 Successfully built 3d79ef8af733 15:56:21 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:56:21 provisioning config files... 15:56:21 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/43@tmp/config5251712788298958514tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:56:22 nexus3.edgexfoundry.org:10001 15:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:22 Configure a credential helper to remove this warning. See 15:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:22 15:56:22 Login Succeeded 15:56:22 nexus3.edgexfoundry.org:10002 15:56:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:23 Configure a credential helper to remove this warning. See 15:56:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:23 15:56:23 Login Succeeded 15:56:23 nexus3.edgexfoundry.org:10003 15:56:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:23 Configure a credential helper to remove this warning. See 15:56:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:23 15:56:23 Login Succeeded 15:56:23 nexus3.edgexfoundry.org:10004 15:56:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:24 Configure a credential helper to remove this warning. See 15:56:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:24 15:56:24 Login Succeeded 15:56:24 docker.io 15:56:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:25 Configure a credential helper to remove this warning. See 15:56:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:25 15:56:25 Login Succeeded [Pipeline] } 15:56:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:25 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 15:56:25 52089d766941a619fd949741bc3effb36240d5e2 15:56:25 latest 15:56:25 1.2.1-dev.7 15:56:25 52089d766941a619fd949741bc3effb36240d5e2-1.2.1-dev.7 15:56:25 master 15:56:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:56:25 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:52089d766941a619fd949741bc3effb36240d5e2 [Pipeline] isUnix [Pipeline] sh 15:56:26 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:52089d766941a619fd949741bc3effb36240d5e2 15:56:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 15:56:26 2286077789df: Preparing 15:56:26 48bd348a0c00: Preparing 15:56:26 2baf01eddb20: Preparing 15:56:26 86077f62e739: Preparing 15:56:26 c82510e66511: Preparing 15:56:26 e2f13739ad41: Preparing 15:56:26 e2f13739ad41: Waiting 15:56:26 2baf01eddb20: Pushed 15:56:26 48bd348a0c00: Pushed 15:56:26 86077f62e739: Pushed 15:56:26 e2f13739ad41: Layer already exists 15:56:27 c82510e66511: Pushed 15:56:30 2286077789df: Pushed 15:56:30 52089d766941a619fd949741bc3effb36240d5e2: digest: sha256:a5153cf2a253615859741c596047e01b30c176c2c790552b5a3d4f3bc3d5f115 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:56:31 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:56:31 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 15:56:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 15:56:31 2286077789df: Preparing 15:56:31 48bd348a0c00: Preparing 15:56:31 2baf01eddb20: Preparing 15:56:31 86077f62e739: Preparing 15:56:31 c82510e66511: Preparing 15:56:31 e2f13739ad41: Preparing 15:56:31 e2f13739ad41: Waiting 15:56:31 48bd348a0c00: Layer already exists 15:56:31 86077f62e739: Layer already exists 15:56:31 c82510e66511: Layer already exists 15:56:31 2286077789df: Layer already exists 15:56:31 2baf01eddb20: Layer already exists 15:56:32 e2f13739ad41: Layer already exists 15:56:32 latest: digest: sha256:a5153cf2a253615859741c596047e01b30c176c2c790552b5a3d4f3bc3d5f115 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:56:32 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh 15:56:32 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.7 15:56:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 15:56:32 2286077789df: Preparing 15:56:32 48bd348a0c00: Preparing 15:56:32 2baf01eddb20: Preparing 15:56:32 86077f62e739: Preparing 15:56:32 c82510e66511: Preparing 15:56:32 e2f13739ad41: Preparing 15:56:32 e2f13739ad41: Waiting 15:56:32 86077f62e739: Layer already exists 15:56:32 2286077789df: Layer already exists 15:56:32 2baf01eddb20: Layer already exists 15:56:32 48bd348a0c00: Layer already exists 15:56:32 c82510e66511: Layer already exists 15:56:32 e2f13739ad41: Layer already exists 15:56:32 1.2.1-dev.7: digest: sha256:a5153cf2a253615859741c596047e01b30c176c2c790552b5a3d4f3bc3d5f115 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:56:33 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:52089d766941a619fd949741bc3effb36240d5e2-1.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh 15:56:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:52089d766941a619fd949741bc3effb36240d5e2-1.2.1-dev.7 15:56:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 15:56:33 2286077789df: Preparing 15:56:33 48bd348a0c00: Preparing 15:56:33 2baf01eddb20: Preparing 15:56:33 86077f62e739: Preparing 15:56:33 c82510e66511: Preparing 15:56:33 e2f13739ad41: Preparing 15:56:33 e2f13739ad41: Waiting 15:56:33 2286077789df: Layer already exists 15:56:33 2baf01eddb20: Layer already exists 15:56:33 c82510e66511: Layer already exists 15:56:33 48bd348a0c00: Layer already exists 15:56:33 86077f62e739: Layer already exists 15:56:33 e2f13739ad41: Layer already exists 15:56:33 52089d766941a619fd949741bc3effb36240d5e2-1.2.1-dev.7: digest: sha256:a5153cf2a253615859741c596047e01b30c176c2c790552b5a3d4f3bc3d5f115 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:56:34 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 15:56:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 15:56:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 15:56:34 2286077789df: Preparing 15:56:34 48bd348a0c00: Preparing 15:56:34 2baf01eddb20: Preparing 15:56:34 86077f62e739: Preparing 15:56:34 c82510e66511: Preparing 15:56:34 e2f13739ad41: Preparing 15:56:34 e2f13739ad41: Waiting 15:56:34 2286077789df: Layer already exists 15:56:34 48bd348a0c00: Layer already exists 15:56:34 86077f62e739: Layer already exists 15:56:34 2baf01eddb20: Layer already exists 15:56:34 c82510e66511: Layer already exists 15:56:34 e2f13739ad41: Layer already exists 15:56:34 master: digest: sha256:a5153cf2a253615859741c596047e01b30c176c2c790552b5a3d4f3bc3d5f115 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:35 ===================================================== [Pipeline] echo 15:56:35 taggedImages: 15:56:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:52089d766941a619fd949741bc3effb36240d5e2 15:56:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 15:56:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.7 15:56:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:52089d766941a619fd949741bc3effb36240d5e2-1.2.1-dev.7 15:56:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 15:56:36 + find /w/workspace/app-service-configurable/43 15:56:36 + grep snapcraft.yaml 15:56:36 + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/43/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:56:36 provisioning config files... 15:56:36 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/43@tmp/config2132745517127798332tmp [Pipeline] { [Pipeline] sh 15:56:36 + cp /w/workspace/app-service-configurable/43@tmp/config2132745517127798332tmp /w/workspace/app-service-configurable/43/edgex-snap-store-login [Pipeline] sh 15:56:37 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/43:/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 15:56:37 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 15:56:37 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 15:56:37 a114936b4807: Pulling fs layer 15:56:37 a27ecf0d2a86: Pulling fs layer 15:56:37 f4eb48eb870f: Pulling fs layer 15:56:37 0f912b9bb20d: Pulling fs layer 15:56:37 19769ba762fa: Pulling fs layer 15:56:37 6675a7feeedd: Pulling fs layer 15:56:37 bb153fd0de2e: Pulling fs layer 15:56:37 cf8ad2f1a1a4: Pulling fs layer 15:56:37 c8535664fb42: Pulling fs layer 15:56:37 6675a7feeedd: Waiting 15:56:37 bb153fd0de2e: Waiting 15:56:37 c8535664fb42: Waiting 15:56:37 cf8ad2f1a1a4: Waiting 15:56:37 0f912b9bb20d: Waiting 15:56:37 19769ba762fa: Waiting 15:56:37 a27ecf0d2a86: Download complete 15:56:37 f4eb48eb870f: Verifying Checksum 15:56:37 f4eb48eb870f: Download complete 15:56:37 0f912b9bb20d: Verifying Checksum 15:56:37 0f912b9bb20d: Download complete 15:56:37 6675a7feeedd: Verifying Checksum 15:56:37 6675a7feeedd: Download complete 15:56:37 bb153fd0de2e: Verifying Checksum 15:56:37 bb153fd0de2e: Download complete 15:56:37 cf8ad2f1a1a4: Download complete 15:56:37 c8535664fb42: Verifying Checksum 15:56:37 c8535664fb42: Download complete 15:56:38 a114936b4807: Verifying Checksum 15:56:38 a114936b4807: Download complete 15:56:41 a114936b4807: Pull complete 15:56:41 a27ecf0d2a86: Pull complete 15:56:41 f4eb48eb870f: Pull complete 15:56:42 0f912b9bb20d: Pull complete 15:56:47 19769ba762fa: Download complete 15:56:48 0e468b2cbd7c: Pull complete 15:56:48 81ce4cd09fec: Pull complete 15:56:48 9113857f769f: Pull complete 15:56:48 a6a4d6edcf0f: Pull complete 15:56:48 1466ad0cc8cc: Pull complete 15:56:48 Digest: sha256:c642e91ff79aa258a1ae135e2f8792ce86cd15f1ac61018b6f83b5185eb02bcd 15:56:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 15:56:51 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 15:56:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:56:51 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:56:51 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 15:56:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [101 kB] 15:56:51 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1341 kB] 15:56:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1043 kB] 15:56:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9834 B] 15:56:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [890 kB] 15:56:52 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [117 kB] 15:56:52 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.4 kB] 15:56:52 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1417 kB] 15:56:52 Fetched 5199 kB in 2s (3193 kB/s) 15:56:53 Reading package lists... 15:56:56 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: 15:56:56 - README.md 15:56:56 15:56:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:56:58 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:56:58 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:56:58 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:56:58 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 15:57:00 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 51% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 15:57:02 Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libcurl4 libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config 15:57:03 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 52% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 15:57:03 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 70% Building dependency tree 15:57:03 Reading state information... 0% Reading state information... 0% Reading state information... Done 15:57:04 The following packages were automatically installed and are no longer required: 15:57:04 libjq1 libonig4 15:57:04 Use 'sudo apt autoremove' to remove them. 15:57:04 Suggested packages: 15:57:04 binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib 15:57:04 g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake 15:57:04 libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg 15:57:04 libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg 15:57:04 libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base 15:57:04 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 15:57:04 gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n libstdc++-7-doc 15:57:04 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 15:57:04 | libterm-readline-perl-perl 15:57:04 The following NEW packages will be installed: 15:57:04 binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 15:57:04 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 15:57:04 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 15:57:04 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 15:57:04 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 15:57:04 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 15:57:04 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 15:57:04 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev 15:57:04 libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages 15:57:04 manpages-dev netbase patch perl perl-modules-5.26 pkg-config 15:57:04 The following packages will be upgraded: 15:57:04 libcurl4 15:57:04 1 upgraded, 62 newly installed, 0 to remove and 0 not upgraded. 15:57:04 Need to get 57.7 MB of archives. 15:57:04 After this operation, 249 MB of additional disk space will be used. 15:57:04 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 15:57:04 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 15:57:05 0% [2 perl-modules-5.26 4867 B/2763 kB 0%] 3% [2 perl-modules-5.26 1572 kB/2763 kB 57%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 15:57:05 4% [3 libgdbm5 890 B/26.0 kB 3%] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 15:57:05 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 15:57:05 5% [5 libperl5.26 24.9 kB/3527 kB 1%] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 15:57:05 10% [6 perl 82.2 kB/201 kB 41%] 11% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 15:57:05 11% [7 less 11.5 kB/112 kB 10%] 11% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 15:57:05 11% [8 netbase 12.7 kB/12.7 kB 100%] 12% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 15:57:05 12% [9 manpages 17.8 kB/1234 kB 1%] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:57:05 14% [10 binutils-common 65.5 kB/196 kB 33%] 14% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:57:05 14% [11 libbinutils 28.9 kB/488 kB 6%] 15% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:57:05 15% [12 binutils-x86-64-linux-gnu 65.3 kB/1839 kB 4%] 18% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:57:05 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 15:57:05 19% [14 libc-dev-bin 57.1 kB/71.8 kB 80%] 19% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-112.113 [982 kB] 15:57:05 19% [15 linux-libc-dev 50.6 kB/982 kB 5%] 21% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 15:57:05 21% [16 libc6-dev 51.0 kB/2585 kB 2%] 25% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:57:05 25% [17 gcc-7-base 18.3 kB/18.3 kB 100%] 25% [Working] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 15:57:05 25% [18 libisl19 8192 B/551 kB 1%] 26% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 15:57:05 26% [19 libmpfr6 41.4 kB/243 kB 17%] 27% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 15:57:05 27% [20 libmpc3 40.8 kB/40.8 kB 100%] 27% [Working] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:57:06 27% [21 cpp-7 19.6 kB/8591 kB 0%] 39% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:57:06 39% [22 cpp 13.5 kB/27.7 kB 49%] 40% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:57:06 40% [23 libcc1-0 8192 B/39.4 kB 21%] 40% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:57:06 40% [24 libgomp1 11.4 kB/76.5 kB 15%] 40% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:57:06 40% [25 libitm1 27.9 kB/27.9 kB 100%] 41% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:57:06 41% [26 libatomic1 9192 B/9192 B 100%] 41% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:57:06 41% [27 libasan4 20.5 kB/358 kB 6%] 42% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:57:06 42% [28 liblsan0 62.6 kB/133 kB 47%] 42% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:57:06 42% [29 libtsan0 60.7 kB/288 kB 21%] 43% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:57:06 43% [30 libubsan0 34.5 kB/126 kB 27%] 44% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:57:06 44% [31 libcilkrts5 42.5 kB/42.5 kB 100%] 44% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:57:06 44% [32 libmpx2 11.6 kB/11.6 kB 100%] 44% [Working] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:57:06 44% [33 libquadmath0 0 B/134 kB 0%] 45% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:57:06 45% [34 libgcc-7-dev 36.9 kB/2378 kB 2%] 48% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:57:07 48% [35 gcc-7 14.3 kB/9381 kB 0%] 62% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:57:07 62% [36 gcc 5184 B/5184 B 100%] 62% [Working] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:57:07 62% [37 libstdc++-7-dev 0 B/1471 kB 0%] 64% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:57:07 64% [38 g++-7 20.5 kB/9697 kB 0%] 78% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:57:07 79% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 15:57:07 79% [40 make 8192 B/154 kB 5%] 79% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:57:07 79% [41 libdpkg-perl 17.0 kB/211 kB 8%] 80% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:57:07 80% [42 patch 10.2 kB/102 kB 10%] 80% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:57:07 80% [43 dpkg-dev 19.0 kB/607 kB 3%] 81% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 15:57:07 81% [44 build-essential 4758 B/4758 B 100%] 82% [Working] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.10 [214 kB] 15:57:07 82% [45 libcurl4 0 B/214 kB 0%] 82% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 15:57:07 82% [46 curl 32.8 kB/159 kB 21%] 83% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 15:57:07 83% [47 libfakeroot 25.9 kB/25.9 kB 100%] 83% [Working] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 15:57:07 83% [48 fakeroot 10.4 kB/62.3 kB 17%] 84% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 15:57:07 84% [49 libcurl3-gnutls 4096 B/213 kB 2%] 84% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:57:07 84% [50 liberror-perl 1007 B/22.8 kB 4%] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:57:07 85% [51 git-man 34.5 kB/804 kB 4%] 86% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:57:07 86% [52 git 22.2 kB/3915 kB 1%] 92% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 15:57:07 92% [53 libalgorithm-diff-perl 7703 B/47.6 kB 16%] 92% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 15:57:07 92% [54 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] 92% [Working] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 15:57:07 92% [55 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 93% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 15:57:07 93% [56 libfile-fcntllock-perl 25.0 kB/33.2 kB 75%] 93% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:57:07 93% [57 libnorm1 26.3 kB/224 kB 12%] 94% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:57:07 94% [58 libpgm-5.2-0 24.4 kB/157 kB 16%] 94% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:57:07 94% [59 libsodium23 10.8 kB/143 kB 8%] 95% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:57:07 95% [60 libzmq5 43.5 kB/221 kB 20%] 95% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:57:07 95% [61 libzmq3-dev 39.2 kB/400 kB 10%] 96% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 15:57:07 96% [62 manpages-dev 16.4 kB/2217 kB 1%] 100% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:57:07 100% [63 pkg-config 32.8 kB/45.0 kB 73%] 100% [Working] Fetched 57.7 MB in 3s (16.6 MB/s) 15:57:08 debconf: delaying package configuration, since apt-utils is not installed 15:57:08 Selecting previously unselected package liblocale-gettext-perl. 15:57:08 (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 ... 9889 files and directories currently installed.) 15:57:08 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 15:57:08 Unpacking liblocale-gettext-perl (1.07-3build2) ... 15:57:08 Selecting previously unselected package perl-modules-5.26. 15:57:08 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 15:57:08 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 15:57:12 Selecting previously unselected package libgdbm5:amd64. 15:57:12 Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ... 15:57:12 Unpacking libgdbm5:amd64 (1.14.1-6) ... 15:57:12 Selecting previously unselected package libgdbm-compat4:amd64. 15:57:12 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ... 15:57:12 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 15:57:12 Selecting previously unselected package libperl5.26:amd64. 15:57:12 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 15:57:12 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 15:57:12 Selecting previously unselected package perl. 15:57:12 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_amd64.deb ... 15:57:12 Unpacking perl (5.26.1-6ubuntu0.3) ... 15:57:15 Selecting previously unselected package less. 15:57:15 Preparing to unpack .../06-less_487-0.1_amd64.deb ... 15:57:15 Unpacking less (487-0.1) ... 15:57:15 Selecting previously unselected package netbase. 15:57:15 Preparing to unpack .../07-netbase_5.4_all.deb ... 15:57:15 Unpacking netbase (5.4) ... 15:57:15 Selecting previously unselected package manpages. 15:57:15 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 15:57:15 Unpacking manpages (4.15-1) ... 15:57:15 Selecting previously unselected package binutils-common:amd64. 15:57:15 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:57:15 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:57:16 Selecting previously unselected package libbinutils:amd64. 15:57:16 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:57:16 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:57:16 Selecting previously unselected package binutils-x86-64-linux-gnu. 15:57:16 Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:57:16 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:57:16 Selecting previously unselected package binutils. 15:57:16 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:57:16 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 15:57:16 Selecting previously unselected package libc-dev-bin. 15:57:16 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 15:57:16 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 15:57:16 Selecting previously unselected package linux-libc-dev:amd64. 15:57:16 Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_amd64.deb ... 15:57:16 Unpacking linux-libc-dev:amd64 (4.15.0-112.113) ... 15:57:17 Selecting previously unselected package libc6-dev:amd64. 15:57:17 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 15:57:17 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 15:57:19 Selecting previously unselected package gcc-7-base:amd64. 15:57:19 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:19 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:19 Selecting previously unselected package libisl19:amd64. 15:57:19 Preparing to unpack .../17-libisl19_0.19-1_amd64.deb ... 15:57:19 Unpacking libisl19:amd64 (0.19-1) ... 15:57:19 Selecting previously unselected package libmpfr6:amd64. 15:57:19 Preparing to unpack .../18-libmpfr6_4.0.1-1_amd64.deb ... 15:57:19 Unpacking libmpfr6:amd64 (4.0.1-1) ... 15:57:19 Selecting previously unselected package libmpc3:amd64. 15:57:19 Preparing to unpack .../19-libmpc3_1.1.0-1_amd64.deb ... 15:57:19 Unpacking libmpc3:amd64 (1.1.0-1) ... 15:57:19 Selecting previously unselected package cpp-7. 15:57:19 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:19 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:57:21 Selecting previously unselected package cpp. 15:57:21 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:57:21 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 15:57:21 Selecting previously unselected package libcc1-0:amd64. 15:57:21 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:21 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:21 Selecting previously unselected package libgomp1:amd64. 15:57:21 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:21 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:21 Selecting previously unselected package libitm1:amd64. 15:57:21 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:21 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:21 Selecting previously unselected package libatomic1:amd64. 15:57:21 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:21 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:21 Selecting previously unselected package libasan4:amd64. 15:57:21 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:21 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:22 Selecting previously unselected package liblsan0:amd64. 15:57:22 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:22 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:22 Selecting previously unselected package libtsan0:amd64. 15:57:22 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:22 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:22 Selecting previously unselected package libubsan0:amd64. 15:57:22 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:22 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:22 Selecting previously unselected package libcilkrts5:amd64. 15:57:22 Preparing to unpack .../30-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:22 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:22 Selecting previously unselected package libmpx2:amd64. 15:57:22 Preparing to unpack .../31-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:22 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:22 Selecting previously unselected package libquadmath0:amd64. 15:57:22 Preparing to unpack .../32-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:22 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:22 Selecting previously unselected package libgcc-7-dev:amd64. 15:57:22 Preparing to unpack .../33-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:22 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:23 Selecting previously unselected package gcc-7. 15:57:23 Preparing to unpack .../34-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:23 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:57:24 Selecting previously unselected package gcc. 15:57:24 Preparing to unpack .../35-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:57:24 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 15:57:24 Selecting previously unselected package libstdc++-7-dev:amd64. 15:57:24 Preparing to unpack .../36-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:24 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:26 Selecting previously unselected package g++-7. 15:57:26 Preparing to unpack .../37-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:26 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 15:57:26 19769ba762fa: Pull complete 15:57:26 6675a7feeedd: Pull complete 15:57:26 bb153fd0de2e: Pull complete 15:57:26 cf8ad2f1a1a4: Pull complete 15:57:26 Selecting previously unselected package g++. 15:57:26 Preparing to unpack .../38-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:57:26 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 15:57:26 c8535664fb42: Pull complete 15:57:27 Selecting previously unselected package make. 15:57:27 Preparing to unpack .../39-make_4.1-9.1ubuntu1_amd64.deb ... 15:57:27 Unpacking make (4.1-9.1ubuntu1) ... 15:57:27 Selecting previously unselected package libdpkg-perl. 15:57:27 Preparing to unpack .../40-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:57:27 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:57:27 Digest: sha256:5b41654e13e1529cdcb3e70789e3a8d345d16fe395680c2eb6ae08626c23903b 15:57:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 15:57:27 Selecting previously unselected package patch. 15:57:27 Preparing to unpack .../41-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:57:27 Unpacking patch (2.7.6-2ubuntu1.1) ... 15:57:27 Selecting previously unselected package dpkg-dev. 15:57:27 Preparing to unpack .../42-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:57:27 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 15:57:27 Selecting previously unselected package build-essential. 15:57:27 Preparing to unpack .../43-build-essential_12.4ubuntu1_amd64.deb ... 15:57:27 Unpacking build-essential (12.4ubuntu1) ... 15:57:27 Preparing to unpack .../44-libcurl4_7.58.0-2ubuntu3.10_amd64.deb ... 15:57:27 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.9) ... 15:57:27 Selecting previously unselected package curl. 15:57:27 Preparing to unpack .../45-curl_7.58.0-2ubuntu3.10_amd64.deb ... 15:57:27 Unpacking curl (7.58.0-2ubuntu3.10) ... 15:57:27 Selecting previously unselected package libfakeroot:amd64. 15:57:27 Preparing to unpack .../46-libfakeroot_1.22-2ubuntu1_amd64.deb ... 15:57:27 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 15:57:28 Selecting previously unselected package fakeroot. 15:57:28 Preparing to unpack .../47-fakeroot_1.22-2ubuntu1_amd64.deb ... 15:57:28 Unpacking fakeroot (1.22-2ubuntu1) ... 15:57:28 Selecting previously unselected package libcurl3-gnutls:amd64. 15:57:28 Preparing to unpack .../48-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 15:57:28 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 15:57:28 Selecting previously unselected package liberror-perl. 15:57:28 Preparing to unpack .../49-liberror-perl_0.17025-1_all.deb ... 15:57:28 Unpacking liberror-perl (0.17025-1) ... 15:57:28 Selecting previously unselected package git-man. 15:57:28 Preparing to unpack .../50-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:57:28 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:57:28 Selecting previously unselected package git. 15:57:28 Preparing to unpack .../51-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:57:28 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:57:29 Selecting previously unselected package libalgorithm-diff-perl. 15:57:29 Preparing to unpack .../52-libalgorithm-diff-perl_1.19.03-1_all.deb ... 15:57:29 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 15:57:29 Selecting previously unselected package libalgorithm-diff-xs-perl. 15:57:29 Preparing to unpack .../53-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 15:57:29 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 15:57:29 Selecting previously unselected package libalgorithm-merge-perl. 15:57:29 Preparing to unpack .../54-libalgorithm-merge-perl_0.08-3_all.deb ... 15:57:29 Unpacking libalgorithm-merge-perl (0.08-3) ... 15:57:29 Selecting previously unselected package libfile-fcntllock-perl. 15:57:29 Preparing to unpack .../55-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 15:57:29 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 15:57:29 Selecting previously unselected package libnorm1:amd64. 15:57:29 Preparing to unpack .../56-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:57:29 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:57:29 Selecting previously unselected package libpgm-5.2-0:amd64. 15:57:29 Preparing to unpack .../57-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:57:30 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:57:30 Selecting previously unselected package libsodium23:amd64. 15:57:30 Preparing to unpack .../58-libsodium23_1.0.16-2_amd64.deb ... 15:57:30 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:57:30 Selecting previously unselected package libzmq5:amd64. 15:57:30 Preparing to unpack .../59-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:57:30 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:57:30 Selecting previously unselected package libzmq3-dev:amd64. 15:57:30 Preparing to unpack .../60-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:57:30 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:57:30 Selecting previously unselected package manpages-dev. 15:57:30 Preparing to unpack .../61-manpages-dev_4.15-1_all.deb ... 15:57:30 Unpacking manpages-dev (4.15-1) ... 15:57:30 Selecting previously unselected package pkg-config. 15:57:30 Preparing to unpack .../62-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:57:30 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:57:30 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:30 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:30 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:57:30 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:31 Setting up manpages (4.15-1) ... 15:57:31 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:57:31 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:31 Setting up less (487-0.1) ... 15:57:31 Setting up make (4.1-9.1ubuntu1) ... 15:57:31 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 15:57:31 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:31 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.10) ... 15:57:31 Setting up linux-libc-dev:amd64 (4.15.0-112.113) ... 15:57:31 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 15:57:31 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 15:57:31 Setting up libmpfr6:amd64 (4.0.1-1) ... 15:57:31 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 15:57:31 Setting up libgdbm5:amd64 (1.14.1-6) ... 15:57:31 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:31 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:57:31 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:31 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:57:31 Setting up libsodium23:amd64 (1.0.16-2) ... 15:57:31 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 15:57:31 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 15:57:32 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:32 Setting up patch (2.7.6-2ubuntu1.1) ... 15:57:32 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 15:57:32 Setting up liblocale-gettext-perl (1.07-3build2) ... 15:57:32 Setting up libmpc3:amd64 (1.1.0-1) ... 15:57:32 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 15:57:32 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 15:57:32 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1253 kB] 15:57:32 Setting up manpages-dev (4.15-1) ... 15:57:32 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 15:57:32 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:32 Setting up netbase (5.4) ... 15:57:32 Setting up libisl19:amd64 (0.19-1) ... 15:57:32 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:57:32 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:32 Setting up curl (7.58.0-2ubuntu3.10) ... 15:57:32 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:57:32 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:32 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:32 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:57:32 Setting up fakeroot (1.22-2ubuntu1) ... 15:57:32 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 15:57:32 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 15:57:32 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 15:57:32 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 15:57:32 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 15:57:32 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 15:57:32 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 15:57:32 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 15:57:32 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 15:57:32 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [922 kB] 15:57:32 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:32 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:57:32 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:32 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 15:57:32 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:57:32 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:57:32 Setting up perl (5.26.1-6ubuntu0.3) ... 15:57:32 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [648 kB] 15:57:32 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [777 kB] 15:57:33 Setting up libfile-fcntllock-perl (0.22-3build2) ... 15:57:33 Setting up libalgorithm-diff-perl (1.19.03-1) ... 15:57:33 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:57:33 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:57:33 Setting up liberror-perl (0.17025-1) ... 15:57:33 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:57:33 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:57:33 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:57:33 Setting up libalgorithm-merge-perl (0.08-3) ... 15:57:33 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:57:33 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 15:57:33 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:57:33 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 15:57:33 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 15:57:33 Fetched 3852 kB in 2s (1725 kB/s) 15:57:33 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:57:33 Setting up build-essential (12.4ubuntu1) ... 15:57:33 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:57:33 Processing triggers for mime-support (3.60ubuntu1) ... 15:57:33 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 15:57:36 binutils set to automatically installed. 15:57:36 binutils-common set to automatically installed. 15:57:36 binutils-x86-64-linux-gnu set to automatically installed. 15:57:36 build-essential set to automatically installed. 15:57:36 cpp set to automatically installed. 15:57:36 cpp-7 set to automatically installed. 15:57:36 curl set to automatically installed. 15:57:36 dpkg-dev set to automatically installed. 15:57:36 fakeroot set to automatically installed. 15:57:36 g++ set to automatically installed. 15:57:36 g++-7 set to automatically installed. 15:57:36 gcc set to automatically installed. 15:57:36 gcc-7 set to automatically installed. 15:57:36 gcc-7-base set to automatically installed. 15:57:36 git set to automatically installed. 15:57:36 git-man set to automatically installed. 15:57:36 less set to automatically installed. 15:57:36 libalgorithm-diff-perl set to automatically installed. 15:57:36 libalgorithm-diff-xs-perl set to automatically installed. 15:57:36 libalgorithm-merge-perl set to automatically installed. 15:57:36 libasan4 set to automatically installed. 15:57:36 libatomic1 set to automatically installed. 15:57:36 libbinutils set to automatically installed. 15:57:36 libc-dev-bin set to automatically installed. 15:57:36 libc6-dev set to automatically installed. 15:57:36 libcc1-0 set to automatically installed. 15:57:36 libcilkrts5 set to automatically installed. 15:57:36 libcurl3-gnutls set to automatically installed. 15:57:36 libcurl4 set to automatically installed. 15:57:36 libdpkg-perl set to automatically installed. 15:57:36 liberror-perl set to automatically installed. 15:57:36 libfakeroot set to automatically installed. 15:57:36 libfile-fcntllock-perl set to automatically installed. 15:57:36 libgcc-7-dev set to automatically installed. 15:57:36 libgdbm-compat4 set to automatically installed. 15:57:36 libgdbm5 set to automatically installed. 15:57:36 libgomp1 set to automatically installed. 15:57:36 libisl19 set to automatically installed. 15:57:36 libitm1 set to automatically installed. 15:57:36 liblocale-gettext-perl set to automatically installed. 15:57:36 liblsan0 set to automatically installed. 15:57:36 libmpc3 set to automatically installed. 15:57:36 libmpfr6 set to automatically installed. 15:57:36 libmpx2 set to automatically installed. 15:57:36 libnorm1 set to automatically installed. 15:57:36 libperl5.26 set to automatically installed. 15:57:36 libpgm-5.2-0 set to automatically installed. 15:57:36 libquadmath0 set to automatically installed. 15:57:36 libsodium23 set to automatically installed. 15:57:36 libstdc++-7-dev set to automatically installed. 15:57:36 libtsan0 set to automatically installed. 15:57:36 libubsan0 set to automatically installed. 15:57:36 libzmq3-dev set to automatically installed. 15:57:36 libzmq5 set to automatically installed. 15:57:36 linux-libc-dev set to automatically installed. 15:57:36 make set to automatically installed. 15:57:36 manpages set to automatically installed. 15:57:36 manpages-dev set to automatically installed. 15:57:36 netbase set to automatically installed. 15:57:36 patch set to automatically installed. 15:57:36 perl set to automatically installed. 15:57:36 perl-modules-5.26 set to automatically installed. 15:57:36 pkg-config set to automatically installed. 15:57:36 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 15:57:36 Please ensure the environment is properly setup before continuing. 15:57:36 Ignore this message if the appropriate measures have already been taken 15:57:37 Reading package lists... 15:57:37 Pulling go  15:57:38 'app-service-config' has dependencies that need to be staged: go 15:57:38 Skipping pull go (already ran) 15:57:38 Building go  15:57:38 % Total % Received % Xferd Average Speed Time Time Time Current 15:57:38 Dload Upload Total Spent Left Speed 15:57:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 35 114M 35 40.1M 0 0 36.2M 0 0:00:03 0:00:01 0:00:02 36.2M 87 114M 87 100M 0 0 47.6M 0 0:00:02 0:00:02 --:--:-- 47.6M 100 114M 100 114M 0 0 48.4M 0 0:00:02 0:00:02 --:--:-- 48.4M 15:57:42 go1.13.10.linux-amd64.tar.gz: OK 15:57:44 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: 15:57:44 - README.md 15:57:44 15:57:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:57:50 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 15:57:50 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 15:57:50 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 15:57:50 Staging go  15:57:50 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 15:57:50 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:57:51 2% [Working] 47% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:57:51 30% 5% 5% 5% Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [890 kB] 15:57:51 5% 45% 45% 45% Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9834 B] 15:57:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [101 kB] 15:57:51 50% 54% Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1043 kB] 15:57:51 54% 97% 99% 99% 99% 99% 99% 99% 99% 99% 99% 99% 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:57:51 96% 99% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 15:57:52 99% 99% 99% 16% [Working] 16% [Working] 16% 16% Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 15:57:52 16% 14% 14% 14% 14% 14% 14% 14% 14% Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 15:57:52 14% 15% 58% Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 15:57:52 76% 76% Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 15:57:53 77% 84% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1417 kB] 15:57:53 84% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.4 kB] 15:57:53 91% 91% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [117 kB] 15:57:53 92% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1341 kB] 15:57:53 93% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 15:57:53 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] 15:57:54 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 18.3 MB in 0s (0 B/s) 15:57:55 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 15:57:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:57:58 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) 15:57:59 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:57:59 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 15:57:59 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:58:00 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) 15:58:00 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:58:00 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) 15:58:00 Pulling app-service-config  15:58:02 Installing build dependencies: binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcurl3-gnutls libcurl4 libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config 15:58:02 Pulling config-common  15:58:03 Skipping build go (already ran) 15:58:03 Building app-service-config  15:58:03 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.7" -o app-service-configurable 15:58:06 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 15:58:06 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 15:58:06 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 15:58:06 go: downloading github.com/gorilla/mux v1.7.4 15:58:06 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.65 15:58:06 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 15:58:06 go: extracting github.com/gorilla/mux v1.7.4 15:58:06 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 15:58:06 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 15:58:06 go: downloading github.com/BurntSushi/toml v0.3.1 15:58:06 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 15:58:06 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.65 15:58:06 go: downloading github.com/pelletier/go-toml v1.2.0 15:58:06 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 15:58:06 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 15:58:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:58:06 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:58:06 go: downloading go.mongodb.org/mongo-driver v1.1.1 15:58:06 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 15:58:06 go: extracting github.com/BurntSushi/toml v0.3.1 15:58:06 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 15:58:06 go: extracting github.com/pelletier/go-toml v1.2.0 15:58:06 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 15:58:06 go: downloading github.com/hashicorp/consul/api v1.1.0 15:58:06 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:58:06 go: downloading github.com/go-kit/kit v0.8.0 15:58:06 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:58:06 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 15:58:06 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 15:58:06 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:58:06 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:58:06 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 15:58:06 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:58:06 go: extracting github.com/hashicorp/consul/api v1.1.0 15:58:06 go: downloading github.com/mitchellh/copystructure v1.0.0 15:58:06 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:58:06 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:58:06 go: downloading github.com/google/uuid v1.1.1 15:58:06 go: extracting github.com/go-kit/kit v0.8.0 15:58:06 go: extracting github.com/mitchellh/mapstructure v1.1.2 15:58:06 go: extracting github.com/mitchellh/copystructure v1.0.0 15:58:06 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:58:06 go: downloading github.com/pebbe/zmq4 v1.0.0 15:58:06 go: extracting github.com/google/uuid v1.1.1 15:58:06 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:58:06 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 50% Reading package lists... 70% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 88% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 15:58:06 go: downloading github.com/x448/float16 v0.8.4 15:58:06 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 15:58:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:58:06 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:58:06 go: extracting github.com/pebbe/zmq4 v1.0.0 15:58:06 go: extracting go.mongodb.org/mongo-driver v1.1.1 15:58:06 go: extracting github.com/go-redis/redis/v7 v7.2.0 15:58:06 go: extracting github.com/x448/float16 v0.8.4 15:58:06 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:58:06 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:58:06 go: extracting github.com/mitchellh/reflectwalk v1.0.0 15:58:06 go: downloading github.com/hashicorp/serf v0.8.2 15:58:06 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:58:06 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 15:58:06 go: extracting github.com/go-logfmt/logfmt v0.4.0 15:58:06 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:58:06 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 15:58:07 go: extracting github.com/hashicorp/serf v0.8.2 15:58:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:58:07 go: downloading github.com/go-stack/stack v1.8.0 15:58:07 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 15:58:07 go: downloading github.com/golang/snappy v0.0.1 15:58:07 go: downloading github.com/xdg/stringprep v1.0.0 15:58:07 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:58:07 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:58:07 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:58:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:58:07 go: extracting github.com/go-stack/stack v1.8.0 15:58:07 go: extracting github.com/xdg/stringprep v1.0.0 15:58:07 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:58:07 go: extracting github.com/golang/snappy v0.0.1 15:58:07 go: downloading golang.org/x/text v0.3.2 15:58:07 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 15:58:07 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 15:58:07 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:58:07 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:58:07 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 52% Building dependency tree 15:58:07 Reading state information... 0% Reading state information... 0% Reading state information... Done 15:58:08 go: extracting github.com/hashicorp/golang-lru v0.5.0 15:58:08 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:58:08 The following packages were automatically installed and are no longer required: 15:58:08 libjq1 libonig4 15:58:08 Use 'sudo apt autoremove' to remove them. 15:58:08 Suggested packages: 15:58:08 binutils-doc cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg 15:58:08 gcc-multilib autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg 15:58:08 libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg 15:58:08 libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg 15:58:08 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:58:08 git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n 15:58:08 libstdc++-7-doc make-doc man-browser ed diffutils-doc perl-doc 15:58:08 libterm-readline-gnu-perl | libterm-readline-perl-perl 15:58:08 go: extracting golang.org/x/text v0.3.2 15:58:09 The following NEW packages will be installed: 15:58:09 binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp 15:58:09 cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 15:58:09 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 15:58:09 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 15:58:09 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 15:58:09 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 15:58:09 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 15:58:09 libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 15:58:09 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 15:58:09 perl perl-modules-5.26 pkg-config 15:58:09 The following packages will be upgraded: 15:58:09 libcurl4 15:58:09 1 upgraded, 59 newly installed, 0 to remove and 0 not upgraded. 15:58:09 Need to get 49.3 MB of archives. 15:58:09 After this operation, 219 MB of additional disk space will be used. 15:58:09 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] 15:58:09 0% [1 liblocale-gettext-perl 12.6 kB/16.3 kB 78%] 0% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 15:58:10 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 15:58:10 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 15:58:10 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 15:58:10 0% [2 perl-modules-5.26 7473 B/2763 kB 0%] 3% [2 perl-modules-5.26 1588 kB/2763 kB 57%] 5% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 15:58:10 5% [3 libgdbm5 20.5 kB/23.1 kB 89%] 6% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 15:58:10 6% [4 libgdbm-compat4 0 B/5536 B 0%] 6% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 15:58:10 6% [5 libperl5.26 4096 B/3326 kB 0%] 12% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 15:58:10 12% [6 perl 24.6 kB/201 kB 12%] 12% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 15:58:10 12% [7 less 20.7 kB/99.7 kB 21%] 13% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 15:58:10 13% [8 netbase 12.7 kB/12.7 kB 100%] 13% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] 15:58:10 go: finding github.com/google/uuid v1.1.1 15:58:10 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 15:58:10 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:58:10 go: finding github.com/BurntSushi/toml v0.3.1 15:58:10 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:58:10 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:58:10 go: finding github.com/go-kit/kit v0.8.0 15:58:10 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 15:58:10 go: finding github.com/x448/float16 v0.8.4 15:58:10 go: finding github.com/gorilla/mux v1.7.4 15:58:10 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:58:10 go: finding github.com/go-logfmt/logfmt v0.4.0 15:58:10 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:58:10 go: finding github.com/pelletier/go-toml v1.2.0 15:58:10 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:58:10 go: finding go.mongodb.org/mongo-driver v1.1.1 15:58:10 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:58:10 go: finding github.com/go-redis/redis/v7 v7.2.0 15:58:10 go: finding github.com/pebbe/zmq4 v1.0.0 15:58:10 go: finding github.com/go-stack/stack v1.8.0 15:58:10 go: finding github.com/hashicorp/consul/api v1.1.0 15:58:10 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:58:10 go: finding github.com/mitchellh/copystructure v1.0.0 15:58:10 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:58:10 go: finding github.com/golang/snappy v0.0.1 15:58:10 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:58:10 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:58:10 go: finding github.com/mitchellh/mapstructure v1.1.2 15:58:10 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:58:10 13% [9 manpages 16.4 kB/1234 kB 1%] 15% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.4 [196 kB] 15:58:10 16% [10 binutils-common 50.2 kB/196 kB 26%] 16% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.4 [417 kB] 15:58:10 16% [11 libbinutils 50.1 kB/417 kB 12%] 17% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.4 [2170 kB] 15:58:10 17% [12 binutils-aarch64-linux-gnu 26.2 kB/2170 kB 1%] 21% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.4 [3364 B] 15:58:10 21% [Waiting for headers] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.2 [58.7 kB] 15:58:10 21% [14 libc-dev-bin 58.7 kB/58.7 kB 100%] 22% [Working] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-112.113 [960 kB] 15:58:10 22% [15 linux-libc-dev 21.7 kB/960 kB 2%] 24% [Working] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] 15:58:10 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 15:58:10 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:58:10 go: finding github.com/hashicorp/serf v0.8.2 15:58:10 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:58:10 go: finding github.com/xdg/stringprep v1.0.0 15:58:10 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:58:10 go: finding golang.org/x/text v0.3.2 15:58:10 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:58:10 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:58:10 go: finding github.com/hashicorp/golang-lru v0.5.0 15:58:11 24% [16 libc6-dev 44.5 kB/2049 kB 2%] 27% [Working] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:58:11 27% [17 gcc-7-base 18.3 kB/18.3 kB 100%] 28% [Waiting for headers] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] 15:58:11 28% [18 libisl19 65.5 kB/439 kB 15%] 29% [Working] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] 15:58:11 29% [19 libmpfr6 26.9 kB/202 kB 13%] 29% [Working] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] 15:58:11 29% [20 libmpc3 20.9 kB/37.2 kB 56%] 30% [Working] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] 15:58:11 30% [21 cpp-7 49.0 kB/7046 kB 1%] 42% [Working] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:58:11 42% [22 cpp 14.9 kB/27.7 kB 54%] 42% [Working] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] 15:58:11 42% [Waiting for headers] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] 15:58:11 42% [24 libgomp1 15.8 kB/69.7 kB 23%] 43% [Working] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] 15:58:11 43% [25 libitm1 16.4 kB/24.3 kB 67%] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] 15:58:11 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] 15:58:11 44% [27 libasan4 108 kB/335 kB 32%] 44% [Working] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] 15:58:11 44% [28 liblsan0 35.1 kB/121 kB 29%] 45% [Working] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] 15:58:11 45% [29 libtsan0 45.1 kB/269 kB 17%] 46% [Working] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] 15:58:11 46% [30 libubsan0 37.7 kB/117 kB 32%] 46% [Working] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] 15:58:11 46% [31 libgcc-7-dev 42.3 kB/833 kB 5%] 48% [Working] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] 15:58:11 48% [32 gcc-7 16.4 kB/7772 kB 0%] 61% [Working] Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] 15:58:11 61% [33 gcc 5208 B/5208 B 100%] 61% [Working] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:58:11 61% [34 libstdc++-7-dev 0 B/1471 kB 0%] 64% [Working] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] 15:58:12 64% [35 g++-7 61.5 kB/8077 kB 1%] 77% [Working] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] 15:58:12 77% [36 g++ 1552 B/1552 B 100%] 78% [Working] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 15:58:12 78% [37 make 8192 B/139 kB 6%] 78% [Working] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:58:12 78% [38 libdpkg-perl 131 kB/211 kB 62%] 79% [Working] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 15:58:12 79% [39 patch 20.3 kB/91.8 kB 22%] 79% [Working] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:58:12 79% [40 dpkg-dev 59.3 kB/607 kB 10%] 81% [Working] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] 15:58:12 81% [Waiting for headers] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.10 [180 kB] 15:58:12 81% [42 libcurl4 53.2 kB/180 kB 30%] 82% [Working] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 15:58:12 82% [43 curl 53.4 kB/152 kB 35%] 82% [Working] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] 15:58:12 82% [44 libfakeroot 21.8 kB/21.8 kB 100%] 83% [Working] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] 15:58:12 83% [45 fakeroot 10.2 kB/59.9 kB 17%] 83% [Working] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 15:58:12 83% [46 libcurl3-gnutls 0 B/179 kB 0%] 84% [Working] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 15:58:12 84% [47 liberror-perl 22.8 kB/22.8 kB 100%] 84% [Working] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:58:12 84% [48 git-man 9927 B/804 kB 1%] 86% [Working] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 15:58:12 86% [49 git 58.1 kB/2952 kB 2%] 91% [Working] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 15:58:12 91% [50 libalgorithm-diff-perl 0 B/47.6 kB 0%] 91% [Waiting for headers] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] 15:58:12 91% [51 libalgorithm-diff-xs-perl 10.8 kB/10.8 kB 100%] 92% [Working] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 15:58:12 92% [52 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] 15:58:12 92% [Working] Get:54 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] 15:58:12 92% [54 libnorm1 16.6 kB/218 kB 8%] 93% [Working] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] 15:58:12 93% [55 libpgm-5.2-0 16.4 kB/140 kB 12%] 94% [Working] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] 15:58:12 94% [56 libsodium23 20.5 kB/90.4 kB 23%] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] 15:58:12 94% [57 libzmq5 92.4 kB/208 kB 45%] 95% [Working] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] 15:58:12 95% [58 libzmq3-dev 15.6 kB/409 kB 4%] 96% [Working] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] 15:58:12 96% [59 manpages-dev 20.5 kB/2217 kB 1%] 100% [Working] Get:60 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] 15:58:12 100% [60 pkg-config 8192 B/42.8 kB 19%] 100% [Working] Fetched 49.3 MB in 3s (15.6 MB/s) 15:58:13 debconf: delaying package configuration, since apt-utils is not installed 15:58:13 Selecting previously unselected package liblocale-gettext-perl. 15:58:13 (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 ... 9882 files and directories currently installed.) 15:58:13 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... 15:58:13 Unpacking liblocale-gettext-perl (1.07-3build2) ... 15:58:13 Selecting previously unselected package perl-modules-5.26. 15:58:13 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 15:58:13 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 15:58:15 Selecting previously unselected package libgdbm5:arm64. 15:58:15 Preparing to unpack .../02-libgdbm5_1.14.1-6_arm64.deb ... 15:58:15 Unpacking libgdbm5:arm64 (1.14.1-6) ... 15:58:15 Selecting previously unselected package libgdbm-compat4:arm64. 15:58:15 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_arm64.deb ... 15:58:15 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 15:58:15 Selecting previously unselected package libperl5.26:arm64. 15:58:15 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 15:58:15 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 15:58:16 Selecting previously unselected package perl. 15:58:16 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_arm64.deb ... 15:58:16 Unpacking perl (5.26.1-6ubuntu0.3) ... 15:58:16 Selecting previously unselected package less. 15:58:16 Preparing to unpack .../06-less_487-0.1_arm64.deb ... 15:58:16 Unpacking less (487-0.1) ... 15:58:17 Selecting previously unselected package netbase. 15:58:17 Preparing to unpack .../07-netbase_5.4_all.deb ... 15:58:17 Unpacking netbase (5.4) ... 15:58:17 Selecting previously unselected package manpages. 15:58:17 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 15:58:17 Unpacking manpages (4.15-1) ... 15:58:17 Selecting previously unselected package binutils-common:arm64. 15:58:17 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_arm64.deb ... 15:58:17 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... 15:58:17 Selecting previously unselected package libbinutils:arm64. 15:58:17 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_arm64.deb ... 15:58:17 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... 15:58:17 Selecting previously unselected package binutils-aarch64-linux-gnu. 15:58:17 Preparing to unpack .../11-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.4_arm64.deb ... 15:58:17 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:58:18 Selecting previously unselected package binutils. 15:58:18 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_arm64.deb ... 15:58:18 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 15:58:19 Selecting previously unselected package libc-dev-bin. 15:58:19 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... 15:58:19 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 15:58:19 Selecting previously unselected package linux-libc-dev:arm64. 15:58:19 Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_arm64.deb ... 15:58:19 Unpacking linux-libc-dev:arm64 (4.15.0-112.113) ... 15:58:20 Selecting previously unselected package libc6-dev:arm64. 15:58:20 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... 15:58:20 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... 15:58:21 Selecting previously unselected package gcc-7-base:arm64. 15:58:21 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... 15:58:21 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 15:58:21 Selecting previously unselected package libisl19:arm64. 15:58:21 Preparing to unpack .../17-libisl19_0.19-1_arm64.deb ... 15:58:21 Unpacking libisl19:arm64 (0.19-1) ... 15:58:21 Selecting previously unselected package libmpfr6:arm64. 15:58:21 Preparing to unpack .../18-libmpfr6_4.0.1-1_arm64.deb ... 15:58:21 Unpacking libmpfr6:arm64 (4.0.1-1) ... 15:58:21 Selecting previously unselected package libmpc3:arm64. 15:58:21 Preparing to unpack .../19-libmpc3_1.1.0-1_arm64.deb ... 15:58:21 Unpacking libmpc3:arm64 (1.1.0-1) ... 15:58:21 Selecting previously unselected package cpp-7. 15:58:21 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 15:58:21 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:58:23 Selecting previously unselected package cpp. 15:58:23 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 15:58:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 15:58:23 Selecting previously unselected package libcc1-0:arm64. 15:58:23 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... 15:58:23 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 15:58:23 Selecting previously unselected package libgomp1:arm64. 15:58:23 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... 15:58:23 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 15:58:23 Selecting previously unselected package libitm1:arm64. 15:58:23 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... 15:58:23 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 15:58:23 Selecting previously unselected package libatomic1:arm64. 15:58:24 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... 15:58:24 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 15:58:24 Selecting previously unselected package libasan4:arm64. 15:58:24 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... 15:58:24 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 15:58:24 Selecting previously unselected package liblsan0:arm64. 15:58:24 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 15:58:24 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 15:58:24 Selecting previously unselected package libtsan0:arm64. 15:58:24 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 15:58:24 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 15:58:25 Selecting previously unselected package libubsan0:arm64. 15:58:25 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... 15:58:25 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 15:58:25 Selecting previously unselected package libgcc-7-dev:arm64. 15:58:25 Preparing to unpack .../30-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 15:58:25 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 15:58:25 Selecting previously unselected package gcc-7. 15:58:25 Preparing to unpack .../31-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 15:58:25 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:58:27 Selecting previously unselected package gcc. 15:58:27 Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 15:58:27 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 15:58:27 Selecting previously unselected package libstdc++-7-dev:arm64. 15:58:27 Preparing to unpack .../33-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 15:58:27 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 15:58:28 Selecting previously unselected package g++-7. 15:58:28 Preparing to unpack .../34-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 15:58:28 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 15:58:30 Selecting previously unselected package g++. 15:58:30 Preparing to unpack .../35-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 15:58:30 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 15:58:30 Selecting previously unselected package make. 15:58:30 Preparing to unpack .../36-make_4.1-9.1ubuntu1_arm64.deb ... 15:58:30 Unpacking make (4.1-9.1ubuntu1) ... 15:58:30 Selecting previously unselected package libdpkg-perl. 15:58:30 Preparing to unpack .../37-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:58:30 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:58:30 Selecting previously unselected package patch. 15:58:30 Preparing to unpack .../38-patch_2.7.6-2ubuntu1.1_arm64.deb ... 15:58:30 Unpacking patch (2.7.6-2ubuntu1.1) ... 15:58:31 Selecting previously unselected package dpkg-dev. 15:58:31 Preparing to unpack .../39-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:58:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 15:58:31 Selecting previously unselected package build-essential. 15:58:31 Preparing to unpack .../40-build-essential_12.4ubuntu1_arm64.deb ... 15:58:31 Unpacking build-essential (12.4ubuntu1) ... 15:58:31 Preparing to unpack .../41-libcurl4_7.58.0-2ubuntu3.10_arm64.deb ... 15:58:31 Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.9) ... 15:58:32 Selecting previously unselected package curl. 15:58:32 Preparing to unpack .../42-curl_7.58.0-2ubuntu3.10_arm64.deb ... 15:58:32 Unpacking curl (7.58.0-2ubuntu3.10) ... 15:58:32 Selecting previously unselected package libfakeroot:arm64. 15:58:32 Preparing to unpack .../43-libfakeroot_1.22-2ubuntu1_arm64.deb ... 15:58:32 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... 15:58:32 Selecting previously unselected package fakeroot. 15:58:32 Preparing to unpack .../44-fakeroot_1.22-2ubuntu1_arm64.deb ... 15:58:32 Unpacking fakeroot (1.22-2ubuntu1) ... 15:58:32 Selecting previously unselected package libcurl3-gnutls:arm64. 15:58:32 Preparing to unpack .../45-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 15:58:32 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 15:58:32 Selecting previously unselected package liberror-perl. 15:58:32 Preparing to unpack .../46-liberror-perl_0.17025-1_all.deb ... 15:58:32 Unpacking liberror-perl (0.17025-1) ... 15:58:32 Selecting previously unselected package git-man. 15:58:32 Preparing to unpack .../47-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:58:32 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:58:32 Building config-common  15:58:33 Selecting previously unselected package git. 15:58:33 Preparing to unpack .../48-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 15:58:33 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:58:34 Selecting previously unselected package libalgorithm-diff-perl. 15:58:34 Preparing to unpack .../49-libalgorithm-diff-perl_1.19.03-1_all.deb ... 15:58:34 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 15:58:34 Skipping stage go (already ran) 15:58:34 Staging app-service-config  15:58:34 Selecting previously unselected package libalgorithm-diff-xs-perl. 15:58:34 Preparing to unpack .../50-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... 15:58:34 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 15:58:34 Selecting previously unselected package libalgorithm-merge-perl. 15:58:34 Preparing to unpack .../51-libalgorithm-merge-perl_0.08-3_all.deb ... 15:58:34 Unpacking libalgorithm-merge-perl (0.08-3) ... 15:58:35 Selecting previously unselected package libfile-fcntllock-perl. 15:58:35 Preparing to unpack .../52-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... 15:58:35 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 15:58:35 Selecting previously unselected package libnorm1:arm64. 15:58:35 Preparing to unpack .../53-libnorm1_1.5r6+dfsg1-6_arm64.deb ... 15:58:35 Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... 15:58:35 Staging config-common  15:58:35 Selecting previously unselected package libpgm-5.2-0:arm64. 15:58:35 Preparing to unpack .../54-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... 15:58:35 Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 15:58:35 Selecting previously unselected package libsodium23:arm64. 15:58:35 Preparing to unpack .../55-libsodium23_1.0.16-2_arm64.deb ... 15:58:35 Unpacking libsodium23:arm64 (1.0.16-2) ... 15:58:35 Selecting previously unselected package libzmq5:arm64. 15:58:35 Preparing to unpack .../56-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... 15:58:35 Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 15:58:36 Selecting previously unselected package libzmq3-dev:arm64. 15:58:36 Preparing to unpack .../57-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... 15:58:36 Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 15:58:36 Selecting previously unselected package manpages-dev. 15:58:36 Preparing to unpack .../58-manpages-dev_4.15-1_all.deb ... 15:58:36 Unpacking manpages-dev (4.15-1) ... 15:58:36 Priming go  15:58:36 Selecting previously unselected package pkg-config. 15:58:36 Preparing to unpack .../59-pkg-config_0.29.1-0ubuntu2_arm64.deb ... 15:58:36 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:58:36 Priming app-service-config  15:58:37 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 15:58:37 Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 15:58:37 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 15:58:37 Setting up manpages (4.15-1) ... 15:58:37 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:58:37 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 15:58:37 Setting up less (487-0.1) ... 15:58:38 Setting up make (4.1-9.1ubuntu1) ... 15:58:38 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 15:58:38 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 15:58:38 Setting up libcurl4:arm64 (7.58.0-2ubuntu3.10) ... 15:58:38 Setting up linux-libc-dev:arm64 (4.15.0-112.113) ... 15:58:38 Setting up libmpfr6:arm64 (4.0.1-1) ... 15:58:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 15:58:38 Setting up libgdbm5:arm64 (1.14.1-6) ... 15:58:38 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 15:58:38 Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... 15:58:38 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 15:58:38 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... 15:58:38 Setting up libsodium23:arm64 (1.0.16-2) ... 15:58:38 Setting up patch (2.7.6-2ubuntu1.1) ... 15:58:38 Priming config-common  15:58:38 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... 15:58:38 Setting up liblocale-gettext-perl (1.07-3build2) ... 15:58:38 Setting up libmpc3:arm64 (1.1.0-1) ... 15:58:38 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 15:58:38 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 15:58:38 Setting up manpages-dev (4.15-1) ... 15:58:38 Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... 15:58:38 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 15:58:38 Setting up netbase (5.4) ... 15:58:38 Setting up libisl19:arm64 (0.19-1) ... 15:58:38 Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 15:58:39 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 15:58:39 Setting up curl (7.58.0-2ubuntu3.10) ... 15:58:39 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... 15:58:39 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 15:58:39 Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 15:58:39 Setting up fakeroot (1.22-2ubuntu1) ... 15:58:39 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 15:58:39 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 15:58:39 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 15:58:39 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 15:58:39 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 15:58:39 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 15:58:39 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 15:58:39 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 15:58:39 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 15:58:39 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 15:58:39 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:58:39 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 15:58:39 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 15:58:39 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:58:39 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:58:39 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:58:39 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:58:39 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:58:39 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:58:39 Setting up perl (5.26.1-6ubuntu0.3) ... 15:58:39 Setting up libfile-fcntllock-perl (0.22-3build2) ... 15:58:39 Setting up libalgorithm-diff-perl (1.19.03-1) ... 15:58:39 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:58:39 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 15:58:39 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 15:58:39 Setting up liberror-perl (0.17025-1) ... 15:58:40 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:58:40 Setting up libalgorithm-merge-perl (0.08-3) ... 15:58:40 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:58:40 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 15:58:40 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:58:40 Setting up build-essential (12.4ubuntu1) ... 15:58:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:58:40 Processing triggers for mime-support (3.60ubuntu1) ... 15:58:40 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 15:58:41 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | 15:58:41 Snapped edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap 15:58:45 15:58:45 Login successful. You now have these capabilities: 15:58:45  15:58:45 snaps: No restriction 15:58:45 channels: No restriction 15:58:45 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 15:58:45 expires: 2021-07-14T18:21:36.256372 15:58:45  15:58:45 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 15:58:45 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 15:58:45 Preparing to upload 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap'. 15:58:45 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 15:58:45 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 15:58:46 binutils set to automatically installed. 15:58:46 binutils-aarch64-linux-gnu set to automatically installed. 15:58:46 binutils-common set to automatically installed. 15:58:46 build-essential set to automatically installed. 15:58:46 cpp set to automatically installed. 15:58:46 cpp-7 set to automatically installed. 15:58:46 curl set to automatically installed. 15:58:46 dpkg-dev set to automatically installed. 15:58:46 fakeroot set to automatically installed. 15:58:46 g++ set to automatically installed. 15:58:46 g++-7 set to automatically installed. 15:58:46 gcc set to automatically installed. 15:58:46 gcc-7 set to automatically installed. 15:58:46 gcc-7-base set to automatically installed. 15:58:46 git set to automatically installed. 15:58:46 git-man set to automatically installed. 15:58:46 less set to automatically installed. 15:58:46 libalgorithm-diff-perl set to automatically installed. 15:58:46 libalgorithm-diff-xs-perl set to automatically installed. 15:58:46 libalgorithm-merge-perl set to automatically installed. 15:58:46 libasan4 set to automatically installed. 15:58:46 libatomic1 set to automatically installed. 15:58:46 libbinutils set to automatically installed. 15:58:46 libc-dev-bin set to automatically installed. 15:58:46 libc6-dev set to automatically installed. 15:58:46 libcc1-0 set to automatically installed. 15:58:47 libcurl3-gnutls set to automatically installed. 15:58:47 libcurl4 set to automatically installed. 15:58:47 libdpkg-perl set to automatically installed. 15:58:47 liberror-perl set to automatically installed. 15:58:47 libfakeroot set to automatically installed. 15:58:47 libfile-fcntllock-perl set to automatically installed. 15:58:47 libgcc-7-dev set to automatically installed. 15:58:47 libgdbm-compat4 set to automatically installed. 15:58:47 libgdbm5 set to automatically installed. 15:58:47 libgomp1 set to automatically installed. 15:58:47 libisl19 set to automatically installed. 15:58:47 libitm1 set to automatically installed. 15:58:47 liblocale-gettext-perl set to automatically installed. 15:58:47 liblsan0 set to automatically installed. 15:58:47 libmpc3 set to automatically installed. 15:58:47 libmpfr6 set to automatically installed. 15:58:47 libnorm1 set to automatically installed. 15:58:47 libperl5.26 set to automatically installed. 15:58:47 libpgm-5.2-0 set to automatically installed. 15:58:47 libsodium23 set to automatically installed. 15:58:47 libstdc++-7-dev set to automatically installed. 15:58:47 libtsan0 set to automatically installed. 15:58:47 libubsan0 set to automatically installed. 15:58:47 libzmq3-dev set to automatically installed. 15:58:47 libzmq5 set to automatically installed. 15:58:47 linux-libc-dev set to automatically installed. 15:58:47 make set to automatically installed. 15:58:47 manpages set to automatically installed. 15:58:47 manpages-dev set to automatically installed. 15:58:47 netbase set to automatically installed. 15:58:48 patch set to automatically installed. 15:58:48 perl set to automatically installed. 15:58:48 perl-modules-5.26 set to automatically installed. 15:58:48 pkg-config set to automatically installed. 15:58:48 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 15:58:48 Please ensure the environment is properly setup before continuing. 15:58:48 Ignore this message if the appropriate measures have already been taken 15:58:48 Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 71% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' [] 100% 15:58:49 Pulling go  15:58:52 'app-service-config' has dependencies that need to be staged: go 15:58:52 Skipping pull go (already ran) 15:58:52 Building go  15:58:52 % Total % Received % Xferd Average Speed Time Time Time Current 15:58:52 Dload Upload Total Spent Left Speed 15:58:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.1M 0 125k 0 0 378k 0 0:04:12 --:--:-- 0:04:12 377k 36 93.1M 36 34.1M 0 0 25.4M 0 0:00:03 0:00:01 0:00:02 25.4M 55 93.1M 55 51.7M 0 0 21.9M 0 0:00:04 0:00:02 0:00:02 21.9M 82 93.1M 82 76.7M 0 0 22.8M 0 0:00:04 0:00:03 0:00:01 22.8M 100 93.1M 100 93.1M 0 0 24.3M 0 0:00:03 0:00:03 --:--:-- 24.3M 15:58:57 go1.13.10.linux-arm64.tar.gz: OK 15:59:03 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.../ 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...| 15:59:03 released 15:59:03 Revision 32 of 'edgex-app-service-configurable' created. 15:59:04 Track Arch Channel Version Revision 15:59:04 latest amd64 stable 1.2.0-20200615+a7f3ace 14 15:59:04 candidate 1.2.0-20200615+a7f3ace 14 15:59:04 beta 1.2.0-20200615+a7f3ace 14 15:59:04 edge 1.2.0-20200821+52089d7 32 15:59:05 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 15:59:05 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 15:59:05 Uploading metadata from 'edgex-app-service-configurable_1.2.0-20200821+52089d7_amd64.snap' 15:59:08 The metadata has been uploaded [Pipeline] } 15:59:09 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] } 15:59:16 Staging go  15:59:18 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] 15:59:18 5% 99% [Working] 99% [Working] 99% Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 15:59:19 75% 99% 99% Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 15:59:19 83% 99% 99% Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 15:59:19 83% 99% 3% [Working] 3% [Working] 3% 3% Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] 15:59:19 3% 11% 11% [Working] 11% 11% Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] 15:59:20 12% 32% 32% 32% 32% 62% 77% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] 15:59:20 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] 15:59:20 77% Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3894 B] 15:59:20 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1253 kB] 15:59:20 79% 80% 85% Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [922 kB] 15:59:20 86% 91% Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1316 B] 15:59:20 91% 91% Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 15:59:20 91% 91% Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [8104 B] 15:59:20 91% 91% 91% Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [777 kB] 15:59:20 91% Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [648 kB] 15:59:20 96% 99% Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] 15:59:20 99% Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] 15:59:23 99% 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% [Working] 99% [Working] 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 16.6 MB in 0s (0 B/s) 15:59:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] 15:59:41 5% 100% [Working] Fetched 218 kB in 0s (0 B/s) 15:59:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] 15:59:41 9% 100% [Working] Fetched 140 kB in 0s (0 B/s) 15:59:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] 15:59:41 6% 100% [Working] Fetched 208 kB in 0s (0 B/s) 15:59:42 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] 15:59:42 15% 100% [Working] Fetched 90.4 kB in 0s (0 B/s) 15:59:42 Pulling app-service-config  15:59:49 Pulling config-common  15:59:51 Skipping build go (already ran) 15:59:51 Building app-service-config  15:59:51 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.7" -o app-service-configurable 15:59:54 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 15:59:54 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 15:59:54 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 15:59:54 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 15:59:54 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.65 15:59:54 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 15:59:54 go: downloading github.com/gorilla/mux v1.7.4 15:59:54 go: extracting github.com/gorilla/mux v1.7.4 15:59:54 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 15:59:54 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 15:59:54 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 15:59:54 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:59:54 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:59:54 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 15:59:54 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:59:54 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.65 15:59:54 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 15:59:54 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:59:54 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:59:54 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 15:59:54 go: downloading github.com/mitchellh/copystructure v1.0.0 15:59:54 go: downloading go.mongodb.org/mongo-driver v1.1.1 15:59:54 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:59:54 go: downloading github.com/google/uuid v1.1.1 15:59:54 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:59:55 go: downloading github.com/hashicorp/consul/api v1.1.0 15:59:55 go: downloading github.com/go-kit/kit v0.8.0 15:59:55 go: extracting github.com/mitchellh/copystructure v1.0.0 15:59:55 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 15:59:55 go: extracting github.com/google/uuid v1.1.1 15:59:55 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:59:55 go: extracting github.com/go-redis/redis/v7 v7.2.0 15:59:55 go: extracting github.com/hashicorp/consul/api v1.1.0 15:59:55 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 15:59:55 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:59:55 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 15:59:55 go: downloading github.com/pelletier/go-toml v1.2.0 15:59:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:59:55 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 15:59:55 go: downloading github.com/BurntSushi/toml v0.3.1 15:59:55 go: extracting github.com/go-kit/kit v0.8.0 15:59:55 go: extracting github.com/pelletier/go-toml v1.2.0 15:59:55 go: extracting github.com/mitchellh/reflectwalk v1.0.0 15:59:55 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:59:55 go: downloading github.com/x448/float16 v0.8.4 15:59:55 go: extracting github.com/BurntSushi/toml v0.3.1 15:59:55 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 15:59:55 go: downloading github.com/pebbe/zmq4 v1.0.0 15:59:55 go: extracting github.com/x448/float16 v0.8.4 15:59:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:59:55 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:59:55 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:59:55 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 15:59:55 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:59:55 go: extracting github.com/mitchellh/mapstructure v1.1.2 15:59:55 go: downloading github.com/hashicorp/serf v0.8.2 15:59:55 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:59:55 go: extracting github.com/pebbe/zmq4 v1.0.0 15:59:55 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:59:55 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:59:55 go: extracting go.mongodb.org/mongo-driver v1.1.1 15:59:55 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 15:59:55 go: extracting github.com/go-logfmt/logfmt v0.4.0 15:59:55 go: extracting github.com/hashicorp/serf v0.8.2 15:59:56 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:59:56 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:59:56 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:59:56 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 15:59:56 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:59:56 go: extracting github.com/hashicorp/golang-lru v0.5.0 15:59:56 go: downloading github.com/go-stack/stack v1.8.0 15:59:56 go: downloading github.com/golang/snappy v0.0.1 15:59:56 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 15:59:56 go: downloading github.com/xdg/stringprep v1.0.0 15:59:56 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:59:56 go: extracting github.com/go-stack/stack v1.8.0 15:59:56 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:59:56 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 15:59:56 go: extracting github.com/golang/snappy v0.0.1 15:59:56 go: extracting github.com/xdg/stringprep v1.0.0 15:59:56 go: downloading golang.org/x/text v0.3.2 15:59:56 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:59:57 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:59:58 go: extracting golang.org/x/text v0.3.2 15:59:59 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 15:59:59 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 15:59:59 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 15:59:59 go: finding github.com/google/uuid v1.1.1 15:59:59 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 15:59:59 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:59:59 go: finding github.com/BurntSushi/toml v0.3.1 15:59:59 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:59:59 go: finding github.com/go-kit/kit v0.8.0 15:59:59 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 15:59:59 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:59:59 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:59:59 go: finding github.com/gorilla/mux v1.7.4 15:59:59 go: finding github.com/go-logfmt/logfmt v0.4.0 15:59:59 go: finding github.com/x448/float16 v0.8.4 15:59:59 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:59:59 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:59:59 go: finding go.mongodb.org/mongo-driver v1.1.1 15:59:59 go: finding github.com/pelletier/go-toml v1.2.0 15:59:59 go: finding github.com/go-redis/redis/v7 v7.2.0 15:59:59 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:59:59 go: finding github.com/go-stack/stack v1.8.0 15:59:59 go: finding github.com/pebbe/zmq4 v1.0.0 15:59:59 go: finding github.com/hashicorp/consul/api v1.1.0 15:59:59 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:59:59 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:59:59 go: finding github.com/golang/snappy v0.0.1 15:59:59 go: finding github.com/mitchellh/copystructure v1.0.0 15:59:59 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:59:59 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:59:59 go: finding github.com/hashicorp/serf v0.8.2 15:59:59 go: finding github.com/mitchellh/mapstructure v1.1.2 15:59:59 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 15:59:59 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:59:59 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:59:59 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:59:59 go: finding github.com/xdg/stringprep v1.0.0 15:59:59 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:59:59 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:59:59 go: finding golang.org/x/text v0.3.2 15:59:59 go: finding github.com/hashicorp/golang-lru v0.5.0 15:59:59 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:00:56 Building config-common  16:01:08 Skipping stage go (already ran) 16:01:08 Staging app-service-config  16:01:10 Staging config-common  16:01:14 Priming go  16:01:17 Priming app-service-config  16:01:21 Priming config-common  16:01:29 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | 16:01:29 Snapped edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap 16:01:36 16:01:36 Login successful. You now have these capabilities: 16:01:36  16:01:36 snaps: No restriction 16:01:36 channels: No restriction 16:01:36 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 16:01:36 expires: 2021-07-14T18:21:36.256372 16:01:36  16:01:39 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 16:01:39 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 16:01:39 Preparing to upload 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap'. 16:01:39 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 16:01:39 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 16:01:45 Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 71% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' [] 100% 16:02: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...\ 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.../ Processing...- Processing...\ Processing...| Processing...| 16:02:01 released 16:02:01 Revision 33 of 'edgex-app-service-configurable' created. 16:02:02 Track Arch Channel Version Revision 16:02:02 latest arm64 stable 1.2.0-20200615+a7f3ace 15 16:02:02 candidate 1.2.0-20200615+a7f3ace 15 16:02:02 beta 1.2.0-20200615+a7f3ace 15 16:02:02 edge 1.2.0-20200821+52089d7 33 16:02:06 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 16:02:06 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 16:02:06 Uploading metadata from 'edgex-app-service-configurable_1.2.0-20200821+52089d7_arm64.snap' 16:02:09 The metadata has been uploaded [Pipeline] } 16:02:12 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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:02:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:02:14 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:02:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:02:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:02:14 16:02:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:02:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:02:15 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:02:15 cbdbe7a5bc2a: Pulling fs layer 16:02:15 408f87550127: Pulling fs layer 16:02:15 fe522b08c979: Pulling fs layer 16:02:15 221eaa008020: Pulling fs layer 16:02:15 2a4607e5d6b9: Pulling fs layer 16:02:15 8f79b27c4fd2: Pulling fs layer 16:02:15 e5c8dbe1645b: Pulling fs layer 16:02:15 23e8b3b47431: Pulling fs layer 16:02:15 5c568d65a230: Pulling fs layer 16:02:15 2a4607e5d6b9: Waiting 16:02:15 8f79b27c4fd2: Waiting 16:02:15 e5c8dbe1645b: Waiting 16:02:15 23e8b3b47431: Waiting 16:02:15 5c568d65a230: Waiting 16:02:15 221eaa008020: Waiting 16:02:15 fe522b08c979: Verifying Checksum 16:02:15 fe522b08c979: Download complete 16:02:15 408f87550127: Verifying Checksum 16:02:15 408f87550127: Download complete 16:02:15 2a4607e5d6b9: Verifying Checksum 16:02:15 2a4607e5d6b9: Download complete 16:02:15 8f79b27c4fd2: Verifying Checksum 16:02:15 8f79b27c4fd2: Download complete 16:02:15 cbdbe7a5bc2a: Verifying Checksum 16:02:15 cbdbe7a5bc2a: Download complete 16:02:15 e5c8dbe1645b: Verifying Checksum 16:02:15 e5c8dbe1645b: Download complete 16:02:15 cbdbe7a5bc2a: Pull complete 16:02:15 23e8b3b47431: Verifying Checksum 16:02:16 5c568d65a230: Download complete 16:02:16 408f87550127: Pull complete 16:02:16 fe522b08c979: Pull complete 16:02:16 221eaa008020: Download complete 16:02:22 221eaa008020: Pull complete 16:02:22 2a4607e5d6b9: Pull complete 16:02:22 8f79b27c4fd2: Pull complete 16:02:23 e5c8dbe1645b: Pull complete 16:02:26 23e8b3b47431: Pull complete 16:02:27 5c568d65a230: Pull complete 16:02:27 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:02:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:02:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:02:28 prd-centos7-docker-4c-2g-672 does not seem to be running inside a container 16:02:28 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 16:02:28 $ docker top 8a200e1133b8a880d64a04dfd1aeaba12a4ed0ebe7430e1dbe5eb5b9d2e1101e -eo pid,comm [Pipeline] { [Pipeline] sh 16:02:29 + snyk monitor '--org=edgex-jenkins' 16:02:44 16:02:44 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 16:02:44 16:02:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/480d443e-5f41-4457-8cc3-d1b62423d4e2 16:02:44 16:02:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:02:44 16:02:44 16:02:44 Snyk CLI supports Node.js 8 and higher. 16:02:44 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 16:02:44 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 16:02:44 16:02:44 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 16:02:44 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 16:02:44 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 16:02:44 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 16:02:44 $ docker stop --time=1 8a200e1133b8a880d64a04dfd1aeaba12a4ed0ebe7430e1dbe5eb5b9d2e1101e 16:02:48 $ docker rm -f 8a200e1133b8a880d64a04dfd1aeaba12a4ed0ebe7430e1dbe5eb5b9d2e1101e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:02:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:02:49 16:02:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 16:02:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:02:49 latest: Pulling from edgex-devops/edgex-klar 16:02:49 e7c96db7181b: Pulling fs layer 16:02:49 1868ca2cb446: Pulling fs layer 16:02:49 136be5d0fe8e: Pulling fs layer 16:02:49 894bfe63afcb: Pulling fs layer 16:02:49 894bfe63afcb: Waiting 16:02:49 1868ca2cb446: Verifying Checksum 16:02:49 1868ca2cb446: Download complete 16:02:49 136be5d0fe8e: Download complete 16:02:49 e7c96db7181b: Verifying Checksum 16:02:49 e7c96db7181b: Download complete 16:02:49 894bfe63afcb: Verifying Checksum 16:02:49 894bfe63afcb: Download complete 16:02:50 e7c96db7181b: Pull complete 16:02:50 1868ca2cb446: Pull complete 16:02:50 136be5d0fe8e: Pull complete 16:02:51 894bfe63afcb: Pull complete 16:02:51 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 16:02:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:02:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 16:02:51 prd-centos7-docker-4c-2g-672 does not seem to be running inside a container 16:02:51 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 16:02:52 $ docker top 5fff313f22ce0190face0a67e7654659340fa4a89ab9e97ff3ad8c2e2d95a8d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:02:52 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:52089d766941a619fd949741bc3effb36240d5e2 16:02:52 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:02:58 $ docker stop --time=1 5fff313f22ce0190face0a67e7654659340fa4a89ab9e97ff3ad8c2e2d95a8d3 16:02:59 $ docker rm -f 5fff313f22ce0190face0a67e7654659340fa4a89ab9e97ff3ad8c2e2d95a8d3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:03:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:03:00 . [Pipeline] withDockerContainer 16:03:00 prd-centos7-docker-4c-2g-672 does not seem to be running inside a container 16:03:00 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 16:03:00 $ docker top 06e64fdd13ec56815f9b7ff14aee432a365e7413a2c2bac190f87fabc4058d7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:01 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:52089d766941a619fd949741bc3effb36240d5e2 16:03:01 + tee 16:03:01 clair timeout 1m0s 16:03:01 docker timeout: 1m0s 16:03:01 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:03:02 $ docker stop --time=1 06e64fdd13ec56815f9b7ff14aee432a365e7413a2c2bac190f87fabc4058d7f 16:03:03 $ docker rm -f 06e64fdd13ec56815f9b7ff14aee432a365e7413a2c2bac190f87fabc4058d7f [Pipeline] // withDockerContainer [Pipeline] sh 16:03:04 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 16:03:04 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_52089d766941a619fd949741bc3effb36240d5e2.html [Pipeline] writeFile [Pipeline] step 16:03:04 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 16:03:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:03:04 . [Pipeline] withDockerContainer 16:03:04 prd-centos7-docker-4c-2g-672 does not seem to be running inside a container 16:03:04 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 16:03:05 $ docker top e0af19c32d7e75c9ddbb3f6cdaea81e762091c00a5021cf9b5ecc70eafadfa78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:05 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:52089d766941a619fd949741bc3effb36240d5e2 16:03:05 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:03:11 $ docker stop --time=1 e0af19c32d7e75c9ddbb3f6cdaea81e762091c00a5021cf9b5ecc70eafadfa78 16:03:12 $ docker rm -f e0af19c32d7e75c9ddbb3f6cdaea81e762091c00a5021cf9b5ecc70eafadfa78 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:03:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:03:13 . [Pipeline] withDockerContainer 16:03:13 prd-centos7-docker-4c-2g-672 does not seem to be running inside a container 16:03:13 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 16:03:14 $ docker top 5c07c050c648ddf496b2f4c9de1f923bf69835566607ea823fe792426673cf58 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:14 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:52089d766941a619fd949741bc3effb36240d5e2 16:03:14 + tee 16:03:14 clair timeout 1m0s 16:03:14 docker timeout: 1m0s 16:03:14 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:03:15 $ docker stop --time=1 5c07c050c648ddf496b2f4c9de1f923bf69835566607ea823fe792426673cf58 16:03:17 $ docker rm -f 5c07c050c648ddf496b2f4c9de1f923bf69835566607ea823fe792426673cf58 [Pipeline] // withDockerContainer [Pipeline] sh 16:03:17 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 16:03:17 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_52089d766941a619fd949741bc3effb36240d5e2.html [Pipeline] writeFile [Pipeline] step 16:03:17 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 16:03:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:03:18 . [Pipeline] withDockerContainer 16:03:18 prd-centos7-docker-4c-2g-672 does not seem to be running inside a container 16:03:18 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:03:19 $ docker top e0ac907768b2a83eceef81dd7926e1fe2f038adaa8ebdb9b66b8c2f6f787fa49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:03:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:03:19 [ssh-agent] Looking for ssh-agent implementation... 16:03:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:03:19 $ docker exec e0ac907768b2a83eceef81dd7926e1fe2f038adaa8ebdb9b66b8c2f6f787fa49 ssh-agent 16:03:20 SSH_AUTH_SOCK=/tmp/ssh-9Y4ZVodIJB1U/agent.12 16:03:20 SSH_AGENT_PID=17 16:03:20 Running ssh-add (command line suppressed) 16:03:20 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7656475155751830348.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7656475155751830348.key) 16:03:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:03:20 + git semver tag 16:03:20 # -> Open(): unable to determine branch for HEAD 16:03:20 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 16:03:20 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 16:03:20 # $SEMVER_REMOTE_NAME = origin 16:03:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:03:20 # $SEMVER_USER_NAME = edgex-jenkins 16:03:20 # $SEMVER_BRANCH = master 16:03:20 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 16:03:20 # 52089d766941a619fd949741bc3effb36240d5e2 HEAD 16:03:20 # -> Force: false 16:03:20 # b10774e55ea5c23a2559ea2f66dfea6be00c8e1d refs/tags/v1.2.1-dev.7 [Pipeline] } 16:03:20 $ docker exec --env ******** --env ******** e0ac907768b2a83eceef81dd7926e1fe2f038adaa8ebdb9b66b8c2f6f787fa49 ssh-agent -k 16:03:20 unset SSH_AUTH_SOCK; 16:03:20 unset SSH_AGENT_PID; 16:03:20 echo Agent pid 17 killed; 16:03:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:03:21 + git semver [Pipeline] } 16:03:21 $ docker stop --time=1 e0ac907768b2a83eceef81dd7926e1fe2f038adaa8ebdb9b66b8c2f6f787fa49 16:03:22 $ docker rm -f e0ac907768b2a83eceef81dd7926e1fe2f038adaa8ebdb9b66b8c2f6f787fa49 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:03:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:03:23 16:03:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:03:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:03:23 0.23.1-centos7: Pulling from edgex-lftools 16:03:23 ab5ef0e58194: Pulling fs layer 16:03:23 9712f1f96733: Pulling fs layer 16:03:23 63f879dbbcfc: Pulling fs layer 16:03:23 0d9ebad4ef96: Pulling fs layer 16:03:23 e9a5061849ea: Pulling fs layer 16:03:23 d747dcd14b5f: Pulling fs layer 16:03:23 2de7ff778b66: Pulling fs layer 16:03:23 0d9ebad4ef96: Waiting 16:03:23 e9a5061849ea: Waiting 16:03:23 d747dcd14b5f: Waiting 16:03:23 2de7ff778b66: Waiting 16:03:23 9712f1f96733: Verifying Checksum 16:03:23 9712f1f96733: Download complete 16:03:24 63f879dbbcfc: Verifying Checksum 16:03:24 63f879dbbcfc: Download complete 16:03:24 e9a5061849ea: Verifying Checksum 16:03:24 e9a5061849ea: Download complete 16:03:24 d747dcd14b5f: Verifying Checksum 16:03:24 d747dcd14b5f: Download complete 16:03:24 0d9ebad4ef96: Verifying Checksum 16:03:24 0d9ebad4ef96: Download complete 16:03:24 ab5ef0e58194: Verifying Checksum 16:03:24 ab5ef0e58194: Download complete 16:03:24 2de7ff778b66: Download complete 16:03:28 ab5ef0e58194: Pull complete 16:03:28 9712f1f96733: Pull complete 16:03:31 63f879dbbcfc: Pull complete 16:03:38 0d9ebad4ef96: Pull complete 16:03:38 e9a5061849ea: Pull complete 16:03:38 d747dcd14b5f: Pull complete 16:03:42 2de7ff778b66: Pull complete 16:03:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:03:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:03:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:03:43 prd-centos7-docker-4c-2g-672 does not seem to be running inside a container 16:03:43 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:03:46 $ docker top e86ce2a4b87057acf7af9f10f47ced5b66df1d73ddb149c3f41fecf674e47250 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:03:47 provisioning config files... 16:03:47 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config7695949367830913526tmp 16:03:47 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config4915842813911553469tmp 16:03:47 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config3946622656453407473tmp [Pipeline] { [Pipeline] echo 16:03:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:03:47 ---> sigul-configuration.sh 16:03:47 gpg: directory `/root/.gnupg' created 16:03:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:03:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:03:47 gpg: keyring `/root/.gnupg/secring.gpg' created 16:03:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:03:47 gpg: CAST5 encrypted data 16:03:47 gpg: encrypted with 1 passphrase 16:03:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:03:48 + mkdir /home/jenkins 16:03:48 + mkdir /home/jenkins/sigul [Pipeline] sh 16:03:48 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 16:03:48 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:03:48 ---> sigul-install.sh 16:03:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:03:54 + git tag --list 16:03:54 v1.2.1-dev.7 [Pipeline] sh 16:03:54 + lftools sign git-tag v1.2.1-dev.7 16:03:55 Signing Git tag with Sigul... 16:03:55 Signing v1.2.1-dev.7 [Pipeline] echo 16:03:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:03:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:03:57 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:03:57 $ docker stop --time=1 e86ce2a4b87057acf7af9f10f47ced5b66df1d73ddb149c3f41fecf674e47250 16:03:59 $ docker rm -f e86ce2a4b87057acf7af9f10f47ced5b66df1d73ddb149c3f41fecf674e47250 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:03:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:03:59 . [Pipeline] withDockerContainer 16:03:59 prd-centos7-docker-4c-2g-672 does not seem to be running inside a container 16:04:00 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:04:00 $ docker top 67aaa19ccf58fa1d1c0afeef95dc895a9af47ebf6abbb26b268d65e5e1f45232 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:04:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:04:00 [ssh-agent] Looking for ssh-agent implementation... 16:04:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:04:01 $ docker exec 67aaa19ccf58fa1d1c0afeef95dc895a9af47ebf6abbb26b268d65e5e1f45232 ssh-agent 16:04:01 SSH_AUTH_SOCK=/tmp/ssh-X5DBM7zgAmEe/agent.13 16:04:01 SSH_AGENT_PID=18 16:04:01 Running ssh-add (command line suppressed) 16:04:01 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5371797927396478624.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5371797927396478624.key) 16:04:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:04:01 + git semver bump pre 16:04:01 # -> Open(): unable to determine branch for HEAD 16:04:01 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 16:04:01 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 16:04:01 # $SEMVER_REMOTE_NAME = origin 16:04:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:04:01 # $SEMVER_USER_NAME = edgex-jenkins 16:04:01 # $SEMVER_BRANCH = master 16:04:01 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 16:04:01 1.2.1-dev.8 [Pipeline] } 16:04:01 $ docker exec --env ******** --env ******** 67aaa19ccf58fa1d1c0afeef95dc895a9af47ebf6abbb26b268d65e5e1f45232 ssh-agent -k 16:04:01 unset SSH_AUTH_SOCK; 16:04:01 unset SSH_AGENT_PID; 16:04:01 echo Agent pid 18 killed; 16:04:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:04:02 + git semver [Pipeline] } 16:04:03 $ docker stop --time=1 67aaa19ccf58fa1d1c0afeef95dc895a9af47ebf6abbb26b268d65e5e1f45232 16:04:04 $ docker rm -f 67aaa19ccf58fa1d1c0afeef95dc895a9af47ebf6abbb26b268d65e5e1f45232 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:04:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:04:04 . [Pipeline] withDockerContainer 16:04:05 prd-centos7-docker-4c-2g-672 does not seem to be running inside a container 16:04:05 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:04:05 $ docker top ae5a4ea65f57dfaf92801d7d02dac475f92c5ed274c1c99d05b44095143474ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:04:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:04:05 [ssh-agent] Looking for ssh-agent implementation... 16:04:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:04:06 $ docker exec ae5a4ea65f57dfaf92801d7d02dac475f92c5ed274c1c99d05b44095143474ba ssh-agent 16:04:06 SSH_AUTH_SOCK=/tmp/ssh-dGoXRGaiOXHq/agent.12 16:04:06 SSH_AGENT_PID=18 16:04:06 Running ssh-add (command line suppressed) 16:04:06 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8951824962738878926.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8951824962738878926.key) 16:04:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:04:06 + git semver push 16:04:06 # -> Open(): unable to determine branch for HEAD 16:04:06 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 16:04:06 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 16:04:06 # $SEMVER_REMOTE_NAME = origin 16:04:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:04:06 # $SEMVER_USER_NAME = edgex-jenkins 16:04:06 # $SEMVER_BRANCH = master 16:04:06 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 16:04:13 $ docker exec --env ******** --env ******** ae5a4ea65f57dfaf92801d7d02dac475f92c5ed274c1c99d05b44095143474ba ssh-agent -k 16:04:13 unset SSH_AUTH_SOCK; 16:04:13 unset SSH_AGENT_PID; 16:04:13 echo Agent pid 18 killed; 16:04:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:04:14 + git semver [Pipeline] } 16:04:14 $ docker stop --time=1 ae5a4ea65f57dfaf92801d7d02dac475f92c5ed274c1c99d05b44095143474ba 16:04:15 $ docker rm -f ae5a4ea65f57dfaf92801d7d02dac475f92c5ed274c1c99d05b44095143474ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:04:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:04:17 ---> package-listing.sh 16:04:17 ++ facter osfamily 16:04:17 ++ tr '[:upper:]' '[:lower:]' 16:04:17 + OS_FAMILY=redhat 16:04:17 + workspace=/w/workspace/_app-service-configurable_master 16:04:17 + START_PACKAGES=/tmp/packages_start.txt 16:04:17 + END_PACKAGES=/tmp/packages_end.txt 16:04:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:04:17 + PACKAGES=/tmp/packages_start.txt 16:04:17 + '[' /w/workspace/_app-service-configurable_master ']' 16:04:17 + PACKAGES=/tmp/packages_end.txt 16:04:17 + case "${OS_FAMILY}" in 16:04:17 + rpm -qa 16:04:17 + sort 16:04:21 + '[' -f /tmp/packages_start.txt ']' 16:04:21 + '[' -f /tmp/packages_end.txt ']' 16:04:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:04:21 + '[' /w/workspace/_app-service-configurable_master ']' 16:04:21 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 16:04:21 + 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 16:04:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:04:22 16:04:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:04:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:04:22 alpine: Pulling from edgex-lftools-log-publisher 16:04:22 c9b1b535fdd9: Pulling fs layer 16:04:22 2cc5ad85d9ab: Pulling fs layer 16:04:22 756a868c4378: Pulling fs layer 16:04:22 444b2fc9a129: Pulling fs layer 16:04:22 ea15f1150254: Pulling fs layer 16:04:22 41b27a9f41bf: Pulling fs layer 16:04:22 28c525ee5125: Pulling fs layer 16:04:22 094b1ea09ed8: Pulling fs layer 16:04:22 138eaada9080: Pulling fs layer 16:04:22 0622d0fa9048: Pulling fs layer 16:04:22 41b27a9f41bf: Waiting 16:04:22 28c525ee5125: Waiting 16:04:22 094b1ea09ed8: Waiting 16:04:22 138eaada9080: Waiting 16:04:22 0622d0fa9048: Waiting 16:04:22 444b2fc9a129: Waiting 16:04:22 ea15f1150254: Waiting 16:04:22 2cc5ad85d9ab: Verifying Checksum 16:04:22 2cc5ad85d9ab: Download complete 16:04:22 444b2fc9a129: Verifying Checksum 16:04:22 444b2fc9a129: Download complete 16:04:22 c9b1b535fdd9: Download complete 16:04:22 ea15f1150254: Verifying Checksum 16:04:22 ea15f1150254: Download complete 16:04:22 28c525ee5125: Verifying Checksum 16:04:22 28c525ee5125: Download complete 16:04:22 756a868c4378: Verifying Checksum 16:04:22 756a868c4378: Download complete 16:04:22 138eaada9080: Verifying Checksum 16:04:22 138eaada9080: Download complete 16:04:22 c9b1b535fdd9: Pull complete 16:04:22 094b1ea09ed8: Verifying Checksum 16:04:22 094b1ea09ed8: Download complete 16:04:22 0622d0fa9048: Verifying Checksum 16:04:22 0622d0fa9048: Download complete 16:04:23 41b27a9f41bf: Verifying Checksum 16:04:23 41b27a9f41bf: Download complete 16:04:23 2cc5ad85d9ab: Pull complete 16:04:24 756a868c4378: Pull complete 16:04:25 444b2fc9a129: Pull complete 16:04:25 ea15f1150254: Pull complete 16:04:28 41b27a9f41bf: Pull complete 16:04:28 28c525ee5125: Pull complete 16:04:30 094b1ea09ed8: Pull complete 16:04:32 138eaada9080: Pull complete 16:04:32 0622d0fa9048: Pull complete 16:04:32 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:04:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:04:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:04:32 prd-centos7-docker-4c-2g-672 does not seem to be running inside a container 16:04:32 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:04:34 $ docker top c6411cc8833ad475237c31a63c5d34fcb660e77e71d1a3ee9974fc5c3c436f88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:04:35 provisioning config files... 16:04:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1833323389911070300tmp [Pipeline] { [Pipeline] echo 16:04:35 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:04:35 ---> create-netrc.sh [Pipeline] echo 16:04:35 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:04:35 ---> logs-deploy.sh 16:04:35 + ARCHIVE_ARTIFACTS= 16:04:35 + LOGS_SERVER=https://logs.edgexfoundry.org 16:04:35 + '[' https://logs.edgexfoundry.org == None ']' 16:04:35 + NEXUS_URL=https://nexus.edgexfoundry.org 16:04:35 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/43 16:04:35 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/43/ 16:04:35 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/43 /w/workspace/_app-service-configurable_master 16:04:36 Archives upload complete. 16:04:36 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/43 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/43/ 16:04:37 ---> uname -a: 16:04:37 Linux c6411cc8833a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:04:37 16:04:37 16:04:37 ---> lscpu: 16:04:37 Architecture: x86_64 16:04:37 CPU op-mode(s): 32-bit, 64-bit 16:04:37 Byte Order: Little Endian 16:04:37 Address sizes: 40 bits physical, 48 bits virtual 16:04:37 CPU(s): 4 16:04:37 On-line CPU(s) list: 0-3 16:04:37 Thread(s) per core: 1 16:04:37 Core(s) per socket: 1 16:04:37 Socket(s): 4 16:04:37 NUMA node(s): 1 16:04:37 Vendor ID: GenuineIntel 16:04:37 CPU family: 6 16:04:37 Model: 44 16:04:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:04:37 Stepping: 1 16:04:37 CPU MHz: 2933.442 16:04:37 BogoMIPS: 5866.88 16:04:37 Virtualization: VT-x 16:04:37 Hypervisor vendor: KVM 16:04:37 Virtualization type: full 16:04:37 L1d cache: 128 KiB 16:04:37 L1i cache: 128 KiB 16:04:37 L2 cache: 16 MiB 16:04:37 L3 cache: 64 MiB 16:04:37 NUMA node0 CPU(s): 0-3 16:04:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:04:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:04:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:04:37 Vulnerability Meltdown: Mitigation; PTI 16:04:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:04:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:04:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:04:37 Vulnerability Tsx async abort: Not affected 16:04:37 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 16:04:37 16:04:37 16:04:37 ---> nproc: 16:04:37 4 16:04:37 16:04:37 16:04:37 ---> df -h: 16:04:37 Filesystem Size Used Available Use% Mounted on 16:04:37 overlay 50.0G 8.5G 41.5G 17% / 16:04:37 tmpfs 64.0M 0 64.0M 0% /dev 16:04:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:04:37 shm 64.0M 0 64.0M 0% /dev/shm 16:04:37 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 16:04:37 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 16:04:37 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 16:04:37 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master@tmp 16:04:37 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 16:04:37 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master 16:04:37 16:04:37 16:04:37 ---> free -m: 16:04:37 total used free shared buff/cache available 16:04:37 Mem: 1837 763 114 0 960 1007 16:04:37 Swap: 1023 3 1020 16:04:37 16:04:37 16:04:37 ---> ip addr: 16:04:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:04:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:04:37 inet 127.0.0.1/8 scope host lo 16:04:37 valid_lft forever preferred_lft forever 16:04:37 24: eth0@if25: mtu 1458 qdisc noqueue state UP 16:04:37 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 16:04:37 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 16:04:37 valid_lft forever preferred_lft forever 16:04:37 16:04:37 16:04:37 ---> sar -b -r -n DEV: 16:04:37 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/21/20 _x86_64_ (4 CPU) 16:04:37 16:04:37 15:50:19 LINUX RESTART 16:04:37 16:04:37 15:51:01 tps rtps wtps bread/s bwrtn/s 16:04:37 15:52:01 50.51 14.98 35.53 4952.76 3484.45 16:04:37 15:53:01 1.62 0.00 1.62 0.00 28.34 16:04:37 15:54:01 0.23 0.00 0.23 0.00 2.35 16:04:37 15:55:01 0.28 0.00 0.28 0.00 4.00 16:04:37 15:56:01 0.22 0.00 0.22 0.00 2.76 16:04:37 15:57:01 0.32 0.00 0.32 0.00 4.31 16:04:37 15:58:01 0.27 0.02 0.25 0.13 2.43 16:04:37 15:59:01 0.17 0.00 0.17 0.00 1.62 16:04:37 16:00:01 0.25 0.00 0.25 0.00 3.76 16:04:37 16:01:01 0.28 0.02 0.27 0.13 3.30 16:04:37 16:02:01 0.50 0.12 0.38 2.13 6.61 16:04:37 16:03:02 265.80 157.26 108.54 7127.14 34588.49 16:04:37 16:04:01 219.87 75.87 144.00 4271.31 32899.37 16:04:37 Average: 41.35 19.03 22.32 1254.51 5430.88 16:04:37 16:04:37 15:51:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:04:37 15:52:01 165916 1715640 91.18 2620 1141324 1119356 38.20 423104 1132340 24 16:04:37 15:53:01 171136 1710420 90.90 2620 1141328 1082068 36.93 422260 1129072 8 16:04:37 15:54:01 170868 1710688 90.92 2620 1141336 1082176 36.93 423016 1129072 8 16:04:37 15:55:01 170176 1711380 90.96 2620 1141336 1082224 36.93 423080 1129072 8 16:04:37 15:56:01 167684 1713872 91.09 2620 1141344 1082056 36.93 431592 1123620 20 16:04:37 15:57:01 167984 1713572 91.07 2620 1141348 1082044 36.93 431552 1123616 12 16:04:37 15:58:01 168256 1713300 91.06 2620 1141352 1081972 36.93 431292 1123616 8 16:04:37 15:59:01 168212 1713344 91.06 2620 1141360 1081972 36.93 421928 1133008 8 16:04:37 16:00:01 168188 1713368 91.06 2620 1141364 1082036 36.93 421936 1133008 12 16:04:37 16:01:01 166312 1715244 91.16 2620 1141376 1084608 37.02 422464 1133684 16 16:04:37 16:02:01 167484 1714072 91.10 2620 1141516 1082580 36.95 421744 1133756 12 16:04:37 16:03:02 246624 1634932 86.89 2596 1013180 1197248 40.86 556040 883484 52 16:04:37 16:04:01 240780 1640776 87.20 1560 912964 1239800 42.31 605548 746300 32 16:04:37 Average: 179971 1701585 90.44 2537 1113933 1106165 37.75 448889 1081050 17 16:04:37 16:04:37 15:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 16:04:37 15:52:01 eth0 186.12 122.32 554.09 59.08 0.00 0.00 0.00 16:04:37 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:52:01 docker0 1.35 1.22 0.24 2.80 0.00 0.00 0.00 16:04:37 15:53:01 eth0 2.96 0.90 2.89 0.06 0.00 0.00 0.00 16:04:37 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:54:01 eth0 0.92 0.37 0.34 0.17 0.00 0.00 0.00 16:04:37 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:55:01 eth0 0.52 0.47 0.27 0.24 0.00 0.00 0.00 16:04:37 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:56:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 16:04:37 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:57:01 eth0 0.22 0.17 0.07 0.01 0.00 0.00 0.00 16:04:37 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 16:04:37 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 16:04:37 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 16:00:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 16:04:37 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 16:01:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 16:04:37 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 16:02:01 eth0 0.20 0.12 0.07 0.01 0.00 0.00 0.00 16:04:37 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 16:03:02 eth0 192.37 147.92 4249.30 25.92 0.00 0.00 0.00 16:04:37 16:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 16:03:02 veth0503183 0.43 0.38 0.11 0.20 0.00 0.00 0.00 16:04:37 16:03:02 docker0 38.68 37.95 3.95 305.47 0.00 0.00 0.00 16:04:37 16:04:01 veth4536ad8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 16:04:37 16:04:01 eth0 929.85 633.73 8922.24 237.02 0.00 0.00 0.00 16:04:37 16:04:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 16:04:37 16:04:01 docker0 28.96 31.19 2.00 190.93 0.00 0.00 0.00 16:04:37 Average: veth4536ad8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:04:37 Average: eth0 70.47 48.03 676.20 17.96 0.00 0.00 0.00 16:04:37 Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 16:04:37 Average: docker0 5.17 5.29 0.46 38.00 0.00 0.00 0.00 16:04:37 16:04:37 16:04:37 ---> sar -P ALL: 16:04:37 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/21/20 _x86_64_ (4 CPU) 16:04:37 16:04:37 15:50:19 LINUX RESTART 16:04:37 16:04:37 15:51:01 CPU %user %nice %system %iowait %steal %idle 16:04:37 15:52:01 all 4.43 0.00 2.27 1.75 0.00 91.55 16:04:37 15:52:01 0 4.40 0.00 2.69 1.19 0.02 91.70 16:04:37 15:52:01 1 4.76 0.00 2.12 2.21 0.00 90.91 16:04:37 15:52:01 2 3.95 0.00 2.13 3.26 0.00 90.66 16:04:37 15:52:01 3 4.59 0.00 2.16 0.35 0.00 92.90 16:04:37 15:53:01 all 0.06 0.00 0.05 0.00 0.00 99.89 16:04:37 15:53:01 0 0.07 0.00 0.02 0.00 0.00 99.92 16:04:37 15:53:01 1 0.05 0.00 0.03 0.00 0.00 99.92 16:04:37 15:53:01 2 0.10 0.00 0.03 0.00 0.00 99.87 16:04:37 15:53:01 3 0.03 0.00 0.08 0.00 0.00 99.88 16:04:37 15:54:01 all 0.04 0.00 0.04 0.00 0.00 99.92 16:04:37 15:54:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:04:37 15:54:01 1 0.03 0.00 0.07 0.00 0.00 99.90 16:04:37 15:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:04:37 15:54:01 3 0.05 0.00 0.05 0.00 0.00 99.90 16:04:37 15:55:01 all 0.15 0.00 0.04 0.00 0.00 99.80 16:04:37 15:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:04:37 15:55:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:04:37 15:55:01 2 0.52 0.00 0.05 0.00 0.00 99.43 16:04:37 15:55:01 3 0.05 0.00 0.03 0.00 0.00 99.92 16:04:37 15:56:01 all 0.17 0.00 0.04 0.00 0.00 99.79 16:04:37 15:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:04:37 15:56:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:04:37 15:56:01 2 0.23 0.00 0.05 0.00 0.00 99.72 16:04:37 15:56:01 3 0.33 0.00 0.05 0.00 0.00 99.62 16:04:37 15:57:01 all 0.15 0.00 0.08 0.00 0.00 99.77 16:04:37 15:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:04:37 15:57:01 1 0.17 0.00 0.02 0.00 0.00 99.82 16:04:37 15:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:04:37 15:57:01 3 0.40 0.00 0.22 0.00 0.00 99.38 16:04:37 15:58:01 all 0.15 0.00 0.02 0.00 0.00 99.82 16:04:37 15:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:04:37 15:58:01 1 0.53 0.00 0.03 0.00 0.00 99.43 16:04:37 15:58:01 2 0.05 0.00 0.05 0.00 0.00 99.90 16:04:37 15:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:04:37 15:59:01 all 0.15 0.00 0.03 0.00 0.00 99.82 16:04:37 15:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:04:37 15:59:01 1 0.52 0.00 0.07 0.00 0.00 99.42 16:04:37 15:59:01 2 0.03 0.00 0.03 0.00 0.02 99.92 16:04:37 15:59:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:04:37 16:00:01 all 0.16 0.00 0.03 0.00 0.00 99.81 16:04:37 16:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:04:37 16:00:01 1 0.52 0.00 0.02 0.00 0.00 99.47 16:04:37 16:00:01 2 0.07 0.00 0.03 0.00 0.00 99.90 16:04:37 16:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 16:04:37 16:01:01 all 0.09 0.00 0.05 0.00 0.00 99.87 16:04:37 16:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:04:37 16:01:01 1 0.22 0.00 0.07 0.02 0.00 99.70 16:04:37 16:01:01 2 0.07 0.00 0.07 0.00 0.00 99.87 16:04:37 16:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:04:37 16:02:01 all 0.03 0.00 0.05 0.00 0.00 99.92 16:04:37 16:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:04:37 16:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:04:37 16:02:01 2 0.05 0.00 0.07 0.02 0.00 99.87 16:04:37 16:02:01 3 0.05 0.00 0.07 0.00 0.00 99.88 16:04:37 16:03:02 all 8.92 0.00 5.70 2.51 0.03 82.84 16:04:37 16:03:02 0 8.50 0.00 5.45 2.08 0.02 83.95 16:04:37 16:03:02 1 9.12 0.00 5.80 3.40 0.02 81.67 16:04:37 16:03:02 2 9.35 0.00 5.35 2.04 0.05 83.21 16:04:37 16:03:02 3 8.69 0.00 6.21 2.51 0.02 82.57 16:04:37 16:04:01 all 11.01 0.00 7.79 2.70 0.04 78.46 16:04:37 16:04:01 0 11.36 0.00 7.96 2.08 0.02 78.58 16:04:37 16:04:01 1 9.62 0.00 7.15 1.19 0.07 81.97 16:04:37 16:04:01 2 11.82 0.00 8.12 4.38 0.03 75.64 16:04:37 16:04:01 3 11.24 0.00 7.95 3.15 0.05 77.60 16:04:37 Average: all 1.93 0.00 1.23 0.53 0.01 96.30 16:04:37 Average: 0 1.86 0.00 1.24 0.41 0.00 96.50 16:04:37 Average: 1 1.95 0.00 1.17 0.52 0.01 96.35 16:04:37 Average: 2 1.99 0.00 1.21 0.74 0.01 96.05 16:04:37 Average: 3 1.94 0.00 1.28 0.45 0.01 96.32 16:04:37 16:04:37 16:04:37