Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e37aa202fafc867c8cd6088613881081e3eb2c54 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2977 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision e37aa202fafc867c8cd6088613881081e3eb2c54 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e37aa202fafc867c8cd6088613881081e3eb2c54 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#103)" > git rev-list --no-walk bfdbddfdc6859f31067ca67778b0f613e8d5706b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:06:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:06:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:06:55 ========================================================= 00:06:55 EdgeX Global Pipelines Version Info 00:06:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:06:57 ------------------- 00:06:57 stable info: 00:06:57 ------------------- 00:06:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:06:57 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 00:06:57 Message: update stable to v1.0.106 00:06:58 ------------------- 00:06:58 experimental info: 00:06:58 ------------------- 00:06:58 Commited By: **** collab-it+edgex@linuxfoundation.org 00:06:58 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 00:06:58 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 00:07:00 + git log --format=format:%s -1 e37aa202fafc867c8cd6088613881081e3eb2c54 [Pipeline] echo 00:07:00 GIT_COMMIT: e37aa202fafc867c8cd6088613881081e3eb2c54, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#103) [Pipeline] echo 00:07:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:07:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:07:01 00:07:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:07:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:07:02 latest: Pulling from edgex-devops/git-semver 00:07:02 31603596830f: Pulling fs layer 00:07:02 2a8b12db71e7: Pulling fs layer 00:07:02 6ca5941a6612: Pulling fs layer 00:07:02 ecc8261a40a4: Pulling fs layer 00:07:02 ecc8261a40a4: Waiting 00:07:02 2a8b12db71e7: Verifying Checksum 00:07:02 2a8b12db71e7: Download complete 00:07:02 31603596830f: Download complete 00:07:02 ecc8261a40a4: Verifying Checksum 00:07:02 ecc8261a40a4: Download complete 00:07:02 6ca5941a6612: Verifying Checksum 00:07:02 6ca5941a6612: Download complete 00:07:02 31603596830f: Pull complete 00:07:02 2a8b12db71e7: Pull complete 00:07:03 6ca5941a6612: Pull complete 00:07:03 ecc8261a40a4: Pull complete 00:07:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:07:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:07:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:07:04 prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container 00:07:04 $ 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 00:07:06 $ docker top 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:07:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:07:06 [ssh-agent] Looking for ssh-agent implementation... 00:07:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:07:06 $ docker exec 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 ssh-agent 00:07:06 SSH_AUTH_SOCK=/tmp/ssh-OXWpwapel7nf/agent.12 00:07:06 SSH_AGENT_PID=17 00:07:06 Running ssh-add (command line suppressed) 00:07:07 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4827947644631306149.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4827947644631306149.key) 00:07:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:07:07 + git describe --exact-match --tags HEAD 00:07:07 fatal: No names found, cannot describe anything. [Pipeline] } 00:07:07 $ docker exec --env ******** --env ******** 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 ssh-agent -k 00:07:07 unset SSH_AUTH_SOCK; 00:07:07 unset SSH_AGENT_PID; 00:07:07 echo Agent pid 17 killed; 00:07:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:07:07 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:07:07 This usually means this commit has not been tagged. [Pipeline] sshagent 00:07:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:07:07 [ssh-agent] Looking for ssh-agent implementation... 00:07:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:07:07 $ docker exec 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 ssh-agent 00:07:08 SSH_AUTH_SOCK=/tmp/ssh-UIdko2eZxedc/agent.46 00:07:08 SSH_AGENT_PID=51 00:07:08 Running ssh-add (command line suppressed) 00:07:08 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8805885194847903697.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8805885194847903697.key) 00:07:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:07:08 + git semver init 00:07:08 # -> Open(): unable to determine branch for HEAD 00:07:08 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:07:08 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:07:08 # $SEMVER_REMOTE_NAME = origin 00:07:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:07:08 # $SEMVER_USER_NAME = edgex-jenkins 00:07:08 # $SEMVER_BRANCH = master 00:07:08 # $SEMVER_TEMP = /tmp/semver-619209679 00:07:08 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 00:07:09 # '/tmp/semver-619209679' -> '/w/workspace/_app-service-configurable_master/.semver' 00:07:09 # -> Force: false 00:07:09 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 00:07:09 $ docker exec --env ******** --env ******** 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 ssh-agent -k 00:07:09 unset SSH_AUTH_SOCK; 00:07:09 unset SSH_AGENT_PID; 00:07:09 echo Agent pid 51 killed; 00:07:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:07:09 + git semver [Pipeline] } 00:07:09 $ docker stop --time=1 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 00:07:11 $ docker rm -f 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:07:11 Stashed 17 file(s) [Pipeline] echo 00:07:11 [edgeXSemver] initialized semver on version 1.2.1-dev.6 [Pipeline] echo 00:07:11 Archived original version: [1.2.1-dev.6] [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 00:07:27 Still waiting to schedule task 00:07:27 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2977’ 00:07:27 Still waiting to schedule task 00:07:27 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:09:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2978 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 00:09:10 Running in /w/workspace/app-service-configurable/42 [Pipeline] { [Pipeline] checkout 00:09:16 using credential edgex-jenkins-ssh 00:09:16 Cloning the remote Git repository 00:09:16 Cloning with configured refspecs honoured and without tags 00:09:16 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:09:16 > git init /w/workspace/app-service-configurable/42 # timeout=10 00:09:16 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:09:16 > git --version # timeout=10 00:09:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:09:16 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:09:17 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:09:17 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:09:17 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:09:17 Fetching without tags 00:09:17 Checking out Revision e37aa202fafc867c8cd6088613881081e3eb2c54 (master) 00:09:17 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:09:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:09:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:09:17 > git config core.sparsecheckout # timeout=10 00:09:17 > git checkout -f e37aa202fafc867c8cd6088613881081e3eb2c54 # timeout=10 00:09:22 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#103)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:09:23 ========================================================= 00:09:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:09:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:09:24 + 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 . 00:09:25 Sending build context to Docker daemon 290.8kB 00:09:25 Step 1/8 : ARG BASE=golang:1.13-alpine 00:09:25 Step 2/8 : FROM ${BASE} 00:09:25 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:09:25 b538f80385f9: Pulling fs layer 00:09:25 74f711af9a0d: Pulling fs layer 00:09:25 99f96fe45779: Pulling fs layer 00:09:25 fd7a069fd194: Pulling fs layer 00:09:25 66aa3694b03b: Pulling fs layer 00:09:25 170f70906a0f: Pulling fs layer 00:09:25 ad7c5574e4b9: Pulling fs layer 00:09:25 e772456be8f7: Pulling fs layer 00:09:25 c890913d741a: Pulling fs layer 00:09:25 2480fcc9aa5a: Pulling fs layer 00:09:25 09adf4765672: Pulling fs layer 00:09:25 fd7a069fd194: Waiting 00:09:25 66aa3694b03b: Waiting 00:09:25 170f70906a0f: Waiting 00:09:25 ad7c5574e4b9: Waiting 00:09:25 e772456be8f7: Waiting 00:09:25 c890913d741a: Waiting 00:09:25 2480fcc9aa5a: Waiting 00:09:25 09adf4765672: Waiting 00:09:25 99f96fe45779: Verifying Checksum 00:09:25 99f96fe45779: Download complete 00:09:25 74f711af9a0d: Download complete 00:09:25 66aa3694b03b: Verifying Checksum 00:09:25 66aa3694b03b: Download complete 00:09:25 170f70906a0f: Verifying Checksum 00:09:25 170f70906a0f: Download complete 00:09:25 b538f80385f9: Download complete 00:09:26 b538f80385f9: Pull complete 00:09:27 74f711af9a0d: Pull complete 00:09:27 99f96fe45779: Pull complete 00:09:28 ad7c5574e4b9: Verifying Checksum 00:09:28 ad7c5574e4b9: Download complete 00:09:28 c890913d741a: Verifying Checksum 00:09:28 c890913d741a: Download complete 00:09:30 2480fcc9aa5a: Verifying Checksum 00:09:30 2480fcc9aa5a: Download complete 00:09:30 09adf4765672: Download complete 00:09:30 e772456be8f7: Verifying Checksum 00:09:30 e772456be8f7: Download complete 00:09:31 fd7a069fd194: Download complete 00:09:43 fd7a069fd194: Pull complete 00:09:43 66aa3694b03b: Pull complete 00:09:43 170f70906a0f: Pull complete 00:09:46 ad7c5574e4b9: Pull complete 00:09:51 e772456be8f7: Pull complete 00:09:51 c890913d741a: Pull complete 00:09:54 2480fcc9aa5a: Pull complete 00:09:54 09adf4765672: Pull complete 00:09:54 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:09:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:09:54 ---> 2248a725d1cf 00:09:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:09:58 Running on prd-centos7-docker-4c-2g-2979 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 00:09:58 Running in /w/workspace/app-service-configurable/42 [Pipeline] { [Pipeline] checkout 00:09:59 ---> Running in c0d5e201fcfe 00:09:59 Removing intermediate container c0d5e201fcfe 00:09:59 ---> 0df2b1241a72 00:09:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:09:59 ---> Running in 54fa2e7c7c85 00:10:02 using credential edgex-jenkins-ssh 00:10:02 Cloning the remote Git repository 00:10:02 Cloning with configured refspecs honoured and without tags 00:10:02 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:10:02 > git init /w/workspace/app-service-configurable/42 # timeout=10 00:10:02 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:10:02 > git --version # timeout=10 00:10:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:10:02 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:10:02 Removing intermediate container 54fa2e7c7c85 00:10:02 ---> f7f25f8823ab 00:10:02 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:10:02 ---> Running in 7f16657cb346 00:10:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:10:04 Fetching without tags 00:10:04 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:10:04 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:10:04 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:10:04 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:10:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:10:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:10:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:10:05 (1/6) Installing libc-dev (0.7.2-r3) 00:10:05 (2/6) Installing libsodium (1.0.18-r0) 00:10:05 Checking out Revision e37aa202fafc867c8cd6088613881081e3eb2c54 (master) 00:10:05 (3/6) Installing pkgconf (1.7.2-r0) 00:10:05 (4/6) Installing libsodium-dev (1.0.18-r0) 00:10:05 (5/6) Installing libzmq (4.3.2-r0) 00:10:06 (6/6) Installing zeromq-dev (4.3.2-r0) 00:10:06 Executing busybox-1.31.1-r16.trigger 00:10:06 OK: 143 MiB in 45 packages 00:10:05 > git config core.sparsecheckout # timeout=10 00:10:05 > git checkout -f e37aa202fafc867c8cd6088613881081e3eb2c54 # timeout=10 00:10:07 Removing intermediate container 7f16657cb346 00:10:07 ---> 138db3e83d55 00:10:07 Step 6/8 : WORKDIR /app 00:10:07 ---> Running in 2e6ecba639f6 00:10:08 Removing intermediate container 2e6ecba639f6 00:10:08 ---> 4c0fdec3ef55 00:10:08 Step 7/8 : COPY . . 00:10:09 ---> 93166702bf1c 00:10:09 Step 8/8 : RUN go mod download 00:10:09 ---> Running in 96a85dec134d 00:10:09 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#103)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:10:10 ========================================================= 00:10:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:10:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:10:10 + 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 . 00:10:12 Sending build context to Docker daemon 290.8kB 00:10:12 Step 1/8 : ARG BASE=golang:1.13-alpine 00:10:12 Step 2/8 : FROM ${BASE} 00:10:12 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:10:12 df20fa9351a1: Pulling fs layer 00:10:12 ed8968b2872e: Pulling fs layer 00:10:12 a92cc7c5fd73: Pulling fs layer 00:10:12 2dd03ba5bac4: Pulling fs layer 00:10:12 1e091d79d1de: Pulling fs layer 00:10:12 481702a1767f: Pulling fs layer 00:10:12 f64a6f60c768: Pulling fs layer 00:10:12 e78d2573fc39: Pulling fs layer 00:10:12 e876d2f968b6: Pulling fs layer 00:10:12 ce8a83651883: Pulling fs layer 00:10:12 07967f4d0e4b: Pulling fs layer 00:10:12 f64a6f60c768: Waiting 00:10:12 e78d2573fc39: Waiting 00:10:12 2dd03ba5bac4: Waiting 00:10:12 e876d2f968b6: Waiting 00:10:12 1e091d79d1de: Waiting 00:10:12 ce8a83651883: Waiting 00:10:12 481702a1767f: Waiting 00:10:12 07967f4d0e4b: Waiting 00:10:12 a92cc7c5fd73: Verifying Checksum 00:10:12 a92cc7c5fd73: Download complete 00:10:12 ed8968b2872e: Verifying Checksum 00:10:12 ed8968b2872e: Download complete 00:10:12 1e091d79d1de: Verifying Checksum 00:10:12 1e091d79d1de: Download complete 00:10:12 481702a1767f: Verifying Checksum 00:10:12 481702a1767f: Download complete 00:10:12 df20fa9351a1: Verifying Checksum 00:10:12 df20fa9351a1: Download complete 00:10:12 df20fa9351a1: Pull complete 00:10:12 ed8968b2872e: Pull complete 00:10:13 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:10:13 go: finding github.com/BurntSushi/toml v0.3.1 00:10:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:10:13 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:10:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:10:13 go: finding github.com/bgentry/speakeasy v0.1.0 00:10:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:10:13 go: finding github.com/davecgh/go-spew v1.1.1 00:10:13 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:10:13 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:10:13 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 00:10:13 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 00:10:13 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:10:13 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 00:10:13 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:10:13 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:10:13 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 00:10:13 go: finding github.com/fatih/color v1.7.0 00:10:13 go: finding github.com/fsnotify/fsnotify v1.4.7 00:10:13 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:10:13 go: finding github.com/go-kit/kit v0.8.0 00:10:13 go: finding github.com/go-logfmt/logfmt v0.4.0 00:10:13 go: finding github.com/go-playground/assert/v2 v2.0.1 00:10:13 go: finding github.com/go-playground/locales v0.13.0 00:10:13 go: finding github.com/go-playground/universal-translator v0.17.0 00:10:13 f64a6f60c768: Verifying Checksum 00:10:13 f64a6f60c768: Download complete 00:10:13 e876d2f968b6: Verifying Checksum 00:10:13 e876d2f968b6: Download complete 00:10:13 go: finding github.com/go-playground/validator/v10 v10.3.0 00:10:13 go: finding github.com/go-redis/redis/v7 v7.2.0 00:10:13 go: finding github.com/go-stack/stack v1.8.0 00:10:13 go: finding github.com/golang/protobuf v1.3.2 00:10:13 go: finding github.com/golang/snappy v0.0.1 00:10:13 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:10:13 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:10:13 go: finding github.com/google/go-cmp v0.4.0 00:10:13 go: finding github.com/google/uuid v1.1.1 00:10:13 go: finding github.com/gorilla/mux v1.7.4 00:10:13 go: finding github.com/hashicorp/consul/api v1.1.0 00:10:13 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:10:13 go: finding github.com/hashicorp/errwrap v1.0.0 00:10:13 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:10:13 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:10:13 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:10:13 go: finding github.com/hashicorp/go-multierror v1.0.0 00:10:13 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:10:13 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:10:13 go: finding github.com/hashicorp/go-syslog v1.0.0 00:10:13 go: finding github.com/hashicorp/go-uuid v1.0.1 00:10:13 go: finding github.com/hashicorp/go.net v0.0.1 00:10:13 go: finding github.com/hashicorp/golang-lru v0.5.0 00:10:13 go: finding github.com/hashicorp/logutils v1.0.0 00:10:14 2dd03ba5bac4: Verifying Checksum 00:10:14 2dd03ba5bac4: Download complete 00:10:14 07967f4d0e4b: Verifying Checksum 00:10:14 07967f4d0e4b: Download complete 00:10:14 go: finding github.com/hashicorp/mdns v1.0.0 00:10:14 go: finding github.com/hashicorp/memberlist v0.1.3 00:10:14 go: finding github.com/hashicorp/serf v0.8.2 00:10:14 go: finding github.com/hpcloud/tail v1.0.0 00:10:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:10:14 go: finding github.com/kr/pretty v0.1.0 00:10:14 go: finding github.com/kr/pty v1.1.1 00:10:14 go: finding github.com/kr/text v0.1.0 00:10:14 go: finding github.com/leodido/go-urn v1.2.0 00:10:14 go: finding github.com/mattn/go-colorable v0.0.9 00:10:14 ce8a83651883: Verifying Checksum 00:10:14 e78d2573fc39: Download complete 00:10:14 go: finding github.com/mattn/go-isatty v0.0.3 00:10:14 go: finding github.com/miekg/dns v1.0.14 00:10:14 go: finding github.com/mitchellh/cli v1.0.0 00:10:14 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:10:14 go: finding github.com/mitchellh/copystructure v1.0.0 00:10:14 go: finding github.com/mitchellh/go-homedir v1.0.0 00:10:14 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:10:14 go: finding github.com/mitchellh/gox v0.4.0 00:10:14 go: finding github.com/mitchellh/iochan v1.0.0 00:10:14 go: finding github.com/mitchellh/mapstructure v1.1.2 00:10:14 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:10:14 go: finding github.com/onsi/ginkgo v1.10.1 00:10:14 go: finding github.com/onsi/gomega v1.7.0 00:10:14 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:10:14 go: finding github.com/pebbe/zmq4 v1.0.0 00:10:14 go: finding github.com/pelletier/go-toml v1.2.0 00:10:14 go: finding github.com/pkg/errors v0.8.1 00:10:14 go: finding github.com/pmezard/go-difflib v1.0.0 00:10:14 a92cc7c5fd73: Pull complete 00:10:15 go: finding github.com/posener/complete v1.1.1 00:10:15 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:10:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:10:15 go: finding github.com/stretchr/objx v0.2.0 00:10:15 go: finding github.com/stretchr/testify v1.6.1 00:10:15 go: finding github.com/tidwall/pretty v1.0.1 00:10:15 go: finding github.com/ugorji/go v1.1.4 00:10:15 go: finding github.com/x448/float16 v0.8.4 00:10:15 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:10:15 go: finding github.com/xdg/stringprep v1.0.0 00:10:15 go: finding go.mongodb.org/mongo-driver v1.1.1 00:10:15 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:10:15 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:10:15 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:10:15 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:10:15 go: finding golang.org/x/text v0.3.2 00:10:15 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:10:15 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 00:10:15 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:10:15 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:10:15 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:10:15 go: finding gopkg.in/yaml.v2 v2.2.8 00:10:15 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:10:21 2dd03ba5bac4: Pull complete 00:10:21 1e091d79d1de: Pull complete 00:10:21 481702a1767f: Pull complete 00:10:26 f64a6f60c768: Pull complete 00:10:29 e78d2573fc39: Pull complete 00:10:29 e876d2f968b6: Pull complete 00:10:31 ce8a83651883: Pull complete 00:10:31 07967f4d0e4b: Pull complete 00:10:31 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:10:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:10:31 ---> 5d7c900382c6 00:10:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:10:32 ---> Running in 90f1e99fec13 00:10:32 Removing intermediate container 90f1e99fec13 00:10:32 ---> f626302847b3 00:10:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:10:32 ---> Running in a6f422f3a614 00:10:33 Removing intermediate container a6f422f3a614 00:10:33 ---> d241ce1d9363 00:10:33 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:10:33 ---> Running in 647007fc72d8 00:10:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:10:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:10:35 (1/6) Installing libc-dev (0.7.2-r3) 00:10:35 (2/6) Installing libsodium (1.0.18-r0) 00:10:35 (3/6) Installing pkgconf (1.7.2-r0) 00:10:35 (4/6) Installing libsodium-dev (1.0.18-r0) 00:10:36 (5/6) Installing libzmq (4.3.2-r0) 00:10:36 (6/6) Installing zeromq-dev (4.3.2-r0) 00:10:36 Executing busybox-1.31.1-r16.trigger 00:10:36 OK: 167 MiB in 45 packages 00:10:36 Removing intermediate container 647007fc72d8 00:10:36 ---> d6c097b86517 00:10:36 Step 6/8 : WORKDIR /app 00:10:36 ---> Running in 830358d20a91 00:10:37 Removing intermediate container 830358d20a91 00:10:37 ---> dabda923a79c 00:10:37 Step 7/8 : COPY . . 00:10:37 ---> cc251f8600ba 00:10:37 Step 8/8 : RUN go mod download 00:10:37 ---> Running in 94d71a543e17 00:10:37 Removing intermediate container 96a85dec134d 00:10:37 ---> a04122056c24 00:10:37 Successfully built a04122056c24 00:10:37 Successfully tagged ci-base-image-arm64: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] { 00:10:40 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:10:40 go: finding github.com/BurntSushi/toml v0.3.1 00:10:40 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:10:40 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:10:40 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:10:40 go: finding github.com/bgentry/speakeasy v0.1.0 00:10:40 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:10:40 go: finding github.com/davecgh/go-spew v1.1.1 00:10:40 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:10:40 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [Pipeline] sh 00:10:40 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 00:10:40 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 00:10:40 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:10:40 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 00:10:40 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:10:40 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:10:40 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 00:10:40 go: finding github.com/fatih/color v1.7.0 00:10:40 go: finding github.com/fsnotify/fsnotify v1.4.7 00:10:40 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:10:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:10:40 go: finding github.com/go-kit/kit v0.8.0 00:10:40 go: finding github.com/go-logfmt/logfmt v0.4.0 00:10:40 go: finding github.com/go-playground/assert/v2 v2.0.1 00:10:40 go: finding github.com/go-playground/locales v0.13.0 00:10:40 go: finding github.com/go-playground/universal-translator v0.17.0 00:10:40 go: finding github.com/go-playground/validator/v10 v10.3.0 00:10:40 go: finding github.com/go-redis/redis/v7 v7.2.0 00:10:40 go: finding github.com/go-stack/stack v1.8.0 00:10:40 go: finding github.com/golang/protobuf v1.3.2 00:10:40 go: finding github.com/golang/snappy v0.0.1 00:10:40 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:10:40 + ls -al . 00:10:40 total 100 00:10:40 drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 00:09 . 00:10:40 drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 00:09 .. 00:10:40 -rw-rw-r-- 1 jenkins jenkins 119 Aug 7 00:09 .dockerignore 00:10:40 drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 00:09 .git 00:10:40 drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 00:09 .github 00:10:40 -rw-rw-r-- 1 jenkins jenkins 93 Aug 7 00:09 .gitignore 00:10:40 drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 00:09 .semver 00:10:40 -rw-rw-r-- 1 jenkins jenkins 6027 Aug 7 00:09 Attribution.txt 00:10:40 -rw-rw-r-- 1 jenkins jenkins 1997 Aug 7 00:09 Dockerfile 00:10:40 -rw-rw-r-- 1 jenkins jenkins 966 Aug 7 00:09 Dockerfile.build 00:10:40 -rw-rw-r-- 1 jenkins jenkins 710 Aug 7 00:09 Jenkinsfile 00:10:40 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 7 00:09 LICENSE 00:10:40 -rw-rw-r-- 1 jenkins jenkins 481 Aug 7 00:09 README.md 00:10:40 -rw-rw-r-- 1 jenkins jenkins 11 Aug 7 00:07 VERSION 00:10:40 drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 00:09 bin 00:10:40 -rw-rw-r-- 1 jenkins jenkins 180 Aug 7 00:09 docker-compose.debug.yml 00:10:40 -rw-rw-r-- 1 jenkins jenkins 133 Aug 7 00:09 docker-compose.yml 00:10:40 -rw-rw-r-- 1 jenkins jenkins 133 Aug 7 00:09 go.mod 00:10:40 -rw-rw-r-- 1 jenkins jenkins 1519 Aug 7 00:09 main.go 00:10:40 -rw-rw-r-- 1 jenkins jenkins 1573 Aug 7 00:09 makefile 00:10:40 drwxrwxr-x 10 jenkins jenkins 4096 Aug 7 00:09 res 00:10:40 drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 00:09 snap 00:10:40 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:10:40 go: finding github.com/google/go-cmp v0.4.0 00:10:40 go: finding github.com/google/uuid v1.1.1 00:10:40 go: finding github.com/gorilla/mux v1.7.4 00:10:40 go: finding github.com/hashicorp/consul/api v1.1.0 00:10:40 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:10:40 go: finding github.com/hashicorp/errwrap v1.0.0 00:10:40 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:10:40 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:10:40 go: finding github.com/hashicorp/go-msgpack v0.5.3 [Pipeline] isUnix [Pipeline] sh 00:10:41 go: finding github.com/hashicorp/go-multierror v1.0.0 00:10:41 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:10:41 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:10:41 go: finding github.com/hashicorp/go-syslog v1.0.0 00:10:41 go: finding github.com/hashicorp/go-uuid v1.0.1 00:10:41 go: finding github.com/hashicorp/go.net v0.0.1 00:10:41 go: finding github.com/hashicorp/golang-lru v0.5.0 00:10:41 go: finding github.com/hashicorp/logutils v1.0.0 00:10:41 go: finding github.com/hashicorp/mdns v1.0.0 00:10:41 go: finding github.com/hashicorp/memberlist v0.1.3 00:10:41 go: finding github.com/hashicorp/serf v0.8.2 00:10:41 + 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=e37aa202fafc867c8cd6088613881081e3eb2c54 --label arch=arm64 --label version=1.2.1-dev.6 . 00:10:41 go: finding github.com/hpcloud/tail v1.0.0 00:10:41 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:10:41 go: finding github.com/kr/pretty v0.1.0 00:10:41 go: finding github.com/kr/pty v1.1.1 00:10:41 go: finding github.com/kr/text v0.1.0 00:10:41 go: finding github.com/leodido/go-urn v1.2.0 00:10:41 go: finding github.com/mattn/go-colorable v0.0.9 00:10:41 go: finding github.com/mattn/go-isatty v0.0.3 00:10:41 go: finding github.com/miekg/dns v1.0.14 00:10:41 go: finding github.com/mitchellh/cli v1.0.0 00:10:41 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:10:41 go: finding github.com/mitchellh/copystructure v1.0.0 00:10:41 Sending build context to Docker daemon 291.8kB 00:10:41 go: finding github.com/mitchellh/go-homedir v1.0.0 00:10:41 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:10:41 go: finding github.com/mitchellh/gox v0.4.0 00:10:41 go: finding github.com/mitchellh/iochan v1.0.0 00:10:41 go: finding github.com/mitchellh/mapstructure v1.1.2 00:10:41 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:10:41 go: finding github.com/onsi/ginkgo v1.10.1 00:10:41 go: finding github.com/onsi/gomega v1.7.0 00:10:41 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:10:41 go: finding github.com/pebbe/zmq4 v1.0.0 00:10:41 go: finding github.com/pelletier/go-toml v1.2.0 00:10:41 Step 1/26 : ARG BASE=golang:1.13-alpine 00:10:41 Step 2/26 : FROM ${BASE} AS builder 00:10:41 ---> a04122056c24 00:10:41 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:10:41 ---> Running in e2657250a80e 00:10:41 go: finding github.com/pkg/errors v0.8.1 00:10:41 go: finding github.com/pmezard/go-difflib v1.0.0 00:10:41 go: finding github.com/posener/complete v1.1.1 00:10:41 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:10:41 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:10:41 go: finding github.com/stretchr/objx v0.2.0 00:10:41 go: finding github.com/stretchr/testify v1.6.1 00:10:41 go: finding github.com/tidwall/pretty v1.0.1 00:10:41 go: finding github.com/ugorji/go v1.1.4 00:10:41 go: finding github.com/x448/float16 v0.8.4 00:10:41 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:10:42 go: finding github.com/xdg/stringprep v1.0.0 00:10:42 go: finding go.mongodb.org/mongo-driver v1.1.1 00:10:42 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:10:42 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:10:42 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:10:42 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:10:42 go: finding golang.org/x/text v0.3.2 00:10:42 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:10:42 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 00:10:42 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:10:42 Removing intermediate container e2657250a80e 00:10:42 ---> 0f6dc0a20d9b 00:10:42 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 00:10:42 ---> Running in c29cdba33e2b 00:10:42 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:10:42 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:10:42 go: finding gopkg.in/yaml.v2 v2.2.8 00:10:42 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:10:42 Removing intermediate container c29cdba33e2b 00:10:42 ---> dd9fce86a432 00:10:42 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:10:42 ---> Running in d0acd51a33cd 00:10:43 Removing intermediate container d0acd51a33cd 00:10:43 ---> 11522f642f02 00:10:43 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:10:43 ---> Running in a9fd1033df50 00:10:46 Removing intermediate container a9fd1033df50 00:10:46 ---> e7ab71766b4d 00:10:46 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:10:46 ---> Running in 1ef246a6b71c 00:10:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:10:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:10:49 OK: 143 MiB in 45 packages 00:10:50 Removing intermediate container 1ef246a6b71c 00:10:50 ---> 0914d632a797 00:10:50 Step 8/26 : WORKDIR /app 00:10:50 ---> Running in d84737458ccf 00:10:50 Removing intermediate container d84737458ccf 00:10:50 ---> ca71813a0b4a 00:10:50 Step 9/26 : COPY go.mod . 00:10:51 ---> 12d70715f4d2 00:10:51 Step 10/26 : RUN go mod download 00:10:51 ---> Running in bba8bfe076fa 00:10:54 Removing intermediate container bba8bfe076fa 00:10:54 ---> 897e1f49098d 00:10:54 Step 11/26 : COPY . . 00:10:55 ---> 7337ad9b309c 00:10:55 Step 12/26 : ARG MAKE="make build" 00:10:55 ---> Running in 967c5312eb47 00:10:55 Removing intermediate container 967c5312eb47 00:10:55 ---> cf5d80b487e1 00:10:55 Step 13/26 : RUN $MAKE 00:10:56 ---> Running in 1c35e8f5dee0 00:10:57 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.6" -o app-service-configurable 00:11:04 Removing intermediate container 94d71a543e17 00:11:04 ---> 916e9cbe23ab 00:11:04 Successfully built 916e9cbe23ab 00:11:04 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 00:11:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:11:05 + ls -al . 00:11:05 total 72 00:11:05 drwxrwxr-x. 8 jenkins jenkins 4096 Aug 7 00:10 . 00:11:05 drwxrwxr-x. 4 jenkins jenkins 30 Aug 7 00:10 .. 00:11:05 -rw-rw-r--. 1 jenkins jenkins 6027 Aug 7 00:10 Attribution.txt 00:11:05 drwxrwxr-x. 2 jenkins jenkins 64 Aug 7 00:10 bin 00:11:05 -rw-rw-r--. 1 jenkins jenkins 180 Aug 7 00:10 docker-compose.debug.yml 00:11:05 -rw-rw-r--. 1 jenkins jenkins 133 Aug 7 00:10 docker-compose.yml 00:11:05 -rw-rw-r--. 1 jenkins jenkins 1997 Aug 7 00:10 Dockerfile 00:11:05 -rw-rw-r--. 1 jenkins jenkins 966 Aug 7 00:10 Dockerfile.build 00:11:05 -rw-rw-r--. 1 jenkins jenkins 119 Aug 7 00:10 .dockerignore 00:11:05 drwxrwxr-x. 8 jenkins jenkins 162 Aug 7 00:10 .git 00:11:05 drwxrwxr-x. 2 jenkins jenkins 81 Aug 7 00:10 .github 00:11:05 -rw-rw-r--. 1 jenkins jenkins 93 Aug 7 00:10 .gitignore 00:11:05 -rw-rw-r--. 1 jenkins jenkins 133 Aug 7 00:10 go.mod 00:11:05 -rw-rw-r--. 1 jenkins jenkins 710 Aug 7 00:10 Jenkinsfile 00:11:05 -rw-rw-r--. 1 jenkins jenkins 10174 Aug 7 00:10 LICENSE 00:11:05 -rw-rw-r--. 1 jenkins jenkins 1519 Aug 7 00:10 main.go 00:11:05 -rw-rw-r--. 1 jenkins jenkins 1573 Aug 7 00:10 makefile 00:11:05 -rw-rw-r--. 1 jenkins jenkins 481 Aug 7 00:10 README.md 00:11:05 drwxrwxr-x. 10 jenkins jenkins 171 Aug 7 00:10 res 00:11:05 drwxrwxr-x. 3 jenkins jenkins 32 Aug 7 00:10 .semver 00:11:05 drwxrwxr-x. 4 jenkins jenkins 71 Aug 7 00:10 snap 00:11:05 -rw-rw-r--. 1 jenkins jenkins 11 Aug 7 00:07 VERSION [Pipeline] isUnix [Pipeline] sh 00:11:06 + 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=e37aa202fafc867c8cd6088613881081e3eb2c54 --label arch=amd64 --label version=1.2.1-dev.6 . 00:11:06 Sending build context to Docker daemon 291.8kB 00:11:06 Step 1/26 : ARG BASE=golang:1.13-alpine 00:11:06 Step 2/26 : FROM ${BASE} AS builder 00:11:06 ---> 916e9cbe23ab 00:11:06 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:11:06 ---> Running in c8cccadff767 00:11:06 Removing intermediate container c8cccadff767 00:11:06 ---> 5ac351620d2f 00:11:06 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 00:11:06 ---> Running in 47f94ab94c24 00:11:06 Removing intermediate container 47f94ab94c24 00:11:06 ---> 3036f720b1e5 00:11:06 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:11:06 ---> Running in 3f8f2a430d12 00:11:06 Removing intermediate container 3f8f2a430d12 00:11:06 ---> 0ddc68780781 00:11:06 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:11:06 ---> Running in 349d35f48e27 00:11:08 Removing intermediate container 349d35f48e27 00:11:08 ---> d13413371195 00:11:08 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:11:08 ---> Running in 74acbb53ead4 00:11:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:11:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:11:09 OK: 167 MiB in 45 packages 00:11:10 Removing intermediate container 74acbb53ead4 00:11:10 ---> d4d04698c96c 00:11:10 Step 8/26 : WORKDIR /app 00:11:10 ---> Running in 5edfe9b04eb0 00:11:10 Removing intermediate container 5edfe9b04eb0 00:11:10 ---> de90b5c7ca31 00:11:10 Step 9/26 : COPY go.mod . 00:11:10 ---> 12e1feb2a67e 00:11:10 Step 10/26 : RUN go mod download 00:11:10 ---> Running in fdea7975a974 00:11:11 Removing intermediate container fdea7975a974 00:11:11 ---> a4dcb8736732 00:11:11 Step 11/26 : COPY . . 00:11:11 ---> 985bb90b0367 00:11:11 Step 12/26 : ARG MAKE="make build" 00:11:11 ---> Running in 96699ae584ae 00:11:11 Removing intermediate container 96699ae584ae 00:11:11 ---> 807d467e7bbd 00:11:11 Step 13/26 : RUN $MAKE 00:11:12 ---> Running in 679aa4d2a434 00:11:12 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.6" -o app-service-configurable 00:11:34 Removing intermediate container 679aa4d2a434 00:11:34 ---> 5e7f75101769 00:11:34 Step 14/26 : FROM alpine:latest 00:11:34 latest: Pulling from library/alpine 00:11:34 df20fa9351a1: Already exists 00:11:34 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:11:34 Status: Downloaded newer image for alpine:latest 00:11:34 ---> a24bb4013296 00:11:34 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:11:34 ---> Running in 1f670eb322ac 00:11:34 Removing intermediate container 1f670eb322ac 00:11:34 ---> 271e253c4862 00:11:34 Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} 00:11:34 ---> Running in 32890336822c 00:11:34 Removing intermediate container 32890336822c 00:11:34 ---> 35ee186d742b 00:11:34 Step 17/26 : RUN apk --no-cache add ca-certificates zeromq 00:11:34 ---> Running in 1f7408e33d58 00:11:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:11:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:11:34 (1/6) Installing ca-certificates (20191127-r4) 00:11:34 (2/6) Installing libgcc (9.3.0-r2) 00:11:34 (3/6) Installing libsodium (1.0.18-r0) 00:11:34 (4/6) Installing libstdc++ (9.3.0-r2) 00:11:34 (5/6) Installing libzmq (4.3.2-r0) 00:11:34 (6/6) Installing zeromq (4.3.2-r0) 00:11:34 Executing busybox-1.31.1-r16.trigger 00:11:34 Executing ca-certificates-20191127-r4.trigger 00:11:34 OK: 9 MiB in 20 packages 00:11:34 Removing intermediate container 1f7408e33d58 00:11:34 ---> 7cae113f49d0 00:11:34 Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:11:34 ---> 3206ca877728 00:11:34 Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE 00:11:34 ---> 9a51d3ded337 00:11:34 Step 20/26 : COPY --from=builder /app/res/ /res/ 00:11:34 ---> effa1ce3059c 00:11:34 Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:11:35 ---> 892f7d8ae8e8 00:11:35 Step 22/26 : EXPOSE 48095 00:11:35 ---> Running in 10efed355985 00:11:35 Removing intermediate container 10efed355985 00:11:35 ---> f9688a5b82a6 00:11:35 Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:11:35 ---> Running in c031c3942804 00:11:35 Removing intermediate container c031c3942804 00:11:35 ---> 02cd15c26308 00:11:35 Step 24/26 : LABEL arch=amd64 00:11:35 ---> Running in 0b07023259ff 00:11:36 Removing intermediate container 0b07023259ff 00:11:36 ---> e472636a1579 00:11:36 Step 25/26 : LABEL git_sha=e37aa202fafc867c8cd6088613881081e3eb2c54 00:11:36 ---> Running in 53f7a843376d 00:11:36 Removing intermediate container 53f7a843376d 00:11:36 ---> d38b1b3551e4 00:11:36 Step 26/26 : LABEL version=1.2.1-dev.6 00:11:36 ---> Running in 04c33102098b 00:11:36 Removing intermediate container 04c33102098b 00:11:36 ---> 93e3c3a3f91d 00:11:36 [Warning] One or more build-args [ARCH] were not consumed 00:11:36 Successfully built 93e3c3a3f91d 00:11:36 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 00:11:37 provisioning config files... 00:11:37 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/42@tmp/config1419146012294275101tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:11:37 nexus3.edgexfoundry.org:10001 00:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:37 Configure a credential helper to remove this warning. See 00:11:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:37 00:11:37 Login Succeeded 00:11:37 nexus3.edgexfoundry.org:10002 00:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:37 Configure a credential helper to remove this warning. See 00:11:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:37 00:11:37 Login Succeeded 00:11:37 nexus3.edgexfoundry.org:10003 00:11:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:38 Configure a credential helper to remove this warning. See 00:11:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:38 00:11:38 Login Succeeded 00:11:38 nexus3.edgexfoundry.org:10004 00:11:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:38 Configure a credential helper to remove this warning. See 00:11:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:38 00:11:38 Login Succeeded 00:11:38 docker.io 00:11:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:38 Configure a credential helper to remove this warning. See 00:11:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:38 00:11:38 Login Succeeded [Pipeline] } 00:11:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:11:38 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 00:11:38 e37aa202fafc867c8cd6088613881081e3eb2c54 00:11:38 latest 00:11:38 1.2.1-dev.6 00:11:38 e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 00:11:38 master 00:11:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:11:39 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54 [Pipeline] isUnix [Pipeline] sh 00:11:39 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54 00:11:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:11:39 dc6721e7b111: Preparing 00:11:39 f14ac06f6958: Preparing 00:11:39 4e151fe5e97e: Preparing 00:11:39 e34634ff35c6: Preparing 00:11:39 38cd56fe7632: Preparing 00:11:39 50644c29ef5a: Preparing 00:11:39 50644c29ef5a: Waiting 00:11:39 f14ac06f6958: Pushed 00:11:39 e34634ff35c6: Pushed 00:11:39 4e151fe5e97e: Pushed 00:11:39 50644c29ef5a: Layer already exists 00:11:39 38cd56fe7632: Pushed 00:11:41 dc6721e7b111: Pushed 00:11:41 e37aa202fafc867c8cd6088613881081e3eb2c54: digest: sha256:7a176121d7045caef55b01228d7755e779a80e6ddebaef4eb96d7700279f5205 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:11:42 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 00:11:42 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 00:11:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:11:42 dc6721e7b111: Preparing 00:11:42 f14ac06f6958: Preparing 00:11:42 4e151fe5e97e: Preparing 00:11:42 e34634ff35c6: Preparing 00:11:42 38cd56fe7632: Preparing 00:11:42 50644c29ef5a: Preparing 00:11:42 50644c29ef5a: Waiting 00:11:42 dc6721e7b111: Layer already exists 00:11:42 4e151fe5e97e: Layer already exists 00:11:42 e34634ff35c6: Layer already exists 00:11:42 f14ac06f6958: Layer already exists 00:11:42 38cd56fe7632: Layer already exists 00:11:42 50644c29ef5a: Layer already exists 00:11:42 latest: digest: sha256:7a176121d7045caef55b01228d7755e779a80e6ddebaef4eb96d7700279f5205 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:11:42 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.6 [Pipeline] isUnix [Pipeline] sh 00:11:42 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.6 00:11:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:11:42 dc6721e7b111: Preparing 00:11:42 f14ac06f6958: Preparing 00:11:42 4e151fe5e97e: Preparing 00:11:42 e34634ff35c6: Preparing 00:11:42 38cd56fe7632: Preparing 00:11:42 50644c29ef5a: Preparing 00:11:42 50644c29ef5a: Waiting 00:11:42 f14ac06f6958: Layer already exists 00:11:42 dc6721e7b111: Layer already exists 00:11:42 38cd56fe7632: Layer already exists 00:11:42 4e151fe5e97e: Layer already exists 00:11:42 e34634ff35c6: Layer already exists 00:11:42 50644c29ef5a: Layer already exists 00:11:42 1.2.1-dev.6: digest: sha256:7a176121d7045caef55b01228d7755e779a80e6ddebaef4eb96d7700279f5205 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:11:43 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 [Pipeline] isUnix [Pipeline] sh 00:11:43 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 00:11:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:11:43 dc6721e7b111: Preparing 00:11:43 f14ac06f6958: Preparing 00:11:43 4e151fe5e97e: Preparing 00:11:43 e34634ff35c6: Preparing 00:11:43 38cd56fe7632: Preparing 00:11:43 50644c29ef5a: Preparing 00:11:43 50644c29ef5a: Waiting 00:11:43 dc6721e7b111: Layer already exists 00:11:43 e34634ff35c6: Layer already exists 00:11:43 f14ac06f6958: Layer already exists 00:11:43 4e151fe5e97e: Layer already exists 00:11:43 38cd56fe7632: Layer already exists 00:11:43 50644c29ef5a: Layer already exists 00:11:43 e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6: digest: sha256:7a176121d7045caef55b01228d7755e779a80e6ddebaef4eb96d7700279f5205 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:11:43 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 00:11:44 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 00:11:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:11:44 dc6721e7b111: Preparing 00:11:44 f14ac06f6958: Preparing 00:11:44 4e151fe5e97e: Preparing 00:11:44 e34634ff35c6: Preparing 00:11:44 38cd56fe7632: Preparing 00:11:44 50644c29ef5a: Preparing 00:11:44 50644c29ef5a: Waiting 00:11:44 38cd56fe7632: Layer already exists 00:11:44 dc6721e7b111: Layer already exists 00:11:44 f14ac06f6958: Layer already exists 00:11:44 e34634ff35c6: Layer already exists 00:11:44 4e151fe5e97e: Layer already exists 00:11:44 50644c29ef5a: Layer already exists 00:11:44 master: digest: sha256:7a176121d7045caef55b01228d7755e779a80e6ddebaef4eb96d7700279f5205 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:11:44 ===================================================== [Pipeline] echo 00:11:44 taggedImages: 00:11:44 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54 00:11:44 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 00:11:44 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.6 00:11:44 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 00:11:44 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 00:11:44 Removing intermediate container 1c35e8f5dee0 00:11:44 ---> da76c4526509 00:11:44 Step 14/26 : FROM alpine:latest 00:11:44 latest: Pulling from library/alpine 00:11:44 b538f80385f9: Already exists 00:11:44 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:11:44 Status: Downloaded newer image for alpine:latest 00:11:44 ---> 62ee0e9f8440 00:11:44 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:11:44 ---> Running in 152de926d25a 00:11:44 Removing intermediate container 152de926d25a 00:11:44 ---> 343009bcaf83 00:11:44 Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} 00:11:44 ---> Running in 151df45838f5 [Pipeline] script [Pipeline] { 00:11:44 Removing intermediate container 151df45838f5 00:11:44 ---> 332ab543096a 00:11:44 Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [Pipeline] sh 00:11:45 ---> Running in be90bba831fd 00:11:45 ++ find /w/workspace/app-service-configurable/42 00:11:45 ++ grep snapcraft.yaml 00:11:45 + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/42/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:11:45 provisioning config files... 00:11:45 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/42@tmp/config3638420051899800010tmp [Pipeline] { [Pipeline] sh 00:11:45 + cp /w/workspace/app-service-configurable/42@tmp/config3638420051899800010tmp /w/workspace/app-service-configurable/42/edgex-snap-store-login [Pipeline] sh 00:11:46 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/42:/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 00:11:46 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 00:11:46 latest: Pulling from edgex-devops/edgex-snap-builder 00:11:46 7595c8c21622: Pulling fs layer 00:11:46 d13af8ca898f: Pulling fs layer 00:11:46 70799171ddba: Pulling fs layer 00:11:46 b6c12202c5ef: Pulling fs layer 00:11:46 9125ad81aa5e: Pulling fs layer 00:11:46 54ef48a70361: Pulling fs layer 00:11:46 85b8c04ed4b0: Pulling fs layer 00:11:46 bf31c5eb3fd8: Pulling fs layer 00:11:46 d71bf2a54a9d: Pulling fs layer 00:11:46 54ef48a70361: Waiting 00:11:46 85b8c04ed4b0: Waiting 00:11:46 bf31c5eb3fd8: Waiting 00:11:46 d71bf2a54a9d: Waiting 00:11:46 b6c12202c5ef: Waiting 00:11:46 9125ad81aa5e: Waiting 00:11:46 70799171ddba: Download complete 00:11:46 d13af8ca898f: Verifying Checksum 00:11:46 d13af8ca898f: Download complete 00:11:46 b6c12202c5ef: Verifying Checksum 00:11:46 b6c12202c5ef: Download complete 00:11:46 54ef48a70361: Verifying Checksum 00:11:46 54ef48a70361: Download complete 00:11:46 85b8c04ed4b0: Verifying Checksum 00:11:46 85b8c04ed4b0: Download complete 00:11:46 bf31c5eb3fd8: Download complete 00:11:46 d71bf2a54a9d: Verifying Checksum 00:11:46 d71bf2a54a9d: Download complete 00:11:46 7595c8c21622: Verifying Checksum 00:11:46 7595c8c21622: Download complete 00:11:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:11:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:11:47 (1/6) Installing ca-certificates (20191127-r4) 00:11:47 (2/6) Installing libgcc (9.3.0-r2) 00:11:47 (3/6) Installing libsodium (1.0.18-r0) 00:11:47 (4/6) Installing libstdc++ (9.3.0-r2) 00:11:47 (5/6) Installing libzmq (4.3.2-r0) 00:11:47 (6/6) Installing zeromq (4.3.2-r0) 00:11:47 Executing busybox-1.31.1-r16.trigger 00:11:47 Executing ca-certificates-20191127-r4.trigger 00:11:47 OK: 8 MiB in 20 packages 00:11:49 Removing intermediate container be90bba831fd 00:11:49 ---> 54f54e1afc02 00:11:49 Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:11:49 7595c8c21622: Pull complete 00:11:50 ---> 85046eb8f29c 00:11:50 Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE 00:11:50 ---> 522f0ef4dcb1 00:11:50 Step 20/26 : COPY --from=builder /app/res/ /res/ 00:11:51 9125ad81aa5e: Verifying Checksum 00:11:51 9125ad81aa5e: Download complete 00:11:51 d13af8ca898f: Pull complete 00:11:51 70799171ddba: Pull complete 00:11:51 b6c12202c5ef: Pull complete 00:11:51 ---> 1b47b1bd58d1 00:11:51 Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:11:53 ---> 66745bfd79b5 00:11:53 Step 22/26 : EXPOSE 48095 00:11:53 ---> Running in 31468086456e 00:11:54 Removing intermediate container 31468086456e 00:11:54 ---> e00294ef7d0d 00:11:54 Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:11:54 ---> Running in c17535799147 00:11:54 Removing intermediate container c17535799147 00:11:54 ---> 2fae31040e44 00:11:54 Step 24/26 : LABEL arch=arm64 00:11:54 ---> Running in fcac5ce4b1bc 00:11:55 Removing intermediate container fcac5ce4b1bc 00:11:55 ---> 98c4b595a4e9 00:11:55 Step 25/26 : LABEL git_sha=e37aa202fafc867c8cd6088613881081e3eb2c54 00:11:55 ---> Running in 20a6d4bc9001 00:11:56 Removing intermediate container 20a6d4bc9001 00:11:56 ---> f4c4028a545c 00:11:56 Step 26/26 : LABEL version=1.2.1-dev.6 00:11:56 ---> Running in 8183fa811c90 00:11:56 Removing intermediate container 8183fa811c90 00:11:56 ---> aca9d76bbf4a 00:11:56 [Warning] One or more build-args [ARCH] were not consumed 00:11:56 Successfully built aca9d76bbf4a 00:11:56 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 00:11:57 provisioning config files... 00:11:57 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/42@tmp/config6844898917793858491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:11:57 nexus3.edgexfoundry.org:10001 00:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:58 Configure a credential helper to remove this warning. See 00:11:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:58 00:11:58 Login Succeeded 00:11:58 nexus3.edgexfoundry.org:10002 00:11:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:58 Configure a credential helper to remove this warning. See 00:11:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:58 00:11:58 Login Succeeded 00:11:58 nexus3.edgexfoundry.org:10003 00:11:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:59 Configure a credential helper to remove this warning. See 00:11:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:59 00:11:59 Login Succeeded 00:11:59 nexus3.edgexfoundry.org:10004 00:11:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:59 Configure a credential helper to remove this warning. See 00:11:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:59 00:11:59 Login Succeeded 00:11:59 docker.io 00:11:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:12:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:12:00 Configure a credential helper to remove this warning. See 00:12:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:12:00 00:12:00 Login Succeeded [Pipeline] } 00:12:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:12:00 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 00:12:00 e37aa202fafc867c8cd6088613881081e3eb2c54 00:12:00 latest 00:12:00 1.2.1-dev.6 00:12:00 e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 00:12:00 master 00:12:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:12:01 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54 [Pipeline] isUnix [Pipeline] sh 00:12:01 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54 00:12:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:12:01 1dfc6772f234: Preparing 00:12:01 557cbc8b1872: Preparing 00:12:01 91446dd567e5: Preparing 00:12:01 19a42806de5f: Preparing 00:12:01 828197172e04: Preparing 00:12:01 e2f13739ad41: Preparing 00:12:01 e2f13739ad41: Waiting 00:12:02 19a42806de5f: Pushed 00:12:02 557cbc8b1872: Pushed 00:12:02 91446dd567e5: Pushed 00:12:02 e2f13739ad41: Layer already exists 00:12:02 828197172e04: Pushed 00:12:06 1dfc6772f234: Pushed 00:12:06 e37aa202fafc867c8cd6088613881081e3eb2c54: digest: sha256:57b531e863f13820d4c36d08d78c5f368f871a893c27f05e05c3ab68826bbc00 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:12:06 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:12:07 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 00:12:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:12:07 1dfc6772f234: Preparing 00:12:07 557cbc8b1872: Preparing 00:12:07 91446dd567e5: Preparing 00:12:07 19a42806de5f: Preparing 00:12:07 828197172e04: Preparing 00:12:07 e2f13739ad41: Preparing 00:12:07 e2f13739ad41: Waiting 00:12:07 828197172e04: Layer already exists 00:12:07 91446dd567e5: Layer already exists 00:12:07 1dfc6772f234: Layer already exists 00:12:07 557cbc8b1872: Layer already exists 00:12:07 19a42806de5f: Layer already exists 00:12:07 e2f13739ad41: Layer already exists 00:12:07 latest: digest: sha256:57b531e863f13820d4c36d08d78c5f368f871a893c27f05e05c3ab68826bbc00 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:12:07 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.6 [Pipeline] isUnix [Pipeline] sh 00:12:08 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.6 00:12:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:12:08 1dfc6772f234: Preparing 00:12:08 557cbc8b1872: Preparing 00:12:08 91446dd567e5: Preparing 00:12:08 19a42806de5f: Preparing 00:12:08 828197172e04: Preparing 00:12:08 e2f13739ad41: Preparing 00:12:08 e2f13739ad41: Waiting 00:12:08 19a42806de5f: Layer already exists 00:12:08 91446dd567e5: Layer already exists 00:12:08 828197172e04: Layer already exists 00:12:08 1dfc6772f234: Layer already exists 00:12:08 557cbc8b1872: Layer already exists 00:12:08 e2f13739ad41: Layer already exists 00:12:08 1.2.1-dev.6: digest: sha256:57b531e863f13820d4c36d08d78c5f368f871a893c27f05e05c3ab68826bbc00 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:12:08 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 [Pipeline] isUnix [Pipeline] sh 00:12:09 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 00:12:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:12:09 1dfc6772f234: Preparing 00:12:09 557cbc8b1872: Preparing 00:12:09 91446dd567e5: Preparing 00:12:09 19a42806de5f: Preparing 00:12:09 828197172e04: Preparing 00:12:09 e2f13739ad41: Preparing 00:12:09 e2f13739ad41: Waiting 00:12:09 19a42806de5f: Layer already exists 00:12:09 557cbc8b1872: Layer already exists 00:12:09 91446dd567e5: Layer already exists 00:12:09 828197172e04: Layer already exists 00:12:09 1dfc6772f234: Layer already exists 00:12:09 e2f13739ad41: Layer already exists 00:12:09 e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6: digest: sha256:57b531e863f13820d4c36d08d78c5f368f871a893c27f05e05c3ab68826bbc00 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:12:09 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 00:12:10 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 00:12:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:12:10 1dfc6772f234: Preparing 00:12:10 557cbc8b1872: Preparing 00:12:10 91446dd567e5: Preparing 00:12:10 19a42806de5f: Preparing 00:12:10 828197172e04: Preparing 00:12:10 e2f13739ad41: Preparing 00:12:10 e2f13739ad41: Waiting 00:12:10 91446dd567e5: Layer already exists 00:12:10 828197172e04: Layer already exists 00:12:10 557cbc8b1872: Layer already exists 00:12:10 1dfc6772f234: Layer already exists 00:12:10 19a42806de5f: Layer already exists 00:12:10 e2f13739ad41: Layer already exists 00:12:10 master: digest: sha256:57b531e863f13820d4c36d08d78c5f368f871a893c27f05e05c3ab68826bbc00 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:12:10 ===================================================== [Pipeline] echo 00:12:10 taggedImages: 00:12:10 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54 00:12:10 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 00:12:10 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.6 00:12:10 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 00:12:10 - 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 00:12:11 + grep snapcraft.yaml 00:12:11 + find /w/workspace/app-service-configurable/42 00:12:11 + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/42/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:12:11 provisioning config files... 00:12:11 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/42@tmp/config3461573471114945186tmp [Pipeline] { [Pipeline] sh 00:12:12 + cp /w/workspace/app-service-configurable/42@tmp/config3461573471114945186tmp /w/workspace/app-service-configurable/42/edgex-snap-store-login [Pipeline] sh 00:12:12 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/42:/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 00:12:12 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 00:12:12 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 00:12:12 a114936b4807: Pulling fs layer 00:12:12 a27ecf0d2a86: Pulling fs layer 00:12:12 f4eb48eb870f: Pulling fs layer 00:12:12 0f912b9bb20d: Pulling fs layer 00:12:12 8b06ebbc7875: Pulling fs layer 00:12:12 4033e62aac47: Pulling fs layer 00:12:12 b318b59e0bd2: Pulling fs layer 00:12:12 de740d257bf9: Pulling fs layer 00:12:12 fbe057b04f20: Pulling fs layer 00:12:12 0f912b9bb20d: Waiting 00:12:12 b318b59e0bd2: Waiting 00:12:12 8b06ebbc7875: Waiting 00:12:12 4033e62aac47: Waiting 00:12:12 fbe057b04f20: Waiting 00:12:12 a27ecf0d2a86: Verifying Checksum 00:12:12 a27ecf0d2a86: Download complete 00:12:12 f4eb48eb870f: Verifying Checksum 00:12:12 f4eb48eb870f: Download complete 00:12:12 0f912b9bb20d: Verifying Checksum 00:12:12 0f912b9bb20d: Download complete 00:12:12 4033e62aac47: Verifying Checksum 00:12:12 4033e62aac47: Download complete 00:12:12 b318b59e0bd2: Download complete 00:12:12 de740d257bf9: Download complete 00:12:12 fbe057b04f20: Verifying Checksum 00:12:12 fbe057b04f20: Download complete 00:12:13 a114936b4807: Verifying Checksum 00:12:13 a114936b4807: Download complete 00:12:16 a114936b4807: Pull complete 00:12:16 a27ecf0d2a86: Pull complete 00:12:17 f4eb48eb870f: Pull complete 00:12:17 0f912b9bb20d: Pull complete 00:12:18 9125ad81aa5e: Pull complete 00:12:18 54ef48a70361: Pull complete 00:12:18 85b8c04ed4b0: Pull complete 00:12:18 bf31c5eb3fd8: Pull complete 00:12:18 d71bf2a54a9d: Pull complete 00:12:18 Digest: sha256:26668cfeeeed474010a94de3c3f31ddcac1c19c376eb311c2eae00188517195e 00:12:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 00:12:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:12:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:12:21 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:12:21 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 00:12:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [100 kB] 00:12:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [882 kB] 00:12:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1037 kB] 00:12:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9555 B] 00:12:22 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1334 kB] 00:12:22 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.1 kB] 00:12:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [116 kB] 00:12:22 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1413 kB] 00:12:22 Fetched 5172 kB in 2s (2805 kB/s) 00:12:23 8b06ebbc7875: Verifying Checksum 00:12:23 8b06ebbc7875: Download complete 00:12:24 Reading package lists... 00:12:26 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: 00:12:26 - README.md 00:12:26 00:12:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:12:28 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:12:28 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:12:28 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:12:28 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 00:12:30 0% [2 InRelease gpgv 242 kB] 0% [Working] 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... 50% 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... 76% Reading package lists... 76% 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... 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 00:12:32 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 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 00:12:33 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... 76% Reading package lists... 76% 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... 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 00:12:34 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 68% Building dependency tree 00:12:34 Reading state information... 0% Reading state information... 0% Reading state information... Done 00:12:34 The following packages were automatically installed and are no longer required: 00:12:34 libjq1 libonig4 00:12:34 Use 'sudo apt autoremove' to remove them. 00:12:34 Suggested packages: 00:12:34 binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib 00:12:34 g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake 00:12:34 libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg 00:12:34 libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg 00:12:34 libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base 00:12:34 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 00:12:34 gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n libstdc++-7-doc 00:12:34 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 00:12:34 | libterm-readline-perl-perl 00:12:34 The following NEW packages will be installed: 00:12:34 binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 00:12:34 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 00:12:34 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 00:12:34 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 00:12:34 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 00:12:34 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 00:12:34 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 00:12:34 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev 00:12:34 libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages 00:12:34 manpages-dev netbase patch perl perl-modules-5.26 pkg-config 00:12:34 0 upgraded, 62 newly installed, 0 to remove and 9 not upgraded. 00:12:34 Need to get 57.5 MB of archives. 00:12:34 After this operation, 249 MB of additional disk space will be used. 00:12:34 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 00:12:35 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 00:12:35 0% [2 perl-modules-5.26 4867 B/2763 kB 0%] 3% [2 perl-modules-5.26 1587 kB/2763 kB 57%] 5% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 00:12:35 5% [3 libgdbm5 16.3 kB/26.0 kB 63%] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 00:12:35 5% [4 libgdbm-compat4 6084 B/6084 B 100%] 5% [Working] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 00:12:35 5% [5 libperl5.26 5314 B/3527 kB 0%] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 00:12:35 11% [6 perl 57.3 kB/201 kB 28%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 00:12:35 11% [7 less 56.5 kB/112 kB 51%] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 00:12:35 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 00:12:35 12% [9 manpages 60.5 kB/1234 kB 5%] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:12:35 14% [10 binutils-common 81.9 kB/196 kB 42%] 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] 00:12:35 15% [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] 00:12:36 16% [12 binutils-x86-64-linux-gnu 9560 B/1839 kB 1%] 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] 00:12:36 19% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 00:12:36 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] 00:12:36 19% [15 linux-libc-dev 28.1 kB/982 kB 3%] 21% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 00:12:36 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] 00:12:36 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] 00:12:36 25% [18 libisl19 28.6 kB/551 kB 5%] 26% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 00:12:36 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] 00:12:36 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] 00:12:36 27% [21 cpp-7 19.6 kB/8591 kB 0%] 39% [21 cpp-7 8141 kB/8591 kB 95%] 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] 00:12:36 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] 00:12:36 40% [23 libcc1-0 32.8 kB/39.4 kB 83%] 40% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:12:36 40% [24 libgomp1 11.4 kB/76.5 kB 15%] 41% [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] 00:12:36 41% [25 libitm1 27.9 kB/27.9 kB 100%] 41% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:12:36 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] 00:12:36 41% [27 libasan4 28.1 kB/358 kB 8%] 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] 00:12:36 42% [28 liblsan0 62.6 kB/133 kB 47%] 43% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:12:36 43% [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] 00:12:36 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] 00:12:36 44% [31 libcilkrts5 22.9 kB/42.5 kB 54%] 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] 00:12:36 44% [32 libmpx2 11.6 kB/11.6 kB 100%] 45% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:12:36 45% [33 libquadmath0 44.8 kB/134 kB 34%] 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] 00:12:37 45% [34 libgcc-7-dev 46.2 kB/2378 kB 2%] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:12:37 49% [35 gcc-7 0 B/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] 00:12:37 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] 00:12:37 62% [37 libstdc++-7-dev 4096 B/1471 kB 0%] 65% [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] 00:12:37 65% [38 g++-7 4096 B/9697 kB 0%] 79% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:12:37 79% [39 g++ 1568 B/1568 B 100%] 79% [Working] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 00:12:37 79% [40 make 4096 B/154 kB 3%] 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] 00:12:37 79% [41 libdpkg-perl 0 B/211 kB 0%] 80% [Working] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:12:37 80% [42 patch 0 B/102 kB 0%] 81% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:12:37 81% [43 dpkg-dev 39.1 kB/607 kB 6%] 82% [Working] Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 00:12:37 82% [44 build-essential 0 B/4758 B 0%] 82% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] 00:12:37 82% [45 curl 16.7 kB/159 kB 10%] 83% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 00:12:37 83% [46 libfakeroot 0 B/25.9 kB 0%] 83% [Working] Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 00:12:37 83% [47 fakeroot 12.3 kB/62.3 kB 20%] 83% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] 00:12:37 83% [48 libcurl3-gnutls 31.0 kB/212 kB 15%] 84% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:12:37 84% [49 liberror-perl 12.3 kB/22.8 kB 54%] 84% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:12:37 84% [50 git-man 57.3 kB/804 kB 7%] 86% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:12:38 86% [51 git 39.9 kB/3915 kB 1%] 92% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 00:12:38 92% [52 libalgorithm-diff-perl 47.6 kB/47.6 kB 100%] 92% [Working] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 00:12:38 92% [53 libalgorithm-diff-xs-perl 8995 B/11.1 kB 81%] 92% [Working] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 00:12:38 92% [54 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 93% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 00:12:38 93% [55 libfile-fcntllock-perl 33.2 kB/33.2 kB 100%] 93% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:12:38 93% [56 libnorm1 17.4 kB/224 kB 8%] 94% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:12:38 94% [57 libpgm-5.2-0 54.8 kB/157 kB 35%] 94% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:12:38 94% [58 libsodium23 28.5 kB/143 kB 20%] 95% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:12:38 95% [59 libzmq5 16.4 kB/221 kB 7%] 95% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:12:38 95% [60 libzmq3-dev 56.9 kB/400 kB 14%] 96% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 00:12:38 96% [61 manpages-dev 50.2 kB/2217 kB 2%] 100% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:12:38 100% [62 pkg-config 45.0 kB/45.0 kB 100%] 100% [Working] Fetched 57.5 MB in 3s (16.5 MB/s) 00:12:38 debconf: delaying package configuration, since apt-utils is not installed 00:12:38 Selecting previously unselected package liblocale-gettext-perl. 00:12:38 (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.) 00:12:38 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 00:12:38 Unpacking liblocale-gettext-perl (1.07-3build2) ... 00:12:38 Selecting previously unselected package perl-modules-5.26. 00:12:38 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 00:12:38 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:12:42 Selecting previously unselected package libgdbm5:amd64. 00:12:42 Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ... 00:12:42 Unpacking libgdbm5:amd64 (1.14.1-6) ... 00:12:42 Selecting previously unselected package libgdbm-compat4:amd64. 00:12:42 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ... 00:12:42 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 00:12:42 Selecting previously unselected package libperl5.26:amd64. 00:12:42 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 00:12:42 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 00:12:43 Selecting previously unselected package perl. 00:12:43 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_amd64.deb ... 00:12:43 Unpacking perl (5.26.1-6ubuntu0.3) ... 00:12:43 Selecting previously unselected package less. 00:12:43 Preparing to unpack .../06-less_487-0.1_amd64.deb ... 00:12:43 Unpacking less (487-0.1) ... 00:12:43 Selecting previously unselected package netbase. 00:12:43 Preparing to unpack .../07-netbase_5.4_all.deb ... 00:12:43 Unpacking netbase (5.4) ... 00:12:43 Selecting previously unselected package manpages. 00:12:43 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 00:12:43 Unpacking manpages (4.15-1) ... 00:12:43 Selecting previously unselected package binutils-common:amd64. 00:12:43 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:12:43 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:12:44 Selecting previously unselected package libbinutils:amd64. 00:12:44 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:12:44 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:12:44 Selecting previously unselected package binutils-x86-64-linux-gnu. 00:12:44 Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:12:44 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:12:44 Selecting previously unselected package binutils. 00:12:44 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:12:44 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 00:12:44 Selecting previously unselected package libc-dev-bin. 00:12:44 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 00:12:44 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 00:12:44 Selecting previously unselected package linux-libc-dev:amd64. 00:12:44 Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_amd64.deb ... 00:12:44 Unpacking linux-libc-dev:amd64 (4.15.0-112.113) ... 00:12:45 Selecting previously unselected package libc6-dev:amd64. 00:12:45 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 00:12:45 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 00:12:47 Selecting previously unselected package gcc-7-base:amd64. 00:12:47 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:12:47 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:12:47 Selecting previously unselected package libisl19:amd64. 00:12:47 Preparing to unpack .../17-libisl19_0.19-1_amd64.deb ... 00:12:47 Unpacking libisl19:amd64 (0.19-1) ... 00:12:47 Selecting previously unselected package libmpfr6:amd64. 00:12:47 Preparing to unpack .../18-libmpfr6_4.0.1-1_amd64.deb ... 00:12:47 Unpacking libmpfr6:amd64 (4.0.1-1) ... 00:12:47 Selecting previously unselected package libmpc3:amd64. 00:12:47 Preparing to unpack .../19-libmpc3_1.1.0-1_amd64.deb ... 00:12:47 Unpacking libmpc3:amd64 (1.1.0-1) ... 00:12:47 Selecting previously unselected package cpp-7. 00:12:47 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:12:47 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:12:48 Selecting previously unselected package cpp. 00:12:48 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:12:48 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 00:12:48 Selecting previously unselected package libcc1-0:amd64. 00:12:48 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:12:48 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:48 Selecting previously unselected package libgomp1:amd64. 00:12:48 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:12:48 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:48 Selecting previously unselected package libitm1:amd64. 00:12:48 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:12:48 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:49 Selecting previously unselected package libatomic1:amd64. 00:12:49 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:12:49 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:49 Selecting previously unselected package libasan4:amd64. 00:12:49 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:12:49 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:12:49 Selecting previously unselected package liblsan0:amd64. 00:12:49 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:12:49 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:49 Selecting previously unselected package libtsan0:amd64. 00:12:49 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:12:49 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:49 Selecting previously unselected package libubsan0:amd64. 00:12:49 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:12:49 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:12:49 Selecting previously unselected package libcilkrts5:amd64. 00:12:49 Preparing to unpack .../30-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:12:49 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:12:49 Selecting previously unselected package libmpx2:amd64. 00:12:49 Preparing to unpack .../31-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:12:49 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:50 Selecting previously unselected package libquadmath0:amd64. 00:12:50 Preparing to unpack .../32-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:12:50 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:50 Selecting previously unselected package libgcc-7-dev:amd64. 00:12:50 Preparing to unpack .../33-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:12:50 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:12:50 Selecting previously unselected package gcc-7. 00:12:50 Preparing to unpack .../34-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:12:50 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:12:51 Selecting previously unselected package gcc. 00:12:51 Preparing to unpack .../35-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:12:51 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 00:12:51 Selecting previously unselected package libstdc++-7-dev:amd64. 00:12:51 Preparing to unpack .../36-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:12:51 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:12:53 Selecting previously unselected package g++-7. 00:12:53 Preparing to unpack .../37-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:12:53 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 00:12:54 Selecting previously unselected package g++. 00:12:54 Preparing to unpack .../38-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:12:54 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 00:12:54 Selecting previously unselected package make. 00:12:54 Preparing to unpack .../39-make_4.1-9.1ubuntu1_amd64.deb ... 00:12:54 Unpacking make (4.1-9.1ubuntu1) ... 00:12:54 Selecting previously unselected package libdpkg-perl. 00:12:54 Preparing to unpack .../40-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:12:54 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:12:54 Selecting previously unselected package patch. 00:12:54 Preparing to unpack .../41-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:12:54 Unpacking patch (2.7.6-2ubuntu1.1) ... 00:12:54 Selecting previously unselected package dpkg-dev. 00:12:54 Preparing to unpack .../42-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:12:54 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 00:12:55 Selecting previously unselected package build-essential. 00:12:55 Preparing to unpack .../43-build-essential_12.4ubuntu1_amd64.deb ... 00:12:55 Unpacking build-essential (12.4ubuntu1) ... 00:12:55 Selecting previously unselected package curl. 00:12:55 Preparing to unpack .../44-curl_7.58.0-2ubuntu3.9_amd64.deb ... 00:12:55 Unpacking curl (7.58.0-2ubuntu3.9) ... 00:12:55 Selecting previously unselected package libfakeroot:amd64. 00:12:55 Preparing to unpack .../45-libfakeroot_1.22-2ubuntu1_amd64.deb ... 00:12:55 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 00:12:55 Selecting previously unselected package fakeroot. 00:12:55 Preparing to unpack .../46-fakeroot_1.22-2ubuntu1_amd64.deb ... 00:12:55 Unpacking fakeroot (1.22-2ubuntu1) ... 00:12:55 Selecting previously unselected package libcurl3-gnutls:amd64. 00:12:55 Preparing to unpack .../47-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... 00:12:55 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 00:12:55 Selecting previously unselected package liberror-perl. 00:12:55 Preparing to unpack .../48-liberror-perl_0.17025-1_all.deb ... 00:12:55 Unpacking liberror-perl (0.17025-1) ... 00:12:55 Selecting previously unselected package git-man. 00:12:55 Preparing to unpack .../49-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:12:55 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:12:55 Selecting previously unselected package git. 00:12:55 Preparing to unpack .../50-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:12:55 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:12:56 Selecting previously unselected package libalgorithm-diff-perl. 00:12:56 Preparing to unpack .../51-libalgorithm-diff-perl_1.19.03-1_all.deb ... 00:12:56 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 00:12:56 Selecting previously unselected package libalgorithm-diff-xs-perl. 00:12:56 Preparing to unpack .../52-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 00:12:56 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 00:12:56 Selecting previously unselected package libalgorithm-merge-perl. 00:12:56 Preparing to unpack .../53-libalgorithm-merge-perl_0.08-3_all.deb ... 00:12:56 Unpacking libalgorithm-merge-perl (0.08-3) ... 00:12:56 Selecting previously unselected package libfile-fcntllock-perl. 00:12:56 Preparing to unpack .../54-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 00:12:56 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 00:12:57 Selecting previously unselected package libnorm1:amd64. 00:12:57 Preparing to unpack .../55-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:12:57 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:12:57 Selecting previously unselected package libpgm-5.2-0:amd64. 00:12:57 Preparing to unpack .../56-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:12:57 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:12:57 Selecting previously unselected package libsodium23:amd64. 00:12:57 Preparing to unpack .../57-libsodium23_1.0.16-2_amd64.deb ... 00:12:57 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:12:57 Selecting previously unselected package libzmq5:amd64. 00:12:57 Preparing to unpack .../58-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:12:57 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:12:57 Selecting previously unselected package libzmq3-dev:amd64. 00:12:57 Preparing to unpack .../59-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:12:57 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:12:57 Selecting previously unselected package manpages-dev. 00:12:57 Preparing to unpack .../60-manpages-dev_4.15-1_all.deb ... 00:12:57 Unpacking manpages-dev (4.15-1) ... 00:12:58 Selecting previously unselected package pkg-config. 00:12:58 Preparing to unpack .../61-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:12:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:12:58 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:58 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:58 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:12:58 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:58 Setting up manpages (4.15-1) ... 00:12:58 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:12:58 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:58 Setting up less (487-0.1) ... 00:12:58 Setting up make (4.1-9.1ubuntu1) ... 00:12:58 Setting up curl (7.58.0-2ubuntu3.9) ... 00:12:58 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 00:12:58 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:58 Setting up linux-libc-dev:amd64 (4.15.0-112.113) ... 00:12:58 Setting up libmpfr6:amd64 (4.0.1-1) ... 00:12:58 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:12:58 Setting up libgdbm5:amd64 (1.14.1-6) ... 00:12:58 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:58 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:12:58 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:12:58 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:12:58 Setting up libsodium23:amd64 (1.0.16-2) ... 00:12:58 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:58 Setting up patch (2.7.6-2ubuntu1.1) ... 00:12:58 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 00:12:59 Setting up liblocale-gettext-perl (1.07-3build2) ... 00:12:59 Setting up libmpc3:amd64 (1.1.0-1) ... 00:12:59 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 00:12:59 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 00:12:59 Setting up manpages-dev (4.15-1) ... 00:12:59 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 00:12:59 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:12:59 Setting up netbase (5.4) ... 00:12:59 Setting up libisl19:amd64 (0.19-1) ... 00:12:59 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:12:59 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:12:59 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:12:59 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:12:59 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:12:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:12:59 Setting up fakeroot (1.22-2ubuntu1) ... 00:12:59 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 00:12:59 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 00:12:59 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 00:12:59 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 00:12:59 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 00:12:59 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 00:12:59 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 00:12:59 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 00:12:59 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 00:12:59 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:12:59 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:12:59 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:12:59 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 00:12:59 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:12:59 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:12:59 Setting up perl (5.26.1-6ubuntu0.3) ... 00:13:00 Setting up libfile-fcntllock-perl (0.22-3build2) ... 00:13:00 Setting up libalgorithm-diff-perl (1.19.03-1) ... 00:13:00 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:13:00 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:13:00 Setting up liberror-perl (0.17025-1) ... 00:13:00 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:13:00 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:13:00 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:13:00 Setting up libalgorithm-merge-perl (0.08-3) ... 00:13:00 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:13:00 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 00:13:00 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:13:00 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 00:13:00 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 00:13:00 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:13:00 Setting up build-essential (12.4ubuntu1) ... 00:13:00 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:13:00 Processing triggers for mime-support (3.60ubuntu1) ... 00:13:00 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 00:13:02 8b06ebbc7875: Pull complete 00:13:02 4033e62aac47: Pull complete 00:13:02 b318b59e0bd2: Pull complete 00:13:02 de740d257bf9: Pull complete 00:13:02 fbe057b04f20: Pull complete 00:13:02 Digest: sha256:1a35c8ab446a15c440fb5b9a752e66311a84caa578a4d11e99874f17b5a11d6f 00:13:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 00:13:03 binutils set to automatically installed. 00:13:03 binutils-common set to automatically installed. 00:13:03 binutils-x86-64-linux-gnu set to automatically installed. 00:13:03 build-essential set to automatically installed. 00:13:03 cpp set to automatically installed. 00:13:03 cpp-7 set to automatically installed. 00:13:03 curl set to automatically installed. 00:13:03 dpkg-dev set to automatically installed. 00:13:03 fakeroot set to automatically installed. 00:13:03 g++ set to automatically installed. 00:13:03 g++-7 set to automatically installed. 00:13:03 gcc set to automatically installed. 00:13:03 gcc-7 set to automatically installed. 00:13:03 gcc-7-base set to automatically installed. 00:13:03 git set to automatically installed. 00:13:03 git-man set to automatically installed. 00:13:03 less set to automatically installed. 00:13:03 libalgorithm-diff-perl set to automatically installed. 00:13:03 libalgorithm-diff-xs-perl set to automatically installed. 00:13:03 libalgorithm-merge-perl set to automatically installed. 00:13:03 libasan4 set to automatically installed. 00:13:03 libatomic1 set to automatically installed. 00:13:03 libbinutils set to automatically installed. 00:13:03 libc-dev-bin set to automatically installed. 00:13:03 libc6-dev set to automatically installed. 00:13:03 libcc1-0 set to automatically installed. 00:13:03 libcilkrts5 set to automatically installed. 00:13:03 libcurl3-gnutls set to automatically installed. 00:13:03 libdpkg-perl set to automatically installed. 00:13:03 liberror-perl set to automatically installed. 00:13:03 libfakeroot set to automatically installed. 00:13:03 libfile-fcntllock-perl set to automatically installed. 00:13:03 libgcc-7-dev set to automatically installed. 00:13:03 libgdbm-compat4 set to automatically installed. 00:13:03 libgdbm5 set to automatically installed. 00:13:03 libgomp1 set to automatically installed. 00:13:03 libisl19 set to automatically installed. 00:13:03 libitm1 set to automatically installed. 00:13:03 liblocale-gettext-perl set to automatically installed. 00:13:03 liblsan0 set to automatically installed. 00:13:03 libmpc3 set to automatically installed. 00:13:03 libmpfr6 set to automatically installed. 00:13:03 libmpx2 set to automatically installed. 00:13:03 libnorm1 set to automatically installed. 00:13:03 libperl5.26 set to automatically installed. 00:13:03 libpgm-5.2-0 set to automatically installed. 00:13:03 libquadmath0 set to automatically installed. 00:13:03 libsodium23 set to automatically installed. 00:13:03 libstdc++-7-dev set to automatically installed. 00:13:03 libtsan0 set to automatically installed. 00:13:03 libubsan0 set to automatically installed. 00:13:03 libzmq3-dev set to automatically installed. 00:13:03 libzmq5 set to automatically installed. 00:13:03 linux-libc-dev set to automatically installed. 00:13:03 make set to automatically installed. 00:13:03 manpages set to automatically installed. 00:13:03 manpages-dev set to automatically installed. 00:13:03 netbase set to automatically installed. 00:13:03 patch set to automatically installed. 00:13:03 perl set to automatically installed. 00:13:03 perl-modules-5.26 set to automatically installed. 00:13:03 pkg-config set to automatically installed. 00:13:03 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 00:13:03 Please ensure the environment is properly setup before continuing. 00:13:03 Ignore this message if the appropriate measures have already been taken 00:13:04 Pulling go  00:13:05 'app-service-config' has dependencies that need to be staged: go 00:13:05 Skipping pull go (already ran) 00:13:05 Building go  00:13:05 % Total % Received % Xferd Average Speed Time Time Time Current 00:13:05 Dload Upload Total Spent Left Speed 00:13:07 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 00:13:07 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 00:13:07 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 00:13:07 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 00:13:07 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [919 kB] 00:13:08 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1252 kB] 00:13:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 34 114M 34 39.5M 0 0 38.1M 0 0:00:03 0:00:01 0:00:02 38.1M 80 114M 80 91.9M 0 0 45.3M 0 0:00:02 0:00:02 --:--:-- 45.2M 100 114M 100 114M 0 0 46.6M 0 0:00:02 0:00:02 --:--:-- 46.6M 00:13:09 go1.13.10.linux-amd64.tar.gz: OK 00:13:09 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1316 B] 00:13:09 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3894 B] 00:13:09 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [772 kB] 00:13:09 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [646 kB] 00:13:10 Fetched 3845 kB in 3s (1113 kB/s) 00:13:14 Reading package lists... 00:13:17 Staging go  00:13:18 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:13:18 14% [Working] 43% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:13:18 30% 5% 5% 5% Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9555 B] 00:13:18 5% 5% 5% 5% 5% 5% Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [882 kB] 00:13:18 6% 45% Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1037 kB] 00:13:18 46% 47% 90% Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [100 kB] 00:13:18 91% 95% 99% 99% 99% 99% 99% 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:13:18 96% 99% 99% 99% 99% 99% 15% [Working] 15% [Working] 15% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 00:13:18 15% 16% 16% 16% 13% [Working] 13% [Working] 13% Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 00:13:19 13% 16% 64% 75% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 00:13:19 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 00:13:19 76% 76% Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 00:13:19 78% 84% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [116 kB] 00:13:19 84% 84% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1413 kB] 00:13:19 84% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.1 kB] 00:13:19 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1334 kB] 00:13:19 92% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] 00:13:19 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 00:13:21 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: 00:13:21 - README.md 00:13:21 00:13:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:13:21 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% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 18.3 MB in 0s (0 B/s) 00:13:25 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:13:25 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) 00:13:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:13:26 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 00:13:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:13:27 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) 00:13:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:13:27 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) 00:13:27 Pulling app-service-config  00:13:27 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 00:13:27 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 00:13:27 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 00:13:27 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 00:13:29 Pulling config-common  00:13:30 Skipping build go (already ran) 00:13:30 Building app-service-config  00:13:30 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.6" -o app-service-configurable 00:13:32 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 00:13:32 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 00:13:32 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 00:13:32 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 00:13:32 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.65 00:13:32 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 00:13:32 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 00:13:32 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 00:13:32 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 00:13:32 go: downloading github.com/gorilla/mux v1.7.4 00:13:32 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:13:32 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 00:13:32 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:13:32 go: downloading github.com/pelletier/go-toml v1.2.0 00:13:32 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.65 00:13:32 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 00:13:32 go: extracting github.com/gorilla/mux v1.7.4 00:13:32 go: downloading github.com/BurntSushi/toml v0.3.1 00:13:32 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:13:32 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 00:13:32 go: downloading github.com/google/uuid v1.1.1 00:13:32 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:13:32 go: downloading go.mongodb.org/mongo-driver v1.1.1 00:13:32 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:13:32 go: extracting github.com/pelletier/go-toml v1.2.0 00:13:32 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 00:13:32 go: downloading github.com/mitchellh/copystructure v1.0.0 00:13:32 go: downloading github.com/go-kit/kit v0.8.0 00:13:32 go: downloading github.com/pebbe/zmq4 v1.0.0 00:13:32 go: extracting github.com/BurntSushi/toml v0.3.1 00:13:32 go: extracting github.com/google/uuid v1.1.1 00:13:32 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 00:13:32 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:13:32 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:13:32 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 00:13:32 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:13:32 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:13:32 go: extracting github.com/mitchellh/copystructure v1.0.0 00:13:32 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:13:32 go: extracting github.com/pebbe/zmq4 v1.0.0 00:13:32 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:13:32 go: downloading github.com/hashicorp/consul/api v1.1.0 00:13:32 go: extracting github.com/go-redis/redis/v7 v7.2.0 00:13:32 go: extracting github.com/go-kit/kit v0.8.0 00:13:32 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 00:13:32 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:13:32 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:13:32 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:13:33 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 00:13:33 go: extracting github.com/mitchellh/reflectwalk v1.0.0 00:13:33 go: extracting github.com/mitchellh/mapstructure v1.1.2 00:13:33 go: downloading github.com/x448/float16 v0.8.4 00:13:33 go: extracting github.com/hashicorp/consul/api v1.1.0 00:13:33 go: downloading github.com/hashicorp/serf v0.8.2 00:13:33 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:13:33 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:13:33 go: extracting github.com/x448/float16 v0.8.4 00:13:33 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:13:33 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 00:13:33 go: extracting github.com/go-logfmt/logfmt v0.4.0 00:13:33 go: extracting github.com/hashicorp/serf v0.8.2 00:13:33 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 00:13:33 go: extracting go.mongodb.org/mongo-driver v1.1.1 00:13:33 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:13:33 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:13:33 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... 29% Reading package lists... 50% Reading package lists... 69% 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... 87% 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 00:13:33 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:13:33 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:13:33 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 00:13:33 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:13:34 go: downloading github.com/go-stack/stack v1.8.0 00:13:34 go: downloading github.com/golang/snappy v0.0.1 00:13:34 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:13:34 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:13:34 go: downloading github.com/xdg/stringprep v1.0.0 00:13:34 go: extracting github.com/hashicorp/golang-lru v0.5.0 00:13:34 go: extracting github.com/go-stack/stack v1.8.0 00:13:34 go: extracting github.com/golang/snappy v0.0.1 00:13:34 go: extracting github.com/xdg/stringprep v1.0.0 00:13:34 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:13:34 go: downloading golang.org/x/text v0.3.2 00:13:34 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:13:34 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:13:34 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:13:35 go: extracting golang.org/x/text v0.3.2 00:13:36 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 00:13:36 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 00:13:36 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 00:13:36 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 00:13:36 go: finding github.com/google/uuid v1.1.1 00:13:36 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:13:36 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:13:36 go: finding github.com/BurntSushi/toml v0.3.1 00:13:36 go: finding github.com/go-kit/kit v0.8.0 00:13:36 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:13:36 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:13:36 go: finding github.com/gorilla/mux v1.7.4 00:13:36 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:13:36 go: finding github.com/x448/float16 v0.8.4 00:13:36 go: finding github.com/go-logfmt/logfmt v0.4.0 00:13:36 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:13:36 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:13:36 go: finding go.mongodb.org/mongo-driver v1.1.1 00:13:36 go: finding github.com/pelletier/go-toml v1.2.0 00:13:36 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:13:36 go: finding github.com/go-redis/redis/v7 v7.2.0 00:13:36 go: finding github.com/pebbe/zmq4 v1.0.0 00:13:36 go: finding github.com/go-stack/stack v1.8.0 00:13:36 go: finding github.com/hashicorp/consul/api v1.1.0 00:13:36 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:13:36 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:13:36 go: finding github.com/golang/snappy v0.0.1 00:13:36 go: finding github.com/mitchellh/copystructure v1.0.0 00:13:36 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:13:36 go: finding github.com/mitchellh/mapstructure v1.1.2 00:13:36 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:13:36 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:13:36 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:13:36 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:13:36 go: finding github.com/hashicorp/serf v0.8.2 00:13:36 go: finding github.com/xdg/stringprep v1.0.0 00:13:36 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:13:36 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:13:36 go: finding golang.org/x/text v0.3.2 00:13:36 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:13:36 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:13:36 go: finding github.com/hashicorp/golang-lru v0.5.0 00:13:40 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 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 00:13:44 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... 29% 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... 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 00:13:45 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 59% Building dependency tree 00:13:45 Reading state information... 0% Reading state information... 0% Reading state information... Done 00:13:46 The following packages were automatically installed and are no longer required: 00:13:46 libjq1 libonig4 00:13:46 Use 'sudo apt autoremove' to remove them. 00:13:46 Suggested packages: 00:13:46 binutils-doc cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg 00:13:46 gcc-multilib autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg 00:13:46 libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg 00:13:46 libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg 00:13:46 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:13:46 git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n 00:13:46 libstdc++-7-doc make-doc man-browser ed diffutils-doc perl-doc 00:13:46 libterm-readline-gnu-perl | libterm-readline-perl-perl 00:13:47 The following NEW packages will be installed: 00:13:47 binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp 00:13:47 cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 00:13:47 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 00:13:47 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 00:13:47 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 00:13:47 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 00:13:47 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 00:13:47 libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 00:13:47 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 00:13:47 perl perl-modules-5.26 pkg-config 00:13:47 0 upgraded, 59 newly installed, 0 to remove and 9 not upgraded. 00:13:47 Need to get 49.1 MB of archives. 00:13:47 After this operation, 219 MB of additional disk space will be used. 00:13:47 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] 00:13:47 0% [1 liblocale-gettext-perl 13.8 kB/16.3 kB 85%] 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] 00:13:49 0% [2 perl-modules-5.26 30.7 kB/2763 kB 1%] 1% [2 perl-modules-5.26 659 kB/2763 kB 24%] 3% [2 perl-modules-5.26 1760 kB/2763 kB 64%] 5% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 00:13:49 5% [3 libgdbm5 23.1 kB/23.1 kB 100%] 6% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 00:13:49 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] 00:13:50 6% [5 libperl5.26 24.6 kB/3326 kB 1%] 9% [5 libperl5.26 1696 kB/3326 kB 51%] 12% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 00:13:50 12% [6 perl 25.8 kB/201 kB 13%] 12% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 00:13:50 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] 00:13:50 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] 00:13:50 13% [9 manpages 6780 B/1234 kB 1%] 16% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.4 [196 kB] 00:13:50 16% [10 binutils-common 4096 B/196 kB 2%] 16% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.4 [417 kB] 00:13:50 16% [11 libbinutils 14.5 kB/417 kB 3%] 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] 00:13:50 17% [12 binutils-aarch64-linux-gnu 20.5 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] 00:13:50 21% [13 binutils 3364 B/3364 B 100%] 21% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.2 [58.7 kB] 00:13:50 21% [14 libc-dev-bin 0 B/58.7 kB 0%] 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] 00:13:50 22% [15 linux-libc-dev 0 B/960 kB 0%] 24% [Working] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] 00:13:50 24% [16 libc6-dev 0 B/2049 kB 0%] 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] 00:13:50 27% [17 gcc-7-base 18.3 kB/18.3 kB 100%] 28% [Working] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] 00:13:51 28% [18 libisl19 7902 B/439 kB 2%] 29% [Working] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] 00:13:51 29% [19 libmpfr6 24.6 kB/202 kB 12%] 30% [Working] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] 00:13:51 30% [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] 00:13:51 30% [21 cpp-7 12.3 kB/7046 kB 0%] 38% [21 cpp-7 5085 kB/7046 kB 72%] 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] 00:13:51 42% [22 cpp 0 B/27.7 kB 0%] 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] 00:13:51 42% [23 libcc1-0 0 B/36.5 kB 0%] 43% [Working] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] 00:13:51 43% [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] 00:13:51 43% [25 libitm1 24.3 kB/24.3 kB 100%] 43% [Working] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] 00:13:51 43% [26 libatomic1 4096 B/9176 B 45%] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] 00:13:51 44% [27 libasan4 109 kB/335 kB 33%] 45% [Working] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] 00:13:51 45% [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] 00:13:51 45% [29 libtsan0 0 B/269 kB 0%] 46% [Working] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] 00:13:51 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] 00:13:51 46% [31 libgcc-7-dev 0 B/833 kB 0%] 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] 00:13:52 48% [32 gcc-7 0 B/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] 00:13:52 61% [33 gcc 0 B/5208 B 0%] 62% [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] 00:13:52 62% [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] 00:13:52 64% [35 g++-7 61.5 kB/8077 kB 1%] 78% [Working] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] 00:13:52 78% [Waiting for headers] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 00:13:52 78% [37 make 8192 B/139 kB 6%] 79% [Working] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:13:52 79% [38 libdpkg-perl 35.0 kB/211 kB 17%] 79% [Working] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 00:13:52 79% [39 patch 20.3 kB/91.8 kB 22%] 80% [Working] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:13:52 80% [40 dpkg-dev 12.3 kB/607 kB 2%] 81% [Working] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] 00:13:52 81% [41 build-essential 4754 B/4754 B 100%] 81% [Working] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] 00:13:52 82% [42 curl 36.9 kB/152 kB 24%] 82% [Working] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] 00:13:52 82% [43 libfakeroot 15.7 kB/21.8 kB 72%] 82% [Working] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] 00:13:52 83% [44 fakeroot 36.9 kB/59.9 kB 62%] 83% [Working] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] 00:13:52 83% [45 libcurl3-gnutls 0 B/179 kB 0%] 84% [Working] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 00:13:52 84% [46 liberror-perl 20.5 kB/22.8 kB 90%] 84% [Working] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:13:52 84% [47 git-man 0 B/804 kB 0%] 86% [Working] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 00:13:53 86% [48 git 41.5 kB/2952 kB 1%] 91% [Working] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 00:13:53 91% [49 libalgorithm-diff-perl 38.8 kB/47.6 kB 82%] 91% [Working] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] 00:13:53 91% [50 libalgorithm-diff-xs-perl 0 B/10.8 kB 0%] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 00:13:53 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] 00:13:53 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] 00:13:53 92% [53 libnorm1 65.5 kB/218 kB 30%] 93% [Working] Get:54 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] 00:13:53 93% [54 libpgm-5.2-0 44.4 kB/140 kB 32%] 93% [Working] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] 00:13:53 94% [55 libsodium23 35.4 kB/90.4 kB 39%] 94% [Working] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] 00:13:53 94% [56 libzmq5 28.7 kB/208 kB 14%] 95% [Working] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] 00:13:53 95% [57 libzmq3-dev 49.2 kB/409 kB 12%] 96% [Working] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] 00:13:53 96% [58 manpages-dev 20.5 kB/2217 kB 1%] 100% [Working] 8039 kB/s 0s Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] 00:13:53 100% [59 pkg-config 42.8 kB/42.8 kB 100%] 8039 kB/s 0s 100% [Working] 8039 kB/s 0s Fetched 49.1 MB in 6s (8044 kB/s) 00:13:54 debconf: delaying package configuration, since apt-utils is not installed 00:13:54 Selecting previously unselected package liblocale-gettext-perl. 00:13:54 (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.) 00:13:54 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... 00:13:54 Unpacking liblocale-gettext-perl (1.07-3build2) ... 00:13:54 Selecting previously unselected package perl-modules-5.26. 00:13:54 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 00:13:54 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:13:56 Selecting previously unselected package libgdbm5:arm64. 00:13:56 Preparing to unpack .../02-libgdbm5_1.14.1-6_arm64.deb ... 00:13:56 Unpacking libgdbm5:arm64 (1.14.1-6) ... 00:13:56 Selecting previously unselected package libgdbm-compat4:arm64. 00:13:56 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_arm64.deb ... 00:13:56 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 00:13:56 Selecting previously unselected package libperl5.26:arm64. 00:13:56 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 00:13:56 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 00:13:57 Selecting previously unselected package perl. 00:13:57 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_arm64.deb ... 00:13:57 Unpacking perl (5.26.1-6ubuntu0.3) ... 00:13:57 Selecting previously unselected package less. 00:13:57 Preparing to unpack .../06-less_487-0.1_arm64.deb ... 00:13:57 Unpacking less (487-0.1) ... 00:13:57 Selecting previously unselected package netbase. 00:13:57 Preparing to unpack .../07-netbase_5.4_all.deb ... 00:13:57 Unpacking netbase (5.4) ... 00:13:57 Selecting previously unselected package manpages. 00:13:58 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 00:13:58 Unpacking manpages (4.15-1) ... 00:13:58 Selecting previously unselected package binutils-common:arm64. 00:13:58 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_arm64.deb ... 00:13:58 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... 00:13:58 Selecting previously unselected package libbinutils:arm64. 00:13:58 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_arm64.deb ... 00:13:58 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... 00:13:58 Building config-common  00:13:58 Selecting previously unselected package binutils-aarch64-linux-gnu. 00:13:58 Preparing to unpack .../11-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.4_arm64.deb ... 00:13:58 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:13:59 Selecting previously unselected package binutils. 00:13:59 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_arm64.deb ... 00:13:59 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 00:14:00 Skipping stage go (already ran) 00:14:00 Staging app-service-config  00:14:00 Selecting previously unselected package libc-dev-bin. 00:14:00 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... 00:14:00 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 00:14:00 Selecting previously unselected package linux-libc-dev:arm64. 00:14:00 Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_arm64.deb ... 00:14:00 Unpacking linux-libc-dev:arm64 (4.15.0-112.113) ... 00:14:00 Staging config-common  00:14:00 Selecting previously unselected package libc6-dev:arm64. 00:14:00 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... 00:14:00 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... 00:14:01 Priming go  00:14:01 Selecting previously unselected package gcc-7-base:arm64. 00:14:01 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:14:01 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 00:14:02 Selecting previously unselected package libisl19:arm64. 00:14:02 Preparing to unpack .../17-libisl19_0.19-1_arm64.deb ... 00:14:02 Unpacking libisl19:arm64 (0.19-1) ... 00:14:02 Priming app-service-config  00:14:02 Selecting previously unselected package libmpfr6:arm64. 00:14:02 Preparing to unpack .../18-libmpfr6_4.0.1-1_arm64.deb ... 00:14:02 Unpacking libmpfr6:arm64 (4.0.1-1) ... 00:14:02 Selecting previously unselected package libmpc3:arm64. 00:14:02 Preparing to unpack .../19-libmpc3_1.1.0-1_arm64.deb ... 00:14:02 Unpacking libmpc3:arm64 (1.1.0-1) ... 00:14:02 Selecting previously unselected package cpp-7. 00:14:02 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:14:02 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:14:03 Priming config-common  00:14:04 Selecting previously unselected package cpp. 00:14:04 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 00:14:04 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 00:14:04 Selecting previously unselected package libcc1-0:arm64. 00:14:04 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... 00:14:04 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 00:14:04 Selecting previously unselected package libgomp1:arm64. 00:14:04 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... 00:14:04 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 00:14:04 Selecting previously unselected package libitm1:arm64. 00:14:04 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... 00:14:04 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 00:14:05 Selecting previously unselected package libatomic1:arm64. 00:14:05 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... 00:14:05 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 00:14:05 Selecting previously unselected package libasan4:arm64. 00:14:05 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:14:05 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 00:14:05 Selecting previously unselected package liblsan0:arm64. 00:14:05 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 00:14:05 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 00:14:05 Selecting previously unselected package libtsan0:arm64. 00:14:05 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 00:14:05 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 00:14:05 Selecting previously unselected package libubsan0:arm64. 00:14:05 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:14:05 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 00:14:06 Selecting previously unselected package libgcc-7-dev:arm64. 00:14:06 Preparing to unpack .../30-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:14:06 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 00:14:06 Selecting previously unselected package gcc-7. 00:14:06 Preparing to unpack .../31-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:14:06 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:14:07 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | 00:14:07 Snapped edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap 00:14:08 Selecting previously unselected package gcc. 00:14:08 Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 00:14:08 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 00:14:08 Selecting previously unselected package libstdc++-7-dev:arm64. 00:14:08 Preparing to unpack .../33-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:14:08 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 00:14:09 Selecting previously unselected package g++-7. 00:14:09 Preparing to unpack .../34-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:14:09 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 00:14:10 00:14:10 Login successful. You now have these capabilities: 00:14:10  00:14:10 snaps: No restriction 00:14:10 channels: No restriction 00:14:10 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 00:14:10 expires: 2021-07-14T18:21:36.256372 00:14:10  00:14:11 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 00:14:11 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 00:14:11 Preparing to upload 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap'. 00:14:11 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 00:14:11 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 00:14:11 Selecting previously unselected package g++. 00:14:11 Preparing to unpack .../35-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 00:14:11 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 00:14:11 Selecting previously unselected package make. 00:14:11 Preparing to unpack .../36-make_4.1-9.1ubuntu1_arm64.deb ... 00:14:11 Unpacking make (4.1-9.1ubuntu1) ... 00:14:11 Selecting previously unselected package libdpkg-perl. 00:14:11 Preparing to unpack .../37-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:14:11 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:14:11 Selecting previously unselected package patch. 00:14:11 Preparing to unpack .../38-patch_2.7.6-2ubuntu1.1_arm64.deb ... 00:14:11 Unpacking patch (2.7.6-2ubuntu1.1) ... 00:14:11 Selecting previously unselected package dpkg-dev. 00:14:11 Preparing to unpack .../39-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:14:11 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 00:14:12 Selecting previously unselected package build-essential. 00:14:12 Preparing to unpack .../40-build-essential_12.4ubuntu1_arm64.deb ... 00:14:12 Unpacking build-essential (12.4ubuntu1) ... 00:14:12 Selecting previously unselected package curl. 00:14:12 Preparing to unpack .../41-curl_7.58.0-2ubuntu3.9_arm64.deb ... 00:14:12 Unpacking curl (7.58.0-2ubuntu3.9) ... 00:14:12 Selecting previously unselected package libfakeroot:arm64. 00:14:12 Preparing to unpack .../42-libfakeroot_1.22-2ubuntu1_arm64.deb ... 00:14:12 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... 00:14:12 Selecting previously unselected package fakeroot. 00:14:12 Preparing to unpack .../43-fakeroot_1.22-2ubuntu1_arm64.deb ... 00:14:12 Unpacking fakeroot (1.22-2ubuntu1) ... 00:14:12 Selecting previously unselected package libcurl3-gnutls:arm64. 00:14:13 Preparing to unpack .../44-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... 00:14:13 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 00:14:13 Selecting previously unselected package liberror-perl. 00:14:13 Preparing to unpack .../45-liberror-perl_0.17025-1_all.deb ... 00:14:13 Unpacking liberror-perl (0.17025-1) ... 00:14:13 Selecting previously unselected package git-man. 00:14:13 Preparing to unpack .../46-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:14:13 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:14:13 Selecting previously unselected package git. 00:14:13 Preparing to unpack .../47-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 00:14:13 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:14:14 Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 71% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [] 100% 00:14:15 Selecting previously unselected package libalgorithm-diff-perl. 00:14:15 Preparing to unpack .../48-libalgorithm-diff-perl_1.19.03-1_all.deb ... 00:14:15 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 00:14:15 Selecting previously unselected package libalgorithm-diff-xs-perl. 00:14:15 Preparing to unpack .../49-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... 00:14:15 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 00:14:15 Selecting previously unselected package libalgorithm-merge-perl. 00:14:15 Preparing to unpack .../50-libalgorithm-merge-perl_0.08-3_all.deb ... 00:14:15 Unpacking libalgorithm-merge-perl (0.08-3) ... 00:14:15 Selecting previously unselected package libfile-fcntllock-perl. 00:14:15 Preparing to unpack .../51-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... 00:14:15 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 00:14:15 Selecting previously unselected package libnorm1:arm64. 00:14:15 Preparing to unpack .../52-libnorm1_1.5r6+dfsg1-6_arm64.deb ... 00:14:15 Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... 00:14:15 Selecting previously unselected package libpgm-5.2-0:arm64. 00:14:15 Preparing to unpack .../53-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... 00:14:15 Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 00:14:15 Selecting previously unselected package libsodium23:arm64. 00:14:16 Preparing to unpack .../54-libsodium23_1.0.16-2_arm64.deb ... 00:14:16 Unpacking libsodium23:arm64 (1.0.16-2) ... 00:14:16 Selecting previously unselected package libzmq5:arm64. 00:14:16 Preparing to unpack .../55-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... 00:14:16 Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 00:14:16 Selecting previously unselected package libzmq3-dev:arm64. 00:14:16 Preparing to unpack .../56-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... 00:14:16 Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 00:14:16 Selecting previously unselected package manpages-dev. 00:14:16 Preparing to unpack .../57-manpages-dev_4.15-1_all.deb ... 00:14:16 Unpacking manpages-dev (4.15-1) ... 00:14:17 Selecting previously unselected package pkg-config. 00:14:17 Preparing to unpack .../58-pkg-config_0.29.1-0ubuntu2_arm64.deb ... 00:14:17 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:14:17 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 00:14:17 Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 00:14:17 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 00:14:17 Setting up manpages (4.15-1) ... 00:14:17 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:14:18 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 00:14:18 Setting up less (487-0.1) ... 00:14:18 Setting up make (4.1-9.1ubuntu1) ... 00:14:18 Setting up curl (7.58.0-2ubuntu3.9) ... 00:14:18 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 00:14:18 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 00:14:18 Setting up linux-libc-dev:arm64 (4.15.0-112.113) ... 00:14:18 Setting up libmpfr6:arm64 (4.0.1-1) ... 00:14:18 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:14:18 Setting up libgdbm5:arm64 (1.14.1-6) ... 00:14:18 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 00:14:18 Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... 00:14:18 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 00:14:18 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... 00:14:18 Setting up libsodium23:arm64 (1.0.16-2) ... 00:14:19 Setting up patch (2.7.6-2ubuntu1.1) ... 00:14:19 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... 00:14:19 Setting up liblocale-gettext-perl (1.07-3build2) ... 00:14:19 Setting up libmpc3:arm64 (1.1.0-1) ... 00:14:19 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 00:14:19 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 00:14:19 Setting up manpages-dev (4.15-1) ... 00:14:19 Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... 00:14:19 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 00:14:19 Setting up netbase (5.4) ... 00:14:19 Setting up libisl19:arm64 (0.19-1) ... 00:14:19 Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 00:14:19 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 00:14:19 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... 00:14:19 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 00:14:19 Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 00:14:19 Setting up fakeroot (1.22-2ubuntu1) ... 00:14:19 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 00:14:19 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 00:14:19 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 00:14:19 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 00:14:19 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 00:14:19 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 00:14:19 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 00:14:19 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 00:14:19 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 00:14:19 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 00:14:19 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:14:19 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 00:14:19 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 00:14:19 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:14:20 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:14:20 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:14:20 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:14:20 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:14:20 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:14:20 Setting up perl (5.26.1-6ubuntu0.3) ... 00:14:20 Setting up libfile-fcntllock-perl (0.22-3build2) ... 00:14:20 Setting up libalgorithm-diff-perl (1.19.03-1) ... 00:14:20 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:14:20 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 00:14:20 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 00:14:20 Setting up liberror-perl (0.17025-1) ... 00:14:20 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:14:20 Setting up libalgorithm-merge-perl (0.08-3) ... 00:14:20 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:14:20 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 00:14:21 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:14:21 Setting up build-essential (12.4ubuntu1) ... 00:14:21 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:14:21 Processing triggers for mime-support (3.60ubuntu1) ... 00:14:21 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 00:14:28 binutils set to automatically installed. 00:14:28 binutils-aarch64-linux-gnu set to automatically installed. 00:14:28 binutils-common set to automatically installed. 00:14:28 build-essential set to automatically installed. 00:14:28 cpp set to automatically installed. 00:14:28 cpp-7 set to automatically installed. 00:14:28 curl set to automatically installed. 00:14:28 dpkg-dev set to automatically installed. 00:14:28 fakeroot set to automatically installed. 00:14:28 g++ set to automatically installed. 00:14:28 g++-7 set to automatically installed. 00:14:28 gcc set to automatically installed. 00:14:28 gcc-7 set to automatically installed. 00:14:28 gcc-7-base set to automatically installed. 00:14:28 git set to automatically installed. 00:14:28 git-man set to automatically installed. 00:14:28 less set to automatically installed. 00:14:28 libalgorithm-diff-perl set to automatically installed. 00:14:28 libalgorithm-diff-xs-perl set to automatically installed. 00:14:28 libalgorithm-merge-perl set to automatically installed. 00:14:28 libasan4 set to automatically installed. 00:14:28 libatomic1 set to automatically installed. 00:14:28 libbinutils set to automatically installed. 00:14:28 libc-dev-bin set to automatically installed. 00:14:28 libc6-dev set to automatically installed. 00:14:28 libcc1-0 set to automatically installed. 00:14:28 libcurl3-gnutls set to automatically installed. 00:14:28 libdpkg-perl set to automatically installed. 00:14:28 liberror-perl set to automatically installed. 00:14:28 libfakeroot set to automatically installed. 00:14:28 libfile-fcntllock-perl set to automatically installed. 00:14:28 libgcc-7-dev set to automatically installed. 00:14:28 libgdbm-compat4 set to automatically installed. 00:14:28 libgdbm5 set to automatically installed. 00:14:28 libgomp1 set to automatically installed. 00:14:28 libisl19 set to automatically installed. 00:14:28 libitm1 set to automatically installed. 00:14:28 liblocale-gettext-perl set to automatically installed. 00:14:28 liblsan0 set to automatically installed. 00:14:28 libmpc3 set to automatically installed. 00:14:28 libmpfr6 set to automatically installed. 00:14:28 libnorm1 set to automatically installed. 00:14:28 libperl5.26 set to automatically installed. 00:14:28 libpgm-5.2-0 set to automatically installed. 00:14:28 libsodium23 set to automatically installed. 00:14:28 libstdc++-7-dev set to automatically installed. 00:14:28 libtsan0 set to automatically installed. 00:14:28 libubsan0 set to automatically installed. 00:14:28 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| 00:14:28 released 00:14:28 Revision 30 of 'edgex-app-service-configurable' created. 00:14:28 libzmq3-dev set to automatically installed. 00:14:28 libzmq5 set to automatically installed. 00:14:28 linux-libc-dev set to automatically installed. 00:14:28 make set to automatically installed. 00:14:28 manpages set to automatically installed. 00:14:28 manpages-dev set to automatically installed. 00:14:28 netbase set to automatically installed. 00:14:29 patch set to automatically installed. 00:14:29 perl set to automatically installed. 00:14:29 perl-modules-5.26 set to automatically installed. 00:14:29 pkg-config set to automatically installed. 00:14:29 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 00:14:29 Please ensure the environment is properly setup before continuing. 00:14:29 Ignore this message if the appropriate measures have already been taken 00:14:29 Track Arch Channel Version Revision 00:14:29 latest amd64 stable 1.2.0-20200615+a7f3ace 14 00:14:29 candidate 1.2.0-20200615+a7f3ace 14 00:14:29 beta 1.2.0-20200615+a7f3ace 14 00:14:29 edge 1.2.0-20200807+e37aa20 30 00:14:30 Pulling go  00:14:30 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 00:14:30 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 00:14:30 Uploading metadata from 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' 00:14:33 The metadata has been uploaded 00:14:33 'app-service-config' has dependencies that need to be staged: go 00:14:33 Skipping pull go (already ran) 00:14:33 Building go  00:14:33 % Total % Received % Xferd Average Speed Time Time Time Current 00:14:33 Dload Upload Total Spent Left Speed [Pipeline] } 00:14:34 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] } 00:14:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 93.1M 16 15.0M 0 0 14.8M 0 0:00:06 0:00:01 0:00:05 14.8M 58 93.1M 58 54.8M 0 0 27.2M 0 0:00:03 0:00:02 0:00:01 27.2M 100 93.1M 100 93.1M 0 0 30.9M 0 0:00:03 0:00:03 --:--:-- 30.9M 100 93.1M 100 93.1M 0 0 30.9M 0 0:00:03 0:00:03 --:--:-- 30.9M 00:14:37 go1.13.10.linux-arm64.tar.gz: OK 00:14:56 Staging go  00:14:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] 00:14:58 5% 99% [Working] 99% [Working] 99% Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 00:14:58 78% 99% 99% Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 00:14:58 87% 99% 99% Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 00:14:59 86% 99% 3% [Working] 3% [Working] 3% 3% Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] 00:14:59 3% 3% 3% 3% 3% Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] 00:15:00 4% 7% 7% 7% 34% 34% 34% 76% Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] 00:15:00 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] 00:15:00 77% 75% 78% 78% Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1252 kB] 00:15:00 78% 85% Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3894 B] 00:15:00 85% Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1316 B] 00:15:00 85% Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [919 kB] 00:15:00 86% 91% Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 00:15:00 91% Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [8104 B] 00:15:00 91% Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] 00:15:00 91% Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [646 kB] 00:15:00 91% 95% Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] 00:15:00 95% Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [772 kB] 00:15:03 95% 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% 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 16.6 MB in 0s (0 B/s) 00:15:21 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] 00:15:21 6% 100% [Working] Fetched 218 kB in 0s (0 B/s) 00:15:21 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] 00:15:21 9% 100% [Working] Fetched 140 kB in 0s (0 B/s) 00:15:21 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] 00:15:21 6% 100% [Working] Fetched 208 kB in 0s (0 B/s) 00:15:22 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] 00:15:22 15% 100% [Working] Fetched 90.4 kB in 0s (0 B/s) 00:15:22 Pulling app-service-config  00:15:29 Pulling config-common  00:15:32 Skipping build go (already ran) 00:15:32 Building app-service-config  00:15:32 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.6" -o app-service-configurable 00:15:34 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 00:15:34 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 00:15:34 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 00:15:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.65 00:15:34 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 00:15:34 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 00:15:34 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:15:34 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 00:15:34 go: downloading github.com/google/uuid v1.1.1 00:15:34 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 00:15:34 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 00:15:34 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 00:15:34 go: downloading github.com/x448/float16 v0.8.4 00:15:34 go: downloading github.com/gorilla/mux v1.7.4 00:15:34 go: extracting github.com/google/uuid v1.1.1 00:15:34 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 00:15:34 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.65 00:15:34 go: extracting github.com/gorilla/mux v1.7.4 00:15:34 go: extracting github.com/x448/float16 v0.8.4 00:15:34 go: downloading github.com/pelletier/go-toml v1.2.0 00:15:34 go: downloading go.mongodb.org/mongo-driver v1.1.1 00:15:34 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:15:34 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 00:15:34 go: downloading github.com/hashicorp/consul/api v1.1.0 00:15:34 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 00:15:35 go: downloading github.com/pebbe/zmq4 v1.0.0 00:15:35 go: extracting github.com/pelletier/go-toml v1.2.0 00:15:35 go: downloading github.com/go-kit/kit v0.8.0 00:15:35 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 00:15:35 go: extracting github.com/hashicorp/consul/api v1.1.0 00:15:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:15:35 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:15:35 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 00:15:35 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:15:35 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:15:35 go: extracting github.com/pebbe/zmq4 v1.0.0 00:15:35 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 00:15:35 go: extracting github.com/go-redis/redis/v7 v7.2.0 00:15:35 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 00:15:35 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:15:35 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:15:35 go: extracting github.com/go-kit/kit v0.8.0 00:15:35 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:15:35 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:15:35 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:15:35 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 00:15:35 go: extracting github.com/mitchellh/mapstructure v1.1.2 00:15:35 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:15:35 go: downloading github.com/hashicorp/serf v0.8.2 00:15:35 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:15:35 go: downloading github.com/BurntSushi/toml v0.3.1 00:15:35 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:15:35 go: downloading github.com/mitchellh/copystructure v1.0.0 00:15:35 go: extracting github.com/BurntSushi/toml v0.3.1 00:15:35 go: extracting github.com/mitchellh/copystructure v1.0.0 00:15:35 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:15:35 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:15:35 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:15:35 go: extracting github.com/hashicorp/serf v0.8.2 00:15:35 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 00:15:35 go: extracting github.com/mitchellh/reflectwalk v1.0.0 00:15:35 go: extracting github.com/go-logfmt/logfmt v0.4.0 00:15:35 go: extracting go.mongodb.org/mongo-driver v1.1.1 00:15:35 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:15:35 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:15:35 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:15:35 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:15:35 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 00:15:35 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:15:35 go: extracting github.com/hashicorp/golang-lru v0.5.0 00:15:36 go: downloading github.com/go-stack/stack v1.8.0 00:15:36 go: downloading github.com/golang/snappy v0.0.1 00:15:36 go: downloading github.com/xdg/stringprep v1.0.0 00:15:36 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:15:36 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:15:36 go: extracting github.com/go-stack/stack v1.8.0 00:15:36 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:15:36 go: extracting github.com/golang/snappy v0.0.1 00:15:36 go: extracting github.com/xdg/stringprep v1.0.0 00:15:36 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:15:36 go: downloading golang.org/x/text v0.3.2 00:15:36 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:15:36 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:15:37 go: extracting golang.org/x/text v0.3.2 00:15:39 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 00:15:39 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 00:15:39 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 00:15:39 go: finding github.com/google/uuid v1.1.1 00:15:39 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 00:15:39 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:15:39 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:15:39 go: finding github.com/BurntSushi/toml v0.3.1 00:15:39 go: finding github.com/go-kit/kit v0.8.0 00:15:39 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:15:39 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:15:39 go: finding github.com/gorilla/mux v1.7.4 00:15:39 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:15:39 go: finding github.com/go-logfmt/logfmt v0.4.0 00:15:39 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:15:39 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:15:39 go: finding github.com/x448/float16 v0.8.4 00:15:39 go: finding github.com/pelletier/go-toml v1.2.0 00:15:39 go: finding go.mongodb.org/mongo-driver v1.1.1 00:15:39 go: finding github.com/go-redis/redis/v7 v7.2.0 00:15:39 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:15:39 go: finding github.com/pebbe/zmq4 v1.0.0 00:15:39 go: finding github.com/hashicorp/consul/api v1.1.0 00:15:39 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:15:39 go: finding github.com/go-stack/stack v1.8.0 00:15:39 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:15:39 go: finding github.com/mitchellh/copystructure v1.0.0 00:15:39 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:15:39 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:15:39 go: finding github.com/hashicorp/serf v0.8.2 00:15:39 go: finding github.com/golang/snappy v0.0.1 00:15:39 go: finding github.com/mitchellh/mapstructure v1.1.2 00:15:39 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:15:39 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:15:39 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:15:39 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:15:39 go: finding github.com/xdg/stringprep v1.0.0 00:15:39 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:15:39 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:15:39 go: finding golang.org/x/text v0.3.2 00:15:39 go: finding github.com/hashicorp/golang-lru v0.5.0 00:15:39 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:16:36 Building config-common  00:16:51 Skipping stage go (already ran) 00:16:51 Staging app-service-config  00:16:52 Staging config-common  00:16:55 Priming go  00:16:58 Priming app-service-config  00:17:03 Priming config-common  00:17:12 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 | 00:17:12 Snapped edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap 00:17:18 00:17:18 Login successful. You now have these capabilities: 00:17:18  00:17:18 snaps: No restriction 00:17:18 channels: No restriction 00:17:18 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 00:17:18 expires: 2021-07-14T18:21:36.256372 00:17:18  00:17:22 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 00:17:22 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 00:17:22 Preparing to upload 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap'. 00:17:22 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 00:17:22 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 00:17:26 Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 71% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [] 100% 00:17:40 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 00:17:40 released 00:17:41 Revision 31 of 'edgex-app-service-configurable' created. 00:17:42 Track Arch Channel Version Revision 00:17:42 latest arm64 stable 1.2.0-20200615+a7f3ace 15 00:17:42 candidate 1.2.0-20200615+a7f3ace 15 00:17:42 beta 1.2.0-20200615+a7f3ace 15 00:17:42 edge 1.2.0-20200807+e37aa20 31 00:17:45 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 00:17:45 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 00:17:45 Uploading metadata from 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' 00:17:48 The metadata has been uploaded [Pipeline] } 00:17:52 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 00:17:53 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 00:17:53 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 00:17:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:17:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:17:54 00:17:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 00:17:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:17:54 1.317.0: Pulling from edgex-devops/edgex-snyk-go 00:17:54 cbdbe7a5bc2a: Pulling fs layer 00:17:54 408f87550127: Pulling fs layer 00:17:54 fe522b08c979: Pulling fs layer 00:17:54 221eaa008020: Pulling fs layer 00:17:54 2a4607e5d6b9: Pulling fs layer 00:17:54 8f79b27c4fd2: Pulling fs layer 00:17:54 e5c8dbe1645b: Pulling fs layer 00:17:54 23e8b3b47431: Pulling fs layer 00:17:54 5c568d65a230: Pulling fs layer 00:17:54 221eaa008020: Waiting 00:17:54 e5c8dbe1645b: Waiting 00:17:54 2a4607e5d6b9: Waiting 00:17:54 8f79b27c4fd2: Waiting 00:17:54 23e8b3b47431: Waiting 00:17:54 5c568d65a230: Waiting 00:17:54 fe522b08c979: Download complete 00:17:54 408f87550127: Verifying Checksum 00:17:54 408f87550127: Download complete 00:17:54 2a4607e5d6b9: Verifying Checksum 00:17:54 2a4607e5d6b9: Download complete 00:17:54 8f79b27c4fd2: Verifying Checksum 00:17:54 8f79b27c4fd2: Download complete 00:17:54 cbdbe7a5bc2a: Verifying Checksum 00:17:54 cbdbe7a5bc2a: Download complete 00:17:54 e5c8dbe1645b: Verifying Checksum 00:17:54 e5c8dbe1645b: Download complete 00:17:54 cbdbe7a5bc2a: Pull complete 00:17:55 408f87550127: Pull complete 00:17:55 23e8b3b47431: Verifying Checksum 00:17:55 23e8b3b47431: Download complete 00:17:55 5c568d65a230: Verifying Checksum 00:17:55 5c568d65a230: Download complete 00:17:55 fe522b08c979: Pull complete 00:17:56 221eaa008020: Verifying Checksum 00:17:56 221eaa008020: Download complete 00:18:02 221eaa008020: Pull complete 00:18:02 2a4607e5d6b9: Pull complete 00:18:02 8f79b27c4fd2: Pull complete 00:18:03 e5c8dbe1645b: Pull complete 00:18:06 23e8b3b47431: Pull complete 00:18:08 5c568d65a230: Pull complete 00:18:08 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 00:18:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:18:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 00:18:08 prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container 00:18:08 $ 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 00:18:09 $ docker top e688e620ddd6a8c64d9696a4adeffbfbae90278d5e3c763a3a10768a9c4af0d5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:18:10 + snyk monitor '--org=edgex-jenkins' 00:18:25 00:18:25 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 00:18:25 00:18:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/364836cd-aa4d-47ab-b136-d963422a62f1 00:18:25 00:18:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:18:25 00:18:29 00:18:29 Snyk CLI supports Node.js 8 and higher. 00:18:29 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 00:18:29 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 00:18:29 00:18:29 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 00:18:29 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 00:18:29 $ docker stop --time=1 e688e620ddd6a8c64d9696a4adeffbfbae90278d5e3c763a3a10768a9c4af0d5 00:18:32 $ docker rm -f e688e620ddd6a8c64d9696a4adeffbfbae90278d5e3c763a3a10768a9c4af0d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:18:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:18:33 00:18:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 00:18:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:18:34 latest: Pulling from edgex-devops/edgex-klar 00:18:34 e7c96db7181b: Pulling fs layer 00:18:34 1868ca2cb446: Pulling fs layer 00:18:34 136be5d0fe8e: Pulling fs layer 00:18:34 894bfe63afcb: Pulling fs layer 00:18:34 894bfe63afcb: Waiting 00:18:34 1868ca2cb446: Verifying Checksum 00:18:34 1868ca2cb446: Download complete 00:18:34 136be5d0fe8e: Verifying Checksum 00:18:34 136be5d0fe8e: Download complete 00:18:34 e7c96db7181b: Verifying Checksum 00:18:34 e7c96db7181b: Download complete 00:18:34 894bfe63afcb: Verifying Checksum 00:18:34 894bfe63afcb: Download complete 00:18:34 e7c96db7181b: Pull complete 00:18:34 1868ca2cb446: Pull complete 00:18:34 136be5d0fe8e: Pull complete 00:18:34 894bfe63afcb: Pull complete 00:18:34 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 00:18:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:18:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 00:18:35 prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container 00:18:35 $ 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 00:18:36 $ docker top 6dbad5dda603115bc9c0f290f8a01dbc25b912d1a498275d55715fdd1dc059fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:36 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54 00:18:36 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:18:42 $ docker stop --time=1 6dbad5dda603115bc9c0f290f8a01dbc25b912d1a498275d55715fdd1dc059fc 00:18:43 $ docker rm -f 6dbad5dda603115bc9c0f290f8a01dbc25b912d1a498275d55715fdd1dc059fc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:18:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:18:44 . [Pipeline] withDockerContainer 00:18:44 prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container 00:18:44 $ 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 00:18:44 $ docker top 622166c88c8b799ee5fa6bc816d3bded12bddd44e91fc3de08f46aaeecc8d384 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:45 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54 00:18:45 + tee 00:18:45 clair timeout 1m0s 00:18:45 docker timeout: 1m0s 00:18:45 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:18:46 $ docker stop --time=1 622166c88c8b799ee5fa6bc816d3bded12bddd44e91fc3de08f46aaeecc8d384 00:18:47 $ docker rm -f 622166c88c8b799ee5fa6bc816d3bded12bddd44e91fc3de08f46aaeecc8d384 [Pipeline] // withDockerContainer [Pipeline] sh 00:18:48 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 00:18:48 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_e37aa202fafc867c8cd6088613881081e3eb2c54.html [Pipeline] writeFile [Pipeline] step 00:18:48 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 00:18:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:18:48 . [Pipeline] withDockerContainer 00:18:48 prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container 00:18:48 $ 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 00:18:49 $ docker top 4b47f603c12fd1c9271dc39d3e9f5d29ff849dadbc3467908d6a73ab4811d6f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:50 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54 00:18:50 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:18:55 $ docker stop --time=1 4b47f603c12fd1c9271dc39d3e9f5d29ff849dadbc3467908d6a73ab4811d6f6 00:18:57 $ docker rm -f 4b47f603c12fd1c9271dc39d3e9f5d29ff849dadbc3467908d6a73ab4811d6f6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:18:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:18:57 . [Pipeline] withDockerContainer 00:18:57 prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container 00:18:57 $ 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 00:18:58 $ docker top 20d62d54dbffb23c372aee46718fdf96423aff54a7bbfbdc9f8eb05bf9a090e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:58 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54 00:18:58 + tee 00:18:58 clair timeout 1m0s 00:18:58 docker timeout: 1m0s 00:18:58 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:18:59 $ docker stop --time=1 20d62d54dbffb23c372aee46718fdf96423aff54a7bbfbdc9f8eb05bf9a090e8 00:19:01 $ docker rm -f 20d62d54dbffb23c372aee46718fdf96423aff54a7bbfbdc9f8eb05bf9a090e8 [Pipeline] // withDockerContainer [Pipeline] sh 00:19:01 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 00:19:01 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_e37aa202fafc867c8cd6088613881081e3eb2c54.html [Pipeline] writeFile [Pipeline] step 00:19:01 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 00:19:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:19:02 . [Pipeline] withDockerContainer 00:19:02 prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container 00:19:02 $ 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 00:19:03 $ docker top 8c8480ccf2b80eed6d8a106593ab8cb0854bdb590250f309627593be106592d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:19:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:19:04 [ssh-agent] Looking for ssh-agent implementation... 00:19:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:19:04 $ docker exec 8c8480ccf2b80eed6d8a106593ab8cb0854bdb590250f309627593be106592d3 ssh-agent 00:19:04 SSH_AUTH_SOCK=/tmp/ssh-LyU9NTkZ1y7n/agent.11 00:19:04 SSH_AGENT_PID=17 00:19:04 Running ssh-add (command line suppressed) 00:19:04 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4474654049892243808.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4474654049892243808.key) 00:19:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:19:04 + git semver tag 00:19:04 # -> Open(): unable to determine branch for HEAD 00:19:04 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:19:04 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:19:04 # $SEMVER_REMOTE_NAME = origin 00:19:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:19:04 # $SEMVER_USER_NAME = edgex-jenkins 00:19:04 # $SEMVER_BRANCH = master 00:19:04 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 00:19:04 # e37aa202fafc867c8cd6088613881081e3eb2c54 HEAD 00:19:04 # -> Force: false 00:19:04 # 7a87c8fc984e62363b4cfb12f100a4e2c4a6c245 refs/tags/v1.2.1-dev.6 [Pipeline] } 00:19:04 $ docker exec --env ******** --env ******** 8c8480ccf2b80eed6d8a106593ab8cb0854bdb590250f309627593be106592d3 ssh-agent -k 00:19:05 unset SSH_AUTH_SOCK; 00:19:05 unset SSH_AGENT_PID; 00:19:05 echo Agent pid 17 killed; 00:19:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:19:05 + git semver [Pipeline] } 00:19:05 $ docker stop --time=1 8c8480ccf2b80eed6d8a106593ab8cb0854bdb590250f309627593be106592d3 00:19:06 $ docker rm -f 8c8480ccf2b80eed6d8a106593ab8cb0854bdb590250f309627593be106592d3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 00:19:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:19:07 00:19:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 00:19:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:19:07 0.23.1-centos7: Pulling from edgex-lftools 00:19:07 ab5ef0e58194: Pulling fs layer 00:19:07 9712f1f96733: Pulling fs layer 00:19:07 63f879dbbcfc: Pulling fs layer 00:19:07 0d9ebad4ef96: Pulling fs layer 00:19:07 e9a5061849ea: Pulling fs layer 00:19:07 d747dcd14b5f: Pulling fs layer 00:19:07 2de7ff778b66: Pulling fs layer 00:19:07 e9a5061849ea: Waiting 00:19:07 d747dcd14b5f: Waiting 00:19:07 2de7ff778b66: Waiting 00:19:07 0d9ebad4ef96: Waiting 00:19:07 9712f1f96733: Download complete 00:19:08 63f879dbbcfc: Verifying Checksum 00:19:08 63f879dbbcfc: Download complete 00:19:09 e9a5061849ea: Verifying Checksum 00:19:09 e9a5061849ea: Download complete 00:19:09 d747dcd14b5f: Verifying Checksum 00:19:09 d747dcd14b5f: Download complete 00:19:09 0d9ebad4ef96: Verifying Checksum 00:19:09 0d9ebad4ef96: Download complete 00:19:09 ab5ef0e58194: Verifying Checksum 00:19:09 ab5ef0e58194: Download complete 00:19:09 2de7ff778b66: Download complete 00:19:13 ab5ef0e58194: Pull complete 00:19:13 9712f1f96733: Pull complete 00:19:16 63f879dbbcfc: Pull complete 00:19:23 0d9ebad4ef96: Pull complete 00:19:24 e9a5061849ea: Pull complete 00:19:24 d747dcd14b5f: Pull complete 00:19:28 2de7ff778b66: Pull complete 00:19:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:19:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:19:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 00:19:28 prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container 00:19:28 $ 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 00:19:31 $ docker top c9960ec1fc560e065d6455e6746629b3cc9ce4eb2dff0b801982e9910dcead19 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:19:32 provisioning config files... 00:19:32 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config227676492584368693tmp 00:19:32 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config811544285144265096tmp 00:19:32 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2363470257927516608tmp [Pipeline] { [Pipeline] echo 00:19:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:19:32 ---> sigul-configuration.sh 00:19:32 gpg: directory `/root/.gnupg' created 00:19:32 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:19:32 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:19:32 gpg: keyring `/root/.gnupg/secring.gpg' created 00:19:32 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:19:32 gpg: CAST5 encrypted data 00:19:32 gpg: encrypted with 1 passphrase 00:19:32 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:19:33 + mkdir /home/jenkins 00:19:33 + mkdir /home/jenkins/sigul [Pipeline] sh 00:19:33 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 00:19:33 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:19:33 ---> sigul-install.sh 00:19:38 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 00:19:39 + git tag --list 00:19:39 v1.2.1-dev.6 [Pipeline] sh 00:19:39 + lftools sign git-tag v1.2.1-dev.6 00:19:40 Signing Git tag with Sigul... 00:19:40 Signing v1.2.1-dev.6 [Pipeline] echo 00:19:41 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:19:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:19:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:19:42 $ docker stop --time=1 c9960ec1fc560e065d6455e6746629b3cc9ce4eb2dff0b801982e9910dcead19 00:19:44 $ docker rm -f c9960ec1fc560e065d6455e6746629b3cc9ce4eb2dff0b801982e9910dcead19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 00:19:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:19:44 . [Pipeline] withDockerContainer 00:19:44 prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container 00:19:45 $ 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 00:19:45 $ docker top e3876c2b89f9d918e5eae4a1cb4f6b21485e145c291d09eb10da930c15585421 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:19:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:19:45 [ssh-agent] Looking for ssh-agent implementation... 00:19:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:19:46 $ docker exec e3876c2b89f9d918e5eae4a1cb4f6b21485e145c291d09eb10da930c15585421 ssh-agent 00:19:46 SSH_AUTH_SOCK=/tmp/ssh-NyiHl9A4K0vy/agent.11 00:19:46 SSH_AGENT_PID=16 00:19:46 Running ssh-add (command line suppressed) 00:19:46 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5247402491393511949.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5247402491393511949.key) 00:19:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:19:46 + git semver bump pre 00:19:46 # -> Open(): unable to determine branch for HEAD 00:19:46 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:19:46 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:19:46 # $SEMVER_REMOTE_NAME = origin 00:19:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:19:46 # $SEMVER_USER_NAME = edgex-jenkins 00:19:46 # $SEMVER_BRANCH = master 00:19:46 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 00:19:46 1.2.1-dev.7 [Pipeline] } 00:19:46 $ docker exec --env ******** --env ******** e3876c2b89f9d918e5eae4a1cb4f6b21485e145c291d09eb10da930c15585421 ssh-agent -k 00:19:47 unset SSH_AUTH_SOCK; 00:19:47 unset SSH_AGENT_PID; 00:19:47 echo Agent pid 16 killed; 00:19:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:19:47 + git semver [Pipeline] } 00:19:47 $ docker stop --time=1 e3876c2b89f9d918e5eae4a1cb4f6b21485e145c291d09eb10da930c15585421 00:19:49 $ docker rm -f e3876c2b89f9d918e5eae4a1cb4f6b21485e145c291d09eb10da930c15585421 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:19:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:19:49 . [Pipeline] withDockerContainer 00:19:49 prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container 00:19:49 $ 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 00:19:50 $ docker top ad902df444cbd2612bf0abef12b2e3c4b552d8a72e2b5558c005f67dbe6ad8fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:19:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:19:50 [ssh-agent] Looking for ssh-agent implementation... 00:19:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:19:50 $ docker exec ad902df444cbd2612bf0abef12b2e3c4b552d8a72e2b5558c005f67dbe6ad8fe ssh-agent 00:19:50 SSH_AUTH_SOCK=/tmp/ssh-bpGn7xKehTIy/agent.12 00:19:50 SSH_AGENT_PID=17 00:19:50 Running ssh-add (command line suppressed) 00:19:51 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_601129717105514958.key (/w/workspace/_app-service-configurable_master@tmp/private_key_601129717105514958.key) 00:19:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:19:51 + git semver push 00:19:51 # -> Open(): unable to determine branch for HEAD 00:19:51 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:19:51 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:19:51 # $SEMVER_REMOTE_NAME = origin 00:19:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:19:51 # $SEMVER_USER_NAME = edgex-jenkins 00:19:51 # $SEMVER_BRANCH = master 00:19:51 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 00:19:58 $ docker exec --env ******** --env ******** ad902df444cbd2612bf0abef12b2e3c4b552d8a72e2b5558c005f67dbe6ad8fe ssh-agent -k 00:19:58 unset SSH_AUTH_SOCK; 00:19:58 unset SSH_AGENT_PID; 00:19:58 echo Agent pid 17 killed; 00:19:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:19:58 + git semver [Pipeline] } 00:19:58 $ docker stop --time=1 ad902df444cbd2612bf0abef12b2e3c4b552d8a72e2b5558c005f67dbe6ad8fe 00:20:00 $ docker rm -f ad902df444cbd2612bf0abef12b2e3c4b552d8a72e2b5558c005f67dbe6ad8fe [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 00:20:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:20:01 ---> package-listing.sh 00:20:01 ++ facter osfamily 00:20:01 ++ tr '[:upper:]' '[:lower:]' 00:20:02 + OS_FAMILY=redhat 00:20:02 + workspace=/w/workspace/_app-service-configurable_master 00:20:02 + START_PACKAGES=/tmp/packages_start.txt 00:20:02 + END_PACKAGES=/tmp/packages_end.txt 00:20:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:20:02 + PACKAGES=/tmp/packages_start.txt 00:20:02 + '[' /w/workspace/_app-service-configurable_master ']' 00:20:02 + PACKAGES=/tmp/packages_end.txt 00:20:02 + case "${OS_FAMILY}" in 00:20:02 + rpm -qa 00:20:02 + sort 00:20:06 + '[' -f /tmp/packages_start.txt ']' 00:20:06 + '[' -f /tmp/packages_end.txt ']' 00:20:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:20:06 + '[' /w/workspace/_app-service-configurable_master ']' 00:20:06 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 00:20:06 + 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 00:20:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:20:06 00:20:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:20:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:20:07 alpine: Pulling from edgex-lftools-log-publisher 00:20:07 c9b1b535fdd9: Pulling fs layer 00:20:07 2cc5ad85d9ab: Pulling fs layer 00:20:07 756a868c4378: Pulling fs layer 00:20:07 444b2fc9a129: Pulling fs layer 00:20:07 ea15f1150254: Pulling fs layer 00:20:07 41b27a9f41bf: Pulling fs layer 00:20:07 28c525ee5125: Pulling fs layer 00:20:07 094b1ea09ed8: Pulling fs layer 00:20:07 138eaada9080: Pulling fs layer 00:20:07 0622d0fa9048: Pulling fs layer 00:20:07 444b2fc9a129: Waiting 00:20:07 ea15f1150254: Waiting 00:20:07 41b27a9f41bf: Waiting 00:20:07 28c525ee5125: Waiting 00:20:07 094b1ea09ed8: Waiting 00:20:07 138eaada9080: Waiting 00:20:07 0622d0fa9048: Waiting 00:20:07 2cc5ad85d9ab: Verifying Checksum 00:20:07 2cc5ad85d9ab: Download complete 00:20:07 444b2fc9a129: Verifying Checksum 00:20:07 444b2fc9a129: Download complete 00:20:07 c9b1b535fdd9: Verifying Checksum 00:20:07 c9b1b535fdd9: Download complete 00:20:07 ea15f1150254: Download complete 00:20:07 28c525ee5125: Download complete 00:20:07 756a868c4378: Verifying Checksum 00:20:07 756a868c4378: Download complete 00:20:07 138eaada9080: Verifying Checksum 00:20:07 138eaada9080: Download complete 00:20:08 c9b1b535fdd9: Pull complete 00:20:08 0622d0fa9048: Verifying Checksum 00:20:08 0622d0fa9048: Download complete 00:20:08 094b1ea09ed8: Verifying Checksum 00:20:08 094b1ea09ed8: Download complete 00:20:08 2cc5ad85d9ab: Pull complete 00:20:08 41b27a9f41bf: Verifying Checksum 00:20:08 41b27a9f41bf: Download complete 00:20:11 756a868c4378: Pull complete 00:20:11 444b2fc9a129: Pull complete 00:20:11 ea15f1150254: Pull complete 00:20:14 41b27a9f41bf: Pull complete 00:20:14 28c525ee5125: Pull complete 00:20:17 094b1ea09ed8: Pull complete 00:20:17 138eaada9080: Pull complete 00:20:17 0622d0fa9048: Pull complete 00:20:17 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:20:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:20:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:20:17 prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container 00:20:17 $ 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 00:20:20 $ docker top 640f046f1bef26ac657d3d507a45d2395d9eaaf3759a30e487f4d7d698af7f60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:20:20 provisioning config files... 00:20:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4906019616538464573tmp [Pipeline] { [Pipeline] echo 00:20:20 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:20:20 ---> create-netrc.sh [Pipeline] echo 00:20:20 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:20:21 ---> logs-deploy.sh 00:20:21 + ARCHIVE_ARTIFACTS= 00:20:21 + LOGS_SERVER=https://logs.edgexfoundry.org 00:20:21 + '[' https://logs.edgexfoundry.org == None ']' 00:20:21 + NEXUS_URL=https://nexus.edgexfoundry.org 00:20:21 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/42 00:20:21 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/42/ 00:20:21 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/42 /w/workspace/_app-service-configurable_master 00:20:22 Archives upload complete. 00:20:22 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/42 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/42/