Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-699 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 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 (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 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 # timeout=10 Commit message: "feat: set ServerBindAddr config item, fixes #93 (#94)" > git rev-list --no-walk 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:41:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:41:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:41:54 ========================================================= 20:41:54 EdgeX Global Pipelines Version Info 20:41:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:41:57 ------------------- 20:41:57 stable info: 20:41:57 ------------------- 20:41:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:41:57 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 20:41:57 Message: update stable to v1.0.99 20:41:58 ------------------- 20:41:58 experimental info: 20:41:58 ------------------- 20:41:58 Commited By: **** collab-it+edgex@linuxfoundation.org 20:41:58 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 20:41:58 Message: update experimental to v1.0.99 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:42:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:42:00 20:42:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:42:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:42:01 latest: Pulling from edgex-devops/git-semver 20:42:01 9123ac7c32f7: Pulling fs layer 20:42:01 b8cc5d1170e3: Pulling fs layer 20:42:01 2924cbbf6a41: Pulling fs layer 20:42:01 93b08a4f1073: Pulling fs layer 20:42:01 93b08a4f1073: Waiting 20:42:01 b8cc5d1170e3: Verifying Checksum 20:42:01 b8cc5d1170e3: Download complete 20:42:01 9123ac7c32f7: Verifying Checksum 20:42:01 9123ac7c32f7: Download complete 20:42:01 93b08a4f1073: Verifying Checksum 20:42:01 93b08a4f1073: Download complete 20:42:01 2924cbbf6a41: Verifying Checksum 20:42:01 2924cbbf6a41: Download complete 20:42:01 9123ac7c32f7: Pull complete 20:42:01 b8cc5d1170e3: Pull complete 20:42:03 2924cbbf6a41: Pull complete 20:42:03 93b08a4f1073: Pull complete 20:42:03 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 20:42:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:42:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:42:03 prd-centos7-docker-4c-2g-699 does not seem to be running inside a container 20:42:03 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:42:05 $ docker top c610491078a53ff39d36c2a01026d96f93ad5f8322fe7096dfba2e36d7e6d2e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:42:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:42:06 [ssh-agent] Looking for ssh-agent implementation... 20:42:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:42:06 $ docker exec c610491078a53ff39d36c2a01026d96f93ad5f8322fe7096dfba2e36d7e6d2e7 ssh-agent 20:42:06 SSH_AUTH_SOCK=/tmp/ssh-FAxHtIp77XpF/agent.12 20:42:06 SSH_AGENT_PID=17 20:42:06 Running ssh-add (command line suppressed) 20:42:06 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2843076816181853851.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2843076816181853851.key) 20:42:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:42:07 + git describe --exact-match --tags HEAD 20:42:07 fatal: No names found, cannot describe anything. [Pipeline] } 20:42:07 $ docker exec --env ******** --env ******** c610491078a53ff39d36c2a01026d96f93ad5f8322fe7096dfba2e36d7e6d2e7 ssh-agent -k 20:42:07 unset SSH_AUTH_SOCK; 20:42:07 unset SSH_AGENT_PID; 20:42:07 echo Agent pid 17 killed; 20:42:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:42:07 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:42:07 This usually means this commit has not been tagged. [Pipeline] sshagent 20:42:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:42:08 [ssh-agent] Looking for ssh-agent implementation... 20:42:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:42:08 $ docker exec c610491078a53ff39d36c2a01026d96f93ad5f8322fe7096dfba2e36d7e6d2e7 ssh-agent 20:42:08 SSH_AUTH_SOCK=/tmp/ssh-dzXpLryugTFA/agent.46 20:42:08 SSH_AGENT_PID=52 20:42:08 Running ssh-add (command line suppressed) 20:42:08 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9011147232499464376.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9011147232499464376.key) 20:42:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:42:09 + git semver init 20:42:09 # -> Open(): unable to determine branch for HEAD 20:42:09 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 20:42:09 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 20:42:09 # $SEMVER_REMOTE_NAME = origin 20:42:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:42:09 # $SEMVER_USER_NAME = edgex-jenkins 20:42:09 # $SEMVER_BRANCH = master 20:42:09 # $SEMVER_TEMP = /tmp/semver-961815165 20:42:09 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 20:42:09 # '/tmp/semver-961815165' -> '/w/workspace/_app-service-configurable_master/.semver' 20:42:09 # -> Force: false 20:42:09 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 20:42:09 $ docker exec --env ******** --env ******** c610491078a53ff39d36c2a01026d96f93ad5f8322fe7096dfba2e36d7e6d2e7 ssh-agent -k 20:42:09 unset SSH_AUTH_SOCK; 20:42:09 unset SSH_AGENT_PID; 20:42:09 echo Agent pid 52 killed; 20:42:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:42:10 + git semver [Pipeline] } 20:42:10 $ docker stop --time=1 c610491078a53ff39d36c2a01026d96f93ad5f8322fe7096dfba2e36d7e6d2e7 20:42:11 $ docker rm -f c610491078a53ff39d36c2a01026d96f93ad5f8322fe7096dfba2e36d7e6d2e7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:42:12 Stashed 52 file(s) [Pipeline] echo 20:42:12 [edgeXSemver] initialized semver on version 1.2.1-dev.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 20:42:27 Still waiting to schedule task 20:42:27 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-699’ 20:42:27 Still waiting to schedule task 20:42:27 ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline 20:44:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-700 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 20:44:07 Running in /w/workspace/app-service-configurable/37 [Pipeline] { [Pipeline] checkout 20:44:12 using credential edgex-jenkins-ssh 20:44:12 Cloning the remote Git repository 20:44:12 Cloning with configured refspecs honoured and without tags 20:44:12 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 20:44:13 Fetching without tags 20:44:12 > git init /w/workspace/app-service-configurable/37 # timeout=10 20:44:12 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:44:12 > git --version # timeout=10 20:44:12 using GIT_SSH to set credentials SSH Credentials for GitHub 20:44:12 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:44:13 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:44:13 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:44:13 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:44:13 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:44:13 using GIT_SSH to set credentials SSH Credentials for GitHub 20:44:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:44:14 Checking out Revision 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 (master) 20:44:14 > git config core.sparsecheckout # timeout=10 20:44:14 > git checkout -f 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 # timeout=10 20:44:18 Commit message: "feat: set ServerBindAddr config item, fixes #93 (#94)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:44:19 ========================================================= 20:44:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 20:44:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:44:21 + 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 . 20:44:21 Sending build context to Docker daemon 324.1kB 20:44:21 Step 1/8 : ARG BASE=golang:1.13-alpine 20:44:21 Step 2/8 : FROM ${BASE} 20:44:22 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:44:22 cde5963f3b93: Pulling fs layer 20:44:22 2a23fa8c16f7: Pulling fs layer 20:44:22 777b28850792: Pulling fs layer 20:44:22 8a11ddd9e578: Pulling fs layer 20:44:22 4cf88f913ddb: Pulling fs layer 20:44:22 1df406cf5192: Pulling fs layer 20:44:22 cd6300453558: Pulling fs layer 20:44:22 b9c365052c96: Pulling fs layer 20:44:22 a2d8cc88f415: Pulling fs layer 20:44:22 ea1d1ca13537: Pulling fs layer 20:44:22 3750a50a1c5e: Pulling fs layer 20:44:22 8a11ddd9e578: Waiting 20:44:22 4cf88f913ddb: Waiting 20:44:22 1df406cf5192: Waiting 20:44:22 cd6300453558: Waiting 20:44:22 b9c365052c96: Waiting 20:44:22 a2d8cc88f415: Waiting 20:44:22 ea1d1ca13537: Waiting 20:44:22 3750a50a1c5e: Waiting 20:44:22 2a23fa8c16f7: Verifying Checksum 20:44:22 2a23fa8c16f7: Download complete 20:44:22 777b28850792: Verifying Checksum 20:44:22 777b28850792: Download complete 20:44:22 4cf88f913ddb: Verifying Checksum 20:44:22 4cf88f913ddb: Download complete 20:44:22 1df406cf5192: Verifying Checksum 20:44:22 1df406cf5192: Download complete 20:44:22 cde5963f3b93: Download complete 20:44:23 cde5963f3b93: Pull complete 20:44:23 2a23fa8c16f7: Pull complete 20:44:24 777b28850792: Pull complete 20:44:24 cd6300453558: Verifying Checksum 20:44:24 cd6300453558: Download complete 20:44:24 a2d8cc88f415: Download complete 20:44:25 ea1d1ca13537: Verifying Checksum 20:44:25 ea1d1ca13537: Download complete 20:44:25 3750a50a1c5e: Download complete 20:44:26 b9c365052c96: Verifying Checksum 20:44:26 b9c365052c96: Download complete 20:44:27 8a11ddd9e578: Verifying Checksum 20:44:27 8a11ddd9e578: Download complete 20:44:39 8a11ddd9e578: Pull complete 20:44:39 4cf88f913ddb: Pull complete 20:44:39 1df406cf5192: Pull complete 20:44:44 cd6300453558: Pull complete 20:44:48 b9c365052c96: Pull complete 20:44:48 a2d8cc88f415: Pull complete 20:44:50 ea1d1ca13537: Pull complete 20:44:51 3750a50a1c5e: Pull complete 20:44:51 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 20:44:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 20:44:51 ---> 78745c68409d 20:44:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:44:55 ---> Running in 24ac208e75db 20:44:55 Removing intermediate container 24ac208e75db 20:44:55 ---> f51ddf364df6 20:44:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:56 ---> Running in 39438e8f7547 20:44:58 Removing intermediate container 39438e8f7547 20:44:58 ---> 60fb3315adb5 20:44:58 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 20:44:58 ---> Running in 228c667220b1 20:45:00 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 20:45:00 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 20:45:01 (1/6) Installing libc-dev (0.7.2-r0) 20:45:01 (2/6) Installing libsodium (1.0.18-r0) 20:45:01 (3/6) Installing pkgconf (1.6.3-r0) 20:45:01 (4/6) Installing libsodium-dev (1.0.18-r0) 20:45:01 (5/6) Installing libzmq (4.3.2-r0) 20:45:01 (6/6) Installing zeromq-dev (4.3.2-r0) 20:45:01 Executing busybox-1.31.1-r8.trigger 20:45:01 OK: 127 MiB in 45 packages 20:45:03 Removing intermediate container 228c667220b1 20:45:03 ---> 6f949ed0b2ce 20:45:03 Step 6/8 : WORKDIR /app 20:45:03 ---> Running in fb585ab19456 20:45:03 Removing intermediate container fb585ab19456 20:45:03 ---> 2b7d594382d7 20:45:03 Step 7/8 : COPY . . 20:45:04 ---> 8437cb2c63e0 20:45:04 Step 8/8 : RUN go mod download 20:45:04 ---> Running in a1dd04b9168a 20:45:07 Running on prd-centos7-docker-4c-2g-701 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 20:45:07 Running in /w/workspace/app-service-configurable/37 [Pipeline] { [Pipeline] checkout 20:45:08 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:45:08 go: finding github.com/BurntSushi/toml v0.3.1 20:45:08 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:45:08 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:45:08 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:45:08 go: finding github.com/bgentry/speakeasy v0.1.0 20:45:08 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:45:08 go: finding github.com/davecgh/go-spew v1.1.1 20:45:08 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:45:08 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:45:08 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 20:45:08 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 20:45:08 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:45:08 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 20:45:08 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:45:08 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:45:08 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 20:45:08 go: finding github.com/fatih/color v1.7.0 20:45:08 go: finding github.com/fsnotify/fsnotify v1.4.7 20:45:08 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:45:08 go: finding github.com/go-kit/kit v0.8.0 20:45:08 go: finding github.com/go-logfmt/logfmt v0.4.0 20:45:08 go: finding github.com/go-redis/redis/v7 v7.2.0 20:45:08 go: finding github.com/go-stack/stack v1.8.0 20:45:08 go: finding github.com/golang/protobuf v1.3.2 20:45:08 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:45:08 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:45:08 go: finding github.com/google/uuid v1.1.1 20:45:08 go: finding github.com/gorilla/mux v1.7.4 20:45:08 go: finding github.com/hashicorp/consul/api v1.1.0 20:45:08 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:45:08 go: finding github.com/hashicorp/errwrap v1.0.0 20:45:08 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:45:08 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:45:08 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:45:08 go: finding github.com/hashicorp/go-multierror v1.0.0 20:45:08 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:45:08 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:45:08 go: finding github.com/hashicorp/go-syslog v1.0.0 20:45:08 go: finding github.com/hashicorp/go-uuid v1.0.1 20:45:08 go: finding github.com/hashicorp/go.net v0.0.1 20:45:08 go: finding github.com/hashicorp/golang-lru v0.5.0 20:45:08 go: finding github.com/hashicorp/logutils v1.0.0 20:45:08 go: finding github.com/hashicorp/mdns v1.0.0 20:45:08 go: finding github.com/hashicorp/memberlist v0.1.3 20:45:08 go: finding github.com/hashicorp/serf v0.8.2 20:45:08 go: finding github.com/hpcloud/tail v1.0.0 20:45:08 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:45:08 go: finding github.com/kr/pretty v0.1.0 20:45:08 go: finding github.com/kr/pty v1.1.1 20:45:09 go: finding github.com/kr/text v0.1.0 20:45:09 go: finding github.com/mattn/go-colorable v0.0.9 20:45:09 go: finding github.com/mattn/go-isatty v0.0.3 20:45:09 go: finding github.com/miekg/dns v1.0.14 20:45:09 go: finding github.com/mitchellh/cli v1.0.0 20:45:09 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:45:09 go: finding github.com/mitchellh/copystructure v1.0.0 20:45:09 go: finding github.com/mitchellh/go-homedir v1.0.0 20:45:09 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:45:09 go: finding github.com/mitchellh/gox v0.4.0 20:45:09 go: finding github.com/mitchellh/iochan v1.0.0 20:45:09 go: finding github.com/mitchellh/mapstructure v1.1.2 20:45:09 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:45:09 go: finding github.com/onsi/ginkgo v1.10.1 20:45:09 go: finding github.com/onsi/gomega v1.7.0 20:45:09 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:45:09 go: finding github.com/pebbe/zmq4 v1.0.0 20:45:09 go: finding github.com/pelletier/go-toml v1.2.0 20:45:09 go: finding github.com/pkg/errors v0.8.1 20:45:09 go: finding github.com/pmezard/go-difflib v1.0.0 20:45:09 go: finding github.com/posener/complete v1.1.1 20:45:09 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:45:09 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:45:09 go: finding github.com/stretchr/objx v0.2.0 20:45:09 go: finding github.com/stretchr/testify v1.6.1 20:45:09 go: finding github.com/ugorji/go v1.1.4 20:45:09 go: finding github.com/x448/float16 v0.8.4 20:45:09 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:45:09 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:45:09 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:45:09 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:45:09 go: finding golang.org/x/text v0.3.2 20:45:09 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:45:10 using credential edgex-jenkins-ssh 20:45:10 Cloning the remote Git repository 20:45:10 Cloning with configured refspecs honoured and without tags 20:45:10 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:45:10 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:45:10 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:45:10 go: finding gopkg.in/yaml.v2 v2.2.8 20:45:10 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:45:10 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 20:45:10 > git init /w/workspace/app-service-configurable/37 # timeout=10 20:45:10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:45:10 > git --version # timeout=10 20:45:10 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:45:11 Fetching without tags 20:45:11 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:45:11 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:45:11 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:45:11 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:45:11 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:45:11 Checking out Revision 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 (master) 20:45:11 > git config core.sparsecheckout # timeout=10 20:45:11 > git checkout -f 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 # timeout=10 20:45:15 Commit message: "feat: set ServerBindAddr config item, fixes #93 (#94)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:45:16 ========================================================= 20:45:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:45:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:45:16 + 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 . 20:45:17 Sending build context to Docker daemon 324.1kB 20:45:17 Step 1/8 : ARG BASE=golang:1.13-alpine 20:45:17 Step 2/8 : FROM ${BASE} 20:45:17 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:45:17 e6b0cf9c0882: Pulling fs layer 20:45:17 2848faf0eed1: Pulling fs layer 20:45:17 0f37312ad70f: Pulling fs layer 20:45:17 5788d62ee057: Pulling fs layer 20:45:17 0e6b1d234666: Pulling fs layer 20:45:17 bf5d7aec512f: Pulling fs layer 20:45:17 34c802a77dc8: Pulling fs layer 20:45:17 9eb99e56ec68: Pulling fs layer 20:45:17 27c7a5d97fbd: Pulling fs layer 20:45:17 5c102a31e300: Pulling fs layer 20:45:17 dcfb455df0a1: Pulling fs layer 20:45:17 5788d62ee057: Waiting 20:45:17 9eb99e56ec68: Waiting 20:45:17 27c7a5d97fbd: Waiting 20:45:17 5c102a31e300: Waiting 20:45:17 dcfb455df0a1: Waiting 20:45:17 0e6b1d234666: Waiting 20:45:17 bf5d7aec512f: Waiting 20:45:17 34c802a77dc8: Waiting 20:45:17 0f37312ad70f: Verifying Checksum 20:45:17 0f37312ad70f: Download complete 20:45:17 2848faf0eed1: Verifying Checksum 20:45:17 2848faf0eed1: Download complete 20:45:17 0e6b1d234666: Download complete 20:45:17 bf5d7aec512f: Verifying Checksum 20:45:17 bf5d7aec512f: Download complete 20:45:17 e6b0cf9c0882: Verifying Checksum 20:45:17 e6b0cf9c0882: Download complete 20:45:17 e6b0cf9c0882: Pull complete 20:45:17 34c802a77dc8: Verifying Checksum 20:45:17 34c802a77dc8: Download complete 20:45:17 27c7a5d97fbd: Verifying Checksum 20:45:17 27c7a5d97fbd: Download complete 20:45:18 5c102a31e300: Verifying Checksum 20:45:18 5c102a31e300: Download complete 20:45:18 dcfb455df0a1: Verifying Checksum 20:45:18 dcfb455df0a1: Download complete 20:45:18 9eb99e56ec68: Verifying Checksum 20:45:18 9eb99e56ec68: Download complete 20:45:18 5788d62ee057: Download complete 20:45:19 2848faf0eed1: Pull complete 20:45:19 0f37312ad70f: Pull complete 20:45:25 5788d62ee057: Pull complete 20:45:25 0e6b1d234666: Pull complete 20:45:25 bf5d7aec512f: Pull complete 20:45:28 Removing intermediate container a1dd04b9168a 20:45:28 ---> 57784246fd67 20:45:28 Successfully built 57784246fd67 20:45:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:45:29 + docker inspect -f . ci-base-image-arm64 20:45:29 . [Pipeline] withDockerContainer 20:45:29 prd-ubuntu18.04-docker-arm64-4c-16g-700 does not seem to be running inside a container 20:45:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/37 -v /w/workspace/app-service-configurable/37:/w/workspace/app-service-configurable/37:rw,z -v /w/workspace/app-service-configurable/37@tmp:/w/workspace/app-service-configurable/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:45:31 $ docker top 7c871374f658d38c79b196dea477cc8a2f920aa122f05525dda1dd6735ff2a6a -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:31 34c802a77dc8: Pull complete 20:45:32 + go version 20:45:32 go version go1.13.5 linux/arm64 [Pipeline] sh 20:45:33 + make test 20:45:33 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 20:45:34 9eb99e56ec68: Pull complete 20:45:34 27c7a5d97fbd: Pull complete 20:45:35 5c102a31e300: Pull complete 20:45:35 dcfb455df0a1: Pull complete 20:45:35 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 20:45:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:45:35 ---> 7c70fe431013 20:45:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:45:36 ---> Running in 6c6f70d883a6 20:45:36 Removing intermediate container 6c6f70d883a6 20:45:36 ---> 2de453ac0315 20:45:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:45:36 ---> Running in a11b4a798018 20:45:37 Removing intermediate container a11b4a798018 20:45:37 ---> d0df815e2eeb 20:45:37 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 20:45:37 ---> Running in 1552a19a6814 20:45:38 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 20:45:39 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 20:45:40 (1/6) Installing libc-dev (0.7.2-r0) 20:45:40 (2/6) Installing libsodium (1.0.18-r0) 20:45:40 (3/6) Installing pkgconf (1.6.3-r0) 20:45:40 (4/6) Installing libsodium-dev (1.0.18-r0) 20:45:40 (5/6) Installing libzmq (4.3.2-r0) 20:45:41 (6/6) Installing zeromq-dev (4.3.2-r0) 20:45:41 Executing busybox-1.31.1-r8.trigger 20:45:41 OK: 145 MiB in 45 packages 20:45:41 Removing intermediate container 1552a19a6814 20:45:41 ---> 70a39d233602 20:45:41 Step 6/8 : WORKDIR /app 20:45:41 ---> Running in d527146eeb43 20:45:41 Removing intermediate container d527146eeb43 20:45:41 ---> ff9098522cb7 20:45:41 Step 7/8 : COPY . . 20:45:42 ---> c689edd76658 20:45:42 Step 8/8 : RUN go mod download 20:45:42 ---> Running in 72983c198b7f 20:45:45 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:45:45 go: finding github.com/BurntSushi/toml v0.3.1 20:45:45 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:45:45 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:45:45 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:45:45 go: finding github.com/bgentry/speakeasy v0.1.0 20:45:45 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:45:45 go: finding github.com/davecgh/go-spew v1.1.1 20:45:45 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:45:45 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:45:45 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 20:45:45 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 20:45:45 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:45:45 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 20:45:45 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:45:45 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:45:45 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 20:45:45 go: finding github.com/fatih/color v1.7.0 20:45:45 go: finding github.com/fsnotify/fsnotify v1.4.7 20:45:45 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:45:45 go: finding github.com/go-kit/kit v0.8.0 20:45:45 go: finding github.com/go-logfmt/logfmt v0.4.0 20:45:45 go: finding github.com/go-redis/redis/v7 v7.2.0 20:45:45 go: finding github.com/go-stack/stack v1.8.0 20:45:45 go: finding github.com/golang/protobuf v1.3.2 20:45:45 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:45:45 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:45:45 go: finding github.com/google/uuid v1.1.1 20:45:45 go: finding github.com/gorilla/mux v1.7.4 20:45:45 go: finding github.com/hashicorp/consul/api v1.1.0 20:45:45 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:45:45 go: finding github.com/hashicorp/errwrap v1.0.0 20:45:45 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:45:45 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:45:45 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:45:45 go: finding github.com/hashicorp/go-multierror v1.0.0 20:45:45 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:45:45 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:45:45 go: finding github.com/hashicorp/go-syslog v1.0.0 20:45:45 go: finding github.com/hashicorp/go-uuid v1.0.1 20:45:45 go: finding github.com/hashicorp/go.net v0.0.1 20:45:45 go: finding github.com/hashicorp/golang-lru v0.5.0 20:45:45 go: finding github.com/hashicorp/logutils v1.0.0 20:45:45 go: finding github.com/hashicorp/mdns v1.0.0 20:45:45 go: finding github.com/hashicorp/memberlist v0.1.3 20:45:45 go: finding github.com/hashicorp/serf v0.8.2 20:45:45 go: finding github.com/hpcloud/tail v1.0.0 20:45:45 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:45:45 go: finding github.com/kr/pretty v0.1.0 20:45:45 go: finding github.com/kr/pty v1.1.1 20:45:45 go: finding github.com/kr/text v0.1.0 20:45:45 go: finding github.com/mattn/go-colorable v0.0.9 20:45:45 go: finding github.com/mattn/go-isatty v0.0.3 20:45:46 go: finding github.com/miekg/dns v1.0.14 20:45:46 go: finding github.com/mitchellh/cli v1.0.0 20:45:46 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:45:46 go: finding github.com/mitchellh/copystructure v1.0.0 20:45:46 go: finding github.com/mitchellh/go-homedir v1.0.0 20:45:46 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:45:46 go: finding github.com/mitchellh/gox v0.4.0 20:45:46 go: finding github.com/mitchellh/iochan v1.0.0 20:45:46 go: finding github.com/mitchellh/mapstructure v1.1.2 20:45:46 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:45:46 go: finding github.com/onsi/ginkgo v1.10.1 20:45:46 go: finding github.com/onsi/gomega v1.7.0 20:45:46 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:45:46 go: finding github.com/pebbe/zmq4 v1.0.0 20:45:46 go: finding github.com/pelletier/go-toml v1.2.0 20:45:46 go: finding github.com/pkg/errors v0.8.1 20:45:46 go: finding github.com/pmezard/go-difflib v1.0.0 20:45:46 go: finding github.com/posener/complete v1.1.1 20:45:46 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:45:46 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:45:46 go: finding github.com/stretchr/objx v0.2.0 20:45:46 go: finding github.com/stretchr/testify v1.6.1 20:45:46 go: finding github.com/ugorji/go v1.1.4 20:45:46 go: finding github.com/x448/float16 v0.8.4 20:45:46 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:45:46 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:45:46 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:45:46 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:45:46 go: finding golang.org/x/text v0.3.2 20:45:46 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:45:46 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:45:46 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:45:46 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:45:46 go: finding gopkg.in/yaml.v2 v2.2.8 20:45:46 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:45:58 Removing intermediate container 72983c198b7f 20:45:58 ---> 65cc0406ba13 20:45:58 Successfully built 65cc0406ba13 20:45:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:45:59 + docker inspect -f . ci-base-image-x86_64 20:45:59 . [Pipeline] withDockerContainer 20:45:59 prd-centos7-docker-4c-2g-701 does not seem to be running inside a container 20:45:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/37 -v /w/workspace/app-service-configurable/37:/w/workspace/app-service-configurable/37:rw,z -v /w/workspace/app-service-configurable/37@tmp:/w/workspace/app-service-configurable/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:46:00 $ docker top 5347dfb6f838c9c2a839a4552d9923424f78f2def34610c8d329fce245aec0c4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:46:00 + go version 20:46:00 go version go1.13.5 linux/amd64 [Pipeline] sh 20:46:00 + make test 20:46:00 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 20:46:06 ? github.com/edgexfoundry/app-service-configurable [no test files] 20:46:06 CGO_ENABLED=1 go vet ./... 20:46:11 gofmt -l . 20:46:11 [ "`gofmt -l .`" = "" ] 20:46:11 ./bin/test-go-mod-tidy.sh 20:46:12 ./bin/test-attribution-txt.sh [Pipeline] stash 20:46:13 Stashed 1 file(s) [Pipeline] } 20:46:13 $ docker stop --time=1 7c871374f658d38c79b196dea477cc8a2f920aa122f05525dda1dd6735ff2a6a 20:46:13 ? github.com/edgexfoundry/app-service-configurable [no test files] 20:46:13 CGO_ENABLED=1 go vet ./... 20:46:14 gofmt -l . 20:46:14 [ "`gofmt -l .`" = "" ] 20:46:14 ./bin/test-go-mod-tidy.sh 20:46:14 ./bin/test-attribution-txt.sh 20:46:15 $ docker rm -f 7c871374f658d38c79b196dea477cc8a2f920aa122f05525dda1dd6735ff2a6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash 20:46:15 Warning: overwriting stash ‘coverage-report’ [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 20:46:15 Stashed 1 file(s) [Pipeline] } 20:46:15 $ docker stop --time=1 5347dfb6f838c9c2a839a4552d9923424f78f2def34610c8d329fce245aec0c4 20:46:18 $ docker rm -f 5347dfb6f838c9c2a839a4552d9923424f78f2def34610c8d329fce245aec0c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 20:46:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:46:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:46:20 + ls -al . 20:46:20 total 124 20:46:20 drwxrwxr-x 8 jenkins jenkins 4096 Jul 14 20:46 . 20:46:20 drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 20:44 .. 20:46:20 -rw-rw-r-- 1 jenkins jenkins 119 Jul 14 20:44 .dockerignore 20:46:20 drwxrwxr-x 8 jenkins jenkins 4096 Jul 14 20:44 .git 20:46:20 drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 20:44 .github 20:46:20 -rw-rw-r-- 1 jenkins jenkins 93 Jul 14 20:44 .gitignore 20:46:20 drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 20:44 .semver 20:46:20 -rw-rw-r-- 1 jenkins jenkins 5879 Jul 14 20:44 Attribution.txt 20:46:20 -rw-rw-r-- 1 jenkins jenkins 1997 Jul 14 20:44 Dockerfile 20:46:20 -rw-rw-r-- 1 jenkins jenkins 966 Jul 14 20:44 Dockerfile.build 20:46:20 -rw-rw-r-- 1 jenkins jenkins 710 Jul 14 20:44 Jenkinsfile 20:46:20 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 14 20:44 LICENSE 20:46:20 -rw-rw-r-- 1 jenkins jenkins 481 Jul 14 20:44 README.md 20:46:20 -rw-rw-r-- 1 jenkins jenkins 11 Jul 14 20:42 VERSION 20:46:20 drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 20:44 bin 20:46:20 -rw-r--r-- 1 jenkins jenkins 10 Jul 14 20:45 coverage.out 20:46:20 -rw-rw-r-- 1 jenkins jenkins 180 Jul 14 20:44 docker-compose.debug.yml 20:46:20 -rw-rw-r-- 1 jenkins jenkins 133 Jul 14 20:44 docker-compose.yml 20:46:20 -rw-r--r-- 1 jenkins jenkins 132 Jul 14 20:46 go.mod 20:46:20 -rw-r--r-- 1 jenkins jenkins 17709 Jul 14 20:46 go.sum 20:46:20 -rw-rw-r-- 1 jenkins jenkins 1519 Jul 14 20:44 main.go 20:46:20 -rw-rw-r-- 1 jenkins jenkins 1573 Jul 14 20:44 makefile 20:46:20 drwxrwxr-x 10 jenkins jenkins 4096 Jul 14 20:44 res 20:46:20 drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 20:44 snap [Pipeline] isUnix [Pipeline] sh 20:46:21 + ls -al . 20:46:21 total 96 20:46:21 drwxrwxr-x. 8 jenkins jenkins 4096 Jul 14 20:46 . 20:46:21 drwxrwxr-x. 4 jenkins jenkins 30 Jul 14 20:45 .. 20:46:21 -rw-rw-r--. 1 jenkins jenkins 5879 Jul 14 20:45 Attribution.txt 20:46:21 drwxrwxr-x. 2 jenkins jenkins 64 Jul 14 20:45 bin 20:46:21 -rw-r--r--. 1 jenkins jenkins 10 Jul 14 20:46 coverage.out 20:46:21 -rw-rw-r--. 1 jenkins jenkins 180 Jul 14 20:45 docker-compose.debug.yml 20:46:21 -rw-rw-r--. 1 jenkins jenkins 133 Jul 14 20:45 docker-compose.yml 20:46:21 -rw-rw-r--. 1 jenkins jenkins 1997 Jul 14 20:45 Dockerfile 20:46:21 -rw-rw-r--. 1 jenkins jenkins 966 Jul 14 20:45 Dockerfile.build 20:46:21 -rw-rw-r--. 1 jenkins jenkins 119 Jul 14 20:45 .dockerignore 20:46:21 drwxrwxr-x. 8 jenkins jenkins 162 Jul 14 20:45 .git 20:46:21 drwxrwxr-x. 2 jenkins jenkins 81 Jul 14 20:45 .github 20:46:21 -rw-rw-r--. 1 jenkins jenkins 93 Jul 14 20:45 .gitignore 20:46:21 -rw-r--r--. 1 jenkins jenkins 132 Jul 14 20:46 go.mod 20:46:21 -rw-r--r--. 1 jenkins jenkins 17709 Jul 14 20:46 go.sum 20:46:21 -rw-rw-r--. 1 jenkins jenkins 710 Jul 14 20:45 Jenkinsfile 20:46:21 -rw-rw-r--. 1 jenkins jenkins 10174 Jul 14 20:45 LICENSE 20:46:21 -rw-rw-r--. 1 jenkins jenkins 1519 Jul 14 20:45 main.go 20:46:21 -rw-rw-r--. 1 jenkins jenkins 1573 Jul 14 20:45 makefile 20:46:21 -rw-rw-r--. 1 jenkins jenkins 481 Jul 14 20:45 README.md 20:46:21 drwxrwxr-x. 10 jenkins jenkins 171 Jul 14 20:45 res 20:46:21 drwxrwxr-x. 3 jenkins jenkins 32 Jul 14 20:45 .semver 20:46:21 drwxrwxr-x. 4 jenkins jenkins 71 Jul 14 20:45 snap 20:46:21 -rw-rw-r--. 1 jenkins jenkins 11 Jul 14 20:42 VERSION [Pipeline] isUnix [Pipeline] sh 20:46:21 + 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=8f8a21a540ef2e4587cdc2ec77aa936f8e756367 --label arch=arm64 --label version=1.2.1-dev.2 . 20:46:21 + 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=8f8a21a540ef2e4587cdc2ec77aa936f8e756367 --label arch=amd64 --label version=1.2.1-dev.2 . 20:46:21 Sending build context to Docker daemon 344.6kB 20:46:21 Step 1/26 : ARG BASE=golang:1.13-alpine 20:46:21 Step 2/26 : FROM ${BASE} AS builder 20:46:21 ---> 65cc0406ba13 20:46:21 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 20:46:21 Sending build context to Docker daemon 344.6kB 20:46:21 Step 1/26 : ARG BASE=golang:1.13-alpine 20:46:21 Step 2/26 : FROM ${BASE} AS builder 20:46:21 ---> 57784246fd67 20:46:21 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 20:46:21 ---> Running in 24142a97b411 20:46:21 Removing intermediate container 24142a97b411 20:46:21 ---> 49d20e851d2a 20:46:21 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 20:46:21 ---> Running in 466f520710b4 20:46:21 ---> Running in 26de75430ef9 20:46:21 Removing intermediate container 26de75430ef9 20:46:21 ---> 370c06c44c5a 20:46:21 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:46:21 ---> Running in 5bfe1f108b52 20:46:22 Removing intermediate container 466f520710b4 20:46:22 ---> c502505f6c39 20:46:22 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 20:46:22 Removing intermediate container 5bfe1f108b52 20:46:22 ---> cae41d4af0e0 20:46:22 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:22 ---> Running in 53d91629aa0c 20:46:22 ---> Running in 7b25f1562b2a 20:46:22 Removing intermediate container 7b25f1562b2a 20:46:22 ---> aac6628ea2d9 20:46:22 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:46:22 ---> Running in 0ba1be7e9b23 20:46:23 Removing intermediate container 53d91629aa0c 20:46:23 ---> 70a1c110efff 20:46:23 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:46:23 ---> Running in 5522072e6c5c 20:46:23 Removing intermediate container 0ba1be7e9b23 20:46:23 ---> 7869d30567b0 20:46:23 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:23 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 20:46:23 ---> Running in 5b507b3afb85 20:46:24 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 20:46:24 OK: 145 MiB in 45 packages 20:46:25 Removing intermediate container 5522072e6c5c 20:46:25 ---> 8279bccbf1d9 20:46:25 Step 8/26 : WORKDIR /app 20:46:25 ---> Running in f7f1e8f7ca98 20:46:25 Removing intermediate container f7f1e8f7ca98 20:46:25 ---> 2b2f1caedc5c 20:46:25 Step 9/26 : COPY go.mod . 20:46:25 ---> e7973cf8ce8c 20:46:25 Step 10/26 : RUN go mod download 20:46:25 ---> Running in d0404470784d 20:46:26 Removing intermediate container 5b507b3afb85 20:46:26 ---> 8ad0f99ddc19 20:46:26 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:46:26 ---> Running in 1c234da31e96 20:46:26 Removing intermediate container d0404470784d 20:46:26 ---> 80790583b088 20:46:26 Step 11/26 : COPY . . 20:46:27 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 20:46:27 ---> 4931d1a6efcf 20:46:27 Step 12/26 : ARG MAKE="make build" 20:46:27 ---> Running in 2c0055bcdf1a 20:46:27 Removing intermediate container 2c0055bcdf1a 20:46:27 ---> 0aeb56c6a91a 20:46:27 Step 13/26 : RUN $MAKE 20:46:27 ---> Running in 9ead4c358c1b 20:46:28 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable 20:46:28 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 20:46:29 OK: 127 MiB in 45 packages 20:46:30 Removing intermediate container 1c234da31e96 20:46:30 ---> 66df35682a63 20:46:30 Step 8/26 : WORKDIR /app 20:46:30 ---> Running in e11ba5c5e1d5 20:46:30 Removing intermediate container e11ba5c5e1d5 20:46:30 ---> 5ab66eec0e29 20:46:30 Step 9/26 : COPY go.mod . 20:46:31 ---> 723bd0c48f2f 20:46:31 Step 10/26 : RUN go mod download 20:46:31 ---> Running in 375b05335db0 20:46:34 Removing intermediate container 375b05335db0 20:46:34 ---> cd4d0172e1a3 20:46:34 Step 11/26 : COPY . . 20:46:35 ---> 6b7080af81bc 20:46:35 Step 12/26 : ARG MAKE="make build" 20:46:35 ---> Running in c402f9d585c4 20:46:35 Removing intermediate container c402f9d585c4 20:46:35 ---> 610019da5d34 20:46:35 Step 13/26 : RUN $MAKE 20:46:35 ---> Running in c5704cc710c5 20:46:37 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable 20:46:40 Removing intermediate container 9ead4c358c1b 20:46:40 ---> e426f7863b5e 20:46:40 Step 14/26 : FROM alpine:latest 20:46:40 latest: Pulling from library/alpine 20:46:40 df20fa9351a1: Pulling fs layer 20:46:40 df20fa9351a1: Verifying Checksum 20:46:40 df20fa9351a1: Download complete 20:46:41 df20fa9351a1: Pull complete 20:46:41 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:46:41 Status: Downloaded newer image for alpine:latest 20:46:41 ---> a24bb4013296 20:46:41 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:46:41 ---> Running in 0661326ee5e0 20:46:41 Removing intermediate container 0661326ee5e0 20:46:41 ---> c4aa9fc5c068 20:46:41 Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} 20:46:41 ---> Running in a2414094a3fd 20:46:41 Removing intermediate container a2414094a3fd 20:46:41 ---> ac54e44bcbd9 20:46:41 Step 17/26 : RUN apk --no-cache add ca-certificates zeromq 20:46:41 ---> Running in ba21e1570d8f 20:46:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:46:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:46:42 (1/6) Installing ca-certificates (20191127-r4) 20:46:42 (2/6) Installing libgcc (9.3.0-r2) 20:46:42 (3/6) Installing libsodium (1.0.18-r0) 20:46:42 (4/6) Installing libstdc++ (9.3.0-r2) 20:46:42 (5/6) Installing libzmq (4.3.2-r0) 20:46:42 (6/6) Installing zeromq (4.3.2-r0) 20:46:42 Executing busybox-1.31.1-r16.trigger 20:46:42 Executing ca-certificates-20191127-r4.trigger 20:46:42 OK: 9 MiB in 20 packages 20:46:43 Removing intermediate container ba21e1570d8f 20:46:43 ---> 44bee892a1b8 20:46:43 Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 20:46:43 ---> 8d1abfb19b6e 20:46:43 Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE 20:46:44 ---> f9f3e128e558 20:46:44 Step 20/26 : COPY --from=builder /app/res/ /res/ 20:46:44 ---> ca5fc22cfb4a 20:46:44 Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 20:46:44 ---> fe96d52d55a0 20:46:44 Step 22/26 : EXPOSE 48095 20:46:45 ---> Running in 1788793858de 20:46:45 Removing intermediate container 1788793858de 20:46:45 ---> 5edc47d7f4c7 20:46:45 Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:46:45 ---> Running in 0306e756195c 20:46:45 Removing intermediate container 0306e756195c 20:46:45 ---> 11eb1f666599 20:46:45 Step 24/26 : LABEL arch=amd64 20:46:45 ---> Running in ee9fd56cc6cd 20:46:45 Removing intermediate container ee9fd56cc6cd 20:46:45 ---> f99f611be7b1 20:46:45 Step 25/26 : LABEL git_sha=8f8a21a540ef2e4587cdc2ec77aa936f8e756367 20:46:45 ---> Running in 94acf1d1ca42 20:46:45 Removing intermediate container 94acf1d1ca42 20:46:45 ---> 19044f6da698 20:46:45 Step 26/26 : LABEL version=1.2.1-dev.2 20:46:45 ---> Running in 6ad99a93c0bc 20:46:46 Removing intermediate container 6ad99a93c0bc 20:46:46 ---> 6c88e8a4e5cf 20:46:46 [Warning] One or more build-args [ARCH] were not consumed 20:46:46 Successfully built 6c88e8a4e5cf 20:46:46 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 20:46:46 provisioning config files... 20:46:46 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/37@tmp/config4133440460918644028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:46:46 nexus3.edgexfoundry.org:10001 20:46:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:46:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:46:47 Configure a credential helper to remove this warning. See 20:46:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:46:47 20:46:47 Login Succeeded 20:46:47 nexus3.edgexfoundry.org:10002 20:46:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:46:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:46:47 Configure a credential helper to remove this warning. See 20:46:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:46:47 20:46:47 Login Succeeded 20:46:47 nexus3.edgexfoundry.org:10003 20:46:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:46:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:46:47 Configure a credential helper to remove this warning. See 20:46:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:46:47 20:46:47 Login Succeeded 20:46:47 nexus3.edgexfoundry.org:10004 20:46:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:46:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:46:47 Configure a credential helper to remove this warning. See 20:46:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:46:47 20:46:47 Login Succeeded 20:46:47 docker.io 20:46:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:46:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:46:48 Configure a credential helper to remove this warning. See 20:46:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:46:48 20:46:48 Login Succeeded [Pipeline] } 20:46:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:46:48 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 20:46:48 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 20:46:48 latest 20:46:48 1.2.1-dev.2 20:46:48 8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 20:46:48 master 20:46:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:46:48 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 [Pipeline] isUnix [Pipeline] sh 20:46:48 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 20:46:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:46:48 5ec489d5e726: Preparing 20:46:48 447c82c5dd36: Preparing 20:46:48 23501988666d: Preparing 20:46:48 90dd37f7a53e: Preparing 20:46:48 56114388e58d: Preparing 20:46:48 50644c29ef5a: Preparing 20:46:48 50644c29ef5a: Waiting 20:46:48 447c82c5dd36: Pushed 20:46:48 23501988666d: Pushed 20:46:48 90dd37f7a53e: Pushed 20:46:49 50644c29ef5a: Layer already exists 20:46:49 56114388e58d: Pushed 20:46:50 5ec489d5e726: Pushed 20:46:50 8f8a21a540ef2e4587cdc2ec77aa936f8e756367: digest: sha256:a7159a2b638a3c4db896624322da0a14f6f9c53d4254adb22d64a1d3f6e7b1b7 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:46:50 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 20:46:51 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 20:46:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:46:51 5ec489d5e726: Preparing 20:46:51 447c82c5dd36: Preparing 20:46:51 23501988666d: Preparing 20:46:51 90dd37f7a53e: Preparing 20:46:51 56114388e58d: Preparing 20:46:51 50644c29ef5a: Preparing 20:46:51 50644c29ef5a: Waiting 20:46:51 447c82c5dd36: Layer already exists 20:46:51 90dd37f7a53e: Layer already exists 20:46:51 5ec489d5e726: Layer already exists 20:46:51 23501988666d: Layer already exists 20:46:51 56114388e58d: Layer already exists 20:46:51 50644c29ef5a: Layer already exists 20:46:51 latest: digest: sha256:a7159a2b638a3c4db896624322da0a14f6f9c53d4254adb22d64a1d3f6e7b1b7 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:46:51 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 20:46:52 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.2 20:46:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:46:52 5ec489d5e726: Preparing 20:46:52 447c82c5dd36: Preparing 20:46:52 23501988666d: Preparing 20:46:52 90dd37f7a53e: Preparing 20:46:52 56114388e58d: Preparing 20:46:52 50644c29ef5a: Preparing 20:46:52 50644c29ef5a: Waiting 20:46:52 5ec489d5e726: Layer already exists 20:46:52 23501988666d: Layer already exists 20:46:52 447c82c5dd36: Layer already exists 20:46:52 56114388e58d: Layer already exists 20:46:52 90dd37f7a53e: Layer already exists 20:46:52 50644c29ef5a: Layer already exists 20:46:52 1.2.1-dev.2: digest: sha256:a7159a2b638a3c4db896624322da0a14f6f9c53d4254adb22d64a1d3f6e7b1b7 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:46:52 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 20:46:52 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 20:46:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:46:52 5ec489d5e726: Preparing 20:46:52 447c82c5dd36: Preparing 20:46:52 23501988666d: Preparing 20:46:52 90dd37f7a53e: Preparing 20:46:52 56114388e58d: Preparing 20:46:52 50644c29ef5a: Preparing 20:46:52 50644c29ef5a: Waiting 20:46:52 56114388e58d: Layer already exists 20:46:52 23501988666d: Layer already exists 20:46:52 90dd37f7a53e: Layer already exists 20:46:52 447c82c5dd36: Layer already exists 20:46:52 5ec489d5e726: Layer already exists 20:46:52 50644c29ef5a: Layer already exists 20:46:52 8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2: digest: sha256:a7159a2b638a3c4db896624322da0a14f6f9c53d4254adb22d64a1d3f6e7b1b7 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:46:52 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 20:46:53 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 20:46:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:46:53 5ec489d5e726: Preparing 20:46:53 447c82c5dd36: Preparing 20:46:53 23501988666d: Preparing 20:46:53 90dd37f7a53e: Preparing 20:46:53 56114388e58d: Preparing 20:46:53 50644c29ef5a: Preparing 20:46:53 50644c29ef5a: Waiting 20:46:53 90dd37f7a53e: Layer already exists 20:46:53 56114388e58d: Layer already exists 20:46:53 5ec489d5e726: Layer already exists 20:46:53 23501988666d: Layer already exists 20:46:53 447c82c5dd36: Layer already exists 20:46:53 50644c29ef5a: Layer already exists 20:46:53 master: digest: sha256:a7159a2b638a3c4db896624322da0a14f6f9c53d4254adb22d64a1d3f6e7b1b7 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:46:53 ===================================================== [Pipeline] echo 20:46:53 taggedImages: 20:46:53 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 20:46:53 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 20:46:53 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.2 20:46:53 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 20:46:53 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 20:46:54 ++ find /w/workspace/app-service-configurable/37 20:46:54 ++ grep snapcraft.yaml 20:46:54 + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/37/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:46:54 provisioning config files... 20:46:54 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/37@tmp/config3023068613897320473tmp [Pipeline] { [Pipeline] sh 20:46:54 + cp /w/workspace/app-service-configurable/37@tmp/config3023068613897320473tmp /w/workspace/app-service-configurable/37/edgex-snap-store-login [Pipeline] sh 20:46:55 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/37:/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 20:46:55 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 20:46:55 latest: Pulling from edgex-devops/edgex-snap-builder 20:46:55 a1125296b23d: Pulling fs layer 20:46:55 3c742a4a0f38: Pulling fs layer 20:46:55 4c5ea3b32996: Pulling fs layer 20:46:55 1b4be91ead68: Pulling fs layer 20:46:55 9224317f5338: Pulling fs layer 20:46:55 a1d4acd2f81e: Pulling fs layer 20:46:55 de16526aea4f: Pulling fs layer 20:46:55 98d9a47ff92f: Pulling fs layer 20:46:55 f00a2f7e41d2: Pulling fs layer 20:46:55 1b4be91ead68: Waiting 20:46:55 9224317f5338: Waiting 20:46:55 98d9a47ff92f: Waiting 20:46:55 a1d4acd2f81e: Waiting 20:46:55 de16526aea4f: Waiting 20:46:55 f00a2f7e41d2: Waiting 20:46:55 3c742a4a0f38: Verifying Checksum 20:46:55 3c742a4a0f38: Download complete 20:46:55 4c5ea3b32996: Verifying Checksum 20:46:55 4c5ea3b32996: Download complete 20:46:55 1b4be91ead68: Verifying Checksum 20:46:55 1b4be91ead68: Download complete 20:46:55 a1d4acd2f81e: Verifying Checksum 20:46:55 a1d4acd2f81e: Download complete 20:46:55 de16526aea4f: Verifying Checksum 20:46:55 de16526aea4f: Download complete 20:46:55 98d9a47ff92f: Verifying Checksum 20:46:55 98d9a47ff92f: Download complete 20:46:55 f00a2f7e41d2: Verifying Checksum 20:46:55 f00a2f7e41d2: Download complete 20:46:55 a1125296b23d: Download complete 20:47:00 9224317f5338: Verifying Checksum 20:47:00 9224317f5338: Download complete 20:47:00 a1125296b23d: Pull complete 20:47:00 3c742a4a0f38: Pull complete 20:47:00 4c5ea3b32996: Pull complete 20:47:01 1b4be91ead68: Pull complete 20:47:16 Removing intermediate container c5704cc710c5 20:47:16 ---> 15b2d2e469eb 20:47:16 Step 14/26 : FROM alpine:latest 20:47:16 latest: Pulling from library/alpine 20:47:16 b538f80385f9: Pulling fs layer 20:47:16 b538f80385f9: Verifying Checksum 20:47:16 b538f80385f9: Download complete 20:47:16 b538f80385f9: Pull complete 20:47:16 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:47:16 Status: Downloaded newer image for alpine:latest 20:47:16 ---> 62ee0e9f8440 20:47:16 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:47:16 ---> Running in 8deb679937d8 20:47:16 Removing intermediate container 8deb679937d8 20:47:16 ---> cc0f3c845500 20:47:16 Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} 20:47:16 ---> Running in 3ef02b6a7e69 20:47:16 Removing intermediate container 3ef02b6a7e69 20:47:16 ---> c4abf59baa62 20:47:16 Step 17/26 : RUN apk --no-cache add ca-certificates zeromq 20:47:16 ---> Running in a250f67b9670 20:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:16 (1/6) Installing ca-certificates (20191127-r4) 20:47:16 (2/6) Installing libgcc (9.3.0-r2) 20:47:16 (3/6) Installing libsodium (1.0.18-r0) 20:47:16 (4/6) Installing libstdc++ (9.3.0-r2) 20:47:16 (5/6) Installing libzmq (4.3.2-r0) 20:47:16 (6/6) Installing zeromq (4.3.2-r0) 20:47:16 Executing busybox-1.31.1-r16.trigger 20:47:16 Executing ca-certificates-20191127-r4.trigger 20:47:16 OK: 8 MiB in 20 packages 20:47:16 Removing intermediate container a250f67b9670 20:47:16 ---> 905abb8a9737 20:47:16 Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 20:47:17 ---> 80ea3f0c607b 20:47:17 Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE 20:47:17 ---> b50f19b0ef10 20:47:17 Step 20/26 : COPY --from=builder /app/res/ /res/ 20:47:18 ---> 6014e07bac15 20:47:18 Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 20:47:19 ---> dbf8c4c2301c 20:47:19 Step 22/26 : EXPOSE 48095 20:47:20 ---> Running in bf839692bb85 20:47:20 Removing intermediate container bf839692bb85 20:47:20 ---> 5ac0c6373a54 20:47:20 Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:20 ---> Running in a752ad843339 20:47:21 Removing intermediate container a752ad843339 20:47:21 ---> f593fd09eac4 20:47:21 Step 24/26 : LABEL arch=arm64 20:47:21 ---> Running in dba91221ad0f 20:47:21 Removing intermediate container dba91221ad0f 20:47:21 ---> f0454485e25e 20:47:21 Step 25/26 : LABEL git_sha=8f8a21a540ef2e4587cdc2ec77aa936f8e756367 20:47:21 ---> Running in 91dad9866c7d 20:47:22 Removing intermediate container 91dad9866c7d 20:47:22 ---> 94a30844bd42 20:47:22 Step 26/26 : LABEL version=1.2.1-dev.2 20:47:22 ---> Running in 356e6fe236e9 20:47:22 Removing intermediate container 356e6fe236e9 20:47:22 ---> cec19742ad3b 20:47:22 [Warning] One or more build-args [ARCH] were not consumed 20:47:22 Successfully built cec19742ad3b 20:47:22 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 20:47:23 provisioning config files... 20:47:23 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/37@tmp/config978189856373839156tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:47:23 nexus3.edgexfoundry.org:10001 20:47:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:24 Configure a credential helper to remove this warning. See 20:47:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:24 20:47:24 Login Succeeded 20:47:24 nexus3.edgexfoundry.org:10002 20:47:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:24 Configure a credential helper to remove this warning. See 20:47:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:24 20:47:24 Login Succeeded 20:47:24 nexus3.edgexfoundry.org:10003 20:47:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:25 Configure a credential helper to remove this warning. See 20:47:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:25 20:47:25 Login Succeeded 20:47:25 nexus3.edgexfoundry.org:10004 20:47:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:25 Configure a credential helper to remove this warning. See 20:47:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:25 20:47:25 Login Succeeded 20:47:25 docker.io 20:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:26 Configure a credential helper to remove this warning. See 20:47:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:26 20:47:26 Login Succeeded [Pipeline] } 20:47:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:47:26 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 20:47:26 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 20:47:26 latest 20:47:26 1.2.1-dev.2 20:47:26 8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 20:47:26 master 20:47:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:47:27 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 [Pipeline] isUnix [Pipeline] sh 20:47:27 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 20:47:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:47:27 0657be77def9: Preparing 20:47:27 c07872c00db6: Preparing 20:47:27 970c0aab449b: Preparing 20:47:27 8bcaaa871402: Preparing 20:47:27 71eabc938269: Preparing 20:47:27 e2f13739ad41: Preparing 20:47:27 e2f13739ad41: Waiting 20:47:27 9224317f5338: Pull complete 20:47:27 a1d4acd2f81e: Pull complete 20:47:27 de16526aea4f: Pull complete 20:47:27 98d9a47ff92f: Pull complete 20:47:27 f00a2f7e41d2: Pull complete 20:47:27 Digest: sha256:39fc549714d04fcee7efecd05a41bc4dfa0e7f4fb03cb3990b8a1054409554c4 20:47:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 20:47:27 8bcaaa871402: Pushed 20:47:27 970c0aab449b: Pushed 20:47:27 c07872c00db6: Pushed 20:47:27 e2f13739ad41: Layer already exists 20:47:28 71eabc938269: Pushed 20:47:31 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 20:47:31 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:47:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:47:31 Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 20:47:31 0657be77def9: Pushed 20:47:31 8f8a21a540ef2e4587cdc2ec77aa936f8e756367: digest: sha256:f034aee4ee342ba76ae819278117d241c7afe12e65fac0e8530b9c31cba6ae44 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:47:32 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:47:32 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 20:47:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:47:32 0657be77def9: Preparing 20:47:32 c07872c00db6: Preparing 20:47:32 970c0aab449b: Preparing 20:47:32 8bcaaa871402: Preparing 20:47:32 71eabc938269: Preparing 20:47:32 e2f13739ad41: Preparing 20:47:32 e2f13739ad41: Waiting 20:47:32 0657be77def9: Layer already exists 20:47:32 c07872c00db6: Layer already exists 20:47:32 71eabc938269: Layer already exists 20:47:32 8bcaaa871402: Layer already exists 20:47:32 970c0aab449b: Layer already exists 20:47:32 e2f13739ad41: Layer already exists 20:47:32 latest: digest: sha256:f034aee4ee342ba76ae819278117d241c7afe12e65fac0e8530b9c31cba6ae44 size: 1574 [Pipeline] isUnix 20:47:32 Reading package lists... [Pipeline] sh 20:47:33 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 20:47:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.2 20:47:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:47:33 0657be77def9: Preparing 20:47:33 c07872c00db6: Preparing 20:47:33 970c0aab449b: Preparing 20:47:33 8bcaaa871402: Preparing 20:47:33 71eabc938269: Preparing 20:47:33 e2f13739ad41: Preparing 20:47:33 e2f13739ad41: Waiting 20:47:33 71eabc938269: Layer already exists 20:47:33 0657be77def9: Layer already exists 20:47:33 970c0aab449b: Layer already exists 20:47:33 c07872c00db6: Layer already exists 20:47:33 8bcaaa871402: Layer already exists 20:47:33 e2f13739ad41: Layer already exists 20:47:33 1.2.1-dev.2: digest: sha256:f034aee4ee342ba76ae819278117d241c7afe12e65fac0e8530b9c31cba6ae44 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:47:34 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 20:47:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 20:47:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:47:34 0657be77def9: Preparing 20:47:34 c07872c00db6: Preparing 20:47:34 970c0aab449b: Preparing 20:47:34 8bcaaa871402: Preparing 20:47:34 71eabc938269: Preparing 20:47:34 e2f13739ad41: Preparing 20:47:34 e2f13739ad41: Waiting 20:47:34 c07872c00db6: Layer already exists 20:47:34 970c0aab449b: Layer already exists 20:47:34 8bcaaa871402: Layer already exists 20:47:34 0657be77def9: Layer already exists 20:47:34 71eabc938269: Layer already exists 20:47:34 e2f13739ad41: Layer already exists 20:47:34 8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2: digest: sha256:f034aee4ee342ba76ae819278117d241c7afe12e65fac0e8530b9c31cba6ae44 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:47:34 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 20:47:35 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 20:47:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:47:35 0657be77def9: Preparing 20:47:35 c07872c00db6: Preparing 20:47:35 970c0aab449b: Preparing 20:47:35 8bcaaa871402: Preparing 20:47:35 71eabc938269: Preparing 20:47:35 e2f13739ad41: Preparing 20:47:35 e2f13739ad41: Waiting 20:47:35 8bcaaa871402: Layer already exists 20:47:35 c07872c00db6: Layer already exists 20:47:35 71eabc938269: Layer already exists 20:47:35 970c0aab449b: Layer already exists 20:47:35 0657be77def9: Layer already exists 20:47:35 e2f13739ad41: Layer already exists 20:47:35 master: digest: sha256:f034aee4ee342ba76ae819278117d241c7afe12e65fac0e8530b9c31cba6ae44 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:47:35 ===================================================== [Pipeline] echo 20:47:35 taggedImages: 20:47:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 20:47:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 20:47:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.2 20:47:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 20:47:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { 20:47:36 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: 20:47:36 - README.md 20:47:36 20:47:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [Pipeline] sh 20:47:36 + find /w/workspace/app-service-configurable/37 20:47:36 + grep snapcraft.yaml 20:47:36 + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/37/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:47:36 provisioning config files... 20:47:36 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/37@tmp/config8052638165164446296tmp [Pipeline] { [Pipeline] sh 20:47:36 + cp /w/workspace/app-service-configurable/37@tmp/config8052638165164446296tmp /w/workspace/app-service-configurable/37/edgex-snap-store-login [Pipeline] sh 20:47:37 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/37:/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 20:47:37 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 20:47:37 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 20:47:37 68fe03cb170d: Pulling fs layer 20:47:37 18959295effb: Pulling fs layer 20:47:37 51118fb70ce3: Pulling fs layer 20:47:37 409a5d9eae93: Pulling fs layer 20:47:37 76e762919bd5: Pulling fs layer 20:47:37 8ed2c1ec22f6: Pulling fs layer 20:47:37 7f90baa40d9b: Pulling fs layer 20:47:37 e1aa5cc854c1: Pulling fs layer 20:47:37 b0d1d86f3456: Pulling fs layer 20:47:37 8ed2c1ec22f6: Waiting 20:47:37 7f90baa40d9b: Waiting 20:47:37 409a5d9eae93: Waiting 20:47:37 76e762919bd5: Waiting 20:47:37 e1aa5cc854c1: Waiting 20:47:37 b0d1d86f3456: Waiting 20:47:37 51118fb70ce3: Verifying Checksum 20:47:37 51118fb70ce3: Download complete 20:47:37 18959295effb: Download complete 20:47:37 409a5d9eae93: Verifying Checksum 20:47:37 409a5d9eae93: Download complete 20:47:37 8ed2c1ec22f6: Verifying Checksum 20:47:37 8ed2c1ec22f6: Download complete 20:47:37 7f90baa40d9b: Verifying Checksum 20:47:37 7f90baa40d9b: Download complete 20:47:37 e1aa5cc854c1: Download complete 20:47:37 b0d1d86f3456: Download complete 20:47:37 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:47:37 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:47:37 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:47:37 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 20:47:38 68fe03cb170d: Verifying Checksum 20:47:38 68fe03cb170d: Download complete 20:47:39 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... 47% Reading package lists... 66% Reading package lists... 66% Reading package lists... 67% Reading package lists... 67% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% 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 20:47:41 68fe03cb170d: Pull complete 20:47:41 18959295effb: Pull complete 20:47:41 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 20:47:41 51118fb70ce3: Pull complete 20:47:42 409a5d9eae93: Pull complete 20:47:43 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... 54% Reading package lists... 66% Reading package lists... 66% Reading package lists... 67% Reading package lists... 67% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% 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 20:47:43 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 86% Building dependency tree 20:47:43 Reading state information... 0% Reading state information... 0% Reading state information... Done 20:47:43 The following packages were automatically installed and are no longer required: 20:47:43 libjq1 libonig4 20:47:43 Use 'sudo apt autoremove' to remove them. 20:47:43 Suggested packages: 20:47:43 binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib 20:47:43 g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake 20:47:43 libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg 20:47:43 libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg 20:47:43 libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base 20:47:43 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 20:47:43 gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n libstdc++-7-doc 20:47:43 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 20:47:43 | libterm-readline-perl-perl 20:47:43 The following NEW packages will be installed: 20:47:43 binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 20:47:43 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 20:47:43 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 20:47:43 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 20:47:43 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 20:47:43 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 20:47:43 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 20:47:43 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev 20:47:43 libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages 20:47:43 manpages-dev netbase patch perl perl-modules-5.26 pkg-config 20:47:43 0 upgraded, 62 newly installed, 0 to remove and 0 not upgraded. 20:47:43 Need to get 57.5 MB of archives. 20:47:43 After this operation, 249 MB of additional disk space will be used. 20:47:43 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 20:47:44 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 20:47:44 0% [2 perl-modules-5.26 7443 B/2763 kB 0%] 2% [2 perl-modules-5.26 1187 kB/2763 kB 43%] 5% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 20:47:44 5% [3 libgdbm5 11.2 kB/26.0 kB 43%] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 20:47:44 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 20:47:44 5% [5 libperl5.26 22.3 kB/3527 kB 1%] 10% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 20:47:44 10% [6 perl 24.6 kB/201 kB 12%] 11% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 20:47:44 11% [7 less 0 B/112 kB 0%] 12% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 20:47:44 12% [8 netbase 12.7 kB/12.7 kB 100%] 12% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 20:47:44 12% [9 manpages 17.8 kB/1234 kB 1%] 14% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] 20:47:44 14% [10 binutils-common 29.1 kB/196 kB 15%] 14% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] 20:47:45 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.3 [1839 kB] 20:47:45 16% [12 binutils-x86-64-linux-gnu 64.7 kB/1839 kB 4%] 18% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] 20:47:45 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] 20:47:45 19% [14 libc-dev-bin 56.5 kB/71.8 kB 79%] 19% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-111.112 [997 kB] 20:47:45 19% [15 linux-libc-dev 50.0 kB/997 kB 5%] 21% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 20:47:45 21% [16 libc6-dev 35.4 kB/2585 kB 1%] 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] 20:47:45 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] 20:47:45 25% [18 libisl19 36.9 kB/551 kB 7%] 26% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 20:47:45 26% [19 libmpfr6 25.9 kB/243 kB 11%] 27% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 20:47:45 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] 20:47:46 27% [21 cpp-7 4059 B/8591 kB 0%] 39% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:47:46 40% [22 cpp 12.4 kB/27.7 kB 45%] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:47:46 40% [23 libcc1-0 29.6 kB/39.4 kB 75%] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:47:46 40% [24 libgomp1 11.8 kB/76.5 kB 15%] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:47:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:47:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:47:46 41% [27 libasan4 65.5 kB/358 kB 18%] 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] 20:47:46 42% [28 liblsan0 47.1 kB/133 kB 35%] 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] 20:47:46 43% [29 libtsan0 45.2 kB/288 kB 16%] 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] 20:47:46 43% [30 libubsan0 18.9 kB/126 kB 15%] 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] 20:47:46 44% [31 libcilkrts5 42.5 kB/42.5 kB 100%] 44% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:47:46 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] 20:47:46 45% [33 libquadmath0 34.4 kB/134 kB 26%] 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] 20:47:46 45% [34 libgcc-7-dev 10.1 kB/2378 kB 0%] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:47:46 49% [35 gcc-7 24.6 kB/9381 kB 0%] 62% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:47:46 62% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:47:46 63% [37 libstdc++-7-dev 62.5 kB/1471 kB 4%] 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] 20:47:47 65% [38 g++-7 32.7 kB/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] 20:47:47 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] 20:47:47 79% [40 make 8192 B/154 kB 5%] 80% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:47:47 80% [41 libdpkg-perl 2812 B/211 kB 1%] 80% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:47:47 80% [42 patch 12.9 kB/102 kB 13%] 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] 20:47:47 81% [43 dpkg-dev 11.3 kB/607 kB 2%] 82% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 20:47:47 82% [44 build-essential 4758 B/4758 B 100%] 82% [Working] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] 20:47:47 82% [45 curl 0 B/159 kB 0%] 83% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 20:47:47 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] 20:47:47 83% [47 fakeroot 12.5 kB/62.3 kB 20%] 83% [Working] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] 20:47:47 83% [48 libcurl3-gnutls 2293 B/212 kB 1%] 84% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:47:47 84% [49 liberror-perl 22.8 kB/22.8 kB 100%] 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] 20:47:47 84% [50 git-man 41.0 kB/804 kB 5%] 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] 20:47:47 76e762919bd5: Verifying Checksum 20:47:47 76e762919bd5: Download complete 20:47:47 86% [51 git 24.4 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] 20:47:47 92% [52 libalgorithm-diff-perl 41.3 kB/47.6 kB 87%] 92% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 20:47:47 92% [53 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] 92% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 20:47:47 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] 20:47:47 93% [55 libfile-fcntllock-perl 33.2 kB/33.2 kB 100%] 93% [Working] Get:56 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:47:47 93% [56 libnorm1 12.3 kB/224 kB 5%] 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] 20:47:47 94% [57 libpgm-5.2-0 39.2 kB/157 kB 25%] 94% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:47:47 94% [58 libsodium23 13.0 kB/143 kB 9%] 95% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:47:47 95% [59 libzmq5 65.5 kB/221 kB 30%] 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] 20:47:47 95% [60 libzmq3-dev 41.3 kB/400 kB 10%] 96% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 20:47:47 96% [61 manpages-dev 34.6 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] 20:47:47 100% [62 pkg-config 45.0 kB/45.0 kB 100%] 100% [Working] Fetched 57.5 MB in 4s (14.2 MB/s) 20:47:48 debconf: delaying package configuration, since apt-utils is not installed 20:47:48 Selecting previously unselected package liblocale-gettext-perl. 20:47:48 (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.) 20:47:48 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 20:47:48 Unpacking liblocale-gettext-perl (1.07-3build2) ... 20:47:48 Selecting previously unselected package perl-modules-5.26. 20:47:48 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 20:47:48 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:47:51 Selecting previously unselected package libgdbm5:amd64. 20:47:51 Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ... 20:47:51 Unpacking libgdbm5:amd64 (1.14.1-6) ... 20:47:51 Selecting previously unselected package libgdbm-compat4:amd64. 20:47:51 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ... 20:47:51 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 20:47:51 Selecting previously unselected package libperl5.26:amd64. 20:47:51 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 20:47:51 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 20:47:52 Selecting previously unselected package perl. 20:47:52 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_amd64.deb ... 20:47:52 Unpacking perl (5.26.1-6ubuntu0.3) ... 20:47:52 Selecting previously unselected package less. 20:47:52 Preparing to unpack .../06-less_487-0.1_amd64.deb ... 20:47:52 Unpacking less (487-0.1) ... 20:47:52 Selecting previously unselected package netbase. 20:47:52 Preparing to unpack .../07-netbase_5.4_all.deb ... 20:47:52 Unpacking netbase (5.4) ... 20:47:52 Selecting previously unselected package manpages. 20:47:52 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 20:47:53 Unpacking manpages (4.15-1) ... 20:47:53 Selecting previously unselected package binutils-common:amd64. 20:47:53 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... 20:47:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... 20:47:53 Selecting previously unselected package libbinutils:amd64. 20:47:53 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... 20:47:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... 20:47:53 Selecting previously unselected package binutils-x86-64-linux-gnu. 20:47:53 Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... 20:47:53 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 20:47:54 Selecting previously unselected package binutils. 20:47:54 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... 20:47:54 Unpacking binutils (2.30-21ubuntu1~18.04.3) ... 20:47:54 Selecting previously unselected package libc-dev-bin. 20:47:54 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 20:47:54 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 20:47:54 Selecting previously unselected package linux-libc-dev:amd64. 20:47:54 Preparing to unpack .../14-linux-libc-dev_4.15.0-111.112_amd64.deb ... 20:47:54 Unpacking linux-libc-dev:amd64 (4.15.0-111.112) ... 20:47:55 Selecting previously unselected package libc6-dev:amd64. 20:47:55 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 20:47:55 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 20:47:56 Selecting previously unselected package gcc-7-base:amd64. 20:47:56 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:47:56 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:47:56 Selecting previously unselected package libisl19:amd64. 20:47:56 Preparing to unpack .../17-libisl19_0.19-1_amd64.deb ... 20:47:56 Unpacking libisl19:amd64 (0.19-1) ... 20:47:56 Selecting previously unselected package libmpfr6:amd64. 20:47:56 Preparing to unpack .../18-libmpfr6_4.0.1-1_amd64.deb ... 20:47:56 Unpacking libmpfr6:amd64 (4.0.1-1) ... 20:47:56 Selecting previously unselected package libmpc3:amd64. 20:47:56 Preparing to unpack .../19-libmpc3_1.1.0-1_amd64.deb ... 20:47:56 Unpacking libmpc3:amd64 (1.1.0-1) ... 20:47:56 Selecting previously unselected package cpp-7. 20:47:56 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:47:56 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:47:57 Selecting previously unselected package cpp. 20:47:57 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:47:57 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 20:47:57 Selecting previously unselected package libcc1-0:amd64. 20:47:57 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:47:57 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:47:58 Selecting previously unselected package libgomp1:amd64. 20:47:58 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:47:58 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:47:58 Selecting previously unselected package libitm1:amd64. 20:47:58 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:47:58 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:47:58 Selecting previously unselected package libatomic1:amd64. 20:47:58 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:47:58 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:47:58 Selecting previously unselected package libasan4:amd64. 20:47:58 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:47:58 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:47:58 Selecting previously unselected package liblsan0:amd64. 20:47:58 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:47:58 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:47:58 Selecting previously unselected package libtsan0:amd64. 20:47:58 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:47:58 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:47:58 Selecting previously unselected package libubsan0:amd64. 20:47:58 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:47:58 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:47:58 Selecting previously unselected package libcilkrts5:amd64. 20:47:58 Preparing to unpack .../30-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:47:58 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:47:58 Selecting previously unselected package libmpx2:amd64. 20:47:58 Preparing to unpack .../31-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:47:58 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:47:58 Selecting previously unselected package libquadmath0:amd64. 20:47:58 Preparing to unpack .../32-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:47:58 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:47:58 Selecting previously unselected package libgcc-7-dev:amd64. 20:47:58 Preparing to unpack .../33-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:47:59 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:47:59 Selecting previously unselected package gcc-7. 20:47:59 Preparing to unpack .../34-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:47:59 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:48:00 Selecting previously unselected package gcc. 20:48:00 Preparing to unpack .../35-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:48:00 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 20:48:00 Selecting previously unselected package libstdc++-7-dev:amd64. 20:48:00 Preparing to unpack .../36-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:48:00 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:48:02 Selecting previously unselected package g++-7. 20:48:02 Preparing to unpack .../37-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:48:02 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 20:48:03 Selecting previously unselected package g++. 20:48:03 Preparing to unpack .../38-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:48:03 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 20:48:03 Selecting previously unselected package make. 20:48:03 Preparing to unpack .../39-make_4.1-9.1ubuntu1_amd64.deb ... 20:48:03 Unpacking make (4.1-9.1ubuntu1) ... 20:48:03 Selecting previously unselected package libdpkg-perl. 20:48:03 Preparing to unpack .../40-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:48:03 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:48:04 Selecting previously unselected package patch. 20:48:04 Preparing to unpack .../41-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:48:04 Unpacking patch (2.7.6-2ubuntu1.1) ... 20:48:04 Selecting previously unselected package dpkg-dev. 20:48:04 Preparing to unpack .../42-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:48:04 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 20:48:04 Selecting previously unselected package build-essential. 20:48:04 Preparing to unpack .../43-build-essential_12.4ubuntu1_amd64.deb ... 20:48:04 Unpacking build-essential (12.4ubuntu1) ... 20:48:04 Selecting previously unselected package curl. 20:48:04 Preparing to unpack .../44-curl_7.58.0-2ubuntu3.9_amd64.deb ... 20:48:04 Unpacking curl (7.58.0-2ubuntu3.9) ... 20:48:04 Selecting previously unselected package libfakeroot:amd64. 20:48:04 Preparing to unpack .../45-libfakeroot_1.22-2ubuntu1_amd64.deb ... 20:48:04 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 20:48:04 Selecting previously unselected package fakeroot. 20:48:04 Preparing to unpack .../46-fakeroot_1.22-2ubuntu1_amd64.deb ... 20:48:04 Unpacking fakeroot (1.22-2ubuntu1) ... 20:48:04 Selecting previously unselected package libcurl3-gnutls:amd64. 20:48:04 Preparing to unpack .../47-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... 20:48:04 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 20:48:04 Selecting previously unselected package liberror-perl. 20:48:04 Preparing to unpack .../48-liberror-perl_0.17025-1_all.deb ... 20:48:04 Unpacking liberror-perl (0.17025-1) ... 20:48:04 Selecting previously unselected package git-man. 20:48:04 Preparing to unpack .../49-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:48:04 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 20:48:04 Selecting previously unselected package git. 20:48:04 Preparing to unpack .../50-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 20:48:04 Unpacking git (1:2.17.1-1ubuntu0.7) ... 20:48:05 Selecting previously unselected package libalgorithm-diff-perl. 20:48:05 Preparing to unpack .../51-libalgorithm-diff-perl_1.19.03-1_all.deb ... 20:48:05 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 20:48:05 Selecting previously unselected package libalgorithm-diff-xs-perl. 20:48:05 Preparing to unpack .../52-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 20:48:05 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 20:48:06 Selecting previously unselected package libalgorithm-merge-perl. 20:48:06 Preparing to unpack .../53-libalgorithm-merge-perl_0.08-3_all.deb ... 20:48:06 Unpacking libalgorithm-merge-perl (0.08-3) ... 20:48:06 Selecting previously unselected package libfile-fcntllock-perl. 20:48:06 Preparing to unpack .../54-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 20:48:06 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 20:48:06 Selecting previously unselected package libnorm1:amd64. 20:48:06 Preparing to unpack .../55-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:48:06 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:48:06 Selecting previously unselected package libpgm-5.2-0:amd64. 20:48:06 Preparing to unpack .../56-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:48:06 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:48:06 Selecting previously unselected package libsodium23:amd64. 20:48:06 Preparing to unpack .../57-libsodium23_1.0.16-2_amd64.deb ... 20:48:06 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:48:06 Selecting previously unselected package libzmq5:amd64. 20:48:06 Preparing to unpack .../58-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:48:06 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:48:06 Selecting previously unselected package libzmq3-dev:amd64. 20:48:06 Preparing to unpack .../59-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:48:06 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:48:06 Selecting previously unselected package manpages-dev. 20:48:06 Preparing to unpack .../60-manpages-dev_4.15-1_all.deb ... 20:48:06 Unpacking manpages-dev (4.15-1) ... 20:48:07 Selecting previously unselected package pkg-config. 20:48:07 Preparing to unpack .../61-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:48:07 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:48:07 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:48:07 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:48:07 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:48:07 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:48:07 Setting up manpages (4.15-1) ... 20:48:07 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:48:07 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:48:07 Setting up less (487-0.1) ... 20:48:07 Setting up make (4.1-9.1ubuntu1) ... 20:48:07 Setting up curl (7.58.0-2ubuntu3.9) ... 20:48:07 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 20:48:07 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:48:07 Setting up linux-libc-dev:amd64 (4.15.0-111.112) ... 20:48:07 Setting up libmpfr6:amd64 (4.0.1-1) ... 20:48:07 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:48:07 Setting up libgdbm5:amd64 (1.14.1-6) ... 20:48:07 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:48:07 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:48:07 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:48:07 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... 20:48:07 Setting up libsodium23:amd64 (1.0.16-2) ... 20:48:07 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:48:07 Setting up patch (2.7.6-2ubuntu1.1) ... 20:48:07 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 20:48:07 Setting up liblocale-gettext-perl (1.07-3build2) ... 20:48:07 Setting up libmpc3:amd64 (1.1.0-1) ... 20:48:07 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 20:48:07 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 20:48:08 Setting up manpages-dev (4.15-1) ... 20:48:08 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 20:48:08 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:48:08 Setting up netbase (5.4) ... 20:48:08 Setting up libisl19:amd64 (0.19-1) ... 20:48:08 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:48:08 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:48:08 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... 20:48:08 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:48:08 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:48:08 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:48:08 Setting up fakeroot (1.22-2ubuntu1) ... 20:48:08 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 20:48:08 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 20:48:08 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 20:48:08 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 20:48:08 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 20:48:08 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 20:48:08 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 20:48:08 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 20:48:08 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 20:48:08 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:48:08 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:48:08 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:48:08 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 20:48:08 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 20:48:08 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:48:08 Setting up perl (5.26.1-6ubuntu0.3) ... 20:48:08 Setting up libfile-fcntllock-perl (0.22-3build2) ... 20:48:08 Setting up libalgorithm-diff-perl (1.19.03-1) ... 20:48:08 Setting up binutils (2.30-21ubuntu1~18.04.3) ... 20:48:08 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:48:08 Setting up liberror-perl (0.17025-1) ... 20:48:08 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:48:08 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:48:08 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:48:08 Setting up libalgorithm-merge-perl (0.08-3) ... 20:48:08 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:48:08 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 20:48:08 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:48:09 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 20:48:09 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 20:48:09 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:48:09 Setting up build-essential (12.4ubuntu1) ... 20:48:09 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:48:09 Processing triggers for mime-support (3.60ubuntu1) ... 20:48:09 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 20:48:11 binutils set to automatically installed. 20:48:11 binutils-common set to automatically installed. 20:48:11 binutils-x86-64-linux-gnu set to automatically installed. 20:48:11 build-essential set to automatically installed. 20:48:11 cpp set to automatically installed. 20:48:11 cpp-7 set to automatically installed. 20:48:11 curl set to automatically installed. 20:48:11 dpkg-dev set to automatically installed. 20:48:11 fakeroot set to automatically installed. 20:48:11 g++ set to automatically installed. 20:48:11 g++-7 set to automatically installed. 20:48:11 gcc set to automatically installed. 20:48:11 gcc-7 set to automatically installed. 20:48:11 gcc-7-base set to automatically installed. 20:48:11 git set to automatically installed. 20:48:11 git-man set to automatically installed. 20:48:11 less set to automatically installed. 20:48:11 libalgorithm-diff-perl set to automatically installed. 20:48:11 libalgorithm-diff-xs-perl set to automatically installed. 20:48:11 libalgorithm-merge-perl set to automatically installed. 20:48:11 libasan4 set to automatically installed. 20:48:11 libatomic1 set to automatically installed. 20:48:11 libbinutils set to automatically installed. 20:48:11 libc-dev-bin set to automatically installed. 20:48:11 libc6-dev set to automatically installed. 20:48:11 libcc1-0 set to automatically installed. 20:48:11 libcilkrts5 set to automatically installed. 20:48:11 libcurl3-gnutls set to automatically installed. 20:48:11 libdpkg-perl set to automatically installed. 20:48:11 liberror-perl set to automatically installed. 20:48:11 libfakeroot set to automatically installed. 20:48:11 libfile-fcntllock-perl set to automatically installed. 20:48:11 libgcc-7-dev set to automatically installed. 20:48:11 libgdbm-compat4 set to automatically installed. 20:48:11 libgdbm5 set to automatically installed. 20:48:11 libgomp1 set to automatically installed. 20:48:11 libisl19 set to automatically installed. 20:48:11 libitm1 set to automatically installed. 20:48:11 liblocale-gettext-perl set to automatically installed. 20:48:11 liblsan0 set to automatically installed. 20:48:11 libmpc3 set to automatically installed. 20:48:11 libmpfr6 set to automatically installed. 20:48:11 libmpx2 set to automatically installed. 20:48:11 libnorm1 set to automatically installed. 20:48:11 libperl5.26 set to automatically installed. 20:48:11 libpgm-5.2-0 set to automatically installed. 20:48:11 libquadmath0 set to automatically installed. 20:48:11 libsodium23 set to automatically installed. 20:48:11 libstdc++-7-dev set to automatically installed. 20:48:11 libtsan0 set to automatically installed. 20:48:11 libubsan0 set to automatically installed. 20:48:11 libzmq3-dev set to automatically installed. 20:48:11 libzmq5 set to automatically installed. 20:48:11 linux-libc-dev set to automatically installed. 20:48:11 make set to automatically installed. 20:48:11 manpages set to automatically installed. 20:48:11 manpages-dev set to automatically installed. 20:48:11 netbase set to automatically installed. 20:48:11 patch set to automatically installed. 20:48:11 perl set to automatically installed. 20:48:11 perl-modules-5.26 set to automatically installed. 20:48:11 pkg-config set to automatically installed. 20:48:11 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 20:48:11 Please ensure the environment is properly setup before continuing. 20:48:11 Ignore this message if the appropriate measures have already been taken 20:48:12 Pulling go  20:48:13 'app-service-config' has dependencies that need to be staged: go 20:48:13 Skipping pull go (already ran) 20:48:13 Building go  20:48:13 % Total % Received % Xferd Average Speed Time Time Time Current 20:48:13 Dload Upload Total Spent Left Speed 20:48:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 114M 8 9.8M 0 0 24.4M 0 0:00:04 --:--:-- 0:00:04 24.3M 50 114M 50 57.6M 0 0 41.0M 0 0:00:02 0:00:01 0:00:01 41.0M 100 114M 100 114M 0 0 47.6M 0 0:00:02 0:00:02 --:--:-- 47.6M 100 114M 100 114M 0 0 47.6M 0 0:00:02 0:00:02 --:--:-- 47.6M 20:48:17 go1.13.10.linux-amd64.tar.gz: OK 20:48:26 76e762919bd5: Pull complete 20:48:26 8ed2c1ec22f6: Pull complete 20:48:26 7f90baa40d9b: Pull complete 20:48:26 e1aa5cc854c1: Pull complete 20:48:26 b0d1d86f3456: Pull complete 20:48:26 Digest: sha256:05830ed3def9c2eaf396b0f1c8191bdb37c9887c76356d219b134b5fd994ebab 20:48:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 20:48:27 Staging go  20:48:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:48:27 14% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:48:27 7% 99% 99% [Working] 99% Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:48:27 80% 99% 17% [Working] 17% [Working] 17% Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 20:48:27 17% 20% Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1005 kB] 20:48:27 20% 3% 3% 3% Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 20:48:27 4% 5% 5% 5% 11% 12% 12% 12% 12% 15% 15% 15% Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [869 kB] 20:48:27 15% 18% [Working] 18% [Working] 18% 20% Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [89.9 kB] 20:48:27 20% 20% Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9282 B] 20:48:27 20% Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 20:48:28 21% 32% 32% 32% 51% 51% 51% 51% 51% 51% 51% 83% [Working] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 20:48:28 83% Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 20:48:28 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1306 kB] 20:48:28 84% 91% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1405 kB] 20:48:28 91% 99% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] 20:48:28 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [104 kB] 20:48:28 99% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 20:48:28 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] 20:48:29 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 18.2 MB in 0s (0 B/s) 20:48:33 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 20:48:33 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 20:48:33 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 20:48:33 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 20:48:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:48:34 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) 20:48:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:48:34 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 20:48:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:48:35 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) 20:48:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:48:36 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) 20:48:36 Pulling app-service-config  20:48:38 Pulling config-common  20:48:38 Skipping build go (already ran) 20:48:38 Building app-service-config  20:48:39 Reading package lists... 20:48:39 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable 20:48:40 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 20:48:40 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 20:48:40 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 20:48:40 go: downloading github.com/gorilla/mux v1.7.4 20:48:40 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.35 20:48:40 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.35 20:48:40 go: extracting github.com/gorilla/mux v1.7.4 20:48:40 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:48:40 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 20:48:40 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 20:48:40 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 20:48:40 go: downloading github.com/google/uuid v1.1.1 20:48:40 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 20:48:40 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:48:40 go: downloading github.com/pelletier/go-toml v1.2.0 20:48:40 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:48:40 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 20:48:40 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 20:48:40 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:48:40 go: downloading github.com/BurntSushi/toml v0.3.1 20:48:40 go: downloading github.com/go-kit/kit v0.8.0 20:48:40 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 20:48:40 go: extracting github.com/google/uuid v1.1.1 20:48:40 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 20:48:40 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:48:40 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:48:40 go: extracting github.com/pelletier/go-toml v1.2.0 20:48:40 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 20:48:40 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:48:40 go: downloading github.com/hashicorp/consul/api v1.1.0 20:48:40 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 20:48:40 go: downloading github.com/x448/float16 v0.8.4 20:48:40 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 20:48:40 go: extracting github.com/BurntSushi/toml v0.3.1 20:48:40 go: downloading github.com/pebbe/zmq4 v1.0.0 20:48:40 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:48:40 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:48:40 go: downloading github.com/mitchellh/copystructure v1.0.0 20:48:40 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 20:48:40 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:48:40 go: extracting github.com/x448/float16 v0.8.4 20:48:40 go: extracting github.com/hashicorp/consul/api v1.1.0 20:48:40 go: extracting github.com/mitchellh/copystructure v1.0.0 20:48:40 go: extracting github.com/go-kit/kit v0.8.0 20:48:40 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:48:40 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:48:40 go: extracting github.com/pebbe/zmq4 v1.0.0 20:48:40 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:48:40 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:48:40 go: downloading github.com/hashicorp/serf v0.8.2 20:48:40 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:48:40 go: extracting github.com/go-redis/redis/v7 v7.2.0 20:48:40 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:48:40 go: extracting github.com/mitchellh/reflectwalk v1.0.0 20:48:40 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 20:48:40 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 20:48:40 go: extracting github.com/mitchellh/mapstructure v1.1.2 20:48:40 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 20:48:40 go: extracting github.com/hashicorp/serf v0.8.2 20:48:40 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:48:40 go: extracting github.com/go-logfmt/logfmt v0.4.0 20:48:40 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:48:40 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:48:40 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:48:40 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:48:40 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 20:48:40 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:48:41 go: extracting github.com/hashicorp/golang-lru v0.5.0 20:48:41 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 20:48:41 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 20:48:41 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 20:48:41 go: finding github.com/google/uuid v1.1.1 20:48:41 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:48:41 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 20:48:41 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:48:41 go: finding github.com/go-kit/kit v0.8.0 20:48:41 go: finding github.com/BurntSushi/toml v0.3.1 20:48:41 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:48:41 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:48:41 go: finding github.com/gorilla/mux v1.7.4 20:48:41 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:48:41 go: finding github.com/x448/float16 v0.8.4 20:48:41 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:48:41 go: finding github.com/go-logfmt/logfmt v0.4.0 20:48:41 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:48:41 go: finding github.com/pelletier/go-toml v1.2.0 20:48:41 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:48:41 go: finding github.com/go-redis/redis/v7 v7.2.0 20:48:41 go: finding github.com/pebbe/zmq4 v1.0.0 20:48:41 go: finding github.com/hashicorp/consul/api v1.1.0 20:48:41 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:48:41 go: finding github.com/mitchellh/copystructure v1.0.0 20:48:41 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:48:41 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:48:41 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:48:41 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:48:41 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:48:41 go: finding github.com/mitchellh/mapstructure v1.1.2 20:48:41 go: finding github.com/hashicorp/serf v0.8.2 20:48:41 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:48:41 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:48:41 go: finding github.com/hashicorp/golang-lru v0.5.0 20:48:45 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: 20:48:45 - README.md 20:48:45 20:48:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:48:51 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 20:48:51 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 20:48:51 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 20:48:51 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 20:48:56 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 90% 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 20:48:59 Building config-common  20:49:00 Skipping stage go (already ran) 20:49:00 Staging app-service-config  20:49:01 Staging config-common  20:49:02 Priming go  20:49:03 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 20:49:03 Priming app-service-config  20:49:05 Priming config-common  20:49:07 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... 11% Reading package lists... 33% Reading package lists... 56% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 76% 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... 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 20:49:07 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | 20:49:07 Snapped edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap 20:49:07 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 20:49:07 Reading state information... 0% Reading state information... 0% Reading state information... Done 20:49:08 The following packages were automatically installed and are no longer required: 20:49:08 libjq1 libonig4 20:49:08 Use 'sudo apt autoremove' to remove them. 20:49:08 Suggested packages: 20:49:08 binutils-doc cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg 20:49:08 gcc-multilib autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg 20:49:08 libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg 20:49:08 libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg 20:49:08 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:49:08 git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n 20:49:08 libstdc++-7-doc make-doc man-browser ed diffutils-doc perl-doc 20:49:08 libterm-readline-gnu-perl | libterm-readline-perl-perl 20:49:09 The following NEW packages will be installed: 20:49:09 binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp 20:49:09 cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 20:49:09 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 20:49:09 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 20:49:09 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 20:49:09 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 20:49:09 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 20:49:09 libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 20:49:09 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 20:49:09 perl perl-modules-5.26 pkg-config 20:49:09 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded. 20:49:09 Need to get 49.1 MB of archives. 20:49:09 After this operation, 219 MB of additional disk space will be used. 20:49:09 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] 20:49:09 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] 20:49:10 0% [2 perl-modules-5.26 1151 B/2763 kB 0%] 2% [2 perl-modules-5.26 978 kB/2763 kB 35%] 5% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 20:49:10 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] 20:49:10 6% [4 libgdbm-compat4 0 B/5536 B 0%] 6% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 20:49:11 20:49:11 Login successful. You now have these capabilities: 20:49:11  20:49:11 snaps: No restriction 20:49:11 channels: No restriction 20:49:11 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 20:49:11 expires: 2021-07-14T18:21:36.256372 20:49:11  20:49:11 6% [5 libperl5.26 8192 B/3326 kB 0%] 10% [5 libperl5.26 2538 kB/3326 kB 76%] 12% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 20:49:11 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] 20:49:11 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] 20:49:11 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] 20:49:11 13% [9 manpages 0 B/1234 kB 0%] 16% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.3 [196 kB] 20:49:11 16% [10 binutils-common 35.5 kB/196 kB 18%] 16% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] 20:49:11 16% [11 libbinutils 37.0 kB/417 kB 9%] 17% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.3 [2168 kB] 20:49:11 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 20:49:11 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 20:49:11 Preparing to upload 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap'. 20:49:11 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 20:49:11 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 20:49:11 17% [12 binutils-aarch64-linux-gnu 26.3 kB/2168 kB 1%] 21% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] 20:49:11 21% [13 binutils 3368 B/3368 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] 20:49:11 21% [14 libc-dev-bin 16.4 kB/58.7 kB 28%] 22% [Working] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-111.112 [975 kB] 20:49:11 22% [15 linux-libc-dev 0 B/975 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] 20:49:12 24% [16 libc6-dev 8192 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] 20:49:12 28% [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] 20:49:12 28% [18 libisl19 16.4 kB/439 kB 4%] 29% [Working] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] 20:49:12 29% [19 libmpfr6 13.7 kB/202 kB 7%] 30% [Working] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] 20:49:12 30% [20 libmpc3 7662 B/37.2 kB 21%] 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] 20:49:12 30% [21 cpp-7 0 B/7046 kB 0%] 40% [21 cpp-7 5964 kB/7046 kB 85%] 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] 20:49:12 42% [22 cpp 27.7 kB/27.7 kB 100%] 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] 20:49:12 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] 20:49:12 43% [24 libgomp1 0 B/69.7 kB 0%] 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] 20:49:12 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] 20:49:12 43% [26 libatomic1 9176 B/9176 B 100%] 44% [Working] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] 20:49:12 44% [27 libasan4 0 B/335 kB 0%] 45% [Working] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] 20:49:12 45% [28 liblsan0 21.8 kB/121 kB 18%] 45% [Working] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] 20:49:12 45% [29 libtsan0 8192 B/269 kB 3%] 46% [Working] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] 20:49:12 46% [30 libubsan0 24.4 kB/117 kB 21%] 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] 20:49:12 47% [31 libgcc-7-dev 20.5 kB/833 kB 2%] 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] 20:49:13 48% [32 gcc-7 4096 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] 20:49:13 61% [33 gcc 5208 B/5208 B 100%] 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] 20:49:13 62% [34 libstdc++-7-dev 262 kB/1471 kB 18%] 64% [Waiting for headers] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] 20:49:13 Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' [] 100% 20:49:13 64% [35 g++-7 48.2 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] 20:49:13 78% [Waiting for headers] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 20:49:13 78% [37 make 29.6 kB/139 kB 21%] 79% [Working] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:49:13 79% [38 libdpkg-perl 32.8 kB/211 kB 16%] 79% [Working] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 20:49:13 79% [39 patch 4096 B/91.8 kB 4%] 80% [Working] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:49:13 80% [40 dpkg-dev 46.0 kB/607 kB 8%] 81% [Working] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] 20:49:13 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] 20:49:13 81% [42 curl 0 B/152 kB 0%] 82% [Working] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] 20:49:13 82% [43 libfakeroot 21.8 kB/21.8 kB 100%] 82% [Waiting for headers] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] 20:49:13 83% [44 fakeroot 46.0 kB/59.9 kB 77%] 83% [Working] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] 20:49:13 83% [45 libcurl3-gnutls 16.4 kB/179 kB 9%] 84% [Working] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 20:49:14 84% [46 liberror-perl 22.8 kB/22.8 kB 100%] 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] 20:49:14 84% [47 git-man 4096 B/804 kB 1%] 86% [Working] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 20:49:14 86% [48 git 28.2 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] 20:49:14 91% [49 libalgorithm-diff-perl 25.6 kB/47.6 kB 54%] 91% [Working] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] 20:49:14 91% [50 libalgorithm-diff-xs-perl 8192 B/10.8 kB 76%] 91% [Working] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 20:49:14 91% [51 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] 20:49:14 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] 20:49:14 92% [53 libnorm1 52.3 kB/218 kB 24%] 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] 20:49:14 93% [54 libpgm-5.2-0 31.1 kB/140 kB 22%] 93% [Working] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] 20:49:14 94% [55 libsodium23 22.1 kB/90.4 kB 24%] 94% [Working] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] 20:49:14 94% [56 libzmq5 4096 B/208 kB 2%] 95% [Working] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] 20:49:14 95% [57 libzmq3-dev 51.3 kB/409 kB 13%] 96% [Working] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] 20:49:14 96% [58 manpages-dev 8192 B/2217 kB 0%] 100% [Working] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] 20:49:14 100% [59 pkg-config 42.8 kB/42.8 kB 100%] 100% [Working] Fetched 49.1 MB in 5s (9783 kB/s) 20:49:15 debconf: delaying package configuration, since apt-utils is not installed 20:49:15 Selecting previously unselected package liblocale-gettext-perl. 20:49:15 (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.) 20:49:15 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... 20:49:15 Unpacking liblocale-gettext-perl (1.07-3build2) ... 20:49:15 Selecting previously unselected package perl-modules-5.26. 20:49:15 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 20:49:15 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:49:17 Selecting previously unselected package libgdbm5:arm64. 20:49:17 Preparing to unpack .../02-libgdbm5_1.14.1-6_arm64.deb ... 20:49:17 Unpacking libgdbm5:arm64 (1.14.1-6) ... 20:49:17 Selecting previously unselected package libgdbm-compat4:arm64. 20:49:17 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_arm64.deb ... 20:49:17 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 20:49:17 Selecting previously unselected package libperl5.26:arm64. 20:49:17 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 20:49:17 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 20:49:19 Selecting previously unselected package perl. 20:49:19 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_arm64.deb ... 20:49:19 Unpacking perl (5.26.1-6ubuntu0.3) ... 20:49:19 Selecting previously unselected package less. 20:49:19 Preparing to unpack .../06-less_487-0.1_arm64.deb ... 20:49:19 Unpacking less (487-0.1) ... 20:49:19 Selecting previously unselected package netbase. 20:49:19 Preparing to unpack .../07-netbase_5.4_all.deb ... 20:49:19 Unpacking netbase (5.4) ... 20:49:19 Selecting previously unselected package manpages. 20:49:19 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 20:49:19 Unpacking manpages (4.15-1) ... 20:49:19 Selecting previously unselected package binutils-common:arm64. 20:49:19 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... 20:49:19 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... 20:49:19 Selecting previously unselected package libbinutils:arm64. 20:49:19 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... 20:49:19 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... 20:49:20 Selecting previously unselected package binutils-aarch64-linux-gnu. 20:49:20 Preparing to unpack .../11-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... 20:49:20 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 20:49:21 Selecting previously unselected package binutils. 20:49:21 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... 20:49:21 Unpacking binutils (2.30-21ubuntu1~18.04.3) ... 20:49:21 Selecting previously unselected package libc-dev-bin. 20:49:21 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... 20:49:21 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 20:49:21 Selecting previously unselected package linux-libc-dev:arm64. 20:49:21 Preparing to unpack .../14-linux-libc-dev_4.15.0-111.112_arm64.deb ... 20:49:21 Unpacking linux-libc-dev:arm64 (4.15.0-111.112) ... 20:49:22 Selecting previously unselected package libc6-dev:arm64. 20:49:22 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... 20:49:22 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... 20:49:23 Selecting previously unselected package gcc-7-base:arm64. 20:49:23 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... 20:49:23 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 20:49:23 Selecting previously unselected package libisl19:arm64. 20:49:23 Preparing to unpack .../17-libisl19_0.19-1_arm64.deb ... 20:49:23 Unpacking libisl19:arm64 (0.19-1) ... 20:49:23 Selecting previously unselected package libmpfr6:arm64. 20:49:23 Preparing to unpack .../18-libmpfr6_4.0.1-1_arm64.deb ... 20:49:23 Unpacking libmpfr6:arm64 (4.0.1-1) ... 20:49:23 Selecting previously unselected package libmpc3:arm64. 20:49:23 Preparing to unpack .../19-libmpc3_1.1.0-1_arm64.deb ... 20:49:23 Unpacking libmpc3:arm64 (1.1.0-1) ... 20:49:24 Selecting previously unselected package cpp-7. 20:49:24 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 20:49:24 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:49:25 Selecting previously unselected package cpp. 20:49:25 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 20:49:25 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 20:49:25 Selecting previously unselected package libcc1-0:arm64. 20:49:25 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... 20:49:25 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 20:49:26 Selecting previously unselected package libgomp1:arm64. 20:49:26 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... 20:49:26 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 20:49:26 Selecting previously unselected package libitm1:arm64. 20:49:26 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... 20:49:26 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 20:49:26 Selecting previously unselected package libatomic1:arm64. 20:49:26 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... 20:49:26 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 20:49:26 Selecting previously unselected package libasan4:arm64. 20:49:26 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... 20:49:26 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 20:49:26 Selecting previously unselected package liblsan0:arm64. 20:49:26 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 20:49:26 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 20:49:27 Selecting previously unselected package libtsan0:arm64. 20:49:27 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 20:49:27 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 20:49:27 Selecting previously unselected package libubsan0:arm64. 20:49:27 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... 20:49:27 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 20:49:27 Selecting previously unselected package libgcc-7-dev:arm64. 20:49:27 Preparing to unpack .../30-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 20:49:27 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 20:49:27 Selecting previously unselected package gcc-7. 20:49:27 Preparing to unpack .../31-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 20:49:27 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:49:28 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...| 20:49:28 released 20:49:28 Revision 20 of 'edgex-app-service-configurable' created. 20:49:29 Track Arch Channel Version Revision 20:49:29 latest amd64 stable 1.2.0-20200615+a7f3ace 14 20:49:29 candidate 1.2.0-20200615+a7f3ace 14 20:49:29 beta 1.2.0-20200615+a7f3ace 14 20:49:29 edge 1.2.0-20200714+8f8a21a 20 20:49:29 Selecting previously unselected package gcc. 20:49:29 Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 20:49:29 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 20:49:29 Selecting previously unselected package libstdc++-7-dev:arm64. 20:49:29 Preparing to unpack .../33-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 20:49:29 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 20:49:30 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 20:49:30 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 20:49:30 Uploading metadata from 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap' 20:49:30 Selecting previously unselected package g++-7. 20:49:30 Preparing to unpack .../34-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 20:49:30 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 20:49:32 Selecting previously unselected package g++. 20:49:32 Preparing to unpack .../35-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 20:49:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 20:49:32 Selecting previously unselected package make. 20:49:32 Preparing to unpack .../36-make_4.1-9.1ubuntu1_arm64.deb ... 20:49:32 Unpacking make (4.1-9.1ubuntu1) ... 20:49:32 Selecting previously unselected package libdpkg-perl. 20:49:32 Preparing to unpack .../37-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:49:32 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:49:33 Selecting previously unselected package patch. 20:49:33 Preparing to unpack .../38-patch_2.7.6-2ubuntu1.1_arm64.deb ... 20:49:33 Unpacking patch (2.7.6-2ubuntu1.1) ... 20:49:33 Selecting previously unselected package dpkg-dev. 20:49:33 Preparing to unpack .../39-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:49:33 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 20:49:33 The metadata has been uploaded 20:49:33 Selecting previously unselected package build-essential. 20:49:33 Preparing to unpack .../40-build-essential_12.4ubuntu1_arm64.deb ... 20:49:33 Unpacking build-essential (12.4ubuntu1) ... 20:49:33 Selecting previously unselected package curl. 20:49:33 Preparing to unpack .../41-curl_7.58.0-2ubuntu3.9_arm64.deb ... 20:49:33 Unpacking curl (7.58.0-2ubuntu3.9) ... 20:49:33 Selecting previously unselected package libfakeroot:arm64. 20:49:33 Preparing to unpack .../42-libfakeroot_1.22-2ubuntu1_arm64.deb ... 20:49:33 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... 20:49:33 Selecting previously unselected package fakeroot. 20:49:33 Preparing to unpack .../43-fakeroot_1.22-2ubuntu1_arm64.deb ... 20:49:33 Unpacking fakeroot (1.22-2ubuntu1) ... [Pipeline] } 20:49:34 Deleting 1 temporary files 20:49:34 Selecting previously unselected package libcurl3-gnutls:arm64. 20:49:34 Preparing to unpack .../44-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... 20:49:34 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 20:49:34 Selecting previously unselected package liberror-perl. [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script 20:49:34 Preparing to unpack .../45-liberror-perl_0.17025-1_all.deb ... 20:49:34 Unpacking liberror-perl (0.17025-1) ... 20:49:34 Selecting previously unselected package git-man. 20:49:34 Preparing to unpack .../46-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:49:34 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:49:34 Selecting previously unselected package git. 20:49:34 Preparing to unpack .../47-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 20:49:34 Unpacking git (1:2.17.1-1ubuntu0.7) ... [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:49:36 Selecting previously unselected package libalgorithm-diff-perl. 20:49:36 Preparing to unpack .../48-libalgorithm-diff-perl_1.19.03-1_all.deb ... 20:49:36 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 20:49:36 Selecting previously unselected package libalgorithm-diff-xs-perl. 20:49:36 Preparing to unpack .../49-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... 20:49:36 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 20:49:36 Selecting previously unselected package libalgorithm-merge-perl. 20:49:36 Preparing to unpack .../50-libalgorithm-merge-perl_0.08-3_all.deb ... 20:49:36 Unpacking libalgorithm-merge-perl (0.08-3) ... 20:49:36 Selecting previously unselected package libfile-fcntllock-perl. 20:49:36 Preparing to unpack .../51-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... 20:49:36 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 20:49:36 Selecting previously unselected package libnorm1:arm64. 20:49:36 Preparing to unpack .../52-libnorm1_1.5r6+dfsg1-6_arm64.deb ... 20:49:36 Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... 20:49:36 Selecting previously unselected package libpgm-5.2-0:arm64. 20:49:36 Preparing to unpack .../53-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... 20:49:36 Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 20:49:36 Selecting previously unselected package libsodium23:arm64. 20:49:36 Preparing to unpack .../54-libsodium23_1.0.16-2_arm64.deb ... 20:49:36 Unpacking libsodium23:arm64 (1.0.16-2) ... 20:49:36 Selecting previously unselected package libzmq5:arm64. 20:49:36 Preparing to unpack .../55-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... 20:49:36 Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 20:49:37 Selecting previously unselected package libzmq3-dev:arm64. 20:49:37 Preparing to unpack .../56-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... 20:49:37 Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 20:49:37 Selecting previously unselected package manpages-dev. 20:49:37 Preparing to unpack .../57-manpages-dev_4.15-1_all.deb ... 20:49:37 Unpacking manpages-dev (4.15-1) ... 20:49:38 Selecting previously unselected package pkg-config. 20:49:38 Preparing to unpack .../58-pkg-config_0.29.1-0ubuntu2_arm64.deb ... 20:49:38 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:49:38 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 20:49:38 Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 20:49:38 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 20:49:38 Setting up manpages (4.15-1) ... 20:49:38 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:49:38 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 20:49:38 Setting up less (487-0.1) ... 20:49:38 Setting up make (4.1-9.1ubuntu1) ... 20:49:38 Setting up curl (7.58.0-2ubuntu3.9) ... 20:49:38 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 20:49:38 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 20:49:38 Setting up linux-libc-dev:arm64 (4.15.0-111.112) ... 20:49:38 Setting up libmpfr6:arm64 (4.0.1-1) ... 20:49:39 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:49:39 Setting up libgdbm5:arm64 (1.14.1-6) ... 20:49:39 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 20:49:39 Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... 20:49:39 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 20:49:39 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... 20:49:39 Setting up libsodium23:arm64 (1.0.16-2) ... 20:49:39 Setting up patch (2.7.6-2ubuntu1.1) ... 20:49:39 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... 20:49:39 Setting up liblocale-gettext-perl (1.07-3build2) ... 20:49:39 Setting up libmpc3:arm64 (1.1.0-1) ... 20:49:39 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 20:49:39 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 20:49:39 Setting up manpages-dev (4.15-1) ... 20:49:39 Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... 20:49:39 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 20:49:39 Setting up netbase (5.4) ... 20:49:39 Setting up libisl19:arm64 (0.19-1) ... 20:49:39 Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 20:49:39 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 20:49:39 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... 20:49:39 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 20:49:39 Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 20:49:39 Setting up fakeroot (1.22-2ubuntu1) ... 20:49:39 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 20:49:39 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 20:49:39 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 20:49:39 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 20:49:39 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 20:49:39 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 20:49:39 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 20:49:39 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 20:49:39 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 20:49:39 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 20:49:40 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:49:40 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 20:49:40 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 20:49:40 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 20:49:40 Setting up binutils (2.30-21ubuntu1~18.04.3) ... 20:49:40 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:49:40 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:49:40 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:49:40 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:49:40 Setting up perl (5.26.1-6ubuntu0.3) ... 20:49:40 Setting up libfile-fcntllock-perl (0.22-3build2) ... 20:49:40 Setting up libalgorithm-diff-perl (1.19.03-1) ... 20:49:40 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:49:40 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 20:49:40 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 20:49:40 Setting up liberror-perl (0.17025-1) ... 20:49:40 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:49:40 Setting up libalgorithm-merge-perl (0.08-3) ... 20:49:41 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:49:41 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 20:49:41 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:49:41 Setting up build-essential (12.4ubuntu1) ... 20:49:41 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:49:41 Processing triggers for mime-support (3.60ubuntu1) ... 20:49:41 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 20:49:47 binutils set to automatically installed. 20:49:47 binutils-aarch64-linux-gnu set to automatically installed. 20:49:47 binutils-common set to automatically installed. 20:49:47 build-essential set to automatically installed. 20:49:47 cpp set to automatically installed. 20:49:47 cpp-7 set to automatically installed. 20:49:47 curl set to automatically installed. 20:49:47 dpkg-dev set to automatically installed. 20:49:47 fakeroot set to automatically installed. 20:49:47 g++ set to automatically installed. 20:49:47 g++-7 set to automatically installed. 20:49:47 gcc set to automatically installed. 20:49:47 gcc-7 set to automatically installed. 20:49:47 gcc-7-base set to automatically installed. 20:49:47 git set to automatically installed. 20:49:47 git-man set to automatically installed. 20:49:47 less set to automatically installed. 20:49:47 libalgorithm-diff-perl set to automatically installed. 20:49:47 libalgorithm-diff-xs-perl set to automatically installed. 20:49:47 libalgorithm-merge-perl set to automatically installed. 20:49:47 libasan4 set to automatically installed. 20:49:47 libatomic1 set to automatically installed. 20:49:47 libbinutils set to automatically installed. 20:49:47 libc-dev-bin set to automatically installed. 20:49:47 libc6-dev set to automatically installed. 20:49:47 libcc1-0 set to automatically installed. 20:49:47 libcurl3-gnutls set to automatically installed. 20:49:47 libdpkg-perl set to automatically installed. 20:49:47 liberror-perl set to automatically installed. 20:49:47 libfakeroot set to automatically installed. 20:49:47 libfile-fcntllock-perl set to automatically installed. 20:49:47 libgcc-7-dev set to automatically installed. 20:49:47 libgdbm-compat4 set to automatically installed. 20:49:47 libgdbm5 set to automatically installed. 20:49:47 libgomp1 set to automatically installed. 20:49:47 libisl19 set to automatically installed. 20:49:48 libitm1 set to automatically installed. 20:49:48 liblocale-gettext-perl set to automatically installed. 20:49:48 liblsan0 set to automatically installed. 20:49:48 libmpc3 set to automatically installed. 20:49:48 libmpfr6 set to automatically installed. 20:49:48 libnorm1 set to automatically installed. 20:49:48 libperl5.26 set to automatically installed. 20:49:48 libpgm-5.2-0 set to automatically installed. 20:49:48 libsodium23 set to automatically installed. 20:49:48 libstdc++-7-dev set to automatically installed. 20:49:48 libtsan0 set to automatically installed. 20:49:48 libubsan0 set to automatically installed. 20:49:48 libzmq3-dev set to automatically installed. 20:49:48 libzmq5 set to automatically installed. 20:49:48 linux-libc-dev set to automatically installed. 20:49:48 make set to automatically installed. 20:49:48 manpages set to automatically installed. 20:49:48 manpages-dev set to automatically installed. 20:49:48 netbase set to automatically installed. 20:49:48 patch set to automatically installed. 20:49:48 perl set to automatically installed. 20:49:48 perl-modules-5.26 set to automatically installed. 20:49:49 pkg-config set to automatically installed. 20:49:49 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 20:49:49 Please ensure the environment is properly setup before continuing. 20:49:49 Ignore this message if the appropriate measures have already been taken 20:49:49 Pulling go  20:49:53 'app-service-config' has dependencies that need to be staged: go 20:49:53 Skipping pull go (already ran) 20:49:53 Building go  20:49:53 % Total % Received % Xferd Average Speed Time Time Time Current 20:49:53 Dload Upload Total Spent Left Speed 20:49:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 93.1M 16 15.6M 0 0 28.5M 0 0:00:03 --:--:-- 0:00:03 28.5M 63 93.1M 63 59.3M 0 0 38.0M 0 0:00:02 0:00:01 0:00:01 38.0M 100 93.1M 100 93.1M 0 0 39.6M 0 0:00:02 0:00:02 --:--:-- 39.6M 20:49:56 go1.13.10.linux-arm64.tar.gz: OK 20:50:15 Staging go  20:50:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] 20:50:17 5% 99% [Working] 99% [Working] 99% Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 20:50:17 79% 99% 99% Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 20:50:17 91% 99% 99% Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 20:50:17 83% 99% 3% [Working] 3% [Working] 3% 3% Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] 20:50:18 3% 3% 3% 3% 3% 3% Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] 20:50:18 4% 7% 7% 7% 11% Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] 20:50:18 12% 12% Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] 20:50:18 13% 33% 33% 33% 38% 38% 38% 39% 64% 78% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] 20:50:18 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [905 kB] 20:50:18 79% 79% 83% Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3457 B] 20:50:18 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1246 kB] 20:50:18 84% 91% Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 20:50:18 91% Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [8104 B] 20:50:18 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [632 kB] 20:50:19 91% 95% Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] 20:50:19 95% 95% 95% Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] 20:50:19 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] 20:50:21 96% 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% [Working] 99% [Working] 99% 100% [Working] Fetched 16.5 MB in 0s (0 B/s) 20:50:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] 20:50:39 6% 100% [Working] Fetched 218 kB in 0s (0 B/s) 20:50:39 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] 20:50:39 5% 100% [Working] Fetched 140 kB in 0s (0 B/s) 20:50:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] 20:50:39 6% 100% [Working] Fetched 208 kB in 0s (0 B/s) 20:50:40 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] 20:50:40 9% 100% [Working] Fetched 90.4 kB in 0s (0 B/s) 20:50:41 Pulling app-service-config  20:50:47 Pulling config-common  20:50:50 Skipping build go (already ran) 20:50:50 Building app-service-config  20:50:50 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable 20:50:51 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 20:50:51 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 20:50:51 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.35 20:50:51 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 20:50:51 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 20:50:51 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 20:50:52 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 20:50:52 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 20:50:52 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.35 20:50:52 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:50:52 go: downloading github.com/gorilla/mux v1.7.4 20:50:52 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 20:50:52 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 20:50:52 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:50:52 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 20:50:52 go: extracting github.com/gorilla/mux v1.7.4 20:50:52 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:50:52 go: downloading github.com/BurntSushi/toml v0.3.1 20:50:52 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 20:50:52 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:50:52 go: downloading github.com/pelletier/go-toml v1.2.0 20:50:52 go: downloading github.com/hashicorp/consul/api v1.1.0 20:50:52 go: downloading github.com/go-kit/kit v0.8.0 20:50:52 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 20:50:52 go: downloading github.com/google/uuid v1.1.1 20:50:52 go: extracting github.com/BurntSushi/toml v0.3.1 20:50:52 go: downloading github.com/pebbe/zmq4 v1.0.0 20:50:52 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:50:52 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 20:50:52 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 20:50:52 go: extracting github.com/pelletier/go-toml v1.2.0 20:50:52 go: extracting github.com/google/uuid v1.1.1 20:50:52 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:50:52 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:50:52 go: extracting github.com/pebbe/zmq4 v1.0.0 20:50:52 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:50:52 go: extracting github.com/hashicorp/consul/api v1.1.0 20:50:52 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:50:52 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:50:52 go: downloading github.com/mitchellh/copystructure v1.0.0 20:50:52 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 20:50:52 go: extracting github.com/go-redis/redis/v7 v7.2.0 20:50:52 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:50:52 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:50:52 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:50:52 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:50:52 go: extracting github.com/mitchellh/copystructure v1.0.0 20:50:52 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:50:52 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 20:50:52 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:50:52 go: downloading github.com/hashicorp/serf v0.8.2 20:50:52 go: extracting github.com/go-kit/kit v0.8.0 20:50:52 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 20:50:52 go: downloading github.com/x448/float16 v0.8.4 20:50:52 go: extracting github.com/mitchellh/mapstructure v1.1.2 20:50:52 go: extracting github.com/mitchellh/reflectwalk v1.0.0 20:50:52 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 20:50:52 go: extracting github.com/x448/float16 v0.8.4 20:50:53 go: extracting github.com/hashicorp/serf v0.8.2 20:50:53 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:50:53 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:50:53 go: extracting github.com/go-logfmt/logfmt v0.4.0 20:50:53 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:50:53 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:50:53 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:50:53 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 20:50:53 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:50:53 go: extracting github.com/hashicorp/golang-lru v0.5.0 20:50:53 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 20:50:53 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 20:50:53 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 20:50:53 go: finding github.com/google/uuid v1.1.1 20:50:53 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 20:50:53 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:50:53 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:50:53 go: finding github.com/BurntSushi/toml v0.3.1 20:50:53 go: finding github.com/go-kit/kit v0.8.0 20:50:53 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:50:53 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:50:53 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:50:53 go: finding github.com/gorilla/mux v1.7.4 20:50:53 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:50:53 go: finding github.com/go-logfmt/logfmt v0.4.0 20:50:53 go: finding github.com/x448/float16 v0.8.4 20:50:53 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:50:53 go: finding github.com/pelletier/go-toml v1.2.0 20:50:53 go: finding github.com/pebbe/zmq4 v1.0.0 20:50:53 go: finding github.com/go-redis/redis/v7 v7.2.0 20:50:53 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:50:53 go: finding github.com/hashicorp/consul/api v1.1.0 20:50:53 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:50:53 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:50:53 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:50:53 go: finding github.com/mitchellh/copystructure v1.0.0 20:50:53 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:50:53 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:50:53 go: finding github.com/mitchellh/mapstructure v1.1.2 20:50:53 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:50:53 go: finding github.com/hashicorp/serf v0.8.2 20:50:53 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:50:53 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:50:53 go: finding github.com/hashicorp/golang-lru v0.5.0 20:51:40 Building config-common  20:51:50 Skipping stage go (already ran) 20:51:50 Staging app-service-config  20:51:52 Staging config-common  20:51:56 Priming go  20:51:59 Priming app-service-config  20:52:03 Priming config-common  20:52:10 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | 20:52:10 Snapped edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap 20:52:17 20:52:17 Login successful. You now have these capabilities: 20:52:17  20:52:17 snaps: No restriction 20:52:17 channels: No restriction 20:52:17 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 20:52:17 expires: 2021-07-14T18:21:36.256372 20:52:17  20:52:20 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 20:52:20 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 20:52:20 Preparing to upload 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap'. 20:52:20 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 20:52:20 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 20:52:23 Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 71% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' [] 100% 20:52:38 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 20:52:38 released 20:52:38 Revision 21 of 'edgex-app-service-configurable' created. 20:52:39 Track Arch Channel Version Revision 20:52:39 latest arm64 stable 1.2.0-20200615+a7f3ace 15 20:52:39 candidate 1.2.0-20200615+a7f3ace 15 20:52:39 beta 1.2.0-20200615+a7f3ace 15 20:52:39 edge 1.2.0-20200714+8f8a21a 21 20:52:43 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 20:52:43 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 20:52:43 Uploading metadata from 'edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap' 20:52:47 The metadata has been uploaded [Pipeline] } 20:52:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:52:51 provisioning config files... 20:52:51 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8253035238313672198tmp [Pipeline] { [Pipeline] sh 20:52:52 + curl -s https://codecov.io/bash 20:52:52 + bash -s - -t @/w/workspace/_app-service-configurable_master@tmp/config8253035238313672198tmp [Pipeline] } 20:52:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 20:52:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 20:52:52 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 20:52:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:52:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:52:53 20:52:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 20:52:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:52:53 1.317.0: Pulling from edgex-devops/edgex-snyk-go 20:52:53 cbdbe7a5bc2a: Pulling fs layer 20:52:53 408f87550127: Pulling fs layer 20:52:53 fe522b08c979: Pulling fs layer 20:52:53 221eaa008020: Pulling fs layer 20:52:53 2a4607e5d6b9: Pulling fs layer 20:52:53 8f79b27c4fd2: Pulling fs layer 20:52:53 e5c8dbe1645b: Pulling fs layer 20:52:53 23e8b3b47431: Pulling fs layer 20:52:53 5c568d65a230: Pulling fs layer 20:52:53 2a4607e5d6b9: Waiting 20:52:53 8f79b27c4fd2: Waiting 20:52:53 e5c8dbe1645b: Waiting 20:52:53 23e8b3b47431: Waiting 20:52:53 5c568d65a230: Waiting 20:52:53 221eaa008020: Waiting 20:52:53 fe522b08c979: Verifying Checksum 20:52:53 fe522b08c979: Download complete 20:52:53 408f87550127: Download complete 20:52:53 2a4607e5d6b9: Verifying Checksum 20:52:53 8f79b27c4fd2: Verifying Checksum 20:52:53 8f79b27c4fd2: Download complete 20:52:53 cbdbe7a5bc2a: Verifying Checksum 20:52:53 cbdbe7a5bc2a: Download complete 20:52:54 e5c8dbe1645b: Verifying Checksum 20:52:54 e5c8dbe1645b: Download complete 20:52:54 cbdbe7a5bc2a: Pull complete 20:52:55 23e8b3b47431: Verifying Checksum 20:52:55 23e8b3b47431: Download complete 20:52:55 408f87550127: Pull complete 20:52:55 5c568d65a230: Download complete 20:52:55 fe522b08c979: Pull complete 20:52:56 221eaa008020: Verifying Checksum 20:52:56 221eaa008020: Download complete 20:53:04 221eaa008020: Pull complete 20:53:04 2a4607e5d6b9: Pull complete 20:53:04 8f79b27c4fd2: Pull complete 20:53:07 e5c8dbe1645b: Pull complete 20:53:10 23e8b3b47431: Pull complete 20:53:12 5c568d65a230: Pull complete 20:53:12 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 20:53:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:53:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 20:53:12 prd-centos7-docker-4c-2g-699 does not seem to be running inside a container 20:53:12 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 20:53:14 $ docker top 2ff98e7ca163d4164b375ce3f22f3b6f37e2d636e08e87781cf21192a64d4a11 -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:15 + snyk monitor '--org=edgex-jenkins' 20:53:27 20:53:27 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 20:53:27 20:53:27 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/7f54fa0d-5509-4376-a686-53a353394f66 20:53:27 20:53:27 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:53:27 20:53:27 [Pipeline] } 20:53:27 $ docker stop --time=1 2ff98e7ca163d4164b375ce3f22f3b6f37e2d636e08e87781cf21192a64d4a11 20:53:29 $ docker rm -f 2ff98e7ca163d4164b375ce3f22f3b6f37e2d636e08e87781cf21192a64d4a11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:53:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:31 20:53:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 20:53:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:31 latest: Pulling from edgex-devops/edgex-klar 20:53:31 e7c96db7181b: Pulling fs layer 20:53:31 1868ca2cb446: Pulling fs layer 20:53:31 136be5d0fe8e: Pulling fs layer 20:53:31 894bfe63afcb: Pulling fs layer 20:53:31 894bfe63afcb: Waiting 20:53:31 1868ca2cb446: Verifying Checksum 20:53:31 1868ca2cb446: Download complete 20:53:31 136be5d0fe8e: Verifying Checksum 20:53:31 136be5d0fe8e: Download complete 20:53:31 e7c96db7181b: Verifying Checksum 20:53:31 e7c96db7181b: Download complete 20:53:31 894bfe63afcb: Verifying Checksum 20:53:31 894bfe63afcb: Download complete 20:53:32 e7c96db7181b: Pull complete 20:53:32 1868ca2cb446: Pull complete 20:53:32 136be5d0fe8e: Pull complete 20:53:33 894bfe63afcb: Pull complete 20:53:33 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 20:53:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 20:53:33 prd-centos7-docker-4c-2g-699 does not seem to be running inside a container 20:53:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:53:34 $ docker top d4e00da48afdfc4453224da17671671de2dfe64fa8b661cc07d94bd57c6058ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:35 + tee 20:53:35 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:53:41 $ docker stop --time=1 d4e00da48afdfc4453224da17671671de2dfe64fa8b661cc07d94bd57c6058ba 20:53:42 $ docker rm -f d4e00da48afdfc4453224da17671671de2dfe64fa8b661cc07d94bd57c6058ba [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:53:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:43 . [Pipeline] withDockerContainer 20:53:43 prd-centos7-docker-4c-2g-699 does not seem to be running inside a container 20:53:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:53:44 $ docker top d5348822d59cb60eb33dee9ff484686f1eeceef775bcfa9081e605aea8e9bce8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:44 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 20:53:44 + tee 20:53:44 clair timeout 1m0s 20:53:44 docker timeout: 1m0s 20:53:44 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:53:45 $ docker stop --time=1 d5348822d59cb60eb33dee9ff484686f1eeceef775bcfa9081e605aea8e9bce8 20:53:47 $ docker rm -f d5348822d59cb60eb33dee9ff484686f1eeceef775bcfa9081e605aea8e9bce8 [Pipeline] // withDockerContainer [Pipeline] sh 20:53:47 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 20:53:47 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_8f8a21a540ef2e4587cdc2ec77aa936f8e756367.html [Pipeline] writeFile [Pipeline] step 20:53:47 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 20:53:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:48 . [Pipeline] withDockerContainer 20:53:48 prd-centos7-docker-4c-2g-699 does not seem to be running inside a container 20:53:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:53:49 $ docker top 2fd80d147ac4a7f403787eb3be3dc2445a8dda282e56f29eb3fe543f2aecbafa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:49 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 20:53:49 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:53:55 $ docker stop --time=1 2fd80d147ac4a7f403787eb3be3dc2445a8dda282e56f29eb3fe543f2aecbafa 20:53:57 $ docker rm -f 2fd80d147ac4a7f403787eb3be3dc2445a8dda282e56f29eb3fe543f2aecbafa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:53:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:57 . [Pipeline] withDockerContainer 20:53:57 prd-centos7-docker-4c-2g-699 does not seem to be running inside a container 20:53:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:53:58 $ docker top 498bd08273c5da1df3b2b891c426b117df631d6169645756be4f3854102ac51e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:59 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 20:53:59 + tee 20:53:59 clair timeout 1m0s 20:53:59 docker timeout: 1m0s 20:53:59 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:54:00 $ docker stop --time=1 498bd08273c5da1df3b2b891c426b117df631d6169645756be4f3854102ac51e 20:54:01 $ docker rm -f 498bd08273c5da1df3b2b891c426b117df631d6169645756be4f3854102ac51e [Pipeline] // withDockerContainer [Pipeline] sh 20:54:02 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 20:54:02 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_8f8a21a540ef2e4587cdc2ec77aa936f8e756367.html [Pipeline] writeFile [Pipeline] step 20:54:02 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 20:54:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:03 . [Pipeline] withDockerContainer 20:54:03 prd-centos7-docker-4c-2g-699 does not seem to be running inside a container 20:54:03 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:54:04 $ docker top 6eec40b7c9aae3686eb70375a4c2171b8ff1b553ab9653525b23a2b035bfa080 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:54:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:04 [ssh-agent] Looking for ssh-agent implementation... 20:54:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:04 $ docker exec 6eec40b7c9aae3686eb70375a4c2171b8ff1b553ab9653525b23a2b035bfa080 ssh-agent 20:54:04 SSH_AUTH_SOCK=/tmp/ssh-uyVoiUZgXDW5/agent.13 20:54:04 SSH_AGENT_PID=18 20:54:04 Running ssh-add (command line suppressed) 20:54:05 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4811329969299455844.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4811329969299455844.key) 20:54:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:05 + git semver tag 20:54:05 # -> Open(): unable to determine branch for HEAD 20:54:05 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 20:54:05 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 20:54:05 # $SEMVER_REMOTE_NAME = origin 20:54:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:54:05 # $SEMVER_USER_NAME = edgex-jenkins 20:54:05 # $SEMVER_BRANCH = master 20:54:05 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 20:54:05 # 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 HEAD 20:54:05 # -> Force: false 20:54:05 # cee6b397eab189af61fb6f43444e4e42371acea8 refs/tags/v1.2.1-dev.2 [Pipeline] } 20:54:05 $ docker exec --env ******** --env ******** 6eec40b7c9aae3686eb70375a4c2171b8ff1b553ab9653525b23a2b035bfa080 ssh-agent -k 20:54:05 unset SSH_AUTH_SOCK; 20:54:05 unset SSH_AGENT_PID; 20:54:05 echo Agent pid 18 killed; 20:54:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:54:06 + git semver [Pipeline] } 20:54:06 $ docker stop --time=1 6eec40b7c9aae3686eb70375a4c2171b8ff1b553ab9653525b23a2b035bfa080 20:54:07 $ docker rm -f 6eec40b7c9aae3686eb70375a4c2171b8ff1b553ab9653525b23a2b035bfa080 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:54:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:54:08 20:54:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:54:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:54:08 0.23.1-centos7: Pulling from edgex-lftools 20:54:08 ab5ef0e58194: Pulling fs layer 20:54:08 9712f1f96733: Pulling fs layer 20:54:08 63f879dbbcfc: Pulling fs layer 20:54:08 0d9ebad4ef96: Pulling fs layer 20:54:08 e9a5061849ea: Pulling fs layer 20:54:08 d747dcd14b5f: Pulling fs layer 20:54:08 2de7ff778b66: Pulling fs layer 20:54:08 0d9ebad4ef96: Waiting 20:54:08 e9a5061849ea: Waiting 20:54:08 d747dcd14b5f: Waiting 20:54:08 2de7ff778b66: Waiting 20:54:08 9712f1f96733: Verifying Checksum 20:54:08 9712f1f96733: Download complete 20:54:09 63f879dbbcfc: Verifying Checksum 20:54:09 63f879dbbcfc: Download complete 20:54:09 e9a5061849ea: Verifying Checksum 20:54:09 e9a5061849ea: Download complete 20:54:09 d747dcd14b5f: Verifying Checksum 20:54:09 d747dcd14b5f: Download complete 20:54:09 2de7ff778b66: Verifying Checksum 20:54:09 2de7ff778b66: Download complete 20:54:10 0d9ebad4ef96: Verifying Checksum 20:54:10 0d9ebad4ef96: Download complete 20:54:10 ab5ef0e58194: Verifying Checksum 20:54:10 ab5ef0e58194: Download complete 20:54:15 ab5ef0e58194: Pull complete 20:54:15 9712f1f96733: Pull complete 20:54:18 63f879dbbcfc: Pull complete 20:54:27 0d9ebad4ef96: Pull complete 20:54:28 e9a5061849ea: Pull complete 20:54:28 d747dcd14b5f: Pull complete 20:54:32 2de7ff778b66: Pull complete 20:54:32 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:54:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:54:32 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:54:32 prd-centos7-docker-4c-2g-699 does not seem to be running inside a container 20:54:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:54:35 $ docker top 6724e293331c2cf37d53d3548177ef8872e3e9ef50be933be38cbbfdd78386c5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:54:36 provisioning config files... 20:54:36 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config9089194632077694520tmp 20:54:36 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config3114006810117066436tmp 20:54:36 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config4641134789157986871tmp [Pipeline] { [Pipeline] echo 20:54:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:54:36 ---> sigul-configuration.sh 20:54:36 gpg: directory `/root/.gnupg' created 20:54:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:54:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:54:36 gpg: keyring `/root/.gnupg/secring.gpg' created 20:54:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:54:36 gpg: CAST5 encrypted data 20:54:36 gpg: encrypted with 1 passphrase 20:54:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:54:37 + mkdir /home/jenkins 20:54:37 + mkdir /home/jenkins/sigul [Pipeline] sh 20:54:37 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 20:54:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:54:37 ---> sigul-install.sh 20:54:44 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:54:44 + git tag --list 20:54:44 v1.2.1-dev.2 [Pipeline] sh 20:54:44 + lftools sign git-tag v1.2.1-dev.2 20:54:46 Signing Git tag with Sigul... 20:54:46 Signing v1.2.1-dev.2 [Pipeline] echo 20:54:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:54:47 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:54:47 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:54:48 $ docker stop --time=1 6724e293331c2cf37d53d3548177ef8872e3e9ef50be933be38cbbfdd78386c5 20:54:49 $ docker rm -f 6724e293331c2cf37d53d3548177ef8872e3e9ef50be933be38cbbfdd78386c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:54:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:50 . [Pipeline] withDockerContainer 20:54:50 prd-centos7-docker-4c-2g-699 does not seem to be running inside a container 20:54:50 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:54:51 $ docker top e53514405f6339925398013e31356621e9d6ee95cd6bcf08468f55235aee72a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:54:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:52 [ssh-agent] Looking for ssh-agent implementation... 20:54:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:52 $ docker exec e53514405f6339925398013e31356621e9d6ee95cd6bcf08468f55235aee72a7 ssh-agent 20:54:52 SSH_AUTH_SOCK=/tmp/ssh-Qlw4g4uTqoku/agent.12 20:54:52 SSH_AGENT_PID=17 20:54:52 Running ssh-add (command line suppressed) 20:54:52 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6006375138593628647.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6006375138593628647.key) 20:54:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:53 + git semver bump pre 20:54:53 # -> Open(): unable to determine branch for HEAD 20:54:53 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 20:54:53 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 20:54:53 # $SEMVER_REMOTE_NAME = origin 20:54:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:54:53 # $SEMVER_USER_NAME = edgex-jenkins 20:54:53 # $SEMVER_BRANCH = master 20:54:53 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 20:54:53 1.2.1-dev.3 [Pipeline] } 20:54:53 $ docker exec --env ******** --env ******** e53514405f6339925398013e31356621e9d6ee95cd6bcf08468f55235aee72a7 ssh-agent -k 20:54:53 unset SSH_AUTH_SOCK; 20:54:53 unset SSH_AGENT_PID; 20:54:53 echo Agent pid 17 killed; 20:54:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:54:54 + git semver [Pipeline] } 20:54:54 $ docker stop --time=1 e53514405f6339925398013e31356621e9d6ee95cd6bcf08468f55235aee72a7 20:54:55 $ docker rm -f e53514405f6339925398013e31356621e9d6ee95cd6bcf08468f55235aee72a7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:54:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:56 . [Pipeline] withDockerContainer 20:54:56 prd-centos7-docker-4c-2g-699 does not seem to be running inside a container 20:54:56 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:54:57 $ docker top 7ab36ad56bf1be13c3e433a095f42e7b7d87adb822456bc28a795c52a6b6c2c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:54:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:57 [ssh-agent] Looking for ssh-agent implementation... 20:54:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:57 $ docker exec 7ab36ad56bf1be13c3e433a095f42e7b7d87adb822456bc28a795c52a6b6c2c4 ssh-agent 20:54:57 SSH_AUTH_SOCK=/tmp/ssh-F3AKCWfJeGfL/agent.13 20:54:57 SSH_AGENT_PID=18 20:54:57 Running ssh-add (command line suppressed) 20:54:58 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2253285246988266272.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2253285246988266272.key) 20:54:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:58 + git semver push 20:54:58 # -> Open(): unable to determine branch for HEAD 20:54:58 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 20:54:58 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 20:54:58 # $SEMVER_REMOTE_NAME = origin 20:54:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:54:58 # $SEMVER_USER_NAME = edgex-jenkins 20:54:58 # $SEMVER_BRANCH = master 20:54:58 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 20:55:06 $ docker exec --env ******** --env ******** 7ab36ad56bf1be13c3e433a095f42e7b7d87adb822456bc28a795c52a6b6c2c4 ssh-agent -k 20:55:06 unset SSH_AUTH_SOCK; 20:55:06 unset SSH_AGENT_PID; 20:55:06 echo Agent pid 18 killed; 20:55:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:55:07 + git semver [Pipeline] } 20:55:07 $ docker stop --time=1 7ab36ad56bf1be13c3e433a095f42e7b7d87adb822456bc28a795c52a6b6c2c4 20:55:08 $ docker rm -f 7ab36ad56bf1be13c3e433a095f42e7b7d87adb822456bc28a795c52a6b6c2c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:55:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:55:10 ---> package-listing.sh 20:55:10 ++ tr '[:upper:]' '[:lower:]' 20:55:10 ++ facter osfamily 20:55:10 + OS_FAMILY=redhat 20:55:10 + workspace=/w/workspace/_app-service-configurable_master 20:55:10 + START_PACKAGES=/tmp/packages_start.txt 20:55:10 + END_PACKAGES=/tmp/packages_end.txt 20:55:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:55:10 + PACKAGES=/tmp/packages_start.txt 20:55:10 + '[' /w/workspace/_app-service-configurable_master ']' 20:55:10 + PACKAGES=/tmp/packages_end.txt 20:55:10 + case "${OS_FAMILY}" in 20:55:10 + rpm -qa 20:55:10 + sort 20:55:16 + '[' -f /tmp/packages_start.txt ']' 20:55:16 + '[' -f /tmp/packages_end.txt ']' 20:55:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:55:16 + '[' /w/workspace/_app-service-configurable_master ']' 20:55:16 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 20:55:16 + 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 20:55:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:17 20:55:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:55:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:17 alpine: Pulling from edgex-lftools-log-publisher 20:55:17 c9b1b535fdd9: Pulling fs layer 20:55:17 2cc5ad85d9ab: Pulling fs layer 20:55:17 756a868c4378: Pulling fs layer 20:55:17 444b2fc9a129: Pulling fs layer 20:55:17 ea15f1150254: Pulling fs layer 20:55:17 41b27a9f41bf: Pulling fs layer 20:55:17 28c525ee5125: Pulling fs layer 20:55:17 094b1ea09ed8: Pulling fs layer 20:55:17 138eaada9080: Pulling fs layer 20:55:17 0622d0fa9048: Pulling fs layer 20:55:17 41b27a9f41bf: Waiting 20:55:17 28c525ee5125: Waiting 20:55:17 094b1ea09ed8: Waiting 20:55:17 138eaada9080: Waiting 20:55:17 0622d0fa9048: Waiting 20:55:17 444b2fc9a129: Waiting 20:55:17 ea15f1150254: Waiting 20:55:17 2cc5ad85d9ab: Verifying Checksum 20:55:17 2cc5ad85d9ab: Download complete 20:55:17 444b2fc9a129: Verifying Checksum 20:55:17 444b2fc9a129: Download complete 20:55:17 c9b1b535fdd9: Verifying Checksum 20:55:17 ea15f1150254: Verifying Checksum 20:55:17 ea15f1150254: Download complete 20:55:17 28c525ee5125: Verifying Checksum 20:55:17 28c525ee5125: Download complete 20:55:18 756a868c4378: Verifying Checksum 20:55:18 756a868c4378: Download complete 20:55:18 138eaada9080: Verifying Checksum 20:55:18 138eaada9080: Download complete 20:55:18 0622d0fa9048: Verifying Checksum 20:55:18 0622d0fa9048: Download complete 20:55:18 094b1ea09ed8: Verifying Checksum 20:55:18 094b1ea09ed8: Download complete 20:55:18 c9b1b535fdd9: Pull complete 20:55:18 2cc5ad85d9ab: Pull complete 20:55:18 41b27a9f41bf: Verifying Checksum 20:55:18 41b27a9f41bf: Download complete 20:55:21 756a868c4378: Pull complete 20:55:21 444b2fc9a129: Pull complete 20:55:22 ea15f1150254: Pull complete 20:55:26 41b27a9f41bf: Pull complete 20:55:26 28c525ee5125: Pull complete 20:55:30 094b1ea09ed8: Pull complete 20:55:30 138eaada9080: Pull complete 20:55:31 0622d0fa9048: Pull complete 20:55:31 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 20:55:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:55:31 prd-centos7-docker-4c-2g-699 does not seem to be running inside a container 20:55:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:55:35 $ docker top 0cc81383b8d406bba3522a623d8f190eae1b98c922e15d285d66b879fa321c54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:55:35 provisioning config files... 20:55:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7140783835676625382tmp [Pipeline] { [Pipeline] echo 20:55:35 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:55:35 ---> create-netrc.sh [Pipeline] echo 20:55:35 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:55:36 ---> logs-deploy.sh 20:55:36 + ARCHIVE_ARTIFACTS= 20:55:36 + LOGS_SERVER=https://logs.edgexfoundry.org 20:55:36 + '[' https://logs.edgexfoundry.org == None ']' 20:55:36 + NEXUS_URL=https://nexus.edgexfoundry.org 20:55:36 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/37 20:55:36 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/37/ 20:55:36 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/37 /w/workspace/_app-service-configurable_master 20:55:37 Archives upload complete. 20:55:37 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/37 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/37/ 20:55:39 ---> uname -a: 20:55:39 Linux 0cc81383b8d4 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 20:55:39 20:55:39 20:55:39 ---> lscpu: 20:55:39 Architecture: x86_64 20:55:39 CPU op-mode(s): 32-bit, 64-bit 20:55:39 Byte Order: Little Endian 20:55:39 Address sizes: 40 bits physical, 48 bits virtual 20:55:39 CPU(s): 4 20:55:39 On-line CPU(s) list: 0-3 20:55:39 Thread(s) per core: 1 20:55:39 Core(s) per socket: 1 20:55:39 Socket(s): 4 20:55:39 NUMA node(s): 1 20:55:39 Vendor ID: GenuineIntel 20:55:39 CPU family: 6 20:55:39 Model: 44 20:55:39 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:55:39 Stepping: 1 20:55:39 CPU MHz: 2933.438 20:55:39 BogoMIPS: 5866.87 20:55:39 Virtualization: VT-x 20:55:39 Hypervisor vendor: KVM 20:55:39 Virtualization type: full 20:55:39 L1d cache: 128 KiB 20:55:39 L1i cache: 128 KiB 20:55:39 L2 cache: 16 MiB 20:55:39 L3 cache: 64 MiB 20:55:39 NUMA node0 CPU(s): 0-3 20:55:39 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:55:39 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:55:39 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:55:39 Vulnerability Meltdown: Mitigation; PTI 20:55:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:55:39 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:55:39 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:55:39 Vulnerability Tsx async abort: Not affected 20:55:39 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:55:39 20:55:39 20:55:39 ---> nproc: 20:55:39 4 20:55:39 20:55:39 20:55:39 ---> df -h: 20:55:39 Filesystem Size Used Available Use% Mounted on 20:55:39 overlay 50.0G 8.5G 41.5G 17% / 20:55:39 tmpfs 64.0M 0 64.0M 0% /dev 20:55:39 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:55:39 shm 64.0M 0 64.0M 0% /dev/shm 20:55:39 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 20:55:39 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 20:55:39 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 20:55:39 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 20:55:39 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master 20:55:39 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master@tmp 20:55:39 20:55:39 20:55:39 ---> free -m: 20:55:39 total used free shared buff/cache available 20:55:39 Mem: 1837 779 108 0 949 989 20:55:39 Swap: 1023 3 1020 20:55:39 20:55:39 20:55:39 ---> ip addr: 20:55:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:55:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:55:39 inet 127.0.0.1/8 scope host lo 20:55:39 valid_lft forever preferred_lft forever 20:55:39 24: eth0@if25: mtu 1458 qdisc noqueue state UP 20:55:39 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 20:55:39 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 20:55:39 valid_lft forever preferred_lft forever 20:55:39 20:55:39 20:55:39 ---> sar -b -r -n DEV: 20:55:39 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/14/20 _x86_64_ (4 CPU) 20:55:39 20:55:39 20:40:57 LINUX RESTART 20:55:39 20:55:39 20:42:01 tps rtps wtps bread/s bwrtn/s 20:55:39 20:43:01 21.71 4.36 17.35 1449.63 1965.24 20:55:39 20:44:01 0.30 0.00 0.30 0.00 4.60 20:55:39 20:45:01 0.20 0.00 0.20 0.00 2.33 20:55:39 20:46:01 0.32 0.00 0.32 0.00 3.65 20:55:39 20:47:01 0.30 0.00 0.30 0.00 4.03 20:55:39 20:48:01 0.30 0.02 0.28 0.13 3.51 20:55:39 20:49:01 0.28 0.00 0.28 0.00 2.71 20:55:39 20:50:01 0.20 0.00 0.20 0.00 1.65 20:55:39 20:51:01 0.28 0.00 0.28 0.00 3.08 20:55:39 20:52:01 0.25 0.00 0.25 0.00 3.16 20:55:39 20:53:01 27.40 2.76 24.63 368.31 15375.30 20:55:39 20:54:02 230.27 146.05 84.22 6267.22 17228.22 20:55:39 20:55:01 230.06 85.78 144.28 4507.81 32884.02 20:55:39 Average: 39.17 18.31 20.85 965.04 5159.38 20:55:39 20:55:39 20:42:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:55:39 20:43:01 204180 1677376 89.15 2620 1128856 1121312 38.27 387216 1130480 20 20:55:39 20:44:01 212848 1668708 88.69 2620 1128860 1055248 36.01 384544 1126552 16 20:55:39 20:45:01 212684 1668872 88.70 2620 1128868 1055308 36.02 384788 1126552 8 20:55:39 20:46:01 211392 1670164 88.77 2620 1128868 1055328 36.02 390436 1121904 8 20:55:39 20:47:01 212172 1669384 88.72 2620 1128872 1055280 36.01 392168 1119760 8 20:55:39 20:48:01 211988 1669568 88.73 2620 1128884 1055208 36.01 425356 1086732 12 20:55:39 20:49:01 206936 1674620 89.00 2620 1128884 1055208 36.01 432956 1084648 8 20:55:39 20:50:01 206820 1674736 89.01 2620 1128892 1055208 36.01 432980 1084648 8 20:55:39 20:51:01 206572 1674984 89.02 2620 1128896 1055208 36.01 432824 1084648 12 20:55:39 20:52:01 206104 1675452 89.05 2620 1128908 1055280 36.01 429136 1088768 8 20:55:39 20:53:01 64380 1817176 96.58 2620 1165220 1488748 50.81 594360 1040176 95232 20:55:39 20:54:02 203932 1677624 89.16 2620 1033396 1120908 38.25 537484 941300 44 20:55:39 20:55:01 224424 1657132 88.07 1520 911924 1338008 45.66 605848 762696 48 20:55:39 Average: 198802 1682754 89.43 2535 1107641 1120481 38.24 448469 1061451 7341 20:55:39 20:55:39 20:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 20:55:39 20:43:01 eth0 30.36 22.70 115.75 24.53 0.00 0.00 0.00 20:55:39 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:43:01 docker0 1.63 1.38 0.41 2.90 0.00 0.00 0.00 20:55:39 20:44:01 eth0 1.98 0.95 1.64 0.06 0.00 0.00 0.00 20:55:39 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:45:01 eth0 1.08 0.48 0.37 0.21 0.00 0.00 0.00 20:55:39 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:46:01 eth0 0.53 0.38 0.27 0.21 0.00 0.00 0.00 20:55:39 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:47:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 20:55:39 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:48:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 20:55:39 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:49:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 20:55:39 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 20:55:39 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 20:55:39 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:52:01 eth0 0.23 0.18 0.08 0.07 0.00 0.00 0.00 20:55:39 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:53:01 eth0 92.99 63.18 3758.09 7.65 0.00 0.00 0.00 20:55:39 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:54:02 eth0 103.24 86.48 304.18 71.53 0.00 0.00 0.00 20:55:39 20:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:54:02 docker0 33.36 33.51 3.73 88.81 0.00 0.00 0.00 20:55:39 20:55:01 eth0 176.14 131.04 3461.99 69.32 0.00 0.00 0.00 20:55:39 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 20:55:01 veth5fc0593 0.91 0.73 0.17 0.18 0.00 0.00 0.00 20:55:39 20:55:01 docker0 56.61 62.07 5.53 260.62 0.00 0.00 0.00 20:55:39 Average: eth0 31.15 23.41 584.52 13.30 0.00 0.00 0.00 20:55:39 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:39 Average: veth5fc0593 0.07 0.06 0.01 0.01 0.00 0.00 0.00 20:55:39 Average: docker0 4.29 4.71 0.42 19.76 0.00 0.00 0.00 20:55:39 20:55:39 20:55:39 ---> sar -P ALL: 20:55:39 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/14/20 _x86_64_ (4 CPU) 20:55:39 20:55:39 20:40:57 LINUX RESTART 20:55:39 20:55:39 20:42:01 CPU %user %nice %system %iowait %steal %idle 20:55:39 20:43:01 all 1.88 0.00 1.18 0.45 1.17 95.31 20:55:39 20:43:01 0 1.50 0.00 1.29 0.17 1.01 96.03 20:55:39 20:43:01 1 2.40 0.00 1.08 0.47 1.11 94.94 20:55:39 20:43:01 2 1.88 0.00 1.16 1.09 1.27 94.60 20:55:39 20:43:01 3 1.75 0.00 1.21 0.10 1.26 95.68 20:55:39 20:44:01 all 0.11 0.00 0.08 0.00 0.25 99.56 20:55:39 20:44:01 0 0.07 0.00 0.08 0.00 0.37 99.48 20:55:39 20:44:01 1 0.08 0.00 0.07 0.00 0.22 99.63 20:55:39 20:44:01 2 0.05 0.00 0.07 0.00 0.10 99.78 20:55:39 20:44:01 3 0.25 0.00 0.12 0.00 0.30 99.33 20:55:39 20:45:01 all 0.10 0.00 0.04 0.00 0.26 99.61 20:55:39 20:45:01 0 0.05 0.00 0.03 0.00 0.22 99.70 20:55:39 20:45:01 1 0.03 0.00 0.03 0.00 0.51 99.42 20:55:39 20:45:01 2 0.03 0.00 0.02 0.00 0.17 99.78 20:55:39 20:45:01 3 0.27 0.00 0.05 0.00 0.15 99.53 20:55:39 20:46:01 all 0.09 0.00 0.03 0.00 0.19 99.68 20:55:39 20:46:01 0 0.02 0.00 0.05 0.00 0.07 99.87 20:55:39 20:46:01 1 0.05 0.00 0.05 0.00 0.55 99.35 20:55:39 20:46:01 2 0.02 0.00 0.02 0.00 0.03 99.93 20:55:39 20:46:01 3 0.27 0.00 0.03 0.00 0.10 99.60 20:55:39 20:47:01 all 0.12 0.00 0.02 0.00 0.30 99.56 20:55:39 20:47:01 0 0.03 0.00 0.05 0.00 0.42 99.50 20:55:39 20:47:01 1 0.03 0.00 0.02 0.00 0.45 99.50 20:55:39 20:47:01 2 0.03 0.00 0.00 0.00 0.07 99.90 20:55:39 20:47:01 3 0.37 0.00 0.02 0.00 0.30 99.32 20:55:39 20:48:01 all 0.07 0.00 0.03 0.00 0.15 99.75 20:55:39 20:48:01 0 0.23 0.00 0.08 0.00 0.13 99.55 20:55:39 20:48:01 1 0.02 0.00 0.02 0.00 0.17 99.80 20:55:39 20:48:01 2 0.03 0.00 0.03 0.00 0.17 99.77 20:55:39 20:48:01 3 0.02 0.00 0.02 0.00 0.10 99.87 20:55:39 20:49:01 all 0.11 0.00 0.03 0.00 0.07 99.80 20:55:39 20:49:01 0 0.08 0.00 0.03 0.00 0.03 99.85 20:55:39 20:49:01 1 0.32 0.00 0.02 0.00 0.12 99.55 20:55:39 20:49:01 2 0.02 0.00 0.02 0.00 0.10 99.87 20:55:39 20:49:01 3 0.02 0.00 0.02 0.00 0.03 99.93 20:55:39 20:50:01 all 0.10 0.00 0.03 0.00 0.11 99.76 20:55:39 20:50:01 0 0.03 0.00 0.03 0.00 0.05 99.88 20:55:39 20:50:01 1 0.33 0.00 0.03 0.00 0.13 99.50 20:55:39 20:50:01 2 0.03 0.00 0.02 0.00 0.18 99.77 20:55:39 20:50:01 3 0.00 0.00 0.03 0.00 0.08 99.88 20:55:39 20:51:01 all 0.12 0.00 0.02 0.00 0.10 99.76 20:55:39 20:51:01 0 0.02 0.00 0.03 0.00 0.13 99.82 20:55:39 20:51:01 1 0.40 0.00 0.03 0.00 0.07 99.50 20:55:39 20:51:01 2 0.03 0.00 0.03 0.00 0.17 99.77 20:55:39 20:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:55:39 20:52:01 all 0.10 0.00 0.02 0.00 0.06 99.82 20:55:39 20:52:01 0 0.03 0.00 0.02 0.00 0.10 99.85 20:55:39 20:52:01 1 0.33 0.00 0.03 0.00 0.07 99.57 20:55:39 20:52:01 2 0.05 0.00 0.02 0.00 0.07 99.87 20:55:39 20:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:55:39 20:53:01 all 2.85 0.00 1.44 0.13 2.71 92.87 20:55:39 20:53:01 0 2.67 0.00 1.42 0.03 2.77 93.11 20:55:39 20:53:01 1 3.08 0.00 1.31 0.03 2.68 92.89 20:55:39 20:53:01 2 2.61 0.00 1.55 0.32 2.66 92.86 20:55:39 20:53:01 3 3.01 0.00 1.46 0.13 2.76 92.63 20:55:39 20:54:02 all 5.39 0.00 4.15 2.73 8.40 79.33 20:55:39 20:54:02 0 4.26 0.00 3.74 2.78 8.54 80.68 20:55:39 20:54:02 1 5.73 0.00 4.47 3.18 8.41 78.22 20:55:39 20:54:02 2 5.99 0.00 3.69 1.86 8.38 80.08 20:55:39 20:54:02 3 5.56 0.00 4.72 3.08 8.27 78.37 20:55:39 20:55:01 all 9.36 0.00 6.86 2.46 9.45 71.87 20:55:39 20:55:01 0 11.94 0.00 6.37 2.50 9.97 69.23 20:55:39 20:55:01 1 7.54 0.00 7.32 2.55 9.46 73.13 20:55:39 20:55:01 2 8.81 0.00 6.55 1.26 8.66 74.72 20:55:39 20:55:01 3 9.19 0.00 7.20 3.54 9.71 70.36 20:55:39 Average: all 1.54 0.00 1.05 0.44 1.76 95.20 20:55:39 Average: 0 1.57 0.00 1.00 0.41 1.80 95.21 20:55:39 Average: 1 1.55 0.00 1.10 0.47 1.82 95.07 20:55:39 Average: 2 1.49 0.00 1.00 0.35 1.67 95.50 20:55:39 Average: 3 1.57 0.00 1.13 0.52 1.75 95.04 20:55:39 20:55:39 20:55:39