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 [2020-08-07T00:06:55.334Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-07T00:06:55.614Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-07T00:06:55.691Z] ========================================================= [2020-08-07T00:06:55.691Z] EdgeX Global Pipelines Version Info [2020-08-07T00:06:55.691Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-07T00:06:57.098Z] ------------------- [2020-08-07T00:06:57.098Z] stable info: [2020-08-07T00:06:57.098Z] ------------------- [2020-08-07T00:06:57.098Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-07T00:06:57.098Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-07T00:06:57.098Z] Message: update stable to v1.0.106 [2020-08-07T00:06:58.483Z] ------------------- [2020-08-07T00:06:58.483Z] experimental info: [2020-08-07T00:06:58.483Z] ------------------- [2020-08-07T00:06:58.483Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-07T00:06:58.483Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-07T00:06:58.483Z] 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 [2020-08-07T00:07:00.384Z] + git log --format=format:%s -1 e37aa202fafc867c8cd6088613881081e3eb2c54 [Pipeline] echo [2020-08-07T00:07:00.443Z] GIT_COMMIT: e37aa202fafc867c8cd6088613881081e3eb2c54, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#103) [Pipeline] echo [2020-08-07T00:07:00.486Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:07:01.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-07T00:07:01.852Z] [2020-08-07T00:07:01.852Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:07:02.213Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-07T00:07:02.213Z] latest: Pulling from edgex-devops/git-semver [2020-08-07T00:07:02.213Z] 31603596830f: Pulling fs layer [2020-08-07T00:07:02.213Z] 2a8b12db71e7: Pulling fs layer [2020-08-07T00:07:02.213Z] 6ca5941a6612: Pulling fs layer [2020-08-07T00:07:02.213Z] ecc8261a40a4: Pulling fs layer [2020-08-07T00:07:02.213Z] ecc8261a40a4: Waiting [2020-08-07T00:07:02.213Z] 2a8b12db71e7: Verifying Checksum [2020-08-07T00:07:02.213Z] 2a8b12db71e7: Download complete [2020-08-07T00:07:02.213Z] 31603596830f: Download complete [2020-08-07T00:07:02.491Z] ecc8261a40a4: Verifying Checksum [2020-08-07T00:07:02.491Z] ecc8261a40a4: Download complete [2020-08-07T00:07:02.491Z] 6ca5941a6612: Verifying Checksum [2020-08-07T00:07:02.491Z] 6ca5941a6612: Download complete [2020-08-07T00:07:02.753Z] 31603596830f: Pull complete [2020-08-07T00:07:02.754Z] 2a8b12db71e7: Pull complete [2020-08-07T00:07:03.703Z] 6ca5941a6612: Pull complete [2020-08-07T00:07:03.973Z] ecc8261a40a4: Pull complete [2020-08-07T00:07:03.973Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-07T00:07:03.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-07T00:07:03.973Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-07T00:07:04.085Z] prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container [2020-08-07T00:07:04.127Z] $ 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 [2020-08-07T00:07:06.293Z] $ docker top 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-07T00:07:06.539Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-07T00:07:06.539Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-07T00:07:06.738Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-07T00:07:06.741Z] $ docker exec 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 ssh-agent [2020-08-07T00:07:06.966Z] SSH_AUTH_SOCK=/tmp/ssh-OXWpwapel7nf/agent.12 [2020-08-07T00:07:06.966Z] SSH_AGENT_PID=17 [2020-08-07T00:07:06.979Z] Running ssh-add (command line suppressed) [2020-08-07T00:07:07.114Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4827947644631306149.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4827947644631306149.key) [2020-08-07T00:07:07.167Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-07T00:07:07.499Z] + git describe --exact-match --tags HEAD [2020-08-07T00:07:07.499Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-07T00:07:07.519Z] $ docker exec --env ******** --env ******** 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 ssh-agent -k [2020-08-07T00:07:07.630Z] unset SSH_AUTH_SOCK; [2020-08-07T00:07:07.630Z] unset SSH_AGENT_PID; [2020-08-07T00:07:07.631Z] echo Agent pid 17 killed; [2020-08-07T00:07:07.670Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-07T00:07:07.746Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-07T00:07:07.746Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-07T00:07:07.831Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-07T00:07:07.831Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-07T00:07:07.993Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-07T00:07:07.997Z] $ docker exec 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 ssh-agent [2020-08-07T00:07:08.148Z] SSH_AUTH_SOCK=/tmp/ssh-UIdko2eZxedc/agent.46 [2020-08-07T00:07:08.148Z] SSH_AGENT_PID=51 [2020-08-07T00:07:08.159Z] Running ssh-add (command line suppressed) [2020-08-07T00:07:08.289Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8805885194847903697.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8805885194847903697.key) [2020-08-07T00:07:08.335Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-07T00:07:08.655Z] + git semver init [2020-08-07T00:07:08.655Z] # -> Open(): unable to determine branch for HEAD [2020-08-07T00:07:08.655Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-08-07T00:07:08.656Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-08-07T00:07:08.656Z] # $SEMVER_REMOTE_NAME = origin [2020-08-07T00:07:08.656Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-07T00:07:08.656Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-07T00:07:08.656Z] # $SEMVER_BRANCH = master [2020-08-07T00:07:08.656Z] # $SEMVER_TEMP = /tmp/semver-619209679 [2020-08-07T00:07:08.656Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-08-07T00:07:09.228Z] # '/tmp/semver-619209679' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-08-07T00:07:09.228Z] # -> Force: false [2020-08-07T00:07:09.228Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-08-07T00:07:09.241Z] $ docker exec --env ******** --env ******** 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 ssh-agent -k [2020-08-07T00:07:09.354Z] unset SSH_AUTH_SOCK; [2020-08-07T00:07:09.355Z] unset SSH_AGENT_PID; [2020-08-07T00:07:09.355Z] echo Agent pid 51 killed; [2020-08-07T00:07:09.396Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-07T00:07:09.825Z] + git semver [Pipeline] } [2020-08-07T00:07:09.840Z] $ docker stop --time=1 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 [2020-08-07T00:07:11.189Z] $ docker rm -f 17872739d28dfaaf455042fbeea506866f53c84d219988ac01347b6f894e8ee4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-07T00:07:11.819Z] Stashed 17 file(s) [Pipeline] echo [2020-08-07T00:07:11.821Z] [edgeXSemver] initialized semver on version 1.2.1-dev.6 [Pipeline] echo [2020-08-07T00:07:11.906Z] 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 [2020-08-07T00:07:27.283Z] Still waiting to schedule task [2020-08-07T00:07:27.283Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2977’ [2020-08-07T00:07:27.285Z] Still waiting to schedule task [2020-08-07T00:07:27.285Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-07T00:09:10.703Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2978 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-08-07T00:09:10.818Z] Running in /w/workspace/app-service-configurable/42 [Pipeline] { [Pipeline] checkout [2020-08-07T00:09:16.003Z] using credential edgex-jenkins-ssh [2020-08-07T00:09:16.055Z] Cloning the remote Git repository [2020-08-07T00:09:16.055Z] Cloning with configured refspecs honoured and without tags [2020-08-07T00:09:16.133Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-07T00:09:16.237Z] > git init /w/workspace/app-service-configurable/42 # timeout=10 [2020-08-07T00:09:16.307Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-07T00:09:16.308Z] > git --version # timeout=10 [2020-08-07T00:09:16.327Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-07T00:09:16.383Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-07T00:09:17.073Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-07T00:09:17.099Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-07T00:09:17.129Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-07T00:09:17.143Z] Fetching without tags [2020-08-07T00:09:17.624Z] Checking out Revision e37aa202fafc867c8cd6088613881081e3eb2c54 (master) [2020-08-07T00:09:17.166Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-07T00:09:17.167Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-07T00:09:17.178Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-07T00:09:17.656Z] > git config core.sparsecheckout # timeout=10 [2020-08-07T00:09:17.678Z] > git checkout -f e37aa202fafc867c8cd6088613881081e3eb2c54 # timeout=10 [2020-08-07T00:09:22.213Z] 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 [2020-08-07T00:09:23.467Z] ========================================================= [2020-08-07T00:09:23.467Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-07T00:09:23.467Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:09:24.424Z] + 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 . [2020-08-07T00:09:25.026Z] Sending build context to Docker daemon 290.8kB [2020-08-07T00:09:25.301Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-07T00:09:25.301Z] Step 2/8 : FROM ${BASE} [2020-08-07T00:09:25.582Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-07T00:09:25.582Z] b538f80385f9: Pulling fs layer [2020-08-07T00:09:25.582Z] 74f711af9a0d: Pulling fs layer [2020-08-07T00:09:25.582Z] 99f96fe45779: Pulling fs layer [2020-08-07T00:09:25.582Z] fd7a069fd194: Pulling fs layer [2020-08-07T00:09:25.582Z] 66aa3694b03b: Pulling fs layer [2020-08-07T00:09:25.582Z] 170f70906a0f: Pulling fs layer [2020-08-07T00:09:25.582Z] ad7c5574e4b9: Pulling fs layer [2020-08-07T00:09:25.582Z] e772456be8f7: Pulling fs layer [2020-08-07T00:09:25.582Z] c890913d741a: Pulling fs layer [2020-08-07T00:09:25.582Z] 2480fcc9aa5a: Pulling fs layer [2020-08-07T00:09:25.582Z] 09adf4765672: Pulling fs layer [2020-08-07T00:09:25.582Z] fd7a069fd194: Waiting [2020-08-07T00:09:25.582Z] 66aa3694b03b: Waiting [2020-08-07T00:09:25.582Z] 170f70906a0f: Waiting [2020-08-07T00:09:25.582Z] ad7c5574e4b9: Waiting [2020-08-07T00:09:25.582Z] e772456be8f7: Waiting [2020-08-07T00:09:25.582Z] c890913d741a: Waiting [2020-08-07T00:09:25.582Z] 2480fcc9aa5a: Waiting [2020-08-07T00:09:25.582Z] 09adf4765672: Waiting [2020-08-07T00:09:25.582Z] 99f96fe45779: Verifying Checksum [2020-08-07T00:09:25.582Z] 99f96fe45779: Download complete [2020-08-07T00:09:25.582Z] 74f711af9a0d: Download complete [2020-08-07T00:09:25.582Z] 66aa3694b03b: Verifying Checksum [2020-08-07T00:09:25.582Z] 66aa3694b03b: Download complete [2020-08-07T00:09:25.582Z] 170f70906a0f: Verifying Checksum [2020-08-07T00:09:25.582Z] 170f70906a0f: Download complete [2020-08-07T00:09:25.582Z] b538f80385f9: Download complete [2020-08-07T00:09:26.584Z] b538f80385f9: Pull complete [2020-08-07T00:09:27.183Z] 74f711af9a0d: Pull complete [2020-08-07T00:09:27.458Z] 99f96fe45779: Pull complete [2020-08-07T00:09:28.450Z] ad7c5574e4b9: Verifying Checksum [2020-08-07T00:09:28.450Z] ad7c5574e4b9: Download complete [2020-08-07T00:09:28.450Z] c890913d741a: Verifying Checksum [2020-08-07T00:09:28.450Z] c890913d741a: Download complete [2020-08-07T00:09:30.455Z] 2480fcc9aa5a: Verifying Checksum [2020-08-07T00:09:30.455Z] 2480fcc9aa5a: Download complete [2020-08-07T00:09:30.455Z] 09adf4765672: Download complete [2020-08-07T00:09:30.455Z] e772456be8f7: Verifying Checksum [2020-08-07T00:09:30.455Z] e772456be8f7: Download complete [2020-08-07T00:09:31.116Z] fd7a069fd194: Download complete [2020-08-07T00:09:43.541Z] fd7a069fd194: Pull complete [2020-08-07T00:09:43.541Z] 66aa3694b03b: Pull complete [2020-08-07T00:09:43.541Z] 170f70906a0f: Pull complete [2020-08-07T00:09:46.941Z] ad7c5574e4b9: Pull complete [2020-08-07T00:09:51.254Z] e772456be8f7: Pull complete [2020-08-07T00:09:51.527Z] c890913d741a: Pull complete [2020-08-07T00:09:54.180Z] 2480fcc9aa5a: Pull complete [2020-08-07T00:09:54.180Z] 09adf4765672: Pull complete [2020-08-07T00:09:54.180Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-07T00:09:54.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-07T00:09:54.180Z] ---> 2248a725d1cf [2020-08-07T00:09:54.180Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-07T00:09:58.358Z] Running on prd-centos7-docker-4c-2g-2979 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-08-07T00:09:58.402Z] Running in /w/workspace/app-service-configurable/42 [Pipeline] { [Pipeline] checkout [2020-08-07T00:09:59.598Z] ---> Running in c0d5e201fcfe [2020-08-07T00:09:59.598Z] Removing intermediate container c0d5e201fcfe [2020-08-07T00:09:59.598Z] ---> 0df2b1241a72 [2020-08-07T00:09:59.598Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-07T00:09:59.598Z] ---> Running in 54fa2e7c7c85 [2020-08-07T00:10:02.099Z] using credential edgex-jenkins-ssh [2020-08-07T00:10:02.147Z] Cloning the remote Git repository [2020-08-07T00:10:02.147Z] Cloning with configured refspecs honoured and without tags [2020-08-07T00:10:02.174Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-07T00:10:02.239Z] > git init /w/workspace/app-service-configurable/42 # timeout=10 [2020-08-07T00:10:02.292Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-07T00:10:02.292Z] > git --version # timeout=10 [2020-08-07T00:10:02.302Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-07T00:10:02.336Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-07T00:10:02.995Z] Removing intermediate container 54fa2e7c7c85 [2020-08-07T00:10:02.995Z] ---> f7f25f8823ab [2020-08-07T00:10:02.995Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-08-07T00:10:02.995Z] ---> Running in 7f16657cb346 [2020-08-07T00:10:03.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-07T00:10:04.541Z] Fetching without tags [2020-08-07T00:10:04.496Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-07T00:10:04.508Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-07T00:10:04.528Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-07T00:10:04.545Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-07T00:10:04.545Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-07T00:10:04.549Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-07T00:10:04.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-07T00:10:05.538Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-08-07T00:10:05.538Z] (2/6) Installing libsodium (1.0.18-r0) [2020-08-07T00:10:05.770Z] Checking out Revision e37aa202fafc867c8cd6088613881081e3eb2c54 (master) [2020-08-07T00:10:05.810Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-08-07T00:10:05.810Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-08-07T00:10:05.810Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-07T00:10:06.082Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-08-07T00:10:06.082Z] Executing busybox-1.31.1-r16.trigger [2020-08-07T00:10:06.082Z] OK: 143 MiB in 45 packages [2020-08-07T00:10:05.777Z] > git config core.sparsecheckout # timeout=10 [2020-08-07T00:10:05.782Z] > git checkout -f e37aa202fafc867c8cd6088613881081e3eb2c54 # timeout=10 [2020-08-07T00:10:07.538Z] Removing intermediate container 7f16657cb346 [2020-08-07T00:10:07.538Z] ---> 138db3e83d55 [2020-08-07T00:10:07.538Z] Step 6/8 : WORKDIR /app [2020-08-07T00:10:07.538Z] ---> Running in 2e6ecba639f6 [2020-08-07T00:10:08.132Z] Removing intermediate container 2e6ecba639f6 [2020-08-07T00:10:08.132Z] ---> 4c0fdec3ef55 [2020-08-07T00:10:08.132Z] Step 7/8 : COPY . . [2020-08-07T00:10:09.106Z] ---> 93166702bf1c [2020-08-07T00:10:09.106Z] Step 8/8 : RUN go mod download [2020-08-07T00:10:09.106Z] ---> Running in 96a85dec134d [2020-08-07T00:10:09.349Z] 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 [2020-08-07T00:10:10.219Z] ========================================================= [2020-08-07T00:10:10.219Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-07T00:10:10.219Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:10:10.938Z] + 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 . [2020-08-07T00:10:12.345Z] Sending build context to Docker daemon 290.8kB [2020-08-07T00:10:12.345Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-07T00:10:12.345Z] Step 2/8 : FROM ${BASE} [2020-08-07T00:10:12.345Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-07T00:10:12.345Z] df20fa9351a1: Pulling fs layer [2020-08-07T00:10:12.345Z] ed8968b2872e: Pulling fs layer [2020-08-07T00:10:12.345Z] a92cc7c5fd73: Pulling fs layer [2020-08-07T00:10:12.345Z] 2dd03ba5bac4: Pulling fs layer [2020-08-07T00:10:12.345Z] 1e091d79d1de: Pulling fs layer [2020-08-07T00:10:12.345Z] 481702a1767f: Pulling fs layer [2020-08-07T00:10:12.345Z] f64a6f60c768: Pulling fs layer [2020-08-07T00:10:12.345Z] e78d2573fc39: Pulling fs layer [2020-08-07T00:10:12.345Z] e876d2f968b6: Pulling fs layer [2020-08-07T00:10:12.345Z] ce8a83651883: Pulling fs layer [2020-08-07T00:10:12.345Z] 07967f4d0e4b: Pulling fs layer [2020-08-07T00:10:12.345Z] f64a6f60c768: Waiting [2020-08-07T00:10:12.345Z] e78d2573fc39: Waiting [2020-08-07T00:10:12.345Z] 2dd03ba5bac4: Waiting [2020-08-07T00:10:12.345Z] e876d2f968b6: Waiting [2020-08-07T00:10:12.345Z] 1e091d79d1de: Waiting [2020-08-07T00:10:12.345Z] ce8a83651883: Waiting [2020-08-07T00:10:12.345Z] 481702a1767f: Waiting [2020-08-07T00:10:12.345Z] 07967f4d0e4b: Waiting [2020-08-07T00:10:12.345Z] a92cc7c5fd73: Verifying Checksum [2020-08-07T00:10:12.345Z] a92cc7c5fd73: Download complete [2020-08-07T00:10:12.345Z] ed8968b2872e: Verifying Checksum [2020-08-07T00:10:12.345Z] ed8968b2872e: Download complete [2020-08-07T00:10:12.345Z] 1e091d79d1de: Verifying Checksum [2020-08-07T00:10:12.345Z] 1e091d79d1de: Download complete [2020-08-07T00:10:12.345Z] 481702a1767f: Verifying Checksum [2020-08-07T00:10:12.345Z] 481702a1767f: Download complete [2020-08-07T00:10:12.345Z] df20fa9351a1: Verifying Checksum [2020-08-07T00:10:12.345Z] df20fa9351a1: Download complete [2020-08-07T00:10:12.624Z] df20fa9351a1: Pull complete [2020-08-07T00:10:12.891Z] ed8968b2872e: Pull complete [2020-08-07T00:10:13.398Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-07T00:10:13.398Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-07T00:10:13.398Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-07T00:10:13.398Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-07T00:10:13.398Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-07T00:10:13.398Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-07T00:10:13.398Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-07T00:10:13.398Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-07T00:10:13.398Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-07T00:10:13.398Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-07T00:10:13.398Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-07T00:10:13.398Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-07T00:10:13.398Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-07T00:10:13.398Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-07T00:10:13.398Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-07T00:10:13.398Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-07T00:10:13.398Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-07T00:10:13.398Z] go: finding github.com/fatih/color v1.7.0 [2020-08-07T00:10:13.398Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-07T00:10:13.398Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-07T00:10:13.398Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-07T00:10:13.398Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-07T00:10:13.398Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-07T00:10:13.398Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-07T00:10:13.398Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-07T00:10:13.475Z] f64a6f60c768: Verifying Checksum [2020-08-07T00:10:13.475Z] f64a6f60c768: Download complete [2020-08-07T00:10:13.475Z] e876d2f968b6: Verifying Checksum [2020-08-07T00:10:13.475Z] e876d2f968b6: Download complete [2020-08-07T00:10:13.670Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-07T00:10:13.670Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-07T00:10:13.670Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-07T00:10:13.670Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-07T00:10:13.670Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-07T00:10:13.670Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-07T00:10:13.670Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-07T00:10:13.670Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-07T00:10:13.670Z] go: finding github.com/google/uuid v1.1.1 [2020-08-07T00:10:13.670Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-07T00:10:13.670Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-07T00:10:13.670Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-07T00:10:13.941Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-07T00:10:13.941Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-07T00:10:13.941Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-07T00:10:13.941Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-07T00:10:13.941Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-07T00:10:13.941Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-07T00:10:13.941Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-07T00:10:13.941Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-07T00:10:13.941Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-07T00:10:13.941Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-07T00:10:13.941Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-07T00:10:13.941Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-07T00:10:14.058Z] 2dd03ba5bac4: Verifying Checksum [2020-08-07T00:10:14.058Z] 2dd03ba5bac4: Download complete [2020-08-07T00:10:14.058Z] 07967f4d0e4b: Verifying Checksum [2020-08-07T00:10:14.058Z] 07967f4d0e4b: Download complete [2020-08-07T00:10:14.212Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-07T00:10:14.212Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-07T00:10:14.212Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-07T00:10:14.212Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-07T00:10:14.212Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-07T00:10:14.212Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-07T00:10:14.212Z] go: finding github.com/kr/pty v1.1.1 [2020-08-07T00:10:14.212Z] go: finding github.com/kr/text v0.1.0 [2020-08-07T00:10:14.212Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-07T00:10:14.212Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-07T00:10:14.325Z] ce8a83651883: Verifying Checksum [2020-08-07T00:10:14.325Z] e78d2573fc39: Download complete [2020-08-07T00:10:14.482Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-07T00:10:14.483Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-07T00:10:14.483Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-07T00:10:14.483Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-07T00:10:14.483Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-07T00:10:14.483Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-07T00:10:14.483Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-07T00:10:14.483Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-07T00:10:14.751Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-07T00:10:14.751Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-07T00:10:14.751Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-07T00:10:14.751Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-07T00:10:14.751Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-07T00:10:14.751Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-07T00:10:14.751Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-07T00:10:14.751Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-07T00:10:14.751Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-07T00:10:14.752Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-07T00:10:14.901Z] a92cc7c5fd73: Pull complete [2020-08-07T00:10:15.023Z] go: finding github.com/posener/complete v1.1.1 [2020-08-07T00:10:15.023Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-07T00:10:15.023Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-07T00:10:15.023Z] go: finding github.com/stretchr/objx v0.2.0 [2020-08-07T00:10:15.023Z] go: finding github.com/stretchr/testify v1.6.1 [2020-08-07T00:10:15.023Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-08-07T00:10:15.023Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-07T00:10:15.023Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-07T00:10:15.023Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-07T00:10:15.294Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-07T00:10:15.294Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-07T00:10:15.294Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-07T00:10:15.294Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-07T00:10:15.294Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-07T00:10:15.294Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-07T00:10:15.294Z] go: finding golang.org/x/text v0.3.2 [2020-08-07T00:10:15.294Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-07T00:10:15.294Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-07T00:10:15.294Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-07T00:10:15.294Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-07T00:10:15.565Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-07T00:10:15.565Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-07T00:10:15.565Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-08-07T00:10:21.517Z] 2dd03ba5bac4: Pull complete [2020-08-07T00:10:21.517Z] 1e091d79d1de: Pull complete [2020-08-07T00:10:21.779Z] 481702a1767f: Pull complete [2020-08-07T00:10:26.013Z] f64a6f60c768: Pull complete [2020-08-07T00:10:29.344Z] e78d2573fc39: Pull complete [2020-08-07T00:10:29.608Z] e876d2f968b6: Pull complete [2020-08-07T00:10:31.532Z] ce8a83651883: Pull complete [2020-08-07T00:10:31.793Z] 07967f4d0e4b: Pull complete [2020-08-07T00:10:31.793Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-07T00:10:31.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-07T00:10:31.794Z] ---> 5d7c900382c6 [2020-08-07T00:10:31.794Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-07T00:10:32.368Z] ---> Running in 90f1e99fec13 [2020-08-07T00:10:32.630Z] Removing intermediate container 90f1e99fec13 [2020-08-07T00:10:32.630Z] ---> f626302847b3 [2020-08-07T00:10:32.630Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-07T00:10:32.630Z] ---> Running in a6f422f3a614 [2020-08-07T00:10:33.650Z] Removing intermediate container a6f422f3a614 [2020-08-07T00:10:33.650Z] ---> d241ce1d9363 [2020-08-07T00:10:33.650Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-08-07T00:10:33.650Z] ---> Running in 647007fc72d8 [2020-08-07T00:10:34.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-07T00:10:35.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-07T00:10:35.765Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-08-07T00:10:35.765Z] (2/6) Installing libsodium (1.0.18-r0) [2020-08-07T00:10:35.765Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-08-07T00:10:35.765Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-08-07T00:10:36.026Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-07T00:10:36.026Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-08-07T00:10:36.289Z] Executing busybox-1.31.1-r16.trigger [2020-08-07T00:10:36.289Z] OK: 167 MiB in 45 packages [2020-08-07T00:10:36.887Z] Removing intermediate container 647007fc72d8 [2020-08-07T00:10:36.887Z] ---> d6c097b86517 [2020-08-07T00:10:36.887Z] Step 6/8 : WORKDIR /app [2020-08-07T00:10:36.887Z] ---> Running in 830358d20a91 [2020-08-07T00:10:37.154Z] Removing intermediate container 830358d20a91 [2020-08-07T00:10:37.154Z] ---> dabda923a79c [2020-08-07T00:10:37.154Z] Step 7/8 : COPY . . [2020-08-07T00:10:37.423Z] ---> cc251f8600ba [2020-08-07T00:10:37.423Z] Step 8/8 : RUN go mod download [2020-08-07T00:10:37.423Z] ---> Running in 94d71a543e17 [2020-08-07T00:10:37.763Z] Removing intermediate container 96a85dec134d [2020-08-07T00:10:37.763Z] ---> a04122056c24 [2020-08-07T00:10:37.763Z] Successfully built a04122056c24 [2020-08-07T00:10:37.763Z] 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] { [2020-08-07T00:10:40.013Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-07T00:10:40.014Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-07T00:10:40.014Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-07T00:10:40.014Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-07T00:10:40.014Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-07T00:10:40.014Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-07T00:10:40.014Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-07T00:10:40.014Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-07T00:10:40.014Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-07T00:10:40.014Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [Pipeline] sh [2020-08-07T00:10:40.275Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-07T00:10:40.275Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-07T00:10:40.275Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-07T00:10:40.275Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-07T00:10:40.275Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-07T00:10:40.275Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-07T00:10:40.275Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-07T00:10:40.275Z] go: finding github.com/fatih/color v1.7.0 [2020-08-07T00:10:40.275Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-07T00:10:40.275Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-07T00:10:40.454Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-07T00:10:40.537Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-07T00:10:40.537Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-07T00:10:40.537Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-07T00:10:40.537Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-07T00:10:40.537Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-07T00:10:40.537Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-07T00:10:40.537Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-07T00:10:40.537Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-07T00:10:40.537Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-07T00:10:40.537Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-07T00:10:40.537Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-07T00:10:40.793Z] + ls -al . [2020-08-07T00:10:40.793Z] total 100 [2020-08-07T00:10:40.793Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 00:09 . [2020-08-07T00:10:40.793Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 00:09 .. [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 7 00:09 .dockerignore [2020-08-07T00:10:40.793Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 00:09 .git [2020-08-07T00:10:40.793Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 00:09 .github [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 93 Aug 7 00:09 .gitignore [2020-08-07T00:10:40.793Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 00:09 .semver [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 6027 Aug 7 00:09 Attribution.txt [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 1997 Aug 7 00:09 Dockerfile [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 966 Aug 7 00:09 Dockerfile.build [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 710 Aug 7 00:09 Jenkinsfile [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 7 00:09 LICENSE [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 481 Aug 7 00:09 README.md [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 7 00:07 VERSION [2020-08-07T00:10:40.793Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 00:09 bin [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 180 Aug 7 00:09 docker-compose.debug.yml [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 133 Aug 7 00:09 docker-compose.yml [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 133 Aug 7 00:09 go.mod [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 1519 Aug 7 00:09 main.go [2020-08-07T00:10:40.793Z] -rw-rw-r-- 1 jenkins jenkins 1573 Aug 7 00:09 makefile [2020-08-07T00:10:40.793Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 7 00:09 res [2020-08-07T00:10:40.793Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 00:09 snap [2020-08-07T00:10:40.798Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-07T00:10:40.798Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-07T00:10:40.798Z] go: finding github.com/google/uuid v1.1.1 [2020-08-07T00:10:40.798Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-07T00:10:40.798Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-07T00:10:40.798Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-07T00:10:40.798Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-07T00:10:40.798Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-07T00:10:40.798Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-07T00:10:40.798Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:10:41.068Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-07T00:10:41.068Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-07T00:10:41.068Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-07T00:10:41.068Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-07T00:10:41.068Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-07T00:10:41.068Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-07T00:10:41.068Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-07T00:10:41.068Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-07T00:10:41.068Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-07T00:10:41.068Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-07T00:10:41.069Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-07T00:10:41.160Z] + 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 . [2020-08-07T00:10:41.334Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-07T00:10:41.334Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-07T00:10:41.334Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-07T00:10:41.334Z] go: finding github.com/kr/pty v1.1.1 [2020-08-07T00:10:41.334Z] go: finding github.com/kr/text v0.1.0 [2020-08-07T00:10:41.334Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-07T00:10:41.334Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-07T00:10:41.334Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-07T00:10:41.334Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-07T00:10:41.334Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-07T00:10:41.334Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-07T00:10:41.334Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-07T00:10:41.448Z] Sending build context to Docker daemon 291.8kB [2020-08-07T00:10:41.603Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-07T00:10:41.603Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-07T00:10:41.603Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-07T00:10:41.603Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-07T00:10:41.603Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-07T00:10:41.603Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-07T00:10:41.603Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-07T00:10:41.603Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-07T00:10:41.603Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-07T00:10:41.603Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-07T00:10:41.603Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-07T00:10:41.730Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-08-07T00:10:41.730Z] Step 2/26 : FROM ${BASE} AS builder [2020-08-07T00:10:41.730Z] ---> a04122056c24 [2020-08-07T00:10:41.730Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-08-07T00:10:41.730Z] ---> Running in e2657250a80e [2020-08-07T00:10:41.869Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-07T00:10:41.869Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-07T00:10:41.869Z] go: finding github.com/posener/complete v1.1.1 [2020-08-07T00:10:41.869Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-07T00:10:41.869Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-07T00:10:41.869Z] go: finding github.com/stretchr/objx v0.2.0 [2020-08-07T00:10:41.869Z] go: finding github.com/stretchr/testify v1.6.1 [2020-08-07T00:10:41.869Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-08-07T00:10:41.869Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-07T00:10:41.869Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-07T00:10:41.869Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-07T00:10:42.135Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-07T00:10:42.135Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-07T00:10:42.135Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-07T00:10:42.135Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-07T00:10:42.135Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-07T00:10:42.135Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-07T00:10:42.135Z] go: finding golang.org/x/text v0.3.2 [2020-08-07T00:10:42.135Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-07T00:10:42.135Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-07T00:10:42.135Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-07T00:10:42.346Z] Removing intermediate container e2657250a80e [2020-08-07T00:10:42.346Z] ---> 0f6dc0a20d9b [2020-08-07T00:10:42.346Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-08-07T00:10:42.346Z] ---> Running in c29cdba33e2b [2020-08-07T00:10:42.479Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-07T00:10:42.479Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-07T00:10:42.479Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-07T00:10:42.479Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-08-07T00:10:42.969Z] Removing intermediate container c29cdba33e2b [2020-08-07T00:10:42.969Z] ---> dd9fce86a432 [2020-08-07T00:10:42.969Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-07T00:10:42.969Z] ---> Running in d0acd51a33cd [2020-08-07T00:10:43.565Z] Removing intermediate container d0acd51a33cd [2020-08-07T00:10:43.565Z] ---> 11522f642f02 [2020-08-07T00:10:43.565Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-07T00:10:43.565Z] ---> Running in a9fd1033df50 [2020-08-07T00:10:46.196Z] Removing intermediate container a9fd1033df50 [2020-08-07T00:10:46.196Z] ---> e7ab71766b4d [2020-08-07T00:10:46.196Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-07T00:10:46.196Z] ---> Running in 1ef246a6b71c [2020-08-07T00:10:47.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-07T00:10:48.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-07T00:10:49.216Z] OK: 143 MiB in 45 packages [2020-08-07T00:10:50.197Z] Removing intermediate container 1ef246a6b71c [2020-08-07T00:10:50.197Z] ---> 0914d632a797 [2020-08-07T00:10:50.197Z] Step 8/26 : WORKDIR /app [2020-08-07T00:10:50.474Z] ---> Running in d84737458ccf [2020-08-07T00:10:50.751Z] Removing intermediate container d84737458ccf [2020-08-07T00:10:50.751Z] ---> ca71813a0b4a [2020-08-07T00:10:50.751Z] Step 9/26 : COPY go.mod . [2020-08-07T00:10:51.735Z] ---> 12d70715f4d2 [2020-08-07T00:10:51.735Z] Step 10/26 : RUN go mod download [2020-08-07T00:10:51.735Z] ---> Running in bba8bfe076fa [2020-08-07T00:10:54.360Z] Removing intermediate container bba8bfe076fa [2020-08-07T00:10:54.360Z] ---> 897e1f49098d [2020-08-07T00:10:54.360Z] Step 11/26 : COPY . . [2020-08-07T00:10:55.337Z] ---> 7337ad9b309c [2020-08-07T00:10:55.337Z] Step 12/26 : ARG MAKE="make build" [2020-08-07T00:10:55.611Z] ---> Running in 967c5312eb47 [2020-08-07T00:10:55.886Z] Removing intermediate container 967c5312eb47 [2020-08-07T00:10:55.886Z] ---> cf5d80b487e1 [2020-08-07T00:10:55.886Z] Step 13/26 : RUN $MAKE [2020-08-07T00:10:56.159Z] ---> Running in 1c35e8f5dee0 [2020-08-07T00:10:57.594Z] 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 [2020-08-07T00:11:04.528Z] Removing intermediate container 94d71a543e17 [2020-08-07T00:11:04.528Z] ---> 916e9cbe23ab [2020-08-07T00:11:04.528Z] Successfully built 916e9cbe23ab [2020-08-07T00:11:04.528Z] 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 [2020-08-07T00:11:05.348Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-07T00:11:05.680Z] + ls -al . [2020-08-07T00:11:05.680Z] total 72 [2020-08-07T00:11:05.680Z] drwxrwxr-x. 8 jenkins jenkins 4096 Aug 7 00:10 . [2020-08-07T00:11:05.680Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 7 00:10 .. [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 6027 Aug 7 00:10 Attribution.txt [2020-08-07T00:11:05.680Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 7 00:10 bin [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 180 Aug 7 00:10 docker-compose.debug.yml [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 133 Aug 7 00:10 docker-compose.yml [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 1997 Aug 7 00:10 Dockerfile [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 966 Aug 7 00:10 Dockerfile.build [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 119 Aug 7 00:10 .dockerignore [2020-08-07T00:11:05.680Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 7 00:10 .git [2020-08-07T00:11:05.680Z] drwxrwxr-x. 2 jenkins jenkins 81 Aug 7 00:10 .github [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 93 Aug 7 00:10 .gitignore [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 133 Aug 7 00:10 go.mod [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 710 Aug 7 00:10 Jenkinsfile [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 10174 Aug 7 00:10 LICENSE [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 1519 Aug 7 00:10 main.go [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 1573 Aug 7 00:10 makefile [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 481 Aug 7 00:10 README.md [2020-08-07T00:11:05.680Z] drwxrwxr-x. 10 jenkins jenkins 171 Aug 7 00:10 res [2020-08-07T00:11:05.680Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 7 00:10 .semver [2020-08-07T00:11:05.680Z] drwxrwxr-x. 4 jenkins jenkins 71 Aug 7 00:10 snap [2020-08-07T00:11:05.680Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 7 00:07 VERSION [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:11:06.036Z] + 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 . [2020-08-07T00:11:06.313Z] Sending build context to Docker daemon 291.8kB [2020-08-07T00:11:06.313Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-08-07T00:11:06.313Z] Step 2/26 : FROM ${BASE} AS builder [2020-08-07T00:11:06.313Z] ---> 916e9cbe23ab [2020-08-07T00:11:06.313Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-08-07T00:11:06.313Z] ---> Running in c8cccadff767 [2020-08-07T00:11:06.589Z] Removing intermediate container c8cccadff767 [2020-08-07T00:11:06.589Z] ---> 5ac351620d2f [2020-08-07T00:11:06.589Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-08-07T00:11:06.589Z] ---> Running in 47f94ab94c24 [2020-08-07T00:11:06.589Z] Removing intermediate container 47f94ab94c24 [2020-08-07T00:11:06.589Z] ---> 3036f720b1e5 [2020-08-07T00:11:06.589Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-07T00:11:06.877Z] ---> Running in 3f8f2a430d12 [2020-08-07T00:11:06.877Z] Removing intermediate container 3f8f2a430d12 [2020-08-07T00:11:06.877Z] ---> 0ddc68780781 [2020-08-07T00:11:06.877Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-07T00:11:06.877Z] ---> Running in 349d35f48e27 [2020-08-07T00:11:08.375Z] Removing intermediate container 349d35f48e27 [2020-08-07T00:11:08.375Z] ---> d13413371195 [2020-08-07T00:11:08.375Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-07T00:11:08.375Z] ---> Running in 74acbb53ead4 [2020-08-07T00:11:08.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-07T00:11:09.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-07T00:11:09.842Z] OK: 167 MiB in 45 packages [2020-08-07T00:11:10.134Z] Removing intermediate container 74acbb53ead4 [2020-08-07T00:11:10.134Z] ---> d4d04698c96c [2020-08-07T00:11:10.134Z] Step 8/26 : WORKDIR /app [2020-08-07T00:11:10.134Z] ---> Running in 5edfe9b04eb0 [2020-08-07T00:11:10.414Z] Removing intermediate container 5edfe9b04eb0 [2020-08-07T00:11:10.414Z] ---> de90b5c7ca31 [2020-08-07T00:11:10.414Z] Step 9/26 : COPY go.mod . [2020-08-07T00:11:10.692Z] ---> 12e1feb2a67e [2020-08-07T00:11:10.692Z] Step 10/26 : RUN go mod download [2020-08-07T00:11:10.692Z] ---> Running in fdea7975a974 [2020-08-07T00:11:11.663Z] Removing intermediate container fdea7975a974 [2020-08-07T00:11:11.663Z] ---> a4dcb8736732 [2020-08-07T00:11:11.663Z] Step 11/26 : COPY . . [2020-08-07T00:11:11.947Z] ---> 985bb90b0367 [2020-08-07T00:11:11.947Z] Step 12/26 : ARG MAKE="make build" [2020-08-07T00:11:11.947Z] ---> Running in 96699ae584ae [2020-08-07T00:11:11.947Z] Removing intermediate container 96699ae584ae [2020-08-07T00:11:11.947Z] ---> 807d467e7bbd [2020-08-07T00:11:11.947Z] Step 13/26 : RUN $MAKE [2020-08-07T00:11:12.222Z] ---> Running in 679aa4d2a434 [2020-08-07T00:11:12.521Z] 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 [2020-08-07T00:11:34.794Z] Removing intermediate container 679aa4d2a434 [2020-08-07T00:11:34.794Z] ---> 5e7f75101769 [2020-08-07T00:11:34.794Z] Step 14/26 : FROM alpine:latest [2020-08-07T00:11:34.794Z] latest: Pulling from library/alpine [2020-08-07T00:11:34.794Z] df20fa9351a1: Already exists [2020-08-07T00:11:34.794Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-07T00:11:34.794Z] Status: Downloaded newer image for alpine:latest [2020-08-07T00:11:34.794Z] ---> a24bb4013296 [2020-08-07T00:11:34.794Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-07T00:11:34.794Z] ---> Running in 1f670eb322ac [2020-08-07T00:11:34.794Z] Removing intermediate container 1f670eb322ac [2020-08-07T00:11:34.794Z] ---> 271e253c4862 [2020-08-07T00:11:34.794Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-08-07T00:11:34.794Z] ---> Running in 32890336822c [2020-08-07T00:11:34.794Z] Removing intermediate container 32890336822c [2020-08-07T00:11:34.794Z] ---> 35ee186d742b [2020-08-07T00:11:34.794Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-08-07T00:11:34.794Z] ---> Running in 1f7408e33d58 [2020-08-07T00:11:34.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-07T00:11:34.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-07T00:11:34.794Z] (1/6) Installing ca-certificates (20191127-r4) [2020-08-07T00:11:34.794Z] (2/6) Installing libgcc (9.3.0-r2) [2020-08-07T00:11:34.794Z] (3/6) Installing libsodium (1.0.18-r0) [2020-08-07T00:11:34.794Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-08-07T00:11:34.794Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-07T00:11:34.794Z] (6/6) Installing zeromq (4.3.2-r0) [2020-08-07T00:11:34.794Z] Executing busybox-1.31.1-r16.trigger [2020-08-07T00:11:34.794Z] Executing ca-certificates-20191127-r4.trigger [2020-08-07T00:11:34.794Z] OK: 9 MiB in 20 packages [2020-08-07T00:11:34.794Z] Removing intermediate container 1f7408e33d58 [2020-08-07T00:11:34.794Z] ---> 7cae113f49d0 [2020-08-07T00:11:34.794Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-08-07T00:11:34.794Z] ---> 3206ca877728 [2020-08-07T00:11:34.794Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-08-07T00:11:34.794Z] ---> 9a51d3ded337 [2020-08-07T00:11:34.794Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-08-07T00:11:34.794Z] ---> effa1ce3059c [2020-08-07T00:11:34.794Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-08-07T00:11:35.366Z] ---> 892f7d8ae8e8 [2020-08-07T00:11:35.366Z] Step 22/26 : EXPOSE 48095 [2020-08-07T00:11:35.628Z] ---> Running in 10efed355985 [2020-08-07T00:11:35.628Z] Removing intermediate container 10efed355985 [2020-08-07T00:11:35.628Z] ---> f9688a5b82a6 [2020-08-07T00:11:35.628Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-07T00:11:35.889Z] ---> Running in c031c3942804 [2020-08-07T00:11:35.889Z] Removing intermediate container c031c3942804 [2020-08-07T00:11:35.889Z] ---> 02cd15c26308 [2020-08-07T00:11:35.889Z] Step 24/26 : LABEL arch=amd64 [2020-08-07T00:11:35.889Z] ---> Running in 0b07023259ff [2020-08-07T00:11:36.152Z] Removing intermediate container 0b07023259ff [2020-08-07T00:11:36.152Z] ---> e472636a1579 [2020-08-07T00:11:36.152Z] Step 25/26 : LABEL git_sha=e37aa202fafc867c8cd6088613881081e3eb2c54 [2020-08-07T00:11:36.152Z] ---> Running in 53f7a843376d [2020-08-07T00:11:36.414Z] Removing intermediate container 53f7a843376d [2020-08-07T00:11:36.414Z] ---> d38b1b3551e4 [2020-08-07T00:11:36.414Z] Step 26/26 : LABEL version=1.2.1-dev.6 [2020-08-07T00:11:36.414Z] ---> Running in 04c33102098b [2020-08-07T00:11:36.675Z] Removing intermediate container 04c33102098b [2020-08-07T00:11:36.675Z] ---> 93e3c3a3f91d [2020-08-07T00:11:36.675Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-07T00:11:36.675Z] Successfully built 93e3c3a3f91d [2020-08-07T00:11:36.675Z] 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 [2020-08-07T00:11:37.018Z] provisioning config files... [2020-08-07T00:11:37.046Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/42@tmp/config1419146012294275101tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-07T00:11:37.496Z] nexus3.edgexfoundry.org:10001 [2020-08-07T00:11:37.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-07T00:11:37.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-07T00:11:37.779Z] Configure a credential helper to remove this warning. See [2020-08-07T00:11:37.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-07T00:11:37.779Z] [2020-08-07T00:11:37.779Z] Login Succeeded [2020-08-07T00:11:37.779Z] nexus3.edgexfoundry.org:10002 [2020-08-07T00:11:37.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-07T00:11:37.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-07T00:11:37.779Z] Configure a credential helper to remove this warning. See [2020-08-07T00:11:37.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-07T00:11:37.779Z] [2020-08-07T00:11:37.779Z] Login Succeeded [2020-08-07T00:11:37.779Z] nexus3.edgexfoundry.org:10003 [2020-08-07T00:11:38.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-07T00:11:38.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-07T00:11:38.044Z] Configure a credential helper to remove this warning. See [2020-08-07T00:11:38.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-07T00:11:38.044Z] [2020-08-07T00:11:38.044Z] Login Succeeded [2020-08-07T00:11:38.044Z] nexus3.edgexfoundry.org:10004 [2020-08-07T00:11:38.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-07T00:11:38.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-07T00:11:38.306Z] Configure a credential helper to remove this warning. See [2020-08-07T00:11:38.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-07T00:11:38.306Z] [2020-08-07T00:11:38.306Z] Login Succeeded [2020-08-07T00:11:38.306Z] docker.io [2020-08-07T00:11:38.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-07T00:11:38.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-07T00:11:38.567Z] Configure a credential helper to remove this warning. See [2020-08-07T00:11:38.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-07T00:11:38.567Z] [2020-08-07T00:11:38.567Z] Login Succeeded [Pipeline] } [2020-08-07T00:11:38.577Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-07T00:11:38.761Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-08-07T00:11:38.761Z] e37aa202fafc867c8cd6088613881081e3eb2c54 [2020-08-07T00:11:38.761Z] latest [2020-08-07T00:11:38.761Z] 1.2.1-dev.6 [2020-08-07T00:11:38.761Z] e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 [2020-08-07T00:11:38.761Z] master [2020-08-07T00:11:38.761Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:11:39.212Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:11:39.531Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54 [2020-08-07T00:11:39.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-08-07T00:11:39.531Z] dc6721e7b111: Preparing [2020-08-07T00:11:39.531Z] f14ac06f6958: Preparing [2020-08-07T00:11:39.531Z] 4e151fe5e97e: Preparing [2020-08-07T00:11:39.531Z] e34634ff35c6: Preparing [2020-08-07T00:11:39.531Z] 38cd56fe7632: Preparing [2020-08-07T00:11:39.531Z] 50644c29ef5a: Preparing [2020-08-07T00:11:39.531Z] 50644c29ef5a: Waiting [2020-08-07T00:11:39.531Z] f14ac06f6958: Pushed [2020-08-07T00:11:39.795Z] e34634ff35c6: Pushed [2020-08-07T00:11:39.795Z] 4e151fe5e97e: Pushed [2020-08-07T00:11:39.795Z] 50644c29ef5a: Layer already exists [2020-08-07T00:11:39.795Z] 38cd56fe7632: Pushed [2020-08-07T00:11:41.714Z] dc6721e7b111: Pushed [2020-08-07T00:11:41.714Z] e37aa202fafc867c8cd6088613881081e3eb2c54: digest: sha256:7a176121d7045caef55b01228d7755e779a80e6ddebaef4eb96d7700279f5205 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:11:42.027Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:11:42.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-08-07T00:11:42.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-08-07T00:11:42.329Z] dc6721e7b111: Preparing [2020-08-07T00:11:42.329Z] f14ac06f6958: Preparing [2020-08-07T00:11:42.329Z] 4e151fe5e97e: Preparing [2020-08-07T00:11:42.329Z] e34634ff35c6: Preparing [2020-08-07T00:11:42.329Z] 38cd56fe7632: Preparing [2020-08-07T00:11:42.329Z] 50644c29ef5a: Preparing [2020-08-07T00:11:42.329Z] 50644c29ef5a: Waiting [2020-08-07T00:11:42.329Z] dc6721e7b111: Layer already exists [2020-08-07T00:11:42.329Z] 4e151fe5e97e: Layer already exists [2020-08-07T00:11:42.329Z] e34634ff35c6: Layer already exists [2020-08-07T00:11:42.329Z] f14ac06f6958: Layer already exists [2020-08-07T00:11:42.329Z] 38cd56fe7632: Layer already exists [2020-08-07T00:11:42.329Z] 50644c29ef5a: Layer already exists [2020-08-07T00:11:42.329Z] latest: digest: sha256:7a176121d7045caef55b01228d7755e779a80e6ddebaef4eb96d7700279f5205 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:11:42.636Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:11:42.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.6 [2020-08-07T00:11:42.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-08-07T00:11:42.936Z] dc6721e7b111: Preparing [2020-08-07T00:11:42.936Z] f14ac06f6958: Preparing [2020-08-07T00:11:42.936Z] 4e151fe5e97e: Preparing [2020-08-07T00:11:42.936Z] e34634ff35c6: Preparing [2020-08-07T00:11:42.936Z] 38cd56fe7632: Preparing [2020-08-07T00:11:42.936Z] 50644c29ef5a: Preparing [2020-08-07T00:11:42.936Z] 50644c29ef5a: Waiting [2020-08-07T00:11:42.936Z] f14ac06f6958: Layer already exists [2020-08-07T00:11:42.936Z] dc6721e7b111: Layer already exists [2020-08-07T00:11:42.936Z] 38cd56fe7632: Layer already exists [2020-08-07T00:11:42.936Z] 4e151fe5e97e: Layer already exists [2020-08-07T00:11:42.936Z] e34634ff35c6: Layer already exists [2020-08-07T00:11:42.936Z] 50644c29ef5a: Layer already exists [2020-08-07T00:11:42.936Z] 1.2.1-dev.6: digest: sha256:7a176121d7045caef55b01228d7755e779a80e6ddebaef4eb96d7700279f5205 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:11:43.241Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:11:43.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 [2020-08-07T00:11:43.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-08-07T00:11:43.540Z] dc6721e7b111: Preparing [2020-08-07T00:11:43.540Z] f14ac06f6958: Preparing [2020-08-07T00:11:43.540Z] 4e151fe5e97e: Preparing [2020-08-07T00:11:43.540Z] e34634ff35c6: Preparing [2020-08-07T00:11:43.540Z] 38cd56fe7632: Preparing [2020-08-07T00:11:43.540Z] 50644c29ef5a: Preparing [2020-08-07T00:11:43.540Z] 50644c29ef5a: Waiting [2020-08-07T00:11:43.540Z] dc6721e7b111: Layer already exists [2020-08-07T00:11:43.540Z] e34634ff35c6: Layer already exists [2020-08-07T00:11:43.540Z] f14ac06f6958: Layer already exists [2020-08-07T00:11:43.540Z] 4e151fe5e97e: Layer already exists [2020-08-07T00:11:43.540Z] 38cd56fe7632: Layer already exists [2020-08-07T00:11:43.540Z] 50644c29ef5a: Layer already exists [2020-08-07T00:11:43.540Z] e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6: digest: sha256:7a176121d7045caef55b01228d7755e779a80e6ddebaef4eb96d7700279f5205 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:11:43.843Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:11:44.150Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-08-07T00:11:44.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-08-07T00:11:44.150Z] dc6721e7b111: Preparing [2020-08-07T00:11:44.150Z] f14ac06f6958: Preparing [2020-08-07T00:11:44.150Z] 4e151fe5e97e: Preparing [2020-08-07T00:11:44.150Z] e34634ff35c6: Preparing [2020-08-07T00:11:44.150Z] 38cd56fe7632: Preparing [2020-08-07T00:11:44.150Z] 50644c29ef5a: Preparing [2020-08-07T00:11:44.150Z] 50644c29ef5a: Waiting [2020-08-07T00:11:44.150Z] 38cd56fe7632: Layer already exists [2020-08-07T00:11:44.150Z] dc6721e7b111: Layer already exists [2020-08-07T00:11:44.150Z] f14ac06f6958: Layer already exists [2020-08-07T00:11:44.150Z] e34634ff35c6: Layer already exists [2020-08-07T00:11:44.150Z] 4e151fe5e97e: Layer already exists [2020-08-07T00:11:44.150Z] 50644c29ef5a: Layer already exists [2020-08-07T00:11:44.150Z] master: digest: sha256:7a176121d7045caef55b01228d7755e779a80e6ddebaef4eb96d7700279f5205 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-07T00:11:44.328Z] ===================================================== [Pipeline] echo [2020-08-07T00:11:44.367Z] taggedImages: [2020-08-07T00:11:44.367Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54 [2020-08-07T00:11:44.367Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-08-07T00:11:44.367Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.6 [2020-08-07T00:11:44.367Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 [2020-08-07T00:11:44.367Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-08-07T00:11:44.708Z] Removing intermediate container 1c35e8f5dee0 [2020-08-07T00:11:44.708Z] ---> da76c4526509 [2020-08-07T00:11:44.708Z] Step 14/26 : FROM alpine:latest [2020-08-07T00:11:44.708Z] latest: Pulling from library/alpine [2020-08-07T00:11:44.708Z] b538f80385f9: Already exists [2020-08-07T00:11:44.708Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-07T00:11:44.708Z] Status: Downloaded newer image for alpine:latest [2020-08-07T00:11:44.708Z] ---> 62ee0e9f8440 [2020-08-07T00:11:44.708Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-07T00:11:44.708Z] ---> Running in 152de926d25a [2020-08-07T00:11:44.708Z] Removing intermediate container 152de926d25a [2020-08-07T00:11:44.708Z] ---> 343009bcaf83 [2020-08-07T00:11:44.708Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-08-07T00:11:44.708Z] ---> Running in 151df45838f5 [Pipeline] script [Pipeline] { [2020-08-07T00:11:44.986Z] Removing intermediate container 151df45838f5 [2020-08-07T00:11:44.986Z] ---> 332ab543096a [2020-08-07T00:11:44.986Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [Pipeline] sh [2020-08-07T00:11:45.257Z] ---> Running in be90bba831fd [2020-08-07T00:11:45.467Z] ++ find /w/workspace/app-service-configurable/42 [2020-08-07T00:11:45.467Z] ++ grep snapcraft.yaml [2020-08-07T00:11:45.467Z] + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/42/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-07T00:11:45.576Z] provisioning config files... [2020-08-07T00:11:45.590Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/42@tmp/config3638420051899800010tmp [Pipeline] { [Pipeline] sh [2020-08-07T00:11:45.942Z] + cp /w/workspace/app-service-configurable/42@tmp/config3638420051899800010tmp /w/workspace/app-service-configurable/42/edgex-snap-store-login [Pipeline] sh [2020-08-07T00:11:46.250Z] + 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 [2020-08-07T00:11:46.250Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-08-07T00:11:46.250Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-08-07T00:11:46.250Z] 7595c8c21622: Pulling fs layer [2020-08-07T00:11:46.250Z] d13af8ca898f: Pulling fs layer [2020-08-07T00:11:46.250Z] 70799171ddba: Pulling fs layer [2020-08-07T00:11:46.250Z] b6c12202c5ef: Pulling fs layer [2020-08-07T00:11:46.250Z] 9125ad81aa5e: Pulling fs layer [2020-08-07T00:11:46.250Z] 54ef48a70361: Pulling fs layer [2020-08-07T00:11:46.250Z] 85b8c04ed4b0: Pulling fs layer [2020-08-07T00:11:46.250Z] bf31c5eb3fd8: Pulling fs layer [2020-08-07T00:11:46.250Z] d71bf2a54a9d: Pulling fs layer [2020-08-07T00:11:46.250Z] 54ef48a70361: Waiting [2020-08-07T00:11:46.250Z] 85b8c04ed4b0: Waiting [2020-08-07T00:11:46.250Z] bf31c5eb3fd8: Waiting [2020-08-07T00:11:46.250Z] d71bf2a54a9d: Waiting [2020-08-07T00:11:46.250Z] b6c12202c5ef: Waiting [2020-08-07T00:11:46.250Z] 9125ad81aa5e: Waiting [2020-08-07T00:11:46.250Z] 70799171ddba: Download complete [2020-08-07T00:11:46.250Z] d13af8ca898f: Verifying Checksum [2020-08-07T00:11:46.250Z] d13af8ca898f: Download complete [2020-08-07T00:11:46.250Z] b6c12202c5ef: Verifying Checksum [2020-08-07T00:11:46.250Z] b6c12202c5ef: Download complete [2020-08-07T00:11:46.250Z] 54ef48a70361: Verifying Checksum [2020-08-07T00:11:46.250Z] 54ef48a70361: Download complete [2020-08-07T00:11:46.250Z] 85b8c04ed4b0: Verifying Checksum [2020-08-07T00:11:46.250Z] 85b8c04ed4b0: Download complete [2020-08-07T00:11:46.250Z] bf31c5eb3fd8: Download complete [2020-08-07T00:11:46.250Z] d71bf2a54a9d: Verifying Checksum [2020-08-07T00:11:46.250Z] d71bf2a54a9d: Download complete [2020-08-07T00:11:46.515Z] 7595c8c21622: Verifying Checksum [2020-08-07T00:11:46.515Z] 7595c8c21622: Download complete [2020-08-07T00:11:46.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-07T00:11:46.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-07T00:11:47.227Z] (1/6) Installing ca-certificates (20191127-r4) [2020-08-07T00:11:47.498Z] (2/6) Installing libgcc (9.3.0-r2) [2020-08-07T00:11:47.498Z] (3/6) Installing libsodium (1.0.18-r0) [2020-08-07T00:11:47.498Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-08-07T00:11:47.498Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-07T00:11:47.498Z] (6/6) Installing zeromq (4.3.2-r0) [2020-08-07T00:11:47.498Z] Executing busybox-1.31.1-r16.trigger [2020-08-07T00:11:47.498Z] Executing ca-certificates-20191127-r4.trigger [2020-08-07T00:11:47.770Z] OK: 8 MiB in 20 packages [2020-08-07T00:11:49.744Z] Removing intermediate container be90bba831fd [2020-08-07T00:11:49.744Z] ---> 54f54e1afc02 [2020-08-07T00:11:49.744Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-08-07T00:11:49.863Z] 7595c8c21622: Pull complete [2020-08-07T00:11:50.338Z] ---> 85046eb8f29c [2020-08-07T00:11:50.338Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-08-07T00:11:50.932Z] ---> 522f0ef4dcb1 [2020-08-07T00:11:50.932Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-08-07T00:11:51.265Z] 9125ad81aa5e: Verifying Checksum [2020-08-07T00:11:51.265Z] 9125ad81aa5e: Download complete [2020-08-07T00:11:51.265Z] d13af8ca898f: Pull complete [2020-08-07T00:11:51.527Z] 70799171ddba: Pull complete [2020-08-07T00:11:51.527Z] b6c12202c5ef: Pull complete [2020-08-07T00:11:51.908Z] ---> 1b47b1bd58d1 [2020-08-07T00:11:51.908Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-08-07T00:11:53.874Z] ---> 66745bfd79b5 [2020-08-07T00:11:53.874Z] Step 22/26 : EXPOSE 48095 [2020-08-07T00:11:53.874Z] ---> Running in 31468086456e [2020-08-07T00:11:54.144Z] Removing intermediate container 31468086456e [2020-08-07T00:11:54.144Z] ---> e00294ef7d0d [2020-08-07T00:11:54.144Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-07T00:11:54.417Z] ---> Running in c17535799147 [2020-08-07T00:11:54.689Z] Removing intermediate container c17535799147 [2020-08-07T00:11:54.689Z] ---> 2fae31040e44 [2020-08-07T00:11:54.689Z] Step 24/26 : LABEL arch=arm64 [2020-08-07T00:11:54.961Z] ---> Running in fcac5ce4b1bc [2020-08-07T00:11:55.558Z] Removing intermediate container fcac5ce4b1bc [2020-08-07T00:11:55.558Z] ---> 98c4b595a4e9 [2020-08-07T00:11:55.558Z] Step 25/26 : LABEL git_sha=e37aa202fafc867c8cd6088613881081e3eb2c54 [2020-08-07T00:11:55.558Z] ---> Running in 20a6d4bc9001 [2020-08-07T00:11:56.153Z] Removing intermediate container 20a6d4bc9001 [2020-08-07T00:11:56.153Z] ---> f4c4028a545c [2020-08-07T00:11:56.153Z] Step 26/26 : LABEL version=1.2.1-dev.6 [2020-08-07T00:11:56.153Z] ---> Running in 8183fa811c90 [2020-08-07T00:11:56.745Z] Removing intermediate container 8183fa811c90 [2020-08-07T00:11:56.745Z] ---> aca9d76bbf4a [2020-08-07T00:11:56.745Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-07T00:11:56.745Z] Successfully built aca9d76bbf4a [2020-08-07T00:11:56.745Z] 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 [2020-08-07T00:11:57.072Z] provisioning config files... [2020-08-07T00:11:57.109Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/42@tmp/config6844898917793858491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-07T00:11:57.493Z] nexus3.edgexfoundry.org:10001 [2020-08-07T00:11:57.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-07T00:11:58.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-07T00:11:58.041Z] Configure a credential helper to remove this warning. See [2020-08-07T00:11:58.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-07T00:11:58.041Z] [2020-08-07T00:11:58.041Z] Login Succeeded [2020-08-07T00:11:58.041Z] nexus3.edgexfoundry.org:10002 [2020-08-07T00:11:58.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-07T00:11:58.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-07T00:11:58.586Z] Configure a credential helper to remove this warning. See [2020-08-07T00:11:58.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-07T00:11:58.586Z] [2020-08-07T00:11:58.586Z] Login Succeeded [2020-08-07T00:11:58.586Z] nexus3.edgexfoundry.org:10003 [2020-08-07T00:11:58.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-07T00:11:59.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-07T00:11:59.129Z] Configure a credential helper to remove this warning. See [2020-08-07T00:11:59.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-07T00:11:59.129Z] [2020-08-07T00:11:59.129Z] Login Succeeded [2020-08-07T00:11:59.129Z] nexus3.edgexfoundry.org:10004 [2020-08-07T00:11:59.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-07T00:11:59.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-07T00:11:59.721Z] Configure a credential helper to remove this warning. See [2020-08-07T00:11:59.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-07T00:11:59.721Z] [2020-08-07T00:11:59.721Z] Login Succeeded [2020-08-07T00:11:59.721Z] docker.io [2020-08-07T00:11:59.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-07T00:12:00.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-07T00:12:00.581Z] Configure a credential helper to remove this warning. See [2020-08-07T00:12:00.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-07T00:12:00.581Z] [2020-08-07T00:12:00.581Z] Login Succeeded [Pipeline] } [2020-08-07T00:12:00.597Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-07T00:12:00.876Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-08-07T00:12:00.876Z] e37aa202fafc867c8cd6088613881081e3eb2c54 [2020-08-07T00:12:00.876Z] latest [2020-08-07T00:12:00.876Z] 1.2.1-dev.6 [2020-08-07T00:12:00.876Z] e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 [2020-08-07T00:12:00.876Z] master [2020-08-07T00:12:00.876Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:12:01.412Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:12:01.748Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54 [2020-08-07T00:12:01.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-08-07T00:12:01.748Z] 1dfc6772f234: Preparing [2020-08-07T00:12:01.748Z] 557cbc8b1872: Preparing [2020-08-07T00:12:01.748Z] 91446dd567e5: Preparing [2020-08-07T00:12:01.748Z] 19a42806de5f: Preparing [2020-08-07T00:12:01.748Z] 828197172e04: Preparing [2020-08-07T00:12:01.748Z] e2f13739ad41: Preparing [2020-08-07T00:12:01.748Z] e2f13739ad41: Waiting [2020-08-07T00:12:02.021Z] 19a42806de5f: Pushed [2020-08-07T00:12:02.021Z] 557cbc8b1872: Pushed [2020-08-07T00:12:02.021Z] 91446dd567e5: Pushed [2020-08-07T00:12:02.296Z] e2f13739ad41: Layer already exists [2020-08-07T00:12:02.885Z] 828197172e04: Pushed [2020-08-07T00:12:06.261Z] 1dfc6772f234: Pushed [2020-08-07T00:12:06.261Z] e37aa202fafc867c8cd6088613881081e3eb2c54: digest: sha256:57b531e863f13820d4c36d08d78c5f368f871a893c27f05e05c3ab68826bbc00 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:12:06.875Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:12:07.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-08-07T00:12:07.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-08-07T00:12:07.209Z] 1dfc6772f234: Preparing [2020-08-07T00:12:07.209Z] 557cbc8b1872: Preparing [2020-08-07T00:12:07.209Z] 91446dd567e5: Preparing [2020-08-07T00:12:07.209Z] 19a42806de5f: Preparing [2020-08-07T00:12:07.209Z] 828197172e04: Preparing [2020-08-07T00:12:07.209Z] e2f13739ad41: Preparing [2020-08-07T00:12:07.209Z] e2f13739ad41: Waiting [2020-08-07T00:12:07.209Z] 828197172e04: Layer already exists [2020-08-07T00:12:07.209Z] 91446dd567e5: Layer already exists [2020-08-07T00:12:07.210Z] 1dfc6772f234: Layer already exists [2020-08-07T00:12:07.480Z] 557cbc8b1872: Layer already exists [2020-08-07T00:12:07.480Z] 19a42806de5f: Layer already exists [2020-08-07T00:12:07.480Z] e2f13739ad41: Layer already exists [2020-08-07T00:12:07.480Z] latest: digest: sha256:57b531e863f13820d4c36d08d78c5f368f871a893c27f05e05c3ab68826bbc00 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:12:07.819Z] + 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 [2020-08-07T00:12:08.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.6 [2020-08-07T00:12:08.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-08-07T00:12:08.159Z] 1dfc6772f234: Preparing [2020-08-07T00:12:08.159Z] 557cbc8b1872: Preparing [2020-08-07T00:12:08.159Z] 91446dd567e5: Preparing [2020-08-07T00:12:08.159Z] 19a42806de5f: Preparing [2020-08-07T00:12:08.159Z] 828197172e04: Preparing [2020-08-07T00:12:08.159Z] e2f13739ad41: Preparing [2020-08-07T00:12:08.159Z] e2f13739ad41: Waiting [2020-08-07T00:12:08.159Z] 19a42806de5f: Layer already exists [2020-08-07T00:12:08.159Z] 91446dd567e5: Layer already exists [2020-08-07T00:12:08.159Z] 828197172e04: Layer already exists [2020-08-07T00:12:08.159Z] 1dfc6772f234: Layer already exists [2020-08-07T00:12:08.159Z] 557cbc8b1872: Layer already exists [2020-08-07T00:12:08.429Z] e2f13739ad41: Layer already exists [2020-08-07T00:12:08.429Z] 1.2.1-dev.6: digest: sha256:57b531e863f13820d4c36d08d78c5f368f871a893c27f05e05c3ab68826bbc00 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:12:08.767Z] + 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 [2020-08-07T00:12:09.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 [2020-08-07T00:12:09.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-08-07T00:12:09.097Z] 1dfc6772f234: Preparing [2020-08-07T00:12:09.097Z] 557cbc8b1872: Preparing [2020-08-07T00:12:09.097Z] 91446dd567e5: Preparing [2020-08-07T00:12:09.097Z] 19a42806de5f: Preparing [2020-08-07T00:12:09.097Z] 828197172e04: Preparing [2020-08-07T00:12:09.097Z] e2f13739ad41: Preparing [2020-08-07T00:12:09.097Z] e2f13739ad41: Waiting [2020-08-07T00:12:09.097Z] 19a42806de5f: Layer already exists [2020-08-07T00:12:09.097Z] 557cbc8b1872: Layer already exists [2020-08-07T00:12:09.097Z] 91446dd567e5: Layer already exists [2020-08-07T00:12:09.097Z] 828197172e04: Layer already exists [2020-08-07T00:12:09.097Z] 1dfc6772f234: Layer already exists [2020-08-07T00:12:09.366Z] e2f13739ad41: Layer already exists [2020-08-07T00:12:09.366Z] e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6: digest: sha256:57b531e863f13820d4c36d08d78c5f368f871a893c27f05e05c3ab68826bbc00 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:12:09.702Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:12:10.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-08-07T00:12:10.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-08-07T00:12:10.038Z] 1dfc6772f234: Preparing [2020-08-07T00:12:10.038Z] 557cbc8b1872: Preparing [2020-08-07T00:12:10.038Z] 91446dd567e5: Preparing [2020-08-07T00:12:10.038Z] 19a42806de5f: Preparing [2020-08-07T00:12:10.038Z] 828197172e04: Preparing [2020-08-07T00:12:10.038Z] e2f13739ad41: Preparing [2020-08-07T00:12:10.038Z] e2f13739ad41: Waiting [2020-08-07T00:12:10.038Z] 91446dd567e5: Layer already exists [2020-08-07T00:12:10.038Z] 828197172e04: Layer already exists [2020-08-07T00:12:10.038Z] 557cbc8b1872: Layer already exists [2020-08-07T00:12:10.038Z] 1dfc6772f234: Layer already exists [2020-08-07T00:12:10.038Z] 19a42806de5f: Layer already exists [2020-08-07T00:12:10.311Z] e2f13739ad41: Layer already exists [2020-08-07T00:12:10.311Z] master: digest: sha256:57b531e863f13820d4c36d08d78c5f368f871a893c27f05e05c3ab68826bbc00 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-07T00:12:10.537Z] ===================================================== [Pipeline] echo [2020-08-07T00:12:10.583Z] taggedImages: [2020-08-07T00:12:10.583Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54 [2020-08-07T00:12:10.583Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-08-07T00:12:10.583Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.6 [2020-08-07T00:12:10.583Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54-1.2.1-dev.6 [2020-08-07T00:12:10.583Z] - 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 [2020-08-07T00:12:11.623Z] + grep snapcraft.yaml [2020-08-07T00:12:11.623Z] + find /w/workspace/app-service-configurable/42 [2020-08-07T00:12:11.623Z] + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/42/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-07T00:12:11.801Z] provisioning config files... [2020-08-07T00:12:11.817Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/42@tmp/config3461573471114945186tmp [Pipeline] { [Pipeline] sh [2020-08-07T00:12:12.191Z] + cp /w/workspace/app-service-configurable/42@tmp/config3461573471114945186tmp /w/workspace/app-service-configurable/42/edgex-snap-store-login [Pipeline] sh [2020-08-07T00:12:12.528Z] + 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 [2020-08-07T00:12:12.528Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-08-07T00:12:12.528Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-08-07T00:12:12.528Z] a114936b4807: Pulling fs layer [2020-08-07T00:12:12.528Z] a27ecf0d2a86: Pulling fs layer [2020-08-07T00:12:12.528Z] f4eb48eb870f: Pulling fs layer [2020-08-07T00:12:12.528Z] 0f912b9bb20d: Pulling fs layer [2020-08-07T00:12:12.528Z] 8b06ebbc7875: Pulling fs layer [2020-08-07T00:12:12.528Z] 4033e62aac47: Pulling fs layer [2020-08-07T00:12:12.528Z] b318b59e0bd2: Pulling fs layer [2020-08-07T00:12:12.528Z] de740d257bf9: Pulling fs layer [2020-08-07T00:12:12.528Z] fbe057b04f20: Pulling fs layer [2020-08-07T00:12:12.528Z] 0f912b9bb20d: Waiting [2020-08-07T00:12:12.528Z] b318b59e0bd2: Waiting [2020-08-07T00:12:12.528Z] 8b06ebbc7875: Waiting [2020-08-07T00:12:12.528Z] 4033e62aac47: Waiting [2020-08-07T00:12:12.528Z] fbe057b04f20: Waiting [2020-08-07T00:12:12.807Z] a27ecf0d2a86: Verifying Checksum [2020-08-07T00:12:12.807Z] a27ecf0d2a86: Download complete [2020-08-07T00:12:12.807Z] f4eb48eb870f: Verifying Checksum [2020-08-07T00:12:12.807Z] f4eb48eb870f: Download complete [2020-08-07T00:12:12.807Z] 0f912b9bb20d: Verifying Checksum [2020-08-07T00:12:12.807Z] 0f912b9bb20d: Download complete [2020-08-07T00:12:12.807Z] 4033e62aac47: Verifying Checksum [2020-08-07T00:12:12.807Z] 4033e62aac47: Download complete [2020-08-07T00:12:12.807Z] b318b59e0bd2: Download complete [2020-08-07T00:12:12.807Z] de740d257bf9: Download complete [2020-08-07T00:12:12.807Z] fbe057b04f20: Verifying Checksum [2020-08-07T00:12:12.807Z] fbe057b04f20: Download complete [2020-08-07T00:12:13.405Z] a114936b4807: Verifying Checksum [2020-08-07T00:12:13.405Z] a114936b4807: Download complete [2020-08-07T00:12:16.796Z] a114936b4807: Pull complete [2020-08-07T00:12:16.796Z] a27ecf0d2a86: Pull complete [2020-08-07T00:12:17.070Z] f4eb48eb870f: Pull complete [2020-08-07T00:12:17.665Z] 0f912b9bb20d: Pull complete [2020-08-07T00:12:18.174Z] 9125ad81aa5e: Pull complete [2020-08-07T00:12:18.174Z] 54ef48a70361: Pull complete [2020-08-07T00:12:18.174Z] 85b8c04ed4b0: Pull complete [2020-08-07T00:12:18.174Z] bf31c5eb3fd8: Pull complete [2020-08-07T00:12:18.174Z] d71bf2a54a9d: Pull complete [2020-08-07T00:12:18.174Z] Digest: sha256:26668cfeeeed474010a94de3c3f31ddcac1c19c376eb311c2eae00188517195e [2020-08-07T00:12:18.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-08-07T00:12:21.482Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-08-07T00:12:21.482Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-08-07T00:12:21.482Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-08-07T00:12:21.482Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-08-07T00:12:21.744Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [100 kB] [2020-08-07T00:12:21.744Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [882 kB] [2020-08-07T00:12:21.744Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1037 kB] [2020-08-07T00:12:21.744Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9555 B] [2020-08-07T00:12:22.005Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1334 kB] [2020-08-07T00:12:22.576Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.1 kB] [2020-08-07T00:12:22.576Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [116 kB] [2020-08-07T00:12:22.576Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1413 kB] [2020-08-07T00:12:22.837Z] Fetched 5172 kB in 2s (2805 kB/s) [2020-08-07T00:12:23.063Z] 8b06ebbc7875: Verifying Checksum [2020-08-07T00:12:23.063Z] 8b06ebbc7875: Download complete [2020-08-07T00:12:24.223Z] Reading package lists... [2020-08-07T00:12:26.768Z] 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: [2020-08-07T00:12:26.768Z] - README.md [2020-08-07T00:12:26.768Z] [2020-08-07T00:12:26.768Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-08-07T00:12:28.686Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-08-07T00:12:28.686Z] 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-08-07T00:12:28.686Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-08-07T00:12:28.686Z] 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 [2020-08-07T00:12:30.562Z] 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 [2020-08-07T00:12:32.478Z] 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 [2020-08-07T00:12:33.833Z] 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 [2020-08-07T00:12:34.095Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 68% Building dependency tree [2020-08-07T00:12:34.095Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-08-07T00:12:34.355Z] The following packages were automatically installed and are no longer required: [2020-08-07T00:12:34.356Z] libjq1 libonig4 [2020-08-07T00:12:34.356Z] Use 'sudo apt autoremove' to remove them. [2020-08-07T00:12:34.356Z] Suggested packages: [2020-08-07T00:12:34.356Z] binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib [2020-08-07T00:12:34.356Z] g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake [2020-08-07T00:12:34.356Z] libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg [2020-08-07T00:12:34.356Z] libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg [2020-08-07T00:12:34.356Z] libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base [2020-08-07T00:12:34.356Z] git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk [2020-08-07T00:12:34.356Z] gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n libstdc++-7-doc [2020-08-07T00:12:34.356Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-08-07T00:12:34.356Z] | libterm-readline-perl-perl [2020-08-07T00:12:34.927Z] The following NEW packages will be installed: [2020-08-07T00:12:34.927Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 [2020-08-07T00:12:34.927Z] curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less [2020-08-07T00:12:34.927Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-08-07T00:12:34.927Z] libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 [2020-08-07T00:12:34.927Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-08-07T00:12:34.927Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-08-07T00:12:34.927Z] libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 [2020-08-07T00:12:34.927Z] libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev [2020-08-07T00:12:34.927Z] libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages [2020-08-07T00:12:34.927Z] manpages-dev netbase patch perl perl-modules-5.26 pkg-config [2020-08-07T00:12:34.927Z] 0 upgraded, 62 newly installed, 0 to remove and 9 not upgraded. [2020-08-07T00:12:34.927Z] Need to get 57.5 MB of archives. [2020-08-07T00:12:34.927Z] After this operation, 249 MB of additional disk space will be used. [2020-08-07T00:12:34.927Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-08-07T00:12:35.189Z] 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] [2020-08-07T00:12:35.761Z] 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] [2020-08-07T00:12:35.761Z] 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] [2020-08-07T00:12:35.761Z] 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] [2020-08-07T00:12:35.761Z] 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] [2020-08-07T00:12:35.761Z] 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] [2020-08-07T00:12:35.761Z] 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] [2020-08-07T00:12:35.761Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-08-07T00:12:35.761Z] 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] [2020-08-07T00:12:35.761Z] 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] [2020-08-07T00:12:35.761Z] 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] [2020-08-07T00:12:36.022Z] 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] [2020-08-07T00:12:36.022Z] 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] [2020-08-07T00:12:36.022Z] 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] [2020-08-07T00:12:36.022Z] 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] [2020-08-07T00:12:36.284Z] 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] [2020-08-07T00:12:36.284Z] 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] [2020-08-07T00:12:36.284Z] 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] [2020-08-07T00:12:36.284Z] 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] [2020-08-07T00:12:36.284Z] 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] [2020-08-07T00:12:36.857Z] 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] [2020-08-07T00:12:36.857Z] 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] [2020-08-07T00:12:36.857Z] 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] [2020-08-07T00:12:36.857Z] 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] [2020-08-07T00:12:36.857Z] 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] [2020-08-07T00:12:36.857Z] 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] [2020-08-07T00:12:36.857Z] 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] [2020-08-07T00:12:36.857Z] 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] [2020-08-07T00:12:36.857Z] 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] [2020-08-07T00:12:36.857Z] 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] [2020-08-07T00:12:36.857Z] 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] [2020-08-07T00:12:36.857Z] 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] [2020-08-07T00:12:36.857Z] 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] [2020-08-07T00:12:37.119Z] 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] [2020-08-07T00:12:37.383Z] 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] [2020-08-07T00:12:37.383Z] 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] [2020-08-07T00:12:37.383Z] 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] [2020-08-07T00:12:37.643Z] 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] [2020-08-07T00:12:37.643Z] 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] [2020-08-07T00:12:37.643Z] 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] [2020-08-07T00:12:37.905Z] 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] [2020-08-07T00:12:37.905Z] 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] [2020-08-07T00:12:37.905Z] 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] [2020-08-07T00:12:37.905Z] 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] [2020-08-07T00:12:37.905Z] 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] [2020-08-07T00:12:37.905Z] 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] [2020-08-07T00:12:37.905Z] 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] [2020-08-07T00:12:37.905Z] 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] [2020-08-07T00:12:37.905Z] 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] [2020-08-07T00:12:37.905Z] 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] [2020-08-07T00:12:38.166Z] 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] [2020-08-07T00:12:38.166Z] 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] [2020-08-07T00:12:38.166Z] 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] [2020-08-07T00:12:38.166Z] 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] [2020-08-07T00:12:38.166Z] 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] [2020-08-07T00:12:38.166Z] 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] [2020-08-07T00:12:38.166Z] 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] [2020-08-07T00:12:38.166Z] 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] [2020-08-07T00:12:38.166Z] 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] [2020-08-07T00:12:38.166Z] 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] [2020-08-07T00:12:38.166Z] 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] [2020-08-07T00:12:38.166Z] 100% [62 pkg-config 45.0 kB/45.0 kB 100%] 100% [Working] Fetched 57.5 MB in 3s (16.5 MB/s) [2020-08-07T00:12:38.736Z] debconf: delaying package configuration, since apt-utils is not installed [2020-08-07T00:12:38.736Z] Selecting previously unselected package liblocale-gettext-perl. [2020-08-07T00:12:38.998Z] (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.) [2020-08-07T00:12:38.998Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-08-07T00:12:38.998Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-08-07T00:12:38.998Z] Selecting previously unselected package perl-modules-5.26. [2020-08-07T00:12:38.998Z] Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-08-07T00:12:38.998Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-07T00:12:42.307Z] Selecting previously unselected package libgdbm5:amd64. [2020-08-07T00:12:42.307Z] Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ... [2020-08-07T00:12:42.307Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-08-07T00:12:42.307Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-08-07T00:12:42.307Z] Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-08-07T00:12:42.307Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-08-07T00:12:42.307Z] Selecting previously unselected package libperl5.26:amd64. [2020-08-07T00:12:42.307Z] Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-08-07T00:12:42.307Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-08-07T00:12:43.249Z] Selecting previously unselected package perl. [2020-08-07T00:12:43.249Z] Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-08-07T00:12:43.249Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-08-07T00:12:43.510Z] Selecting previously unselected package less. [2020-08-07T00:12:43.510Z] Preparing to unpack .../06-less_487-0.1_amd64.deb ... [2020-08-07T00:12:43.510Z] Unpacking less (487-0.1) ... [2020-08-07T00:12:43.510Z] Selecting previously unselected package netbase. [2020-08-07T00:12:43.511Z] Preparing to unpack .../07-netbase_5.4_all.deb ... [2020-08-07T00:12:43.511Z] Unpacking netbase (5.4) ... [2020-08-07T00:12:43.772Z] Selecting previously unselected package manpages. [2020-08-07T00:12:43.772Z] Preparing to unpack .../08-manpages_4.15-1_all.deb ... [2020-08-07T00:12:43.772Z] Unpacking manpages (4.15-1) ... [2020-08-07T00:12:43.772Z] Selecting previously unselected package binutils-common:amd64. [2020-08-07T00:12:43.772Z] Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-08-07T00:12:43.772Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:12:44.033Z] Selecting previously unselected package libbinutils:amd64. [2020-08-07T00:12:44.033Z] Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-08-07T00:12:44.033Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:12:44.033Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-08-07T00:12:44.033Z] Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-08-07T00:12:44.033Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:12:44.975Z] Selecting previously unselected package binutils. [2020-08-07T00:12:44.976Z] Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-08-07T00:12:44.976Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:12:44.976Z] Selecting previously unselected package libc-dev-bin. [2020-08-07T00:12:44.976Z] Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-08-07T00:12:44.976Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-08-07T00:12:44.976Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-08-07T00:12:44.976Z] Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_amd64.deb ... [2020-08-07T00:12:44.976Z] Unpacking linux-libc-dev:amd64 (4.15.0-112.113) ... [2020-08-07T00:12:45.919Z] Selecting previously unselected package libc6-dev:amd64. [2020-08-07T00:12:45.919Z] Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-08-07T00:12:45.919Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-08-07T00:12:47.305Z] Selecting previously unselected package gcc-7-base:amd64. [2020-08-07T00:12:47.305Z] Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:47.305Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:47.305Z] Selecting previously unselected package libisl19:amd64. [2020-08-07T00:12:47.305Z] Preparing to unpack .../17-libisl19_0.19-1_amd64.deb ... [2020-08-07T00:12:47.305Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-08-07T00:12:47.566Z] Selecting previously unselected package libmpfr6:amd64. [2020-08-07T00:12:47.566Z] Preparing to unpack .../18-libmpfr6_4.0.1-1_amd64.deb ... [2020-08-07T00:12:47.566Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-08-07T00:12:47.566Z] Selecting previously unselected package libmpc3:amd64. [2020-08-07T00:12:47.566Z] Preparing to unpack .../19-libmpc3_1.1.0-1_amd64.deb ... [2020-08-07T00:12:47.566Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-08-07T00:12:47.566Z] Selecting previously unselected package cpp-7. [2020-08-07T00:12:47.566Z] Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:47.566Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:48.955Z] Selecting previously unselected package cpp. [2020-08-07T00:12:48.955Z] Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-08-07T00:12:48.955Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-08-07T00:12:48.955Z] Selecting previously unselected package libcc1-0:amd64. [2020-08-07T00:12:48.955Z] Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:48.955Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:48.955Z] Selecting previously unselected package libgomp1:amd64. [2020-08-07T00:12:48.955Z] Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:48.955Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:48.955Z] Selecting previously unselected package libitm1:amd64. [2020-08-07T00:12:48.955Z] Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:48.955Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:49.223Z] Selecting previously unselected package libatomic1:amd64. [2020-08-07T00:12:49.223Z] Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:49.223Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:49.223Z] Selecting previously unselected package libasan4:amd64. [2020-08-07T00:12:49.223Z] Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:49.223Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:49.223Z] Selecting previously unselected package liblsan0:amd64. [2020-08-07T00:12:49.223Z] Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:49.223Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:49.485Z] Selecting previously unselected package libtsan0:amd64. [2020-08-07T00:12:49.485Z] Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:49.485Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:49.485Z] Selecting previously unselected package libubsan0:amd64. [2020-08-07T00:12:49.485Z] Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:49.485Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:49.746Z] Selecting previously unselected package libcilkrts5:amd64. [2020-08-07T00:12:49.746Z] Preparing to unpack .../30-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:49.746Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:49.746Z] Selecting previously unselected package libmpx2:amd64. [2020-08-07T00:12:49.746Z] Preparing to unpack .../31-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:49.746Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:50.007Z] Selecting previously unselected package libquadmath0:amd64. [2020-08-07T00:12:50.007Z] Preparing to unpack .../32-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:50.007Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:50.007Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-08-07T00:12:50.007Z] Preparing to unpack .../33-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:50.007Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:50.588Z] Selecting previously unselected package gcc-7. [2020-08-07T00:12:50.588Z] Preparing to unpack .../34-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:50.588Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:51.535Z] Selecting previously unselected package gcc. [2020-08-07T00:12:51.535Z] Preparing to unpack .../35-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-08-07T00:12:51.535Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-08-07T00:12:51.535Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-08-07T00:12:51.535Z] Preparing to unpack .../36-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:51.796Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:53.183Z] Selecting previously unselected package g++-7. [2020-08-07T00:12:53.183Z] Preparing to unpack .../37-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-07T00:12:53.183Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:54.572Z] Selecting previously unselected package g++. [2020-08-07T00:12:54.572Z] Preparing to unpack .../38-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-08-07T00:12:54.572Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-08-07T00:12:54.572Z] Selecting previously unselected package make. [2020-08-07T00:12:54.572Z] Preparing to unpack .../39-make_4.1-9.1ubuntu1_amd64.deb ... [2020-08-07T00:12:54.572Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-08-07T00:12:54.572Z] Selecting previously unselected package libdpkg-perl. [2020-08-07T00:12:54.572Z] Preparing to unpack .../40-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-08-07T00:12:54.572Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-08-07T00:12:54.833Z] Selecting previously unselected package patch. [2020-08-07T00:12:54.833Z] Preparing to unpack .../41-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-08-07T00:12:54.833Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-08-07T00:12:54.833Z] Selecting previously unselected package dpkg-dev. [2020-08-07T00:12:54.833Z] Preparing to unpack .../42-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-08-07T00:12:54.833Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-08-07T00:12:55.094Z] Selecting previously unselected package build-essential. [2020-08-07T00:12:55.094Z] Preparing to unpack .../43-build-essential_12.4ubuntu1_amd64.deb ... [2020-08-07T00:12:55.094Z] Unpacking build-essential (12.4ubuntu1) ... [2020-08-07T00:12:55.094Z] Selecting previously unselected package curl. [2020-08-07T00:12:55.094Z] Preparing to unpack .../44-curl_7.58.0-2ubuntu3.9_amd64.deb ... [2020-08-07T00:12:55.094Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-08-07T00:12:55.094Z] Selecting previously unselected package libfakeroot:amd64. [2020-08-07T00:12:55.094Z] Preparing to unpack .../45-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-08-07T00:12:55.094Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-08-07T00:12:55.355Z] Selecting previously unselected package fakeroot. [2020-08-07T00:12:55.355Z] Preparing to unpack .../46-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-08-07T00:12:55.355Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-08-07T00:12:55.355Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-08-07T00:12:55.355Z] Preparing to unpack .../47-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... [2020-08-07T00:12:55.355Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-08-07T00:12:55.355Z] Selecting previously unselected package liberror-perl. [2020-08-07T00:12:55.355Z] Preparing to unpack .../48-liberror-perl_0.17025-1_all.deb ... [2020-08-07T00:12:55.616Z] Unpacking liberror-perl (0.17025-1) ... [2020-08-07T00:12:55.616Z] Selecting previously unselected package git-man. [2020-08-07T00:12:55.616Z] Preparing to unpack .../49-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-08-07T00:12:55.616Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-07T00:12:55.616Z] Selecting previously unselected package git. [2020-08-07T00:12:55.616Z] Preparing to unpack .../50-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-08-07T00:12:55.878Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-08-07T00:12:56.826Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-08-07T00:12:56.826Z] Preparing to unpack .../51-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-08-07T00:12:56.826Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-08-07T00:12:56.826Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-08-07T00:12:56.826Z] Preparing to unpack .../52-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-08-07T00:12:56.826Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-08-07T00:12:56.826Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-08-07T00:12:56.826Z] Preparing to unpack .../53-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-08-07T00:12:56.826Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-08-07T00:12:56.826Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-08-07T00:12:56.826Z] Preparing to unpack .../54-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-08-07T00:12:56.826Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-08-07T00:12:57.086Z] Selecting previously unselected package libnorm1:amd64. [2020-08-07T00:12:57.086Z] Preparing to unpack .../55-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-08-07T00:12:57.086Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-08-07T00:12:57.086Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-08-07T00:12:57.086Z] Preparing to unpack .../56-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-08-07T00:12:57.086Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-08-07T00:12:57.347Z] Selecting previously unselected package libsodium23:amd64. [2020-08-07T00:12:57.347Z] Preparing to unpack .../57-libsodium23_1.0.16-2_amd64.deb ... [2020-08-07T00:12:57.347Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-08-07T00:12:57.347Z] Selecting previously unselected package libzmq5:amd64. [2020-08-07T00:12:57.347Z] Preparing to unpack .../58-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-08-07T00:12:57.347Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-08-07T00:12:57.614Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-08-07T00:12:57.614Z] Preparing to unpack .../59-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-08-07T00:12:57.614Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-08-07T00:12:57.614Z] Selecting previously unselected package manpages-dev. [2020-08-07T00:12:57.614Z] Preparing to unpack .../60-manpages-dev_4.15-1_all.deb ... [2020-08-07T00:12:57.614Z] Unpacking manpages-dev (4.15-1) ... [2020-08-07T00:12:58.185Z] Selecting previously unselected package pkg-config. [2020-08-07T00:12:58.185Z] Preparing to unpack .../61-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-08-07T00:12:58.185Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-08-07T00:12:58.185Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:58.185Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:58.185Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-08-07T00:12:58.185Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:58.185Z] Setting up manpages (4.15-1) ... [2020-08-07T00:12:58.185Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-07T00:12:58.446Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:58.446Z] Setting up less (487-0.1) ... [2020-08-07T00:12:58.707Z] Setting up make (4.1-9.1ubuntu1) ... [2020-08-07T00:12:58.707Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-08-07T00:12:58.707Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-08-07T00:12:58.707Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:58.707Z] Setting up linux-libc-dev:amd64 (4.15.0-112.113) ... [2020-08-07T00:12:58.707Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-08-07T00:12:58.707Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-07T00:12:58.967Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-08-07T00:12:58.967Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:58.967Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-08-07T00:12:58.967Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:58.967Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:12:58.967Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-08-07T00:12:58.967Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:58.967Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-08-07T00:12:58.967Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-08-07T00:12:59.229Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-08-07T00:12:59.229Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-08-07T00:12:59.229Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-08-07T00:12:59.229Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-08-07T00:12:59.229Z] Setting up manpages-dev (4.15-1) ... [2020-08-07T00:12:59.229Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-08-07T00:12:59.229Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:12:59.229Z] Setting up netbase (5.4) ... [2020-08-07T00:12:59.489Z] Setting up libisl19:amd64 (0.19-1) ... [2020-08-07T00:12:59.489Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-08-07T00:12:59.489Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:59.489Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:12:59.489Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:59.489Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:59.489Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-08-07T00:12:59.489Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-08-07T00:12:59.750Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-08-07T00:12:59.750Z] 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 [2020-08-07T00:12:59.750Z] 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 [2020-08-07T00:12:59.750Z] 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 [2020-08-07T00:12:59.750Z] 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 [2020-08-07T00:12:59.750Z] 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 [2020-08-07T00:12:59.750Z] 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 [2020-08-07T00:12:59.750Z] 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 [2020-08-07T00:12:59.750Z] 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 [2020-08-07T00:12:59.750Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:59.750Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:59.750Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:12:59.750Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-08-07T00:12:59.750Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:12:59.750Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-08-07T00:12:59.750Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-08-07T00:13:00.010Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-08-07T00:13:00.010Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-08-07T00:13:00.010Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:13:00.010Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:13:00.010Z] Setting up liberror-perl (0.17025-1) ... [2020-08-07T00:13:00.010Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:13:00.010Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-08-07T00:13:00.010Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-08-07T00:13:00.273Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-08-07T00:13:00.273Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-08-07T00:13:00.273Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-08-07T00:13:00.273Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-08-07T00:13:00.273Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-08-07T00:13:00.273Z] 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 [2020-08-07T00:13:00.273Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-08-07T00:13:00.534Z] Setting up build-essential (12.4ubuntu1) ... [2020-08-07T00:13:00.534Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-08-07T00:13:00.534Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-08-07T00:13:00.534Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-08-07T00:13:02.066Z] 8b06ebbc7875: Pull complete [2020-08-07T00:13:02.066Z] 4033e62aac47: Pull complete [2020-08-07T00:13:02.066Z] b318b59e0bd2: Pull complete [2020-08-07T00:13:02.066Z] de740d257bf9: Pull complete [2020-08-07T00:13:02.066Z] fbe057b04f20: Pull complete [2020-08-07T00:13:02.066Z] Digest: sha256:1a35c8ab446a15c440fb5b9a752e66311a84caa578a4d11e99874f17b5a11d6f [2020-08-07T00:13:02.066Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-08-07T00:13:03.087Z] binutils set to automatically installed. [2020-08-07T00:13:03.087Z] binutils-common set to automatically installed. [2020-08-07T00:13:03.087Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-08-07T00:13:03.349Z] build-essential set to automatically installed. [2020-08-07T00:13:03.349Z] cpp set to automatically installed. [2020-08-07T00:13:03.349Z] cpp-7 set to automatically installed. [2020-08-07T00:13:03.349Z] curl set to automatically installed. [2020-08-07T00:13:03.349Z] dpkg-dev set to automatically installed. [2020-08-07T00:13:03.349Z] fakeroot set to automatically installed. [2020-08-07T00:13:03.349Z] g++ set to automatically installed. [2020-08-07T00:13:03.349Z] g++-7 set to automatically installed. [2020-08-07T00:13:03.349Z] gcc set to automatically installed. [2020-08-07T00:13:03.349Z] gcc-7 set to automatically installed. [2020-08-07T00:13:03.349Z] gcc-7-base set to automatically installed. [2020-08-07T00:13:03.349Z] git set to automatically installed. [2020-08-07T00:13:03.349Z] git-man set to automatically installed. [2020-08-07T00:13:03.349Z] less set to automatically installed. [2020-08-07T00:13:03.349Z] libalgorithm-diff-perl set to automatically installed. [2020-08-07T00:13:03.349Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-08-07T00:13:03.349Z] libalgorithm-merge-perl set to automatically installed. [2020-08-07T00:13:03.349Z] libasan4 set to automatically installed. [2020-08-07T00:13:03.349Z] libatomic1 set to automatically installed. [2020-08-07T00:13:03.349Z] libbinutils set to automatically installed. [2020-08-07T00:13:03.349Z] libc-dev-bin set to automatically installed. [2020-08-07T00:13:03.611Z] libc6-dev set to automatically installed. [2020-08-07T00:13:03.611Z] libcc1-0 set to automatically installed. [2020-08-07T00:13:03.611Z] libcilkrts5 set to automatically installed. [2020-08-07T00:13:03.611Z] libcurl3-gnutls set to automatically installed. [2020-08-07T00:13:03.611Z] libdpkg-perl set to automatically installed. [2020-08-07T00:13:03.611Z] liberror-perl set to automatically installed. [2020-08-07T00:13:03.611Z] libfakeroot set to automatically installed. [2020-08-07T00:13:03.611Z] libfile-fcntllock-perl set to automatically installed. [2020-08-07T00:13:03.611Z] libgcc-7-dev set to automatically installed. [2020-08-07T00:13:03.611Z] libgdbm-compat4 set to automatically installed. [2020-08-07T00:13:03.611Z] libgdbm5 set to automatically installed. [2020-08-07T00:13:03.611Z] libgomp1 set to automatically installed. [2020-08-07T00:13:03.611Z] libisl19 set to automatically installed. [2020-08-07T00:13:03.611Z] libitm1 set to automatically installed. [2020-08-07T00:13:03.611Z] liblocale-gettext-perl set to automatically installed. [2020-08-07T00:13:03.611Z] liblsan0 set to automatically installed. [2020-08-07T00:13:03.611Z] libmpc3 set to automatically installed. [2020-08-07T00:13:03.611Z] libmpfr6 set to automatically installed. [2020-08-07T00:13:03.611Z] libmpx2 set to automatically installed. [2020-08-07T00:13:03.611Z] libnorm1 set to automatically installed. [2020-08-07T00:13:03.611Z] libperl5.26 set to automatically installed. [2020-08-07T00:13:03.872Z] libpgm-5.2-0 set to automatically installed. [2020-08-07T00:13:03.872Z] libquadmath0 set to automatically installed. [2020-08-07T00:13:03.872Z] libsodium23 set to automatically installed. [2020-08-07T00:13:03.872Z] libstdc++-7-dev set to automatically installed. [2020-08-07T00:13:03.872Z] libtsan0 set to automatically installed. [2020-08-07T00:13:03.872Z] libubsan0 set to automatically installed. [2020-08-07T00:13:03.872Z] libzmq3-dev set to automatically installed. [2020-08-07T00:13:03.872Z] libzmq5 set to automatically installed. [2020-08-07T00:13:03.872Z] linux-libc-dev set to automatically installed. [2020-08-07T00:13:03.872Z] make set to automatically installed. [2020-08-07T00:13:03.872Z] manpages set to automatically installed. [2020-08-07T00:13:03.872Z] manpages-dev set to automatically installed. [2020-08-07T00:13:03.872Z] netbase set to automatically installed. [2020-08-07T00:13:03.872Z] patch set to automatically installed. [2020-08-07T00:13:03.872Z] perl set to automatically installed. [2020-08-07T00:13:03.872Z] perl-modules-5.26 set to automatically installed. [2020-08-07T00:13:03.872Z] pkg-config set to automatically installed. [2020-08-07T00:13:03.872Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-08-07T00:13:03.872Z] Please ensure the environment is properly setup before continuing. [2020-08-07T00:13:03.872Z] Ignore this message if the appropriate measures have already been taken [2020-08-07T00:13:04.813Z] Pulling go  [2020-08-07T00:13:05.754Z] 'app-service-config' has dependencies that need to be staged: go [2020-08-07T00:13:05.754Z] Skipping pull go (already ran) [2020-08-07T00:13:05.754Z] Building go  [2020-08-07T00:13:05.754Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-07T00:13:05.754Z] Dload Upload Total Spent Left Speed [2020-08-07T00:13:07.467Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-07T00:13:07.467Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-08-07T00:13:07.467Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-08-07T00:13:07.467Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-08-07T00:13:07.741Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [919 kB] [2020-08-07T00:13:08.337Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1252 kB] [2020-08-07T00:13:08.355Z] 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 [2020-08-07T00:13:09.305Z] go1.13.10.linux-amd64.tar.gz: OK [2020-08-07T00:13:09.308Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1316 B] [2020-08-07T00:13:09.308Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3894 B] [2020-08-07T00:13:09.308Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [772 kB] [2020-08-07T00:13:09.578Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [646 kB] [2020-08-07T00:13:10.171Z] Fetched 3845 kB in 3s (1113 kB/s) [2020-08-07T00:13:14.463Z] Reading package lists... [2020-08-07T00:13:17.467Z] Staging go  [2020-08-07T00:13:18.041Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-08-07T00:13:18.041Z] 14% [Working] 43% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-08-07T00:13:18.325Z] 30% 5% 5% 5% Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9555 B] [2020-08-07T00:13:18.325Z] 5% 5% 5% 5% 5% 5% Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [882 kB] [2020-08-07T00:13:18.325Z] 6% 45% Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1037 kB] [2020-08-07T00:13:18.325Z] 46% 47% 90% Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [100 kB] [2020-08-07T00:13:18.600Z] 91% 95% 99% 99% 99% 99% 99% 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-08-07T00:13:18.600Z] 96% 99% 99% 99% 99% 99% 15% [Working] 15% [Working] 15% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-08-07T00:13:18.895Z] 15% 16% 16% 16% 13% [Working] 13% [Working] 13% Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-08-07T00:13:19.794Z] 13% 16% 64% 75% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-08-07T00:13:19.794Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-08-07T00:13:19.794Z] 76% 76% Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-08-07T00:13:19.794Z] 78% 84% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [116 kB] [2020-08-07T00:13:19.794Z] 84% 84% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1413 kB] [2020-08-07T00:13:19.794Z] 84% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.1 kB] [2020-08-07T00:13:19.794Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1334 kB] [2020-08-07T00:13:19.794Z] 92% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] [2020-08-07T00:13:19.794Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-08-07T00:13:21.151Z] 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: [2020-08-07T00:13:21.152Z] - README.md [2020-08-07T00:13:21.152Z] [2020-08-07T00:13:21.152Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-08-07T00:13:21.239Z] 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) [2020-08-07T00:13:25.442Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-08-07T00:13:25.703Z] 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) [2020-08-07T00:13:26.225Z] 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] [2020-08-07T00:13:26.486Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-08-07T00:13:26.747Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-08-07T00:13:27.008Z] 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) [2020-08-07T00:13:27.269Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-08-07T00:13:27.529Z] 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) [2020-08-07T00:13:27.789Z] Pulling app-service-config  [2020-08-07T00:13:27.847Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-07T00:13:27.847Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-08-07T00:13:27.847Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-08-07T00:13:27.847Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-08-07T00:13:29.705Z] Pulling config-common  [2020-08-07T00:13:30.276Z] Skipping build go (already ran) [2020-08-07T00:13:30.536Z] Building app-service-config  [2020-08-07T00:13:30.798Z] 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 [2020-08-07T00:13:32.713Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-07T00:13:32.713Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-07T00:13:32.713Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-07T00:13:32.713Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-07T00:13:32.713Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-07T00:13:32.713Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-07T00:13:32.713Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-07T00:13:32.713Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-07T00:13:32.713Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-07T00:13:32.713Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-08-07T00:13:32.713Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-07T00:13:32.713Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-07T00:13:32.713Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-07T00:13:32.974Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-08-07T00:13:32.974Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-07T00:13:32.974Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-07T00:13:32.974Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-08-07T00:13:32.974Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-08-07T00:13:32.974Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-07T00:13:32.974Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-07T00:13:32.974Z] go: downloading github.com/google/uuid v1.1.1 [2020-08-07T00:13:32.974Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-07T00:13:32.974Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-08-07T00:13:32.974Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-07T00:13:32.974Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-08-07T00:13:32.974Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-07T00:13:32.974Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-08-07T00:13:32.974Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-08-07T00:13:32.974Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-08-07T00:13:32.974Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-08-07T00:13:32.974Z] go: extracting github.com/google/uuid v1.1.1 [2020-08-07T00:13:32.974Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-07T00:13:32.974Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-07T00:13:32.974Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-08-07T00:13:32.974Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-07T00:13:32.974Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-08-07T00:13:32.974Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-07T00:13:32.974Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-08-07T00:13:32.974Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-07T00:13:32.974Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-08-07T00:13:32.974Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-07T00:13:32.974Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-08-07T00:13:32.974Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-08-07T00:13:32.974Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-08-07T00:13:32.974Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-08-07T00:13:32.974Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-08-07T00:13:32.974Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-08-07T00:13:32.974Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-07T00:13:33.239Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-07T00:13:33.239Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-08-07T00:13:33.239Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-08-07T00:13:33.239Z] go: downloading github.com/x448/float16 v0.8.4 [2020-08-07T00:13:33.239Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-08-07T00:13:33.239Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-08-07T00:13:33.239Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-07T00:13:33.239Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-08-07T00:13:33.239Z] go: extracting github.com/x448/float16 v0.8.4 [2020-08-07T00:13:33.239Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-07T00:13:33.239Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-07T00:13:33.239Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-08-07T00:13:33.239Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-08-07T00:13:33.239Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-07T00:13:33.239Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-08-07T00:13:33.239Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-07T00:13:33.239Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-07T00:13:33.336Z] 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 [2020-08-07T00:13:33.501Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-07T00:13:33.501Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-07T00:13:33.501Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-07T00:13:33.501Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-08-07T00:13:34.072Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-08-07T00:13:34.072Z] go: downloading github.com/golang/snappy v0.0.1 [2020-08-07T00:13:34.072Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-07T00:13:34.072Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-07T00:13:34.072Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-08-07T00:13:34.072Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-08-07T00:13:34.072Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-08-07T00:13:34.333Z] go: extracting github.com/golang/snappy v0.0.1 [2020-08-07T00:13:34.333Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-08-07T00:13:34.333Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-07T00:13:34.333Z] go: downloading golang.org/x/text v0.3.2 [2020-08-07T00:13:34.333Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-07T00:13:34.333Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-07T00:13:34.903Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-07T00:13:35.165Z] go: extracting golang.org/x/text v0.3.2 [2020-08-07T00:13:36.550Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-07T00:13:36.550Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-07T00:13:36.550Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-07T00:13:36.550Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-07T00:13:36.550Z] go: finding github.com/google/uuid v1.1.1 [2020-08-07T00:13:36.550Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-07T00:13:36.550Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-07T00:13:36.550Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-07T00:13:36.550Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-07T00:13:36.550Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-07T00:13:36.550Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-07T00:13:36.550Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-07T00:13:36.550Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-07T00:13:36.550Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-07T00:13:36.550Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-07T00:13:36.550Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-07T00:13:36.550Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-07T00:13:36.550Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-07T00:13:36.550Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-07T00:13:36.550Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-07T00:13:36.550Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-07T00:13:36.550Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-07T00:13:36.550Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-07T00:13:36.550Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-07T00:13:36.550Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-07T00:13:36.550Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-07T00:13:36.550Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-07T00:13:36.550Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-07T00:13:36.550Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-07T00:13:36.550Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-07T00:13:36.550Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-07T00:13:36.550Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-07T00:13:36.550Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-07T00:13:36.550Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-07T00:13:36.550Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-07T00:13:36.550Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-07T00:13:36.550Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-07T00:13:36.550Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-07T00:13:36.550Z] go: finding golang.org/x/text v0.3.2 [2020-08-07T00:13:36.550Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-07T00:13:36.550Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-07T00:13:36.550Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-07T00:13:40.024Z] 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 [2020-08-07T00:13:44.399Z] 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 [2020-08-07T00:13:45.213Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 59% Building dependency tree [2020-08-07T00:13:45.213Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-08-07T00:13:46.189Z] The following packages were automatically installed and are no longer required: [2020-08-07T00:13:46.189Z] libjq1 libonig4 [2020-08-07T00:13:46.189Z] Use 'sudo apt autoremove' to remove them. [2020-08-07T00:13:46.189Z] Suggested packages: [2020-08-07T00:13:46.189Z] binutils-doc cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg [2020-08-07T00:13:46.189Z] gcc-multilib autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg [2020-08-07T00:13:46.189Z] libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg [2020-08-07T00:13:46.189Z] libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg [2020-08-07T00:13:46.189Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-08-07T00:13:46.189Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n [2020-08-07T00:13:46.189Z] libstdc++-7-doc make-doc man-browser ed diffutils-doc perl-doc [2020-08-07T00:13:46.189Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-08-07T00:13:47.162Z] The following NEW packages will be installed: [2020-08-07T00:13:47.162Z] binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp [2020-08-07T00:13:47.162Z] cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less [2020-08-07T00:13:47.162Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-08-07T00:13:47.162Z] libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 [2020-08-07T00:13:47.162Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-08-07T00:13:47.162Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-08-07T00:13:47.162Z] libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 [2020-08-07T00:13:47.162Z] libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 [2020-08-07T00:13:47.162Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-08-07T00:13:47.162Z] perl perl-modules-5.26 pkg-config [2020-08-07T00:13:47.162Z] 0 upgraded, 59 newly installed, 0 to remove and 9 not upgraded. [2020-08-07T00:13:47.162Z] Need to get 49.1 MB of archives. [2020-08-07T00:13:47.162Z] After this operation, 219 MB of additional disk space will be used. [2020-08-07T00:13:47.433Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] [2020-08-07T00:13:47.703Z] 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] [2020-08-07T00:13:49.154Z] 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] [2020-08-07T00:13:49.155Z] 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] [2020-08-07T00:13:49.155Z] 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] [2020-08-07T00:13:50.016Z] 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] [2020-08-07T00:13:50.016Z] 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] [2020-08-07T00:13:50.016Z] 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] [2020-08-07T00:13:50.016Z] 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] [2020-08-07T00:13:50.016Z] 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] [2020-08-07T00:13:50.289Z] 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] [2020-08-07T00:13:50.289Z] 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] [2020-08-07T00:13:50.558Z] 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] [2020-08-07T00:13:50.558Z] 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] [2020-08-07T00:13:50.558Z] 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] [2020-08-07T00:13:50.828Z] 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] [2020-08-07T00:13:50.828Z] 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] [2020-08-07T00:13:50.828Z] 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] [2020-08-07T00:13:51.098Z] 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] [2020-08-07T00:13:51.098Z] 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] [2020-08-07T00:13:51.098Z] 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] [2020-08-07T00:13:51.689Z] 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] [2020-08-07T00:13:51.689Z] 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] [2020-08-07T00:13:51.689Z] 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] [2020-08-07T00:13:51.689Z] 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] [2020-08-07T00:13:51.689Z] 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] [2020-08-07T00:13:51.689Z] 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] [2020-08-07T00:13:51.689Z] 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] [2020-08-07T00:13:51.689Z] 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] [2020-08-07T00:13:51.689Z] 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] [2020-08-07T00:13:51.689Z] 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] [2020-08-07T00:13:51.689Z] 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] [2020-08-07T00:13:52.281Z] 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] [2020-08-07T00:13:52.281Z] 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] [2020-08-07T00:13:52.281Z] 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] [2020-08-07T00:13:52.872Z] 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] [2020-08-07T00:13:52.873Z] 78% [Waiting for headers] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-08-07T00:13:52.873Z] 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] [2020-08-07T00:13:52.873Z] 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] [2020-08-07T00:13:52.873Z] 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] [2020-08-07T00:13:52.873Z] 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] [2020-08-07T00:13:52.873Z] 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] [2020-08-07T00:13:52.873Z] 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] [2020-08-07T00:13:52.873Z] 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] [2020-08-07T00:13:52.873Z] 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] [2020-08-07T00:13:52.873Z] 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] [2020-08-07T00:13:52.873Z] 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] [2020-08-07T00:13:52.873Z] 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] [2020-08-07T00:13:53.143Z] 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] [2020-08-07T00:13:53.143Z] 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] [2020-08-07T00:13:53.144Z] 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] [2020-08-07T00:13:53.144Z] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] [2020-08-07T00:13:53.144Z] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-08-07T00:13:53.144Z] 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] [2020-08-07T00:13:53.144Z] 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] [2020-08-07T00:13:53.144Z] 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] [2020-08-07T00:13:53.144Z] 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] [2020-08-07T00:13:53.144Z] 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] [2020-08-07T00:13:53.415Z] 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] [2020-08-07T00:13:53.415Z] 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) [2020-08-07T00:13:54.008Z] debconf: delaying package configuration, since apt-utils is not installed [2020-08-07T00:13:54.281Z] Selecting previously unselected package liblocale-gettext-perl. [2020-08-07T00:13:54.282Z] (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.) [2020-08-07T00:13:54.282Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... [2020-08-07T00:13:54.282Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-08-07T00:13:54.282Z] Selecting previously unselected package perl-modules-5.26. [2020-08-07T00:13:54.282Z] Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-08-07T00:13:54.282Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-07T00:13:56.248Z] Selecting previously unselected package libgdbm5:arm64. [2020-08-07T00:13:56.248Z] Preparing to unpack .../02-libgdbm5_1.14.1-6_arm64.deb ... [2020-08-07T00:13:56.248Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-08-07T00:13:56.248Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-08-07T00:13:56.248Z] Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-08-07T00:13:56.248Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-07T00:13:56.248Z] Selecting previously unselected package libperl5.26:arm64. [2020-08-07T00:13:56.248Z] Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-07T00:13:56.248Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-07T00:13:57.675Z] Selecting previously unselected package perl. [2020-08-07T00:13:57.675Z] Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-07T00:13:57.675Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-08-07T00:13:57.675Z] Selecting previously unselected package less. [2020-08-07T00:13:57.675Z] Preparing to unpack .../06-less_487-0.1_arm64.deb ... [2020-08-07T00:13:57.675Z] Unpacking less (487-0.1) ... [2020-08-07T00:13:57.947Z] Selecting previously unselected package netbase. [2020-08-07T00:13:57.947Z] Preparing to unpack .../07-netbase_5.4_all.deb ... [2020-08-07T00:13:57.947Z] Unpacking netbase (5.4) ... [2020-08-07T00:13:57.947Z] Selecting previously unselected package manpages. [2020-08-07T00:13:58.219Z] Preparing to unpack .../08-manpages_4.15-1_all.deb ... [2020-08-07T00:13:58.219Z] Unpacking manpages (4.15-1) ... [2020-08-07T00:13:58.491Z] Selecting previously unselected package binutils-common:arm64. [2020-08-07T00:13:58.491Z] Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-08-07T00:13:58.491Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:13:58.491Z] Selecting previously unselected package libbinutils:arm64. [2020-08-07T00:13:58.491Z] Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-08-07T00:13:58.491Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:13:58.617Z] Building config-common  [2020-08-07T00:13:58.762Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2020-08-07T00:13:58.763Z] Preparing to unpack .../11-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-08-07T00:13:58.763Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:13:59.738Z] Selecting previously unselected package binutils. [2020-08-07T00:13:59.738Z] Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-08-07T00:13:59.738Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:14:00.007Z] Skipping stage go (already ran) [2020-08-07T00:14:00.007Z] Staging app-service-config  [2020-08-07T00:14:00.012Z] Selecting previously unselected package libc-dev-bin. [2020-08-07T00:14:00.012Z] Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... [2020-08-07T00:14:00.012Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-08-07T00:14:00.012Z] Selecting previously unselected package linux-libc-dev:arm64. [2020-08-07T00:14:00.012Z] Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_arm64.deb ... [2020-08-07T00:14:00.012Z] Unpacking linux-libc-dev:arm64 (4.15.0-112.113) ... [2020-08-07T00:14:00.578Z] Staging config-common  [2020-08-07T00:14:00.990Z] Selecting previously unselected package libc6-dev:arm64. [2020-08-07T00:14:00.990Z] Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... [2020-08-07T00:14:00.990Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-08-07T00:14:01.521Z] Priming go  [2020-08-07T00:14:01.965Z] Selecting previously unselected package gcc-7-base:arm64. [2020-08-07T00:14:01.965Z] Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:01.965Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:02.236Z] Selecting previously unselected package libisl19:arm64. [2020-08-07T00:14:02.236Z] Preparing to unpack .../17-libisl19_0.19-1_arm64.deb ... [2020-08-07T00:14:02.236Z] Unpacking libisl19:arm64 (0.19-1) ... [2020-08-07T00:14:02.465Z] Priming app-service-config  [2020-08-07T00:14:02.509Z] Selecting previously unselected package libmpfr6:arm64. [2020-08-07T00:14:02.509Z] Preparing to unpack .../18-libmpfr6_4.0.1-1_arm64.deb ... [2020-08-07T00:14:02.509Z] Unpacking libmpfr6:arm64 (4.0.1-1) ... [2020-08-07T00:14:02.509Z] Selecting previously unselected package libmpc3:arm64. [2020-08-07T00:14:02.509Z] Preparing to unpack .../19-libmpc3_1.1.0-1_arm64.deb ... [2020-08-07T00:14:02.509Z] Unpacking libmpc3:arm64 (1.1.0-1) ... [2020-08-07T00:14:02.780Z] Selecting previously unselected package cpp-7. [2020-08-07T00:14:02.780Z] Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:02.780Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:03.847Z] Priming config-common  [2020-08-07T00:14:04.747Z] Selecting previously unselected package cpp. [2020-08-07T00:14:04.748Z] Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-08-07T00:14:04.748Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-08-07T00:14:04.748Z] Selecting previously unselected package libcc1-0:arm64. [2020-08-07T00:14:04.748Z] Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:04.748Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:14:04.748Z] Selecting previously unselected package libgomp1:arm64. [2020-08-07T00:14:04.748Z] Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:04.748Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:14:04.748Z] Selecting previously unselected package libitm1:arm64. [2020-08-07T00:14:04.748Z] Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:04.748Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:14:05.020Z] Selecting previously unselected package libatomic1:arm64. [2020-08-07T00:14:05.020Z] Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:05.020Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:14:05.020Z] Selecting previously unselected package libasan4:arm64. [2020-08-07T00:14:05.294Z] Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:05.294Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:05.294Z] Selecting previously unselected package liblsan0:arm64. [2020-08-07T00:14:05.294Z] Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:05.565Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:14:05.565Z] Selecting previously unselected package libtsan0:arm64. [2020-08-07T00:14:05.565Z] Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:05.565Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:14:05.836Z] Selecting previously unselected package libubsan0:arm64. [2020-08-07T00:14:05.836Z] Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:05.836Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:06.106Z] Selecting previously unselected package libgcc-7-dev:arm64. [2020-08-07T00:14:06.106Z] Preparing to unpack .../30-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:06.106Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:06.699Z] Selecting previously unselected package gcc-7. [2020-08-07T00:14:06.699Z] Preparing to unpack .../31-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:06.699Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:07.007Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | [2020-08-07T00:14:07.007Z] Snapped edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap [2020-08-07T00:14:08.665Z] Selecting previously unselected package gcc. [2020-08-07T00:14:08.665Z] Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-08-07T00:14:08.665Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-08-07T00:14:08.665Z] Selecting previously unselected package libstdc++-7-dev:arm64. [2020-08-07T00:14:08.665Z] Preparing to unpack .../33-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:08.665Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:09.644Z] Selecting previously unselected package g++-7. [2020-08-07T00:14:09.644Z] Preparing to unpack .../34-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-07T00:14:09.644Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:10.316Z] [2020-08-07T00:14:10.316Z] Login successful. You now have these capabilities: [2020-08-07T00:14:10.316Z]  [2020-08-07T00:14:10.316Z] snaps: No restriction [2020-08-07T00:14:10.316Z] channels: No restriction [2020-08-07T00:14:10.317Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-08-07T00:14:10.317Z] expires: 2021-07-14T18:21:36.256372 [2020-08-07T00:14:10.317Z]  [2020-08-07T00:14:11.270Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-07T00:14:11.270Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-07T00:14:11.270Z] Preparing to upload 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap'. [2020-08-07T00:14:11.270Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-08-07T00:14:11.270Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-08-07T00:14:11.617Z] Selecting previously unselected package g++. [2020-08-07T00:14:11.617Z] Preparing to unpack .../35-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-08-07T00:14:11.617Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-08-07T00:14:11.617Z] Selecting previously unselected package make. [2020-08-07T00:14:11.617Z] Preparing to unpack .../36-make_4.1-9.1ubuntu1_arm64.deb ... [2020-08-07T00:14:11.617Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-08-07T00:14:11.617Z] Selecting previously unselected package libdpkg-perl. [2020-08-07T00:14:11.617Z] Preparing to unpack .../37-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-08-07T00:14:11.617Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-08-07T00:14:11.889Z] Selecting previously unselected package patch. [2020-08-07T00:14:11.889Z] Preparing to unpack .../38-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-08-07T00:14:11.889Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-08-07T00:14:11.889Z] Selecting previously unselected package dpkg-dev. [2020-08-07T00:14:11.889Z] Preparing to unpack .../39-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-08-07T00:14:11.889Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-08-07T00:14:12.160Z] Selecting previously unselected package build-essential. [2020-08-07T00:14:12.160Z] Preparing to unpack .../40-build-essential_12.4ubuntu1_arm64.deb ... [2020-08-07T00:14:12.160Z] Unpacking build-essential (12.4ubuntu1) ... [2020-08-07T00:14:12.435Z] Selecting previously unselected package curl. [2020-08-07T00:14:12.435Z] Preparing to unpack .../41-curl_7.58.0-2ubuntu3.9_arm64.deb ... [2020-08-07T00:14:12.435Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-08-07T00:14:12.435Z] Selecting previously unselected package libfakeroot:arm64. [2020-08-07T00:14:12.435Z] Preparing to unpack .../42-libfakeroot_1.22-2ubuntu1_arm64.deb ... [2020-08-07T00:14:12.435Z] Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-08-07T00:14:12.782Z] Selecting previously unselected package fakeroot. [2020-08-07T00:14:12.782Z] Preparing to unpack .../43-fakeroot_1.22-2ubuntu1_arm64.deb ... [2020-08-07T00:14:12.782Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-08-07T00:14:12.782Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-08-07T00:14:13.056Z] Preparing to unpack .../44-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... [2020-08-07T00:14:13.056Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-08-07T00:14:13.056Z] Selecting previously unselected package liberror-perl. [2020-08-07T00:14:13.056Z] Preparing to unpack .../45-liberror-perl_0.17025-1_all.deb ... [2020-08-07T00:14:13.056Z] Unpacking liberror-perl (0.17025-1) ... [2020-08-07T00:14:13.329Z] Selecting previously unselected package git-man. [2020-08-07T00:14:13.329Z] Preparing to unpack .../46-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-08-07T00:14:13.329Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-07T00:14:13.610Z] Selecting previously unselected package git. [2020-08-07T00:14:13.610Z] Preparing to unpack .../47-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-08-07T00:14:13.610Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-08-07T00:14:14.223Z] 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% [2020-08-07T00:14:15.069Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-08-07T00:14:15.069Z] Preparing to unpack .../48-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-08-07T00:14:15.069Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-08-07T00:14:15.069Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-08-07T00:14:15.069Z] Preparing to unpack .../49-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... [2020-08-07T00:14:15.069Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-08-07T00:14:15.352Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-08-07T00:14:15.352Z] Preparing to unpack .../50-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-08-07T00:14:15.352Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-08-07T00:14:15.352Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-08-07T00:14:15.352Z] Preparing to unpack .../51-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... [2020-08-07T00:14:15.352Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-08-07T00:14:15.639Z] Selecting previously unselected package libnorm1:arm64. [2020-08-07T00:14:15.639Z] Preparing to unpack .../52-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-08-07T00:14:15.639Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-08-07T00:14:15.922Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-08-07T00:14:15.922Z] Preparing to unpack .../53-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-08-07T00:14:15.922Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-08-07T00:14:15.922Z] Selecting previously unselected package libsodium23:arm64. [2020-08-07T00:14:16.196Z] Preparing to unpack .../54-libsodium23_1.0.16-2_arm64.deb ... [2020-08-07T00:14:16.196Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-08-07T00:14:16.196Z] Selecting previously unselected package libzmq5:arm64. [2020-08-07T00:14:16.196Z] Preparing to unpack .../55-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-08-07T00:14:16.196Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-08-07T00:14:16.491Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-08-07T00:14:16.491Z] Preparing to unpack .../56-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-08-07T00:14:16.491Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-08-07T00:14:16.799Z] Selecting previously unselected package manpages-dev. [2020-08-07T00:14:16.799Z] Preparing to unpack .../57-manpages-dev_4.15-1_all.deb ... [2020-08-07T00:14:16.799Z] Unpacking manpages-dev (4.15-1) ... [2020-08-07T00:14:17.478Z] Selecting previously unselected package pkg-config. [2020-08-07T00:14:17.478Z] Preparing to unpack .../58-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-08-07T00:14:17.478Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-08-07T00:14:17.766Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:14:17.766Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-08-07T00:14:17.766Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:14:17.766Z] Setting up manpages (4.15-1) ... [2020-08-07T00:14:17.766Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-07T00:14:18.058Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:14:18.058Z] Setting up less (487-0.1) ... [2020-08-07T00:14:18.337Z] Setting up make (4.1-9.1ubuntu1) ... [2020-08-07T00:14:18.611Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-08-07T00:14:18.611Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-08-07T00:14:18.611Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:14:18.611Z] Setting up linux-libc-dev:arm64 (4.15.0-112.113) ... [2020-08-07T00:14:18.611Z] Setting up libmpfr6:arm64 (4.0.1-1) ... [2020-08-07T00:14:18.611Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-07T00:14:18.885Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-08-07T00:14:18.885Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:14:18.885Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-08-07T00:14:18.885Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:18.885Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:14:18.885Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-08-07T00:14:19.160Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-08-07T00:14:19.160Z] Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-08-07T00:14:19.160Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-08-07T00:14:19.160Z] Setting up libmpc3:arm64 (1.1.0-1) ... [2020-08-07T00:14:19.160Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-08-07T00:14:19.160Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-07T00:14:19.160Z] Setting up manpages-dev (4.15-1) ... [2020-08-07T00:14:19.429Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-08-07T00:14:19.429Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-07T00:14:19.429Z] Setting up netbase (5.4) ... [2020-08-07T00:14:19.429Z] Setting up libisl19:arm64 (0.19-1) ... [2020-08-07T00:14:19.699Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-08-07T00:14:19.699Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:19.699Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:14:19.699Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:19.699Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-08-07T00:14:19.699Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-08-07T00:14:19.699Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-08-07T00:14:19.699Z] 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 [2020-08-07T00:14:19.699Z] 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 [2020-08-07T00:14:19.699Z] 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 [2020-08-07T00:14:19.699Z] 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 [2020-08-07T00:14:19.699Z] 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 [2020-08-07T00:14:19.699Z] 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 [2020-08-07T00:14:19.699Z] 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 [2020-08-07T00:14:19.699Z] 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 [2020-08-07T00:14:19.970Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:19.970Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:19.970Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:19.970Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-07T00:14:19.970Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:14:20.240Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-08-07T00:14:20.240Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-08-07T00:14:20.240Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:20.240Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-07T00:14:20.240Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-08-07T00:14:20.510Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-08-07T00:14:20.510Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-08-07T00:14:20.510Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-08-07T00:14:20.510Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-08-07T00:14:20.780Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-08-07T00:14:20.780Z] 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 [2020-08-07T00:14:20.780Z] Setting up liberror-perl (0.17025-1) ... [2020-08-07T00:14:20.780Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-08-07T00:14:20.780Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-08-07T00:14:20.780Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-08-07T00:14:20.780Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-08-07T00:14:21.049Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-08-07T00:14:21.049Z] Setting up build-essential (12.4ubuntu1) ... [2020-08-07T00:14:21.049Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-08-07T00:14:21.319Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-08-07T00:14:21.319Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-08-07T00:14:28.002Z] binutils set to automatically installed. [2020-08-07T00:14:28.002Z] binutils-aarch64-linux-gnu set to automatically installed. [2020-08-07T00:14:28.002Z] binutils-common set to automatically installed. [2020-08-07T00:14:28.002Z] build-essential set to automatically installed. [2020-08-07T00:14:28.002Z] cpp set to automatically installed. [2020-08-07T00:14:28.002Z] cpp-7 set to automatically installed. [2020-08-07T00:14:28.002Z] curl set to automatically installed. [2020-08-07T00:14:28.002Z] dpkg-dev set to automatically installed. [2020-08-07T00:14:28.002Z] fakeroot set to automatically installed. [2020-08-07T00:14:28.002Z] g++ set to automatically installed. [2020-08-07T00:14:28.002Z] g++-7 set to automatically installed. [2020-08-07T00:14:28.002Z] gcc set to automatically installed. [2020-08-07T00:14:28.002Z] gcc-7 set to automatically installed. [2020-08-07T00:14:28.002Z] gcc-7-base set to automatically installed. [2020-08-07T00:14:28.002Z] git set to automatically installed. [2020-08-07T00:14:28.002Z] git-man set to automatically installed. [2020-08-07T00:14:28.002Z] less set to automatically installed. [2020-08-07T00:14:28.002Z] libalgorithm-diff-perl set to automatically installed. [2020-08-07T00:14:28.002Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-08-07T00:14:28.002Z] libalgorithm-merge-perl set to automatically installed. [2020-08-07T00:14:28.002Z] libasan4 set to automatically installed. [2020-08-07T00:14:28.002Z] libatomic1 set to automatically installed. [2020-08-07T00:14:28.002Z] libbinutils set to automatically installed. [2020-08-07T00:14:28.002Z] libc-dev-bin set to automatically installed. [2020-08-07T00:14:28.002Z] libc6-dev set to automatically installed. [2020-08-07T00:14:28.002Z] libcc1-0 set to automatically installed. [2020-08-07T00:14:28.002Z] libcurl3-gnutls set to automatically installed. [2020-08-07T00:14:28.002Z] libdpkg-perl set to automatically installed. [2020-08-07T00:14:28.002Z] liberror-perl set to automatically installed. [2020-08-07T00:14:28.002Z] libfakeroot set to automatically installed. [2020-08-07T00:14:28.002Z] libfile-fcntllock-perl set to automatically installed. [2020-08-07T00:14:28.002Z] libgcc-7-dev set to automatically installed. [2020-08-07T00:14:28.002Z] libgdbm-compat4 set to automatically installed. [2020-08-07T00:14:28.002Z] libgdbm5 set to automatically installed. [2020-08-07T00:14:28.273Z] libgomp1 set to automatically installed. [2020-08-07T00:14:28.273Z] libisl19 set to automatically installed. [2020-08-07T00:14:28.273Z] libitm1 set to automatically installed. [2020-08-07T00:14:28.273Z] liblocale-gettext-perl set to automatically installed. [2020-08-07T00:14:28.273Z] liblsan0 set to automatically installed. [2020-08-07T00:14:28.273Z] libmpc3 set to automatically installed. [2020-08-07T00:14:28.273Z] libmpfr6 set to automatically installed. [2020-08-07T00:14:28.543Z] libnorm1 set to automatically installed. [2020-08-07T00:14:28.543Z] libperl5.26 set to automatically installed. [2020-08-07T00:14:28.543Z] libpgm-5.2-0 set to automatically installed. [2020-08-07T00:14:28.543Z] libsodium23 set to automatically installed. [2020-08-07T00:14:28.543Z] libstdc++-7-dev set to automatically installed. [2020-08-07T00:14:28.543Z] libtsan0 set to automatically installed. [2020-08-07T00:14:28.543Z] libubsan0 set to automatically installed. [2020-08-07T00:14:28.573Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| [2020-08-07T00:14:28.573Z] released [2020-08-07T00:14:28.573Z] Revision 30 of 'edgex-app-service-configurable' created. [2020-08-07T00:14:28.815Z] libzmq3-dev set to automatically installed. [2020-08-07T00:14:28.816Z] libzmq5 set to automatically installed. [2020-08-07T00:14:28.816Z] linux-libc-dev set to automatically installed. [2020-08-07T00:14:28.816Z] make set to automatically installed. [2020-08-07T00:14:28.816Z] manpages set to automatically installed. [2020-08-07T00:14:28.816Z] manpages-dev set to automatically installed. [2020-08-07T00:14:28.816Z] netbase set to automatically installed. [2020-08-07T00:14:29.088Z] patch set to automatically installed. [2020-08-07T00:14:29.088Z] perl set to automatically installed. [2020-08-07T00:14:29.088Z] perl-modules-5.26 set to automatically installed. [2020-08-07T00:14:29.088Z] pkg-config set to automatically installed. [2020-08-07T00:14:29.088Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-08-07T00:14:29.088Z] Please ensure the environment is properly setup before continuing. [2020-08-07T00:14:29.088Z] Ignore this message if the appropriate measures have already been taken [2020-08-07T00:14:29.144Z] Track Arch Channel Version Revision [2020-08-07T00:14:29.144Z] latest amd64 stable 1.2.0-20200615+a7f3ace 14 [2020-08-07T00:14:29.144Z] candidate 1.2.0-20200615+a7f3ace 14 [2020-08-07T00:14:29.144Z] beta 1.2.0-20200615+a7f3ace 14 [2020-08-07T00:14:29.144Z] edge 1.2.0-20200807+e37aa20 30 [2020-08-07T00:14:30.059Z] Pulling go  [2020-08-07T00:14:30.085Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-07T00:14:30.085Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-07T00:14:30.085Z] Uploading metadata from 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_amd64.snap' [2020-08-07T00:14:33.412Z] The metadata has been uploaded [2020-08-07T00:14:33.442Z] 'app-service-config' has dependencies that need to be staged: go [2020-08-07T00:14:33.442Z] Skipping pull go (already ran) [2020-08-07T00:14:33.442Z] Building go  [2020-08-07T00:14:33.442Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-07T00:14:33.442Z] Dload Upload Total Spent Left Speed [Pipeline] } [2020-08-07T00:14:34.822Z] 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] } [2020-08-07T00:14:36.381Z] 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 [2020-08-07T00:14:37.804Z] go1.13.10.linux-arm64.tar.gz: OK [2020-08-07T00:14:56.070Z] Staging go  [2020-08-07T00:14:58.679Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-08-07T00:14:58.948Z] 5% 99% [Working] 99% [Working] 99% Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-08-07T00:14:58.948Z] 78% 99% 99% Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-08-07T00:14:58.948Z] 87% 99% 99% Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-08-07T00:14:59.220Z] 86% 99% 3% [Working] 3% [Working] 3% 3% Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] [2020-08-07T00:14:59.490Z] 3% 3% 3% 3% 3% Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] [2020-08-07T00:15:00.091Z] 4% 7% 7% 7% 34% 34% 34% 76% Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] [2020-08-07T00:15:00.091Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] [2020-08-07T00:15:00.364Z] 77% 75% 78% 78% Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1252 kB] [2020-08-07T00:15:00.365Z] 78% 85% Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3894 B] [2020-08-07T00:15:00.365Z] 85% Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1316 B] [2020-08-07T00:15:00.365Z] 85% Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [919 kB] [2020-08-07T00:15:00.365Z] 86% 91% Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-08-07T00:15:00.365Z] 91% Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [8104 B] [2020-08-07T00:15:00.365Z] 91% Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] [2020-08-07T00:15:00.365Z] 91% Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [646 kB] [2020-08-07T00:15:00.365Z] 91% 95% Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] [2020-08-07T00:15:00.365Z] 95% Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [772 kB] [2020-08-07T00:15:03.237Z] 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) [2020-08-07T00:15:21.505Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] [2020-08-07T00:15:21.505Z] 6% 100% [Working] Fetched 218 kB in 0s (0 B/s) [2020-08-07T00:15:21.505Z] 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] [2020-08-07T00:15:21.505Z] 9% 100% [Working] Fetched 140 kB in 0s (0 B/s) [2020-08-07T00:15:21.505Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] [2020-08-07T00:15:21.776Z] 6% 100% [Working] Fetched 208 kB in 0s (0 B/s) [2020-08-07T00:15:22.317Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] [2020-08-07T00:15:22.317Z] 15% 100% [Working] Fetched 90.4 kB in 0s (0 B/s) [2020-08-07T00:15:22.914Z] Pulling app-service-config  [2020-08-07T00:15:29.612Z] Pulling config-common  [2020-08-07T00:15:32.227Z] Skipping build go (already ran) [2020-08-07T00:15:32.500Z] Building app-service-config  [2020-08-07T00:15:32.770Z] 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 [2020-08-07T00:15:34.736Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-07T00:15:34.736Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-07T00:15:34.736Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-07T00:15:34.736Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-07T00:15:34.736Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-07T00:15:34.736Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-07T00:15:34.736Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-07T00:15:34.736Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-07T00:15:34.736Z] go: downloading github.com/google/uuid v1.1.1 [2020-08-07T00:15:34.736Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-07T00:15:34.736Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-07T00:15:34.736Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-07T00:15:34.736Z] go: downloading github.com/x448/float16 v0.8.4 [2020-08-07T00:15:34.736Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-08-07T00:15:34.736Z] go: extracting github.com/google/uuid v1.1.1 [2020-08-07T00:15:34.736Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-07T00:15:34.736Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-07T00:15:34.736Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-08-07T00:15:34.736Z] go: extracting github.com/x448/float16 v0.8.4 [2020-08-07T00:15:34.736Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-08-07T00:15:34.736Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-08-07T00:15:34.736Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-08-07T00:15:34.736Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-07T00:15:34.736Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-08-07T00:15:34.736Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-07T00:15:35.011Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-08-07T00:15:35.011Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-08-07T00:15:35.011Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-08-07T00:15:35.011Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-08-07T00:15:35.011Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-08-07T00:15:35.011Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-07T00:15:35.011Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-08-07T00:15:35.011Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-07T00:15:35.011Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-07T00:15:35.011Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-07T00:15:35.011Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-08-07T00:15:35.011Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-07T00:15:35.011Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-08-07T00:15:35.011Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-07T00:15:35.283Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-07T00:15:35.283Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-08-07T00:15:35.283Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-08-07T00:15:35.283Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-07T00:15:35.283Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-07T00:15:35.283Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-07T00:15:35.283Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-07T00:15:35.283Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-08-07T00:15:35.283Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-07T00:15:35.283Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-08-07T00:15:35.283Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-07T00:15:35.283Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-08-07T00:15:35.553Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-07T00:15:35.553Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-08-07T00:15:35.553Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-08-07T00:15:35.553Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-08-07T00:15:35.553Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-07T00:15:35.553Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-08-07T00:15:35.553Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-08-07T00:15:35.553Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-08-07T00:15:35.553Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-07T00:15:35.553Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-08-07T00:15:35.553Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-08-07T00:15:35.553Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-08-07T00:15:35.824Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-07T00:15:35.824Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-07T00:15:35.824Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-07T00:15:35.824Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-07T00:15:35.824Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-07T00:15:35.824Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-08-07T00:15:35.824Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-08-07T00:15:36.421Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-08-07T00:15:36.421Z] go: downloading github.com/golang/snappy v0.0.1 [2020-08-07T00:15:36.421Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-08-07T00:15:36.421Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-07T00:15:36.421Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-07T00:15:36.421Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-08-07T00:15:36.421Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-07T00:15:36.421Z] go: extracting github.com/golang/snappy v0.0.1 [2020-08-07T00:15:36.421Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-08-07T00:15:36.421Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-07T00:15:36.421Z] go: downloading golang.org/x/text v0.3.2 [2020-08-07T00:15:36.421Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-07T00:15:36.695Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-07T00:15:37.665Z] go: extracting golang.org/x/text v0.3.2 [2020-08-07T00:15:39.086Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-07T00:15:39.086Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-07T00:15:39.086Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-07T00:15:39.086Z] go: finding github.com/google/uuid v1.1.1 [2020-08-07T00:15:39.086Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-07T00:15:39.086Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-07T00:15:39.086Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-07T00:15:39.086Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-07T00:15:39.086Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-07T00:15:39.086Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-07T00:15:39.086Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-07T00:15:39.355Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-07T00:15:39.355Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-07T00:15:39.355Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-07T00:15:39.355Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-07T00:15:39.355Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-07T00:15:39.355Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-07T00:15:39.355Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-07T00:15:39.355Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-07T00:15:39.355Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-07T00:15:39.355Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-07T00:15:39.355Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-07T00:15:39.355Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-07T00:15:39.355Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-07T00:15:39.355Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-07T00:15:39.355Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-07T00:15:39.355Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-07T00:15:39.355Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-07T00:15:39.355Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-07T00:15:39.355Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-07T00:15:39.355Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-07T00:15:39.355Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-07T00:15:39.355Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-07T00:15:39.355Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-07T00:15:39.355Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-07T00:15:39.355Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-07T00:15:39.355Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-07T00:15:39.355Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-07T00:15:39.355Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-07T00:15:39.625Z] go: finding golang.org/x/text v0.3.2 [2020-08-07T00:15:39.625Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-07T00:15:39.625Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-07T00:16:36.149Z] Building config-common  [2020-08-07T00:16:51.188Z] Skipping stage go (already ran) [2020-08-07T00:16:51.188Z] Staging app-service-config  [2020-08-07T00:16:52.159Z] Staging config-common  [2020-08-07T00:16:55.531Z] Priming go  [2020-08-07T00:16:58.894Z] Priming app-service-config  [2020-08-07T00:17:03.174Z] Priming config-common  [2020-08-07T00:17:12.013Z] 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 | [2020-08-07T00:17:12.013Z] Snapped edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap [2020-08-07T00:17:18.696Z] [2020-08-07T00:17:18.696Z] Login successful. You now have these capabilities: [2020-08-07T00:17:18.696Z]  [2020-08-07T00:17:18.696Z] snaps: No restriction [2020-08-07T00:17:18.696Z] channels: No restriction [2020-08-07T00:17:18.696Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-08-07T00:17:18.696Z] expires: 2021-07-14T18:21:36.256372 [2020-08-07T00:17:18.696Z]  [2020-08-07T00:17:22.061Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-07T00:17:22.061Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-07T00:17:22.061Z] Preparing to upload 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap'. [2020-08-07T00:17:22.061Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-08-07T00:17:22.061Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-08-07T00:17:26.245Z] 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% [2020-08-07T00:17:40.778Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| [2020-08-07T00:17:40.778Z] released [2020-08-07T00:17:41.048Z] Revision 31 of 'edgex-app-service-configurable' created. [2020-08-07T00:17:42.017Z] Track Arch Channel Version Revision [2020-08-07T00:17:42.017Z] latest arm64 stable 1.2.0-20200615+a7f3ace 15 [2020-08-07T00:17:42.017Z] candidate 1.2.0-20200615+a7f3ace 15 [2020-08-07T00:17:42.017Z] beta 1.2.0-20200615+a7f3ace 15 [2020-08-07T00:17:42.017Z] edge 1.2.0-20200807+e37aa20 31 [2020-08-07T00:17:45.378Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-07T00:17:45.378Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-07T00:17:45.378Z] Uploading metadata from 'edgex-app-service-configurable_1.2.0-20200807+e37aa20_arm64.snap' [2020-08-07T00:17:48.781Z] The metadata has been uploaded [Pipeline] } [2020-08-07T00:17:52.234Z] 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 [2020-08-07T00:17:53.609Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-07T00:17:53.610Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-07T00:17:53.670Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:17:54.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-07T00:17:54.048Z] [2020-08-07T00:17:54.048Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:17:54.391Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-07T00:17:54.391Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-07T00:17:54.391Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-07T00:17:54.391Z] 408f87550127: Pulling fs layer [2020-08-07T00:17:54.391Z] fe522b08c979: Pulling fs layer [2020-08-07T00:17:54.391Z] 221eaa008020: Pulling fs layer [2020-08-07T00:17:54.391Z] 2a4607e5d6b9: Pulling fs layer [2020-08-07T00:17:54.391Z] 8f79b27c4fd2: Pulling fs layer [2020-08-07T00:17:54.391Z] e5c8dbe1645b: Pulling fs layer [2020-08-07T00:17:54.391Z] 23e8b3b47431: Pulling fs layer [2020-08-07T00:17:54.391Z] 5c568d65a230: Pulling fs layer [2020-08-07T00:17:54.391Z] 221eaa008020: Waiting [2020-08-07T00:17:54.391Z] e5c8dbe1645b: Waiting [2020-08-07T00:17:54.391Z] 2a4607e5d6b9: Waiting [2020-08-07T00:17:54.391Z] 8f79b27c4fd2: Waiting [2020-08-07T00:17:54.391Z] 23e8b3b47431: Waiting [2020-08-07T00:17:54.391Z] 5c568d65a230: Waiting [2020-08-07T00:17:54.391Z] fe522b08c979: Download complete [2020-08-07T00:17:54.391Z] 408f87550127: Verifying Checksum [2020-08-07T00:17:54.391Z] 408f87550127: Download complete [2020-08-07T00:17:54.391Z] 2a4607e5d6b9: Verifying Checksum [2020-08-07T00:17:54.391Z] 2a4607e5d6b9: Download complete [2020-08-07T00:17:54.391Z] 8f79b27c4fd2: Verifying Checksum [2020-08-07T00:17:54.391Z] 8f79b27c4fd2: Download complete [2020-08-07T00:17:54.391Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-07T00:17:54.391Z] cbdbe7a5bc2a: Download complete [2020-08-07T00:17:54.984Z] e5c8dbe1645b: Verifying Checksum [2020-08-07T00:17:54.984Z] e5c8dbe1645b: Download complete [2020-08-07T00:17:54.984Z] cbdbe7a5bc2a: Pull complete [2020-08-07T00:17:55.263Z] 408f87550127: Pull complete [2020-08-07T00:17:55.531Z] 23e8b3b47431: Verifying Checksum [2020-08-07T00:17:55.531Z] 23e8b3b47431: Download complete [2020-08-07T00:17:55.796Z] 5c568d65a230: Verifying Checksum [2020-08-07T00:17:55.796Z] 5c568d65a230: Download complete [2020-08-07T00:17:55.796Z] fe522b08c979: Pull complete [2020-08-07T00:17:56.056Z] 221eaa008020: Verifying Checksum [2020-08-07T00:17:56.056Z] 221eaa008020: Download complete [2020-08-07T00:18:02.680Z] 221eaa008020: Pull complete [2020-08-07T00:18:02.680Z] 2a4607e5d6b9: Pull complete [2020-08-07T00:18:02.680Z] 8f79b27c4fd2: Pull complete [2020-08-07T00:18:03.636Z] e5c8dbe1645b: Pull complete [2020-08-07T00:18:06.945Z] 23e8b3b47431: Pull complete [2020-08-07T00:18:08.336Z] 5c568d65a230: Pull complete [2020-08-07T00:18:08.336Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-07T00:18:08.336Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-07T00:18:08.336Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-07T00:18:08.531Z] prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container [2020-08-07T00:18:08.577Z] $ 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 [2020-08-07T00:18:09.786Z] $ docker top e688e620ddd6a8c64d9696a4adeffbfbae90278d5e3c763a3a10768a9c4af0d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-07T00:18:10.325Z] + snyk monitor '--org=edgex-jenkins' [2020-08-07T00:18:25.254Z] [2020-08-07T00:18:25.254Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-08-07T00:18:25.254Z] [2020-08-07T00:18:25.254Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/364836cd-aa4d-47ab-b136-d963422a62f1 [2020-08-07T00:18:25.254Z] [2020-08-07T00:18:25.254Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-07T00:18:25.254Z] [2020-08-07T00:18:29.459Z] [2020-08-07T00:18:29.459Z] Snyk CLI supports Node.js 8 and higher. [2020-08-07T00:18:29.459Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-07T00:18:29.459Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-07T00:18:29.459Z] [2020-08-07T00:18:29.459Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-07T00:18:29.459Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-07T00:18:29.471Z] $ docker stop --time=1 e688e620ddd6a8c64d9696a4adeffbfbae90278d5e3c763a3a10768a9c4af0d5 [2020-08-07T00:18:32.529Z] $ docker rm -f e688e620ddd6a8c64d9696a4adeffbfbae90278d5e3c763a3a10768a9c4af0d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:18:33.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-07T00:18:33.689Z] [2020-08-07T00:18:33.689Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:18:34.025Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-07T00:18:34.025Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-07T00:18:34.025Z] e7c96db7181b: Pulling fs layer [2020-08-07T00:18:34.025Z] 1868ca2cb446: Pulling fs layer [2020-08-07T00:18:34.025Z] 136be5d0fe8e: Pulling fs layer [2020-08-07T00:18:34.025Z] 894bfe63afcb: Pulling fs layer [2020-08-07T00:18:34.025Z] 894bfe63afcb: Waiting [2020-08-07T00:18:34.025Z] 1868ca2cb446: Verifying Checksum [2020-08-07T00:18:34.025Z] 1868ca2cb446: Download complete [2020-08-07T00:18:34.025Z] 136be5d0fe8e: Verifying Checksum [2020-08-07T00:18:34.025Z] 136be5d0fe8e: Download complete [2020-08-07T00:18:34.025Z] e7c96db7181b: Verifying Checksum [2020-08-07T00:18:34.025Z] e7c96db7181b: Download complete [2020-08-07T00:18:34.025Z] 894bfe63afcb: Verifying Checksum [2020-08-07T00:18:34.025Z] 894bfe63afcb: Download complete [2020-08-07T00:18:34.286Z] e7c96db7181b: Pull complete [2020-08-07T00:18:34.548Z] 1868ca2cb446: Pull complete [2020-08-07T00:18:34.548Z] 136be5d0fe8e: Pull complete [2020-08-07T00:18:34.809Z] 894bfe63afcb: Pull complete [2020-08-07T00:18:34.809Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-07T00:18:34.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-07T00:18:34.809Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-07T00:18:35.158Z] prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container [2020-08-07T00:18:35.199Z] $ 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 [2020-08-07T00:18:36.079Z] $ docker top 6dbad5dda603115bc9c0f290f8a01dbc25b912d1a498275d55715fdd1dc059fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-07T00:18:36.580Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54 [2020-08-07T00:18:36.580Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-07T00:18:42.178Z] $ docker stop --time=1 6dbad5dda603115bc9c0f290f8a01dbc25b912d1a498275d55715fdd1dc059fc [2020-08-07T00:18:43.557Z] $ docker rm -f 6dbad5dda603115bc9c0f290f8a01dbc25b912d1a498275d55715fdd1dc059fc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:18:44.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-07T00:18:44.081Z] . [Pipeline] withDockerContainer [2020-08-07T00:18:44.181Z] prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container [2020-08-07T00:18:44.236Z] $ 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 [2020-08-07T00:18:44.900Z] $ docker top 622166c88c8b799ee5fa6bc816d3bded12bddd44e91fc3de08f46aaeecc8d384 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-07T00:18:45.450Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e37aa202fafc867c8cd6088613881081e3eb2c54 [2020-08-07T00:18:45.450Z] + tee [2020-08-07T00:18:45.450Z] clair timeout 1m0s [2020-08-07T00:18:45.451Z] docker timeout: 1m0s [2020-08-07T00:18:45.451Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-07T00:18:46.489Z] $ docker stop --time=1 622166c88c8b799ee5fa6bc816d3bded12bddd44e91fc3de08f46aaeecc8d384 [2020-08-07T00:18:47.855Z] $ docker rm -f 622166c88c8b799ee5fa6bc816d3bded12bddd44e91fc3de08f46aaeecc8d384 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-07T00:18:48.359Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-08-07T00:18:48.375Z] 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 [2020-08-07T00:18:48.454Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:18:48.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-07T00:18:48.800Z] . [Pipeline] withDockerContainer [2020-08-07T00:18:48.892Z] prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container [2020-08-07T00:18:48.990Z] $ 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 [2020-08-07T00:18:49.652Z] $ docker top 4b47f603c12fd1c9271dc39d3e9f5d29ff849dadbc3467908d6a73ab4811d6f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-07T00:18:50.189Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54 [2020-08-07T00:18:50.189Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-07T00:18:55.625Z] $ docker stop --time=1 4b47f603c12fd1c9271dc39d3e9f5d29ff849dadbc3467908d6a73ab4811d6f6 [2020-08-07T00:18:57.010Z] $ docker rm -f 4b47f603c12fd1c9271dc39d3e9f5d29ff849dadbc3467908d6a73ab4811d6f6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:18:57.479Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-07T00:18:57.479Z] . [Pipeline] withDockerContainer [2020-08-07T00:18:57.641Z] prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container [2020-08-07T00:18:57.763Z] $ 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 [2020-08-07T00:18:58.365Z] $ docker top 20d62d54dbffb23c372aee46718fdf96423aff54a7bbfbdc9f8eb05bf9a090e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-07T00:18:58.872Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e37aa202fafc867c8cd6088613881081e3eb2c54 [2020-08-07T00:18:58.872Z] + tee [2020-08-07T00:18:58.872Z] clair timeout 1m0s [2020-08-07T00:18:58.872Z] docker timeout: 1m0s [2020-08-07T00:18:58.872Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-07T00:18:59.911Z] $ docker stop --time=1 20d62d54dbffb23c372aee46718fdf96423aff54a7bbfbdc9f8eb05bf9a090e8 [2020-08-07T00:19:01.258Z] $ docker rm -f 20d62d54dbffb23c372aee46718fdf96423aff54a7bbfbdc9f8eb05bf9a090e8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-07T00:19:01.716Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-08-07T00:19:01.730Z] 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 [2020-08-07T00:19:01.782Z] 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 [2020-08-07T00:19:02.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-07T00:19:02.750Z] . [Pipeline] withDockerContainer [2020-08-07T00:19:02.850Z] prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container [2020-08-07T00:19:02.897Z] $ 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 [2020-08-07T00:19:03.498Z] $ docker top 8c8480ccf2b80eed6d8a106593ab8cb0854bdb590250f309627593be106592d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-07T00:19:04.036Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-07T00:19:04.036Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-07T00:19:04.238Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-07T00:19:04.240Z] $ docker exec 8c8480ccf2b80eed6d8a106593ab8cb0854bdb590250f309627593be106592d3 ssh-agent [2020-08-07T00:19:04.408Z] SSH_AUTH_SOCK=/tmp/ssh-LyU9NTkZ1y7n/agent.11 [2020-08-07T00:19:04.408Z] SSH_AGENT_PID=17 [2020-08-07T00:19:04.415Z] Running ssh-add (command line suppressed) [2020-08-07T00:19:04.551Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4474654049892243808.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4474654049892243808.key) [2020-08-07T00:19:04.604Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-07T00:19:04.932Z] + git semver tag [2020-08-07T00:19:04.932Z] # -> Open(): unable to determine branch for HEAD [2020-08-07T00:19:04.932Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-08-07T00:19:04.932Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-08-07T00:19:04.932Z] # $SEMVER_REMOTE_NAME = origin [2020-08-07T00:19:04.932Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-07T00:19:04.932Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-07T00:19:04.932Z] # $SEMVER_BRANCH = master [2020-08-07T00:19:04.932Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-08-07T00:19:04.932Z] # e37aa202fafc867c8cd6088613881081e3eb2c54 HEAD [2020-08-07T00:19:04.932Z] # -> Force: false [2020-08-07T00:19:04.932Z] # 7a87c8fc984e62363b4cfb12f100a4e2c4a6c245 refs/tags/v1.2.1-dev.6 [Pipeline] } [2020-08-07T00:19:04.944Z] $ docker exec --env ******** --env ******** 8c8480ccf2b80eed6d8a106593ab8cb0854bdb590250f309627593be106592d3 ssh-agent -k [2020-08-07T00:19:05.061Z] unset SSH_AUTH_SOCK; [2020-08-07T00:19:05.061Z] unset SSH_AGENT_PID; [2020-08-07T00:19:05.061Z] echo Agent pid 17 killed; [2020-08-07T00:19:05.108Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-07T00:19:05.556Z] + git semver [Pipeline] } [2020-08-07T00:19:05.571Z] $ docker stop --time=1 8c8480ccf2b80eed6d8a106593ab8cb0854bdb590250f309627593be106592d3 [2020-08-07T00:19:06.918Z] $ docker rm -f 8c8480ccf2b80eed6d8a106593ab8cb0854bdb590250f309627593be106592d3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:19:07.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-07T00:19:07.501Z] [2020-08-07T00:19:07.501Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:19:07.842Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-07T00:19:07.842Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-07T00:19:07.842Z] ab5ef0e58194: Pulling fs layer [2020-08-07T00:19:07.842Z] 9712f1f96733: Pulling fs layer [2020-08-07T00:19:07.842Z] 63f879dbbcfc: Pulling fs layer [2020-08-07T00:19:07.842Z] 0d9ebad4ef96: Pulling fs layer [2020-08-07T00:19:07.842Z] e9a5061849ea: Pulling fs layer [2020-08-07T00:19:07.842Z] d747dcd14b5f: Pulling fs layer [2020-08-07T00:19:07.842Z] 2de7ff778b66: Pulling fs layer [2020-08-07T00:19:07.842Z] e9a5061849ea: Waiting [2020-08-07T00:19:07.842Z] d747dcd14b5f: Waiting [2020-08-07T00:19:07.842Z] 2de7ff778b66: Waiting [2020-08-07T00:19:07.842Z] 0d9ebad4ef96: Waiting [2020-08-07T00:19:07.842Z] 9712f1f96733: Download complete [2020-08-07T00:19:08.810Z] 63f879dbbcfc: Verifying Checksum [2020-08-07T00:19:08.810Z] 63f879dbbcfc: Download complete [2020-08-07T00:19:09.078Z] e9a5061849ea: Verifying Checksum [2020-08-07T00:19:09.078Z] e9a5061849ea: Download complete [2020-08-07T00:19:09.078Z] d747dcd14b5f: Verifying Checksum [2020-08-07T00:19:09.078Z] d747dcd14b5f: Download complete [2020-08-07T00:19:09.339Z] 0d9ebad4ef96: Verifying Checksum [2020-08-07T00:19:09.339Z] 0d9ebad4ef96: Download complete [2020-08-07T00:19:09.339Z] ab5ef0e58194: Verifying Checksum [2020-08-07T00:19:09.339Z] ab5ef0e58194: Download complete [2020-08-07T00:19:09.339Z] 2de7ff778b66: Download complete [2020-08-07T00:19:13.560Z] ab5ef0e58194: Pull complete [2020-08-07T00:19:13.560Z] 9712f1f96733: Pull complete [2020-08-07T00:19:16.861Z] 63f879dbbcfc: Pull complete [2020-08-07T00:19:23.465Z] 0d9ebad4ef96: Pull complete [2020-08-07T00:19:24.409Z] e9a5061849ea: Pull complete [2020-08-07T00:19:24.409Z] d747dcd14b5f: Pull complete [2020-08-07T00:19:28.619Z] 2de7ff778b66: Pull complete [2020-08-07T00:19:28.619Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-07T00:19:28.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-07T00:19:28.619Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-07T00:19:28.791Z] prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container [2020-08-07T00:19:28.834Z] $ 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 [2020-08-07T00:19:31.886Z] $ docker top c9960ec1fc560e065d6455e6746629b3cc9ce4eb2dff0b801982e9910dcead19 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-07T00:19:32.075Z] provisioning config files... [2020-08-07T00:19:32.089Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config227676492584368693tmp [2020-08-07T00:19:32.107Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config811544285144265096tmp [2020-08-07T00:19:32.121Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2363470257927516608tmp [Pipeline] { [Pipeline] echo [2020-08-07T00:19:32.164Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-07T00:19:32.456Z] ---> sigul-configuration.sh [2020-08-07T00:19:32.456Z] gpg: directory `/root/.gnupg' created [2020-08-07T00:19:32.456Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-07T00:19:32.456Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-07T00:19:32.456Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-07T00:19:32.456Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-07T00:19:32.456Z] gpg: CAST5 encrypted data [2020-08-07T00:19:32.716Z] gpg: encrypted with 1 passphrase [2020-08-07T00:19:32.716Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-07T00:19:33.011Z] + mkdir /home/jenkins [2020-08-07T00:19:33.011Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-07T00:19:33.305Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-07T00:19:33.315Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-07T00:19:33.606Z] ---> sigul-install.sh [2020-08-07T00:19:38.892Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-07T00:19:39.192Z] + git tag --list [2020-08-07T00:19:39.192Z] v1.2.1-dev.6 [Pipeline] sh [2020-08-07T00:19:39.495Z] + lftools sign git-tag v1.2.1-dev.6 [2020-08-07T00:19:40.887Z] Signing Git tag with Sigul... [2020-08-07T00:19:40.887Z] Signing v1.2.1-dev.6 [Pipeline] echo [2020-08-07T00:19:41.840Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-07T00:19:42.134Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-07T00:19:42.143Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-07T00:19:42.224Z] $ docker stop --time=1 c9960ec1fc560e065d6455e6746629b3cc9ce4eb2dff0b801982e9910dcead19 [2020-08-07T00:19:44.167Z] $ docker rm -f c9960ec1fc560e065d6455e6746629b3cc9ce4eb2dff0b801982e9910dcead19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:19:44.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-07T00:19:44.876Z] . [Pipeline] withDockerContainer [2020-08-07T00:19:44.971Z] prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container [2020-08-07T00:19:45.014Z] $ 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 [2020-08-07T00:19:45.655Z] $ docker top e3876c2b89f9d918e5eae4a1cb4f6b21485e145c291d09eb10da930c15585421 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-07T00:19:45.913Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-07T00:19:45.913Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-07T00:19:46.102Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-07T00:19:46.105Z] $ docker exec e3876c2b89f9d918e5eae4a1cb4f6b21485e145c291d09eb10da930c15585421 ssh-agent [2020-08-07T00:19:46.352Z] SSH_AUTH_SOCK=/tmp/ssh-NyiHl9A4K0vy/agent.11 [2020-08-07T00:19:46.352Z] SSH_AGENT_PID=16 [2020-08-07T00:19:46.374Z] Running ssh-add (command line suppressed) [2020-08-07T00:19:46.543Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5247402491393511949.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5247402491393511949.key) [2020-08-07T00:19:46.605Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-07T00:19:46.979Z] + git semver bump pre [2020-08-07T00:19:46.979Z] # -> Open(): unable to determine branch for HEAD [2020-08-07T00:19:46.979Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-08-07T00:19:46.979Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-08-07T00:19:46.979Z] # $SEMVER_REMOTE_NAME = origin [2020-08-07T00:19:46.979Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-07T00:19:46.979Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-07T00:19:46.979Z] # $SEMVER_BRANCH = master [2020-08-07T00:19:46.979Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-08-07T00:19:46.979Z] 1.2.1-dev.7 [Pipeline] } [2020-08-07T00:19:46.992Z] $ docker exec --env ******** --env ******** e3876c2b89f9d918e5eae4a1cb4f6b21485e145c291d09eb10da930c15585421 ssh-agent -k [2020-08-07T00:19:47.112Z] unset SSH_AUTH_SOCK; [2020-08-07T00:19:47.112Z] unset SSH_AGENT_PID; [2020-08-07T00:19:47.113Z] echo Agent pid 16 killed; [2020-08-07T00:19:47.161Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-07T00:19:47.626Z] + git semver [Pipeline] } [2020-08-07T00:19:47.641Z] $ docker stop --time=1 e3876c2b89f9d918e5eae4a1cb4f6b21485e145c291d09eb10da930c15585421 [2020-08-07T00:19:49.011Z] $ docker rm -f e3876c2b89f9d918e5eae4a1cb4f6b21485e145c291d09eb10da930c15585421 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:19:49.516Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-07T00:19:49.516Z] . [Pipeline] withDockerContainer [2020-08-07T00:19:49.609Z] prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container [2020-08-07T00:19:49.650Z] $ 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 [2020-08-07T00:19:50.252Z] $ docker top ad902df444cbd2612bf0abef12b2e3c4b552d8a72e2b5558c005f67dbe6ad8fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-07T00:19:50.546Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-07T00:19:50.546Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-07T00:19:50.719Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-07T00:19:50.722Z] $ docker exec ad902df444cbd2612bf0abef12b2e3c4b552d8a72e2b5558c005f67dbe6ad8fe ssh-agent [2020-08-07T00:19:50.904Z] SSH_AUTH_SOCK=/tmp/ssh-bpGn7xKehTIy/agent.12 [2020-08-07T00:19:50.904Z] SSH_AGENT_PID=17 [2020-08-07T00:19:50.910Z] Running ssh-add (command line suppressed) [2020-08-07T00:19:51.035Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_601129717105514958.key (/w/workspace/_app-service-configurable_master@tmp/private_key_601129717105514958.key) [2020-08-07T00:19:51.091Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-07T00:19:51.448Z] + git semver push [2020-08-07T00:19:51.448Z] # -> Open(): unable to determine branch for HEAD [2020-08-07T00:19:51.448Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-08-07T00:19:51.448Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-08-07T00:19:51.448Z] # $SEMVER_REMOTE_NAME = origin [2020-08-07T00:19:51.448Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-07T00:19:51.448Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-07T00:19:51.448Z] # $SEMVER_BRANCH = master [2020-08-07T00:19:51.448Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-08-07T00:19:58.042Z] $ docker exec --env ******** --env ******** ad902df444cbd2612bf0abef12b2e3c4b552d8a72e2b5558c005f67dbe6ad8fe ssh-agent -k [2020-08-07T00:19:58.166Z] unset SSH_AUTH_SOCK; [2020-08-07T00:19:58.166Z] unset SSH_AGENT_PID; [2020-08-07T00:19:58.166Z] echo Agent pid 17 killed; [2020-08-07T00:19:58.211Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-07T00:19:58.639Z] + git semver [Pipeline] } [2020-08-07T00:19:58.653Z] $ docker stop --time=1 ad902df444cbd2612bf0abef12b2e3c4b552d8a72e2b5558c005f67dbe6ad8fe [2020-08-07T00:20:00.010Z] $ 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 [2020-08-07T00:20:01.265Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-07T00:20:01.830Z] ---> package-listing.sh [2020-08-07T00:20:01.831Z] ++ facter osfamily [2020-08-07T00:20:01.831Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-07T00:20:02.095Z] + OS_FAMILY=redhat [2020-08-07T00:20:02.095Z] + workspace=/w/workspace/_app-service-configurable_master [2020-08-07T00:20:02.095Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-07T00:20:02.095Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-07T00:20:02.095Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-07T00:20:02.095Z] + PACKAGES=/tmp/packages_start.txt [2020-08-07T00:20:02.095Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-08-07T00:20:02.095Z] + PACKAGES=/tmp/packages_end.txt [2020-08-07T00:20:02.095Z] + case "${OS_FAMILY}" in [2020-08-07T00:20:02.095Z] + rpm -qa [2020-08-07T00:20:02.095Z] + sort [2020-08-07T00:20:06.310Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-07T00:20:06.310Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-07T00:20:06.310Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-07T00:20:06.310Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-08-07T00:20:06.310Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-08-07T00:20:06.310Z] + 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 [2020-08-07T00:20:06.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-07T00:20:06.905Z] [2020-08-07T00:20:06.905Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-07T00:20:07.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-07T00:20:07.241Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-07T00:20:07.241Z] c9b1b535fdd9: Pulling fs layer [2020-08-07T00:20:07.241Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-07T00:20:07.241Z] 756a868c4378: Pulling fs layer [2020-08-07T00:20:07.241Z] 444b2fc9a129: Pulling fs layer [2020-08-07T00:20:07.241Z] ea15f1150254: Pulling fs layer [2020-08-07T00:20:07.241Z] 41b27a9f41bf: Pulling fs layer [2020-08-07T00:20:07.241Z] 28c525ee5125: Pulling fs layer [2020-08-07T00:20:07.241Z] 094b1ea09ed8: Pulling fs layer [2020-08-07T00:20:07.241Z] 138eaada9080: Pulling fs layer [2020-08-07T00:20:07.241Z] 0622d0fa9048: Pulling fs layer [2020-08-07T00:20:07.241Z] 444b2fc9a129: Waiting [2020-08-07T00:20:07.241Z] ea15f1150254: Waiting [2020-08-07T00:20:07.241Z] 41b27a9f41bf: Waiting [2020-08-07T00:20:07.241Z] 28c525ee5125: Waiting [2020-08-07T00:20:07.241Z] 094b1ea09ed8: Waiting [2020-08-07T00:20:07.241Z] 138eaada9080: Waiting [2020-08-07T00:20:07.241Z] 0622d0fa9048: Waiting [2020-08-07T00:20:07.241Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-07T00:20:07.241Z] 2cc5ad85d9ab: Download complete [2020-08-07T00:20:07.241Z] 444b2fc9a129: Verifying Checksum [2020-08-07T00:20:07.241Z] 444b2fc9a129: Download complete [2020-08-07T00:20:07.241Z] c9b1b535fdd9: Verifying Checksum [2020-08-07T00:20:07.241Z] c9b1b535fdd9: Download complete [2020-08-07T00:20:07.241Z] ea15f1150254: Download complete [2020-08-07T00:20:07.513Z] 28c525ee5125: Download complete [2020-08-07T00:20:07.775Z] 756a868c4378: Verifying Checksum [2020-08-07T00:20:07.775Z] 756a868c4378: Download complete [2020-08-07T00:20:07.775Z] 138eaada9080: Verifying Checksum [2020-08-07T00:20:07.775Z] 138eaada9080: Download complete [2020-08-07T00:20:08.041Z] c9b1b535fdd9: Pull complete [2020-08-07T00:20:08.041Z] 0622d0fa9048: Verifying Checksum [2020-08-07T00:20:08.041Z] 0622d0fa9048: Download complete [2020-08-07T00:20:08.041Z] 094b1ea09ed8: Verifying Checksum [2020-08-07T00:20:08.041Z] 094b1ea09ed8: Download complete [2020-08-07T00:20:08.309Z] 2cc5ad85d9ab: Pull complete [2020-08-07T00:20:08.571Z] 41b27a9f41bf: Verifying Checksum [2020-08-07T00:20:08.571Z] 41b27a9f41bf: Download complete [2020-08-07T00:20:11.121Z] 756a868c4378: Pull complete [2020-08-07T00:20:11.121Z] 444b2fc9a129: Pull complete [2020-08-07T00:20:11.121Z] ea15f1150254: Pull complete [2020-08-07T00:20:14.446Z] 41b27a9f41bf: Pull complete [2020-08-07T00:20:14.446Z] 28c525ee5125: Pull complete [2020-08-07T00:20:17.018Z] 094b1ea09ed8: Pull complete [2020-08-07T00:20:17.018Z] 138eaada9080: Pull complete [2020-08-07T00:20:17.280Z] 0622d0fa9048: Pull complete [2020-08-07T00:20:17.280Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-07T00:20:17.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-07T00:20:17.280Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-07T00:20:17.394Z] prd-centos7-docker-4c-2g-2977 does not seem to be running inside a container [2020-08-07T00:20:17.437Z] $ 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 [2020-08-07T00:20:20.299Z] $ docker top 640f046f1bef26ac657d3d507a45d2395d9eaaf3759a30e487f4d7d698af7f60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-07T00:20:20.590Z] provisioning config files... [2020-08-07T00:20:20.608Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4906019616538464573tmp [Pipeline] { [Pipeline] echo [2020-08-07T00:20:20.674Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-07T00:20:20.974Z] ---> create-netrc.sh [Pipeline] echo [2020-08-07T00:20:20.986Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-07T00:20:21.278Z] ---> logs-deploy.sh [2020-08-07T00:20:21.278Z] + ARCHIVE_ARTIFACTS= [2020-08-07T00:20:21.278Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-07T00:20:21.278Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-07T00:20:21.278Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-07T00:20:21.278Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/42 [2020-08-07T00:20:21.278Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/42/ [2020-08-07T00:20:21.278Z] + 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 [2020-08-07T00:20:22.670Z] Archives upload complete. [2020-08-07T00:20:22.671Z] + 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/