Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a7f3acec226daf292d1b238eb8da7bce0e6a2e4f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2766 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 a7f3acec226daf292d1b238eb8da7bce0e6a2e4f (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 a7f3acec226daf292d1b238eb8da7bce0e6a2e4f # timeout=10 Commit message: "build(snap): Update snapcraft.yaml version (1.2.0) (#83)" > git rev-list --no-walk 9e5891b0b5b0ed676740f2849e29f7702e6ffe76 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-12T16:04:41.372Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-12T16:04:41.490Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-12T16:04:41.529Z] ========================================================= [2020-06-12T16:04:41.529Z] EdgeX Global Pipelines Version Info [2020-06-12T16:04:41.529Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-12T16:04:43.384Z] ------------------- [2020-06-12T16:04:43.384Z] stable info: [2020-06-12T16:04:43.384Z] ------------------- [2020-06-12T16:04:43.384Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-12T16:04:43.384Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-12T16:04:43.384Z] Message: update stable to v1.0.89 [2020-06-12T16:04:43.955Z] ------------------- [2020-06-12T16:04:43.955Z] experimental info: [2020-06-12T16:04:43.955Z] ------------------- [2020-06-12T16:04:43.955Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-12T16:04:43.955Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-12T16:04:43.955Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:04:45.453Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T16:04:45.717Z] [2020-06-12T16:04:45.717Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:04:46.041Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T16:04:46.041Z] latest: Pulling from edgex-devops/git-semver [2020-06-12T16:04:46.041Z] 9123ac7c32f7: Pulling fs layer [2020-06-12T16:04:46.041Z] b8cc5d1170e3: Pulling fs layer [2020-06-12T16:04:46.041Z] 2924cbbf6a41: Pulling fs layer [2020-06-12T16:04:46.041Z] 93b08a4f1073: Pulling fs layer [2020-06-12T16:04:46.041Z] 93b08a4f1073: Waiting [2020-06-12T16:04:46.041Z] b8cc5d1170e3: Verifying Checksum [2020-06-12T16:04:46.041Z] b8cc5d1170e3: Download complete [2020-06-12T16:04:46.041Z] 9123ac7c32f7: Verifying Checksum [2020-06-12T16:04:46.041Z] 9123ac7c32f7: Download complete [2020-06-12T16:04:46.307Z] 93b08a4f1073: Verifying Checksum [2020-06-12T16:04:46.307Z] 93b08a4f1073: Download complete [2020-06-12T16:04:46.307Z] 2924cbbf6a41: Verifying Checksum [2020-06-12T16:04:46.307Z] 2924cbbf6a41: Download complete [2020-06-12T16:04:46.569Z] 9123ac7c32f7: Pull complete [2020-06-12T16:04:46.569Z] b8cc5d1170e3: Pull complete [2020-06-12T16:04:47.514Z] 2924cbbf6a41: Pull complete [2020-06-12T16:04:47.514Z] 93b08a4f1073: Pull complete [2020-06-12T16:04:47.775Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-12T16:04:47.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T16:04:47.775Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-12T16:04:47.897Z] prd-centos7-docker-4c-2g-2766 does not seem to be running inside a container [2020-06-12T16:04:47.949Z] $ 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 [2020-06-12T16:04:49.956Z] $ docker top eb6816de7bd5ff9b90cbbda077b62ed833eb305837fb409a2e3a6ad57d50fff6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T16:04:50.150Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T16:04:50.151Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T16:04:50.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T16:04:50.372Z] $ docker exec eb6816de7bd5ff9b90cbbda077b62ed833eb305837fb409a2e3a6ad57d50fff6 ssh-agent [2020-06-12T16:04:50.550Z] SSH_AUTH_SOCK=/tmp/ssh-f0M5aobHhSNO/agent.12 [2020-06-12T16:04:50.550Z] SSH_AGENT_PID=18 [2020-06-12T16:04:50.561Z] Running ssh-add (command line suppressed) [2020-06-12T16:04:50.722Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5761398504204353165.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5761398504204353165.key) [2020-06-12T16:04:50.770Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T16:04:51.104Z] + git describe --exact-match --tags HEAD [2020-06-12T16:04:51.104Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-12T16:04:51.244Z] $ docker exec --env ******** --env ******** eb6816de7bd5ff9b90cbbda077b62ed833eb305837fb409a2e3a6ad57d50fff6 ssh-agent -k [2020-06-12T16:04:51.360Z] unset SSH_AUTH_SOCK; [2020-06-12T16:04:51.360Z] unset SSH_AGENT_PID; [2020-06-12T16:04:51.360Z] echo Agent pid 18 killed; [2020-06-12T16:04:51.401Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-12T16:04:51.453Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-12T16:04:51.453Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-12T16:04:51.513Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T16:04:51.513Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T16:04:51.673Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T16:04:51.679Z] $ docker exec eb6816de7bd5ff9b90cbbda077b62ed833eb305837fb409a2e3a6ad57d50fff6 ssh-agent [2020-06-12T16:04:51.835Z] SSH_AUTH_SOCK=/tmp/ssh-S68U0LYTTQbW/agent.46 [2020-06-12T16:04:51.835Z] SSH_AGENT_PID=52 [2020-06-12T16:04:51.841Z] Running ssh-add (command line suppressed) [2020-06-12T16:04:51.961Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3957023843119851525.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3957023843119851525.key) [2020-06-12T16:04:52.007Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T16:04:52.316Z] + git semver init [2020-06-12T16:04:52.317Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T16:04:52.317Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-12T16:04:52.317Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-12T16:04:52.317Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T16:04:52.317Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T16:04:52.317Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T16:04:52.317Z] # $SEMVER_BRANCH = master [2020-06-12T16:04:52.317Z] # $SEMVER_TEMP = /tmp/semver-008152546 [2020-06-12T16:04:52.317Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-06-12T16:04:52.578Z] # '/tmp/semver-008152546' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-06-12T16:04:52.578Z] # -> Force: false [2020-06-12T16:04:52.578Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-06-12T16:04:52.592Z] $ docker exec --env ******** --env ******** eb6816de7bd5ff9b90cbbda077b62ed833eb305837fb409a2e3a6ad57d50fff6 ssh-agent -k [2020-06-12T16:04:52.710Z] unset SSH_AUTH_SOCK; [2020-06-12T16:04:52.710Z] unset SSH_AGENT_PID; [2020-06-12T16:04:52.710Z] echo Agent pid 52 killed; [2020-06-12T16:04:52.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T16:04:53.120Z] + git semver [Pipeline] } [2020-06-12T16:04:53.140Z] $ docker stop --time=1 eb6816de7bd5ff9b90cbbda077b62ed833eb305837fb409a2e3a6ad57d50fff6 [2020-06-12T16:04:55.028Z] $ docker rm -f eb6816de7bd5ff9b90cbbda077b62ed833eb305837fb409a2e3a6ad57d50fff6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-12T16:04:55.515Z] Stashed 51 file(s) [Pipeline] echo [2020-06-12T16:04:55.518Z] [edgeXSemver] initialized semver on version 1.2.1-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-12T16:05:10.688Z] Still waiting to schedule task [2020-06-12T16:05:10.688Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2766’ [2020-06-12T16:05:10.690Z] Still waiting to schedule task [2020-06-12T16:05:10.690Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline [2020-06-12T16:06:46.542Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2767 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-06-12T16:06:46.566Z] Running in /w/workspace/app-service-configurable/28 [Pipeline] { [Pipeline] checkout [2020-06-12T16:06:51.900Z] using credential edgex-jenkins-ssh [2020-06-12T16:06:51.935Z] Cloning the remote Git repository [2020-06-12T16:06:51.935Z] Cloning with configured refspecs honoured and without tags [2020-06-12T16:06:51.978Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-06-12T16:06:52.095Z] > git init /w/workspace/app-service-configurable/28 # timeout=10 [2020-06-12T16:06:52.169Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-12T16:06:52.174Z] > git --version # timeout=10 [2020-06-12T16:06:52.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T16:06:52.259Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T16:06:53.073Z] Fetching without tags [2020-06-12T16:06:53.581Z] Checking out Revision a7f3acec226daf292d1b238eb8da7bce0e6a2e4f (master) [2020-06-12T16:06:52.981Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-12T16:06:53.000Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T16:06:53.023Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-12T16:06:53.060Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-12T16:06:53.061Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T16:06:53.073Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T16:06:53.577Z] > git config core.sparsecheckout # timeout=10 [2020-06-12T16:06:53.599Z] > git checkout -f a7f3acec226daf292d1b238eb8da7bce0e6a2e4f # timeout=10 [2020-06-12T16:06:58.108Z] Commit message: "build(snap): Update snapcraft.yaml version (1.2.0) (#83)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-12T16:06:59.095Z] ========================================================= [2020-06-12T16:06:59.096Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-12T16:06:59.096Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:07:00.197Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-12T16:07:00.810Z] Sending build context to Docker daemon 308.7kB [2020-06-12T16:07:01.085Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-12T16:07:01.085Z] Step 2/8 : FROM ${BASE} [2020-06-12T16:07:01.371Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-12T16:07:01.371Z] cde5963f3b93: Pulling fs layer [2020-06-12T16:07:01.371Z] 2a23fa8c16f7: Pulling fs layer [2020-06-12T16:07:01.371Z] 777b28850792: Pulling fs layer [2020-06-12T16:07:01.371Z] 8a11ddd9e578: Pulling fs layer [2020-06-12T16:07:01.371Z] 4cf88f913ddb: Pulling fs layer [2020-06-12T16:07:01.371Z] 1df406cf5192: Pulling fs layer [2020-06-12T16:07:01.371Z] cd6300453558: Pulling fs layer [2020-06-12T16:07:01.371Z] b9c365052c96: Pulling fs layer [2020-06-12T16:07:01.371Z] a2d8cc88f415: Pulling fs layer [2020-06-12T16:07:01.371Z] ea1d1ca13537: Pulling fs layer [2020-06-12T16:07:01.371Z] 3750a50a1c5e: Pulling fs layer [2020-06-12T16:07:01.371Z] 8a11ddd9e578: Waiting [2020-06-12T16:07:01.371Z] 4cf88f913ddb: Waiting [2020-06-12T16:07:01.371Z] 1df406cf5192: Waiting [2020-06-12T16:07:01.371Z] cd6300453558: Waiting [2020-06-12T16:07:01.371Z] b9c365052c96: Waiting [2020-06-12T16:07:01.371Z] a2d8cc88f415: Waiting [2020-06-12T16:07:01.371Z] ea1d1ca13537: Waiting [2020-06-12T16:07:01.371Z] 3750a50a1c5e: Waiting [2020-06-12T16:07:01.371Z] 777b28850792: Verifying Checksum [2020-06-12T16:07:01.371Z] 777b28850792: Download complete [2020-06-12T16:07:01.371Z] 2a23fa8c16f7: Verifying Checksum [2020-06-12T16:07:01.371Z] 2a23fa8c16f7: Download complete [2020-06-12T16:07:01.371Z] 4cf88f913ddb: Verifying Checksum [2020-06-12T16:07:01.371Z] 4cf88f913ddb: Download complete [2020-06-12T16:07:01.371Z] 1df406cf5192: Verifying Checksum [2020-06-12T16:07:01.371Z] 1df406cf5192: Download complete [2020-06-12T16:07:01.653Z] cde5963f3b93: Verifying Checksum [2020-06-12T16:07:01.653Z] cde5963f3b93: Download complete [2020-06-12T16:07:02.261Z] cde5963f3b93: Pull complete [2020-06-12T16:07:02.949Z] 2a23fa8c16f7: Pull complete [2020-06-12T16:07:03.560Z] 777b28850792: Pull complete [2020-06-12T16:07:03.833Z] cd6300453558: Verifying Checksum [2020-06-12T16:07:03.833Z] cd6300453558: Download complete [2020-06-12T16:07:03.833Z] a2d8cc88f415: Verifying Checksum [2020-06-12T16:07:03.833Z] a2d8cc88f415: Download complete [2020-06-12T16:07:05.280Z] ea1d1ca13537: Verifying Checksum [2020-06-12T16:07:05.280Z] ea1d1ca13537: Download complete [2020-06-12T16:07:05.280Z] 3750a50a1c5e: Download complete [2020-06-12T16:07:06.269Z] b9c365052c96: Verifying Checksum [2020-06-12T16:07:06.269Z] b9c365052c96: Download complete [2020-06-12T16:07:06.869Z] 8a11ddd9e578: Verifying Checksum [2020-06-12T16:07:06.869Z] 8a11ddd9e578: Download complete [2020-06-12T16:07:19.298Z] 8a11ddd9e578: Pull complete [2020-06-12T16:07:19.298Z] 4cf88f913ddb: Pull complete [2020-06-12T16:07:19.298Z] 1df406cf5192: Pull complete [2020-06-12T16:07:23.614Z] cd6300453558: Pull complete [2020-06-12T16:07:27.923Z] b9c365052c96: Pull complete [2020-06-12T16:07:27.923Z] a2d8cc88f415: Pull complete [2020-06-12T16:07:29.910Z] ea1d1ca13537: Pull complete [2020-06-12T16:07:30.185Z] 3750a50a1c5e: Pull complete [2020-06-12T16:07:30.185Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-12T16:07:30.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-12T16:07:30.460Z] ---> 78745c68409d [2020-06-12T16:07:30.460Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-12T16:07:30.973Z] Running on prd-centos7-docker-4c-2g-2768 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-06-12T16:07:31.001Z] Running in /w/workspace/app-service-configurable/28 [Pipeline] { [Pipeline] checkout [2020-06-12T16:07:33.948Z] using credential edgex-jenkins-ssh [2020-06-12T16:07:33.975Z] Cloning the remote Git repository [2020-06-12T16:07:33.975Z] Cloning with configured refspecs honoured and without tags [2020-06-12T16:07:34.001Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-06-12T16:07:34.094Z] > git init /w/workspace/app-service-configurable/28 # timeout=10 [2020-06-12T16:07:34.393Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-12T16:07:34.393Z] > git --version # timeout=10 [2020-06-12T16:07:34.400Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T16:07:34.428Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T16:07:34.769Z] ---> Running in 3d5e8afbe83c [2020-06-12T16:07:35.010Z] Fetching without tags [2020-06-12T16:07:35.043Z] Removing intermediate container 3d5e8afbe83c [2020-06-12T16:07:35.044Z] ---> 42009e98506f [2020-06-12T16:07:35.044Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T16:07:35.044Z] ---> Running in 2e9d8234402a [2020-06-12T16:07:35.419Z] Checking out Revision a7f3acec226daf292d1b238eb8da7bce0e6a2e4f (master) [2020-06-12T16:07:34.933Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-12T16:07:34.977Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T16:07:34.992Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-12T16:07:35.013Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-12T16:07:35.013Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T16:07:35.020Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T16:07:35.426Z] > git config core.sparsecheckout # timeout=10 [2020-06-12T16:07:35.433Z] > git checkout -f a7f3acec226daf292d1b238eb8da7bce0e6a2e4f # timeout=10 [2020-06-12T16:07:37.681Z] Removing intermediate container 2e9d8234402a [2020-06-12T16:07:37.681Z] ---> c47a4308b874 [2020-06-12T16:07:37.681Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-06-12T16:07:37.956Z] ---> Running in b203aab66151 [2020-06-12T16:07:39.098Z] Commit message: "build(snap): Update snapcraft.yaml version (1.2.0) (#83)" [2020-06-12T16:07:39.385Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-12T16:07:39.742Z] ========================================================= [2020-06-12T16:07:39.743Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-12T16:07:39.743Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:07:39.978Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-12T16:07:40.541Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-12T16:07:40.569Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-06-12T16:07:40.569Z] (2/6) Installing libsodium (1.0.18-r0) [2020-06-12T16:07:40.838Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-06-12T16:07:40.838Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-06-12T16:07:40.838Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-12T16:07:41.114Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-06-12T16:07:41.114Z] Executing busybox-1.31.1-r8.trigger [2020-06-12T16:07:41.114Z] OK: 127 MiB in 45 packages [2020-06-12T16:07:41.136Z] Sending build context to Docker daemon 308.7kB [2020-06-12T16:07:41.136Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-12T16:07:41.136Z] Step 2/8 : FROM ${BASE} [2020-06-12T16:07:41.136Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-12T16:07:41.136Z] e6b0cf9c0882: Pulling fs layer [2020-06-12T16:07:41.136Z] 2848faf0eed1: Pulling fs layer [2020-06-12T16:07:41.136Z] 0f37312ad70f: Pulling fs layer [2020-06-12T16:07:41.136Z] 5788d62ee057: Pulling fs layer [2020-06-12T16:07:41.136Z] 0e6b1d234666: Pulling fs layer [2020-06-12T16:07:41.136Z] 5788d62ee057: Waiting [2020-06-12T16:07:41.136Z] 0e6b1d234666: Waiting [2020-06-12T16:07:41.136Z] bf5d7aec512f: Pulling fs layer [2020-06-12T16:07:41.137Z] 34c802a77dc8: Pulling fs layer [2020-06-12T16:07:41.137Z] 9eb99e56ec68: Pulling fs layer [2020-06-12T16:07:41.137Z] 27c7a5d97fbd: Pulling fs layer [2020-06-12T16:07:41.137Z] 5c102a31e300: Pulling fs layer [2020-06-12T16:07:41.137Z] bf5d7aec512f: Waiting [2020-06-12T16:07:41.137Z] 34c802a77dc8: Waiting [2020-06-12T16:07:41.137Z] 9eb99e56ec68: Waiting [2020-06-12T16:07:41.137Z] 27c7a5d97fbd: Waiting [2020-06-12T16:07:41.137Z] 5c102a31e300: Waiting [2020-06-12T16:07:41.137Z] dcfb455df0a1: Pulling fs layer [2020-06-12T16:07:41.137Z] dcfb455df0a1: Waiting [2020-06-12T16:07:41.137Z] 0f37312ad70f: Verifying Checksum [2020-06-12T16:07:41.137Z] 0f37312ad70f: Download complete [2020-06-12T16:07:41.137Z] 2848faf0eed1: Download complete [2020-06-12T16:07:41.137Z] 0e6b1d234666: Verifying Checksum [2020-06-12T16:07:41.137Z] 0e6b1d234666: Download complete [2020-06-12T16:07:41.137Z] bf5d7aec512f: Download complete [2020-06-12T16:07:41.137Z] e6b0cf9c0882: Verifying Checksum [2020-06-12T16:07:41.137Z] e6b0cf9c0882: Download complete [2020-06-12T16:07:41.749Z] e6b0cf9c0882: Pull complete [2020-06-12T16:07:42.347Z] 34c802a77dc8: Verifying Checksum [2020-06-12T16:07:42.347Z] 34c802a77dc8: Download complete [2020-06-12T16:07:42.347Z] 27c7a5d97fbd: Verifying Checksum [2020-06-12T16:07:42.347Z] 27c7a5d97fbd: Download complete [2020-06-12T16:07:42.554Z] Removing intermediate container b203aab66151 [2020-06-12T16:07:42.554Z] ---> 623d0ce2adc4 [2020-06-12T16:07:42.554Z] Step 6/8 : WORKDIR /app [2020-06-12T16:07:42.554Z] ---> Running in 5b611f10f556 [2020-06-12T16:07:42.827Z] Removing intermediate container 5b611f10f556 [2020-06-12T16:07:42.827Z] ---> 699e3fc9c451 [2020-06-12T16:07:42.827Z] Step 7/8 : COPY . . [2020-06-12T16:07:42.931Z] 5c102a31e300: Download complete [2020-06-12T16:07:42.931Z] dcfb455df0a1: Verifying Checksum [2020-06-12T16:07:42.931Z] dcfb455df0a1: Download complete [2020-06-12T16:07:43.203Z] 9eb99e56ec68: Verifying Checksum [2020-06-12T16:07:43.203Z] 9eb99e56ec68: Download complete [2020-06-12T16:07:43.203Z] 2848faf0eed1: Pull complete [2020-06-12T16:07:43.473Z] 0f37312ad70f: Pull complete [2020-06-12T16:07:43.473Z] 5788d62ee057: Verifying Checksum [2020-06-12T16:07:43.473Z] 5788d62ee057: Download complete [2020-06-12T16:07:43.804Z] ---> f2195c111bb2 [2020-06-12T16:07:43.804Z] Step 8/8 : RUN go mod download [2020-06-12T16:07:44.079Z] ---> Running in 534c4ced1545 [2020-06-12T16:07:46.687Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-12T16:07:46.687Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T16:07:46.687Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-12T16:07:46.687Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T16:07:46.687Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-12T16:07:46.687Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-12T16:07:46.687Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T16:07:46.687Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-12T16:07:46.687Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-12T16:07:46.687Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-12T16:07:46.687Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-12T16:07:46.687Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-12T16:07:46.687Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T16:07:46.687Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T16:07:46.687Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-12T16:07:46.687Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T16:07:46.687Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T16:07:46.687Z] go: finding github.com/fatih/color v1.7.0 [2020-06-12T16:07:46.687Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-06-12T16:07:46.687Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T16:07:46.687Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T16:07:46.687Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T16:07:46.687Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-12T16:07:46.687Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-12T16:07:46.687Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-12T16:07:46.687Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-12T16:07:46.687Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-12T16:07:46.687Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-12T16:07:46.687Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-12T16:07:46.959Z] go: finding github.com/google/uuid v1.1.1 [2020-06-12T16:07:46.959Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-12T16:07:46.959Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T16:07:46.959Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-06-12T16:07:46.959Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-12T16:07:46.959Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-12T16:07:46.959Z] go: finding github.com/kr/pty v1.1.1 [2020-06-12T16:07:47.230Z] go: finding github.com/kr/text v0.1.0 [2020-06-12T16:07:47.230Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-12T16:07:47.230Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-12T16:07:47.230Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-12T16:07:47.230Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-12T16:07:47.230Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T16:07:47.230Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T16:07:47.230Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-12T16:07:47.230Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-12T16:07:47.230Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-12T16:07:47.230Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-12T16:07:47.230Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T16:07:47.230Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T16:07:47.230Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-06-12T16:07:47.230Z] go: finding github.com/onsi/gomega v1.7.0 [2020-06-12T16:07:47.230Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-12T16:07:47.230Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-12T16:07:47.230Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T16:07:47.230Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-12T16:07:47.230Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-12T16:07:47.230Z] go: finding github.com/posener/complete v1.1.1 [2020-06-12T16:07:47.230Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-12T16:07:47.230Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-12T16:07:47.230Z] go: finding github.com/stretchr/objx v0.2.0 [2020-06-12T16:07:47.230Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-12T16:07:47.503Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-06-12T16:07:47.503Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-12T16:07:47.503Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T16:07:47.503Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-12T16:07:47.503Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-12T16:07:47.503Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-12T16:07:47.503Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-12T16:07:47.503Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-12T16:07:47.503Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T16:07:47.503Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-06-12T16:07:47.503Z] go: finding golang.org/x/text v0.3.2 [2020-06-12T16:07:47.503Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-12T16:07:47.503Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-12T16:07:47.503Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-12T16:07:47.503Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-06-12T16:07:47.503Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-06-12T16:07:47.503Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-12T16:07:48.789Z] 5788d62ee057: Pull complete [2020-06-12T16:07:48.789Z] 0e6b1d234666: Pull complete [2020-06-12T16:07:48.789Z] bf5d7aec512f: Pull complete [2020-06-12T16:07:56.967Z] 34c802a77dc8: Pull complete [2020-06-12T16:07:59.529Z] 9eb99e56ec68: Pull complete [2020-06-12T16:07:59.529Z] 27c7a5d97fbd: Pull complete [2020-06-12T16:08:00.482Z] 5c102a31e300: Pull complete [2020-06-12T16:08:00.482Z] dcfb455df0a1: Pull complete [2020-06-12T16:08:00.482Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-12T16:08:00.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-12T16:08:00.746Z] ---> 7c70fe431013 [2020-06-12T16:08:00.746Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-12T16:08:02.664Z] ---> Running in c834939de48d [2020-06-12T16:08:02.664Z] Removing intermediate container c834939de48d [2020-06-12T16:08:02.664Z] ---> 7b2efdadfa4c [2020-06-12T16:08:02.664Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T16:08:02.664Z] ---> Running in 7bcf05df72ea [2020-06-12T16:08:03.605Z] Removing intermediate container 7bcf05df72ea [2020-06-12T16:08:03.605Z] ---> 2cbf73e57b81 [2020-06-12T16:08:03.605Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-06-12T16:08:03.605Z] ---> Running in 3ae273078493 [2020-06-12T16:08:04.185Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-12T16:08:04.759Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-12T16:08:05.020Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-06-12T16:08:05.282Z] (2/6) Installing libsodium (1.0.18-r0) [2020-06-12T16:08:05.282Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-06-12T16:08:05.282Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-06-12T16:08:05.542Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-12T16:08:05.542Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-06-12T16:08:05.800Z] Removing intermediate container 534c4ced1545 [2020-06-12T16:08:05.801Z] ---> df8c11a3e6c1 [2020-06-12T16:08:05.801Z] Successfully built df8c11a3e6c1 [2020-06-12T16:08:05.801Z] Successfully tagged ci-base-image-arm64:latest [2020-06-12T16:08:05.806Z] Executing busybox-1.31.1-r8.trigger [2020-06-12T16:08:05.806Z] OK: 145 MiB in 45 packages [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:08:06.345Z] + docker inspect -f . ci-base-image-arm64 [2020-06-12T16:08:06.345Z] . [Pipeline] withDockerContainer [2020-06-12T16:08:06.623Z] prd-ubuntu18.04-docker-arm64-4c-16g-2767 does not seem to be running inside a container [2020-06-12T16:08:06.677Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/28 -v /w/workspace/app-service-configurable/28:/w/workspace/app-service-configurable/28:rw,z -v /w/workspace/app-service-configurable/28@tmp:/w/workspace/app-service-configurable/28@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 [2020-06-12T16:08:06.750Z] Removing intermediate container 3ae273078493 [2020-06-12T16:08:06.750Z] ---> 884a3bbbb79c [2020-06-12T16:08:06.750Z] Step 6/8 : WORKDIR /app [2020-06-12T16:08:06.750Z] ---> Running in 3f26c7b71d14 [2020-06-12T16:08:06.750Z] Removing intermediate container 3f26c7b71d14 [2020-06-12T16:08:06.750Z] ---> 17a2130ee5de [2020-06-12T16:08:06.750Z] Step 7/8 : COPY . . [2020-06-12T16:08:07.323Z] ---> 358c267abd0c [2020-06-12T16:08:07.323Z] Step 8/8 : RUN go mod download [2020-06-12T16:08:07.323Z] ---> Running in 89caae379f0c [2020-06-12T16:08:08.564Z] $ docker top d0717ecc04cd3b51b3269da3451fb9c33c832cb8dcbf703d7d85ded3937a6b26 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T16:08:09.873Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-12T16:08:09.873Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T16:08:09.873Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-12T16:08:09.873Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T16:08:09.873Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-12T16:08:09.873Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-12T16:08:09.873Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T16:08:09.873Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-12T16:08:09.873Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-12T16:08:09.873Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-12T16:08:09.873Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-12T16:08:09.873Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-12T16:08:09.873Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T16:08:09.873Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T16:08:09.873Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-12T16:08:09.873Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T16:08:09.873Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T16:08:09.873Z] go: finding github.com/fatih/color v1.7.0 [2020-06-12T16:08:09.873Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-06-12T16:08:09.873Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T16:08:09.873Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T16:08:09.873Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T16:08:09.873Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-12T16:08:09.937Z] + go version [2020-06-12T16:08:09.938Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-12T16:08:10.137Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-12T16:08:10.137Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-12T16:08:10.137Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-12T16:08:10.137Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-12T16:08:10.137Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-12T16:08:10.137Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-12T16:08:10.137Z] go: finding github.com/google/uuid v1.1.1 [2020-06-12T16:08:10.137Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-12T16:08:10.137Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T16:08:10.137Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-06-12T16:08:10.137Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-12T16:08:10.137Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-12T16:08:10.137Z] go: finding github.com/kr/pty v1.1.1 [2020-06-12T16:08:10.137Z] go: finding github.com/kr/text v0.1.0 [2020-06-12T16:08:10.137Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-12T16:08:10.137Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-12T16:08:10.137Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-12T16:08:10.137Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-12T16:08:10.137Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T16:08:10.137Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T16:08:10.401Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-12T16:08:10.401Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-12T16:08:10.401Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-12T16:08:10.401Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-12T16:08:10.401Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T16:08:10.401Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T16:08:10.401Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-06-12T16:08:10.401Z] go: finding github.com/onsi/gomega v1.7.0 [2020-06-12T16:08:10.401Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-12T16:08:10.401Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-12T16:08:10.401Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T16:08:10.401Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-12T16:08:10.401Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-12T16:08:10.401Z] go: finding github.com/posener/complete v1.1.1 [2020-06-12T16:08:10.401Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-12T16:08:10.401Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-12T16:08:10.401Z] go: finding github.com/stretchr/objx v0.2.0 [2020-06-12T16:08:10.401Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-12T16:08:10.401Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-06-12T16:08:10.401Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-12T16:08:10.401Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T16:08:10.401Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-12T16:08:10.401Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-12T16:08:10.401Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-12T16:08:10.401Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-12T16:08:10.401Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-12T16:08:10.401Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T16:08:10.401Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-06-12T16:08:10.401Z] go: finding golang.org/x/text v0.3.2 [2020-06-12T16:08:10.401Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-12T16:08:10.401Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-12T16:08:10.401Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-12T16:08:10.402Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-06-12T16:08:10.402Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-06-12T16:08:10.402Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-12T16:08:10.983Z] + make test [2020-06-12T16:08:10.983Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-06-12T16:08:25.350Z] Removing intermediate container 89caae379f0c [2020-06-12T16:08:25.350Z] ---> bf81b873c1d7 [2020-06-12T16:08:25.350Z] Successfully built bf81b873c1d7 [2020-06-12T16:08:25.350Z] 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 [2020-06-12T16:08:25.998Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-12T16:08:25.998Z] . [Pipeline] withDockerContainer [2020-06-12T16:08:26.125Z] prd-centos7-docker-4c-2g-2768 does not seem to be running inside a container [2020-06-12T16:08:26.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/28 -v /w/workspace/app-service-configurable/28:/w/workspace/app-service-configurable/28:rw,z -v /w/workspace/app-service-configurable/28@tmp:/w/workspace/app-service-configurable/28@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-x86_64 cat [2020-06-12T16:08:26.886Z] $ docker top 3560a6e373f3180b40c5049526fd6e3a807beda79f3c8604b0c0e5534fe2b12c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T16:08:27.318Z] + go version [2020-06-12T16:08:27.318Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-12T16:08:27.630Z] + make test [2020-06-12T16:08:27.630Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-06-12T16:08:42.649Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-06-12T16:08:42.649Z] CGO_ENABLED=1 go vet ./... [2020-06-12T16:08:45.231Z] gofmt -l . [2020-06-12T16:08:45.231Z] [ "`gofmt -l .`" = "" ] [2020-06-12T16:08:45.231Z] ./bin/test-go-mod-tidy.sh [2020-06-12T16:08:45.811Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-12T16:08:46.300Z] Stashed 1 file(s) [Pipeline] } [2020-06-12T16:08:46.306Z] $ docker stop --time=1 3560a6e373f3180b40c5049526fd6e3a807beda79f3c8604b0c0e5534fe2b12c [2020-06-12T16:08:48.699Z] $ docker rm -f 3560a6e373f3180b40c5049526fd6e3a807beda79f3c8604b0c0e5534fe2b12c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-12T16:08:50.630Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-12T16:08:50.923Z] + ls -al . [2020-06-12T16:08:50.923Z] total 96 [2020-06-12T16:08:50.923Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jun 12 16:08 . [2020-06-12T16:08:50.923Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 12 16:07 .. [2020-06-12T16:08:50.923Z] -rw-rw-r--. 1 jenkins jenkins 6027 Jun 12 16:07 Attribution.txt [2020-06-12T16:08:50.923Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 12 16:07 bin [2020-06-12T16:08:50.923Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 12 16:08 coverage.out [2020-06-12T16:08:50.923Z] -rw-rw-r--. 1 jenkins jenkins 180 Jun 12 16:07 docker-compose.debug.yml [2020-06-12T16:08:50.923Z] -rw-rw-r--. 1 jenkins jenkins 133 Jun 12 16:07 docker-compose.yml [2020-06-12T16:08:50.923Z] -rw-rw-r--. 1 jenkins jenkins 1896 Jun 12 16:07 Dockerfile [2020-06-12T16:08:50.923Z] -rw-rw-r--. 1 jenkins jenkins 966 Jun 12 16:07 Dockerfile.build [2020-06-12T16:08:50.923Z] -rw-rw-r--. 1 jenkins jenkins 127 Jun 12 16:07 .dockerignore [2020-06-12T16:08:50.923Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 12 16:07 .git [2020-06-12T16:08:50.923Z] drwxrwxr-x. 2 jenkins jenkins 27 Jun 12 16:07 .github [2020-06-12T16:08:50.923Z] -rw-rw-r--. 1 jenkins jenkins 93 Jun 12 16:07 .gitignore [2020-06-12T16:08:50.923Z] -rw-r--r--. 1 jenkins jenkins 126 Jun 12 16:08 go.mod [2020-06-12T16:08:50.923Z] -rw-r--r--. 1 jenkins jenkins 18573 Jun 12 16:08 go.sum [2020-06-12T16:08:50.923Z] -rw-rw-r--. 1 jenkins jenkins 710 Jun 12 16:07 Jenkinsfile [2020-06-12T16:08:50.923Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jun 12 16:07 LICENSE [2020-06-12T16:08:50.923Z] -rw-rw-r--. 1 jenkins jenkins 1519 Jun 12 16:07 main.go [2020-06-12T16:08:50.923Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jun 12 16:07 makefile [2020-06-12T16:08:50.923Z] -rw-rw-r--. 1 jenkins jenkins 481 Jun 12 16:07 README.md [2020-06-12T16:08:50.923Z] drwxrwxr-x. 10 jenkins jenkins 171 Jun 12 16:07 res [2020-06-12T16:08:50.923Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 12 16:07 .semver [2020-06-12T16:08:50.923Z] drwxrwxr-x. 4 jenkins jenkins 71 Jun 12 16:07 snap [2020-06-12T16:08:50.923Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 12 16:04 VERSION [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:08:51.236Z] + 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=a7f3acec226daf292d1b238eb8da7bce0e6a2e4f --label arch=amd64 --label version=1.2.1-dev.1 . [2020-06-12T16:08:51.236Z] Sending build context to Docker daemon 330.2kB [2020-06-12T16:08:51.236Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-12T16:08:51.236Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-12T16:08:51.236Z] ---> bf81b873c1d7 [2020-06-12T16:08:51.236Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-06-12T16:08:51.498Z] ---> Running in 7b0ccecd034b [2020-06-12T16:08:51.760Z] Removing intermediate container 7b0ccecd034b [2020-06-12T16:08:51.760Z] ---> 268637d3b8cb [2020-06-12T16:08:51.760Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T16:08:51.760Z] ---> Running in 78705aaefe5d [2020-06-12T16:08:51.760Z] Removing intermediate container 78705aaefe5d [2020-06-12T16:08:51.760Z] ---> 0fcf33c864ef [2020-06-12T16:08:51.760Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-12T16:08:52.027Z] ---> Running in 4dabde044fd6 [2020-06-12T16:08:52.027Z] Removing intermediate container 4dabde044fd6 [2020-06-12T16:08:52.027Z] ---> a9bd509490be [2020-06-12T16:08:52.027Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T16:08:52.027Z] ---> Running in 8f575c27df89 [2020-06-12T16:08:52.970Z] Removing intermediate container 8f575c27df89 [2020-06-12T16:08:52.970Z] ---> 788e98057829 [2020-06-12T16:08:52.970Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T16:08:52.970Z] ---> Running in ac4038f85256 [2020-06-12T16:08:53.542Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-12T16:08:54.115Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-12T16:08:54.376Z] OK: 145 MiB in 45 packages [2020-06-12T16:08:54.948Z] Removing intermediate container ac4038f85256 [2020-06-12T16:08:54.948Z] ---> 1ff637b79026 [2020-06-12T16:08:54.948Z] Step 8/24 : WORKDIR /app [2020-06-12T16:08:54.948Z] ---> Running in a7579c7eb170 [2020-06-12T16:08:54.948Z] Removing intermediate container a7579c7eb170 [2020-06-12T16:08:54.948Z] ---> 71d56cf4ea03 [2020-06-12T16:08:54.948Z] Step 9/24 : COPY go.mod . [2020-06-12T16:08:55.219Z] ---> 817bc8c5df20 [2020-06-12T16:08:55.219Z] Step 10/24 : RUN go mod download [2020-06-12T16:08:55.219Z] ---> Running in 1804e3384786 [2020-06-12T16:08:56.605Z] Removing intermediate container 1804e3384786 [2020-06-12T16:08:56.606Z] ---> 2ae26e3d5a8e [2020-06-12T16:08:56.606Z] Step 11/24 : COPY . . [2020-06-12T16:08:57.549Z] ---> 8e237c030ac5 [2020-06-12T16:08:57.549Z] Step 12/24 : ARG MAKE="make build" [2020-06-12T16:08:57.549Z] ---> Running in 789b27240249 [2020-06-12T16:08:57.549Z] Removing intermediate container 789b27240249 [2020-06-12T16:08:57.549Z] ---> 1ccdb6380bcd [2020-06-12T16:08:57.549Z] Step 13/24 : RUN $MAKE [2020-06-12T16:08:57.549Z] ---> Running in 9858ab9bb77c [2020-06-12T16:08:57.992Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-06-12T16:08:57.992Z] CGO_ENABLED=1 go vet ./... [2020-06-12T16:08:58.126Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.1" -o app-service-configurable [2020-06-12T16:09:04.723Z] gofmt -l . [2020-06-12T16:09:04.723Z] [ "`gofmt -l .`" = "" ] [2020-06-12T16:09:04.723Z] ./bin/test-go-mod-tidy.sh [2020-06-12T16:09:04.723Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-12T16:09:05.712Z] Warning: overwriting stash ‘coverage-report’ [2020-06-12T16:09:06.094Z] Stashed 1 file(s) [Pipeline] } [2020-06-12T16:09:06.072Z] $ docker stop --time=1 d0717ecc04cd3b51b3269da3451fb9c33c832cb8dcbf703d7d85ded3937a6b26 [2020-06-12T16:09:08.205Z] $ docker rm -f d0717ecc04cd3b51b3269da3451fb9c33c832cb8dcbf703d7d85ded3937a6b26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-12T16:09:09.241Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-12T16:09:09.580Z] + ls -al . [2020-06-12T16:09:09.580Z] total 124 [2020-06-12T16:09:09.580Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 12 16:09 . [2020-06-12T16:09:09.580Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 12 16:06 .. [2020-06-12T16:09:09.580Z] -rw-rw-r-- 1 jenkins jenkins 127 Jun 12 16:06 .dockerignore [2020-06-12T16:09:09.580Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 12 16:06 .git [2020-06-12T16:09:09.580Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 16:06 .github [2020-06-12T16:09:09.580Z] -rw-rw-r-- 1 jenkins jenkins 93 Jun 12 16:06 .gitignore [2020-06-12T16:09:09.580Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 16:06 .semver [2020-06-12T16:09:09.580Z] -rw-rw-r-- 1 jenkins jenkins 6027 Jun 12 16:06 Attribution.txt [2020-06-12T16:09:09.580Z] -rw-rw-r-- 1 jenkins jenkins 1896 Jun 12 16:06 Dockerfile [2020-06-12T16:09:09.580Z] -rw-rw-r-- 1 jenkins jenkins 966 Jun 12 16:06 Dockerfile.build [2020-06-12T16:09:09.580Z] -rw-rw-r-- 1 jenkins jenkins 710 Jun 12 16:06 Jenkinsfile [2020-06-12T16:09:09.580Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 12 16:06 LICENSE [2020-06-12T16:09:09.580Z] -rw-rw-r-- 1 jenkins jenkins 481 Jun 12 16:06 README.md [2020-06-12T16:09:09.580Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 12 16:04 VERSION [2020-06-12T16:09:09.580Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 16:06 bin [2020-06-12T16:09:09.580Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 12 16:08 coverage.out [2020-06-12T16:09:09.580Z] -rw-rw-r-- 1 jenkins jenkins 180 Jun 12 16:06 docker-compose.debug.yml [2020-06-12T16:09:09.580Z] -rw-rw-r-- 1 jenkins jenkins 133 Jun 12 16:06 docker-compose.yml [2020-06-12T16:09:09.580Z] -rw-r--r-- 1 jenkins jenkins 126 Jun 12 16:09 go.mod [2020-06-12T16:09:09.580Z] -rw-r--r-- 1 jenkins jenkins 18573 Jun 12 16:09 go.sum [2020-06-12T16:09:09.580Z] -rw-rw-r-- 1 jenkins jenkins 1519 Jun 12 16:06 main.go [2020-06-12T16:09:09.580Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jun 12 16:06 makefile [2020-06-12T16:09:09.580Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 12 16:06 res [2020-06-12T16:09:09.580Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 12 16:06 snap [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:09:09.916Z] + 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=a7f3acec226daf292d1b238eb8da7bce0e6a2e4f --label arch=arm64 --label version=1.2.1-dev.1 . [2020-06-12T16:09:10.189Z] Sending build context to Docker daemon 330.2kB [2020-06-12T16:09:10.189Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-12T16:09:10.189Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-12T16:09:10.189Z] ---> df8c11a3e6c1 [2020-06-12T16:09:10.189Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-06-12T16:09:10.462Z] ---> Running in 0998b636a61c [2020-06-12T16:09:11.057Z] Removing intermediate container 0998b636a61c [2020-06-12T16:09:11.057Z] ---> 805056d4ad61 [2020-06-12T16:09:11.057Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T16:09:11.057Z] ---> Running in 1011a3f705f1 [2020-06-12T16:09:11.330Z] Removing intermediate container 1011a3f705f1 [2020-06-12T16:09:11.330Z] ---> d9c28fe0d509 [2020-06-12T16:09:11.330Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-12T16:09:11.602Z] ---> Running in f49d792a7c68 [2020-06-12T16:09:11.877Z] Removing intermediate container f49d792a7c68 [2020-06-12T16:09:11.877Z] ---> cb38290498f8 [2020-06-12T16:09:11.877Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T16:09:12.152Z] ---> Running in 780e4b46bc42 [2020-06-12T16:09:14.771Z] Removing intermediate container 780e4b46bc42 [2020-06-12T16:09:14.771Z] ---> 1d013a96124e [2020-06-12T16:09:14.771Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T16:09:14.771Z] ---> Running in 82ee24027635 [2020-06-12T16:09:16.197Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-12T16:09:16.399Z] Removing intermediate container 9858ab9bb77c [2020-06-12T16:09:16.399Z] ---> d0c6ef8b476d [2020-06-12T16:09:16.399Z] Step 14/24 : FROM alpine:latest [2020-06-12T16:09:16.399Z] latest: Pulling from library/alpine [2020-06-12T16:09:16.399Z] df20fa9351a1: Pulling fs layer [2020-06-12T16:09:16.399Z] df20fa9351a1: Download complete [2020-06-12T16:09:16.399Z] df20fa9351a1: Pull complete [2020-06-12T16:09:16.399Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-12T16:09:16.399Z] Status: Downloaded newer image for alpine:latest [2020-06-12T16:09:16.399Z] ---> a24bb4013296 [2020-06-12T16:09:16.399Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-12T16:09:16.399Z] ---> Running in ce8e02c8bc80 [2020-06-12T16:09:16.399Z] Removing intermediate container ce8e02c8bc80 [2020-06-12T16:09:16.399Z] ---> 2accf2fadbfd [2020-06-12T16:09:16.399Z] Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} [2020-06-12T16:09:16.399Z] ---> Running in 90765e9fcd49 [2020-06-12T16:09:16.665Z] Removing intermediate container 90765e9fcd49 [2020-06-12T16:09:16.665Z] ---> cb586ea94934 [2020-06-12T16:09:16.665Z] Step 17/24 : RUN apk --no-cache add ca-certificates zeromq [2020-06-12T16:09:16.665Z] ---> Running in 818dd6387ac6 [2020-06-12T16:09:16.787Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-12T16:09:17.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-06-12T16:09:17.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-06-12T16:09:17.237Z] (1/6) Installing ca-certificates (20191127-r3) [2020-06-12T16:09:17.237Z] (2/6) Installing libgcc (9.3.0-r2) [2020-06-12T16:09:17.237Z] (3/6) Installing libsodium (1.0.18-r0) [2020-06-12T16:09:17.237Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-06-12T16:09:17.237Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-12T16:09:17.237Z] (6/6) Installing zeromq (4.3.2-r0) [2020-06-12T16:09:17.237Z] Executing busybox-1.31.1-r16.trigger [2020-06-12T16:09:17.237Z] Executing ca-certificates-20191127-r3.trigger [2020-06-12T16:09:17.379Z] OK: 127 MiB in 45 packages [2020-06-12T16:09:17.498Z] OK: 9 MiB in 20 packages [2020-06-12T16:09:18.354Z] Removing intermediate container 82ee24027635 [2020-06-12T16:09:18.354Z] ---> aec001b63fce [2020-06-12T16:09:18.354Z] Step 8/24 : WORKDIR /app [2020-06-12T16:09:18.440Z] Removing intermediate container 818dd6387ac6 [2020-06-12T16:09:18.440Z] ---> 9170919b9c35 [2020-06-12T16:09:18.440Z] Step 18/24 : COPY --from=builder /app/res/ /res/ [2020-06-12T16:09:18.625Z] ---> Running in 3b008c295858 [2020-06-12T16:09:18.701Z] ---> 2a31ac1c76cf [2020-06-12T16:09:18.701Z] Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-06-12T16:09:19.216Z] Removing intermediate container 3b008c295858 [2020-06-12T16:09:19.216Z] ---> 7c9277126b94 [2020-06-12T16:09:19.216Z] Step 9/24 : COPY go.mod . [2020-06-12T16:09:19.276Z] ---> aed716de9721 [2020-06-12T16:09:19.276Z] Step 20/24 : EXPOSE 48095 [2020-06-12T16:09:19.276Z] ---> Running in a41d54895286 [2020-06-12T16:09:19.539Z] Removing intermediate container a41d54895286 [2020-06-12T16:09:19.539Z] ---> 71bf74e98cb3 [2020-06-12T16:09:19.539Z] Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-12T16:09:19.539Z] ---> Running in cc773ccfee42 [2020-06-12T16:09:19.801Z] Removing intermediate container cc773ccfee42 [2020-06-12T16:09:19.801Z] ---> 0c748e3eef49 [2020-06-12T16:09:19.801Z] Step 22/24 : LABEL arch=amd64 [2020-06-12T16:09:19.801Z] ---> Running in 52ddb7bb55ac [2020-06-12T16:09:19.801Z] Removing intermediate container 52ddb7bb55ac [2020-06-12T16:09:19.801Z] ---> 75d5b712ce47 [2020-06-12T16:09:19.801Z] Step 23/24 : LABEL git_sha=a7f3acec226daf292d1b238eb8da7bce0e6a2e4f [2020-06-12T16:09:19.810Z] ---> 23a23c3f87ff [2020-06-12T16:09:19.810Z] Step 10/24 : RUN go mod download [2020-06-12T16:09:19.810Z] ---> Running in 51d6355878a1 [2020-06-12T16:09:20.063Z] ---> Running in 11885ebcbcbb [2020-06-12T16:09:20.063Z] Removing intermediate container 11885ebcbcbb [2020-06-12T16:09:20.063Z] ---> 59eb85112b86 [2020-06-12T16:09:20.063Z] Step 24/24 : LABEL version=1.2.1-dev.1 [2020-06-12T16:09:20.063Z] ---> Running in 5e2160144d25 [2020-06-12T16:09:20.325Z] Removing intermediate container 5e2160144d25 [2020-06-12T16:09:20.325Z] ---> 6842711e4d2f [2020-06-12T16:09:20.325Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-12T16:09:20.325Z] Successfully built 6842711e4d2f [2020-06-12T16:09:20.325Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-12T16:09:20.546Z] provisioning config files... [2020-06-12T16:09:20.576Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/28@tmp/config2040648362251040404tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-12T16:09:20.933Z] nexus3.edgexfoundry.org:10001 [2020-06-12T16:09:20.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T16:09:21.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T16:09:21.193Z] Configure a credential helper to remove this warning. See [2020-06-12T16:09:21.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T16:09:21.193Z] [2020-06-12T16:09:21.193Z] Login Succeeded [2020-06-12T16:09:21.193Z] nexus3.edgexfoundry.org:10002 [2020-06-12T16:09:21.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T16:09:21.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T16:09:21.193Z] Configure a credential helper to remove this warning. See [2020-06-12T16:09:21.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T16:09:21.193Z] [2020-06-12T16:09:21.193Z] Login Succeeded [2020-06-12T16:09:21.193Z] nexus3.edgexfoundry.org:10003 [2020-06-12T16:09:21.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T16:09:21.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T16:09:21.453Z] Configure a credential helper to remove this warning. See [2020-06-12T16:09:21.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T16:09:21.453Z] [2020-06-12T16:09:21.453Z] Login Succeeded [2020-06-12T16:09:21.453Z] nexus3.edgexfoundry.org:10004 [2020-06-12T16:09:21.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T16:09:21.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T16:09:21.719Z] Configure a credential helper to remove this warning. See [2020-06-12T16:09:21.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T16:09:21.719Z] [2020-06-12T16:09:21.719Z] Login Succeeded [2020-06-12T16:09:21.719Z] docker.io [2020-06-12T16:09:21.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T16:09:21.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T16:09:21.982Z] Configure a credential helper to remove this warning. See [2020-06-12T16:09:21.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T16:09:21.982Z] [2020-06-12T16:09:21.982Z] Login Succeeded [Pipeline] } [2020-06-12T16:09:21.992Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-12T16:09:22.089Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-06-12T16:09:22.089Z] a7f3acec226daf292d1b238eb8da7bce0e6a2e4f [2020-06-12T16:09:22.089Z] latest [2020-06-12T16:09:22.089Z] 1.2.1-dev.1 [2020-06-12T16:09:22.089Z] a7f3acec226daf292d1b238eb8da7bce0e6a2e4f-1.2.1-dev.1 [2020-06-12T16:09:22.089Z] master [2020-06-12T16:09:22.089Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:09:22.431Z] Removing intermediate container 51d6355878a1 [2020-06-12T16:09:22.431Z] ---> 11e02cce09c6 [2020-06-12T16:09:22.431Z] Step 11/24 : COPY . . [2020-06-12T16:09:22.472Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a7f3acec226daf292d1b238eb8da7bce0e6a2e4f [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:09:22.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a7f3acec226daf292d1b238eb8da7bce0e6a2e4f [2020-06-12T16:09:22.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-12T16:09:22.768Z] 95cded4fd38b: Preparing [2020-06-12T16:09:22.768Z] 7dee46fd11ba: Preparing [2020-06-12T16:09:22.768Z] 33d8efbe10da: Preparing [2020-06-12T16:09:22.768Z] 50644c29ef5a: Preparing [2020-06-12T16:09:22.768Z] 50644c29ef5a: Layer already exists [2020-06-12T16:09:22.768Z] 7dee46fd11ba: Pushed [2020-06-12T16:09:23.339Z] 33d8efbe10da: Pushed [2020-06-12T16:09:23.410Z] ---> 79be28692729 [2020-06-12T16:09:23.410Z] Step 12/24 : ARG MAKE="make build" [2020-06-12T16:09:23.410Z] ---> Running in 9dc494040288 [2020-06-12T16:09:24.002Z] Removing intermediate container 9dc494040288 [2020-06-12T16:09:24.002Z] ---> 77c4cf6bad7d [2020-06-12T16:09:24.002Z] Step 13/24 : RUN $MAKE [2020-06-12T16:09:24.002Z] ---> Running in a6e6683853f1 [2020-06-12T16:09:24.286Z] 95cded4fd38b: Pushed [2020-06-12T16:09:24.856Z] a7f3acec226daf292d1b238eb8da7bce0e6a2e4f: digest: sha256:1a31e77c057abde1131830c62256c7522f427829675ee6f9e6e6f62f5fdaa1dd size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:09:25.154Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:09:25.433Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.1" -o app-service-configurable [2020-06-12T16:09:25.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-06-12T16:09:25.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-12T16:09:25.445Z] 95cded4fd38b: Preparing [2020-06-12T16:09:25.445Z] 7dee46fd11ba: Preparing [2020-06-12T16:09:25.445Z] 33d8efbe10da: Preparing [2020-06-12T16:09:25.445Z] 50644c29ef5a: Preparing [2020-06-12T16:09:25.445Z] 33d8efbe10da: Layer already exists [2020-06-12T16:09:25.445Z] 95cded4fd38b: Layer already exists [2020-06-12T16:09:25.445Z] 7dee46fd11ba: Layer already exists [2020-06-12T16:09:25.445Z] 50644c29ef5a: Layer already exists [2020-06-12T16:09:25.445Z] latest: digest: sha256:1a31e77c057abde1131830c62256c7522f427829675ee6f9e6e6f62f5fdaa1dd size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:09:25.741Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:09:26.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.1 [2020-06-12T16:09:26.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-12T16:09:26.981Z] 95cded4fd38b: Preparing [2020-06-12T16:09:26.981Z] 7dee46fd11ba: Preparing [2020-06-12T16:09:26.981Z] 33d8efbe10da: Preparing [2020-06-12T16:09:26.981Z] 50644c29ef5a: Preparing [2020-06-12T16:09:26.981Z] 7dee46fd11ba: Layer already exists [2020-06-12T16:09:26.981Z] 95cded4fd38b: Layer already exists [2020-06-12T16:09:26.981Z] 33d8efbe10da: Layer already exists [2020-06-12T16:09:26.981Z] 50644c29ef5a: Layer already exists [2020-06-12T16:09:26.981Z] 1.2.1-dev.1: digest: sha256:1a31e77c057abde1131830c62256c7522f427829675ee6f9e6e6f62f5fdaa1dd size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:09:27.275Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a7f3acec226daf292d1b238eb8da7bce0e6a2e4f-1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:09:27.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a7f3acec226daf292d1b238eb8da7bce0e6a2e4f-1.2.1-dev.1 [2020-06-12T16:09:27.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-12T16:09:27.565Z] 95cded4fd38b: Preparing [2020-06-12T16:09:27.565Z] 7dee46fd11ba: Preparing [2020-06-12T16:09:27.565Z] 33d8efbe10da: Preparing [2020-06-12T16:09:27.565Z] 50644c29ef5a: Preparing [2020-06-12T16:09:27.565Z] 50644c29ef5a: Layer already exists [2020-06-12T16:09:27.565Z] 95cded4fd38b: Layer already exists [2020-06-12T16:09:27.565Z] 7dee46fd11ba: Layer already exists [2020-06-12T16:09:27.565Z] 33d8efbe10da: Layer already exists [2020-06-12T16:09:27.565Z] a7f3acec226daf292d1b238eb8da7bce0e6a2e4f-1.2.1-dev.1: digest: sha256:1a31e77c057abde1131830c62256c7522f427829675ee6f9e6e6f62f5fdaa1dd size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:09:27.861Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:09:28.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-06-12T16:09:28.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-12T16:09:28.169Z] 95cded4fd38b: Preparing [2020-06-12T16:09:28.169Z] 7dee46fd11ba: Preparing [2020-06-12T16:09:28.169Z] 33d8efbe10da: Preparing [2020-06-12T16:09:28.169Z] 50644c29ef5a: Preparing [2020-06-12T16:09:28.169Z] 95cded4fd38b: Layer already exists [2020-06-12T16:09:28.169Z] 50644c29ef5a: Layer already exists [2020-06-12T16:09:28.169Z] 7dee46fd11ba: Layer already exists [2020-06-12T16:09:28.169Z] 33d8efbe10da: Layer already exists [2020-06-12T16:09:28.169Z] master: digest: sha256:1a31e77c057abde1131830c62256c7522f427829675ee6f9e6e6f62f5fdaa1dd size: 1158 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-12T16:09:28.999Z] ++ find /w/workspace/app-service-configurable/28 [2020-06-12T16:09:28.999Z] ++ grep snapcraft.yaml [2020-06-12T16:09:28.999Z] + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/28/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-12T16:09:29.101Z] provisioning config files... [2020-06-12T16:09:29.110Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/28@tmp/config2719937549855022533tmp [Pipeline] { [Pipeline] sh [2020-06-12T16:09:29.435Z] + cp /w/workspace/app-service-configurable/28@tmp/config2719937549855022533tmp /w/workspace/app-service-configurable/28/edgex-snap-store-login [Pipeline] sh [2020-06-12T16:09:29.729Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/28:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-12T16:09:29.729Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-12T16:09:29.729Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-12T16:09:29.729Z] 5bed26d33875: Pulling fs layer [2020-06-12T16:09:29.729Z] f11b29a9c730: Pulling fs layer [2020-06-12T16:09:29.729Z] 930bda195c84: Pulling fs layer [2020-06-12T16:09:29.729Z] 78bf9a5ad49e: Pulling fs layer [2020-06-12T16:09:29.729Z] e5fbee5a4b0d: Pulling fs layer [2020-06-12T16:09:29.729Z] f452fca78f88: Pulling fs layer [2020-06-12T16:09:29.729Z] 7417ef92027a: Pulling fs layer [2020-06-12T16:09:29.729Z] 2af5c49d270b: Pulling fs layer [2020-06-12T16:09:29.729Z] df9c3bdbc40a: Pulling fs layer [2020-06-12T16:09:29.729Z] f452fca78f88: Waiting [2020-06-12T16:09:29.729Z] 7417ef92027a: Waiting [2020-06-12T16:09:29.729Z] 2af5c49d270b: Waiting [2020-06-12T16:09:29.729Z] df9c3bdbc40a: Waiting [2020-06-12T16:09:29.729Z] e5fbee5a4b0d: Waiting [2020-06-12T16:09:29.729Z] 78bf9a5ad49e: Waiting [2020-06-12T16:09:29.729Z] 930bda195c84: Verifying Checksum [2020-06-12T16:09:29.729Z] 930bda195c84: Download complete [2020-06-12T16:09:29.729Z] f11b29a9c730: Download complete [2020-06-12T16:09:29.729Z] 78bf9a5ad49e: Verifying Checksum [2020-06-12T16:09:29.729Z] 78bf9a5ad49e: Download complete [2020-06-12T16:09:29.729Z] f452fca78f88: Verifying Checksum [2020-06-12T16:09:29.729Z] f452fca78f88: Download complete [2020-06-12T16:09:29.729Z] 7417ef92027a: Verifying Checksum [2020-06-12T16:09:29.729Z] 7417ef92027a: Download complete [2020-06-12T16:09:29.729Z] 2af5c49d270b: Verifying Checksum [2020-06-12T16:09:29.729Z] 2af5c49d270b: Download complete [2020-06-12T16:09:29.729Z] df9c3bdbc40a: Verifying Checksum [2020-06-12T16:09:29.729Z] df9c3bdbc40a: Download complete [2020-06-12T16:09:29.994Z] 5bed26d33875: Verifying Checksum [2020-06-12T16:09:29.994Z] 5bed26d33875: Download complete [2020-06-12T16:09:32.562Z] 5bed26d33875: Pull complete [2020-06-12T16:09:32.830Z] f11b29a9c730: Pull complete [2020-06-12T16:09:33.092Z] e5fbee5a4b0d: Download complete [2020-06-12T16:09:34.039Z] 930bda195c84: Pull complete [2020-06-12T16:09:34.039Z] 78bf9a5ad49e: Pull complete [2020-06-12T16:09:56.074Z] e5fbee5a4b0d: Pull complete [2020-06-12T16:09:56.074Z] f452fca78f88: Pull complete [2020-06-12T16:09:56.074Z] 7417ef92027a: Pull complete [2020-06-12T16:09:56.074Z] 2af5c49d270b: Pull complete [2020-06-12T16:09:56.074Z] df9c3bdbc40a: Pull complete [2020-06-12T16:09:56.074Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-12T16:09:56.074Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-12T16:09:58.634Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-12T16:09:58.634Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-12T16:09:58.634Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-12T16:09:58.895Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] [2020-06-12T16:09:58.895Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-12T16:09:59.156Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-12T16:09:59.156Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-12T16:09:59.730Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-12T16:09:59.730Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-12T16:09:59.730Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-12T16:09:59.730Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-12T16:09:59.730Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-12T16:09:59.730Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-12T16:09:59.730Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-12T16:09:59.991Z] Fetched 4909 kB in 2s (2345 kB/s) [2020-06-12T16:10:01.375Z] Reading package lists... [2020-06-12T16:10:02.762Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-06-12T16:10:02.762Z] - README.md [2020-06-12T16:10:02.762Z] [2020-06-12T16:10:02.762Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-06-12T16:10:05.309Z] Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-06-12T16:10:06.694Z] Reading package lists... [2020-06-12T16:10:06.694Z] Building dependency tree... [2020-06-12T16:10:06.694Z] Reading state information... [2020-06-12T16:10:06.954Z] The following packages were automatically installed and are no longer required: [2020-06-12T16:10:06.954Z] libjq1 liblzo2-2 libonig4 [2020-06-12T16:10:06.954Z] Use 'sudo apt autoremove' to remove them. [2020-06-12T16:10:06.954Z] Suggested packages: [2020-06-12T16:10:06.954Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-06-12T16:10:06.954Z] pinentry-gnome3 tor debian-keyring g++-multilib g++-7-multilib gcc-7-doc [2020-06-12T16:10:06.954Z] libstdc++6-7-dbg gcc-multilib autoconf automake libtool flex bison gdb [2020-06-12T16:10:06.954Z] gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg [2020-06-12T16:10:06.954Z] libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg [2020-06-12T16:10:06.954Z] libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-06-12T16:10:06.954Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-06-12T16:10:06.954Z] git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc bzr gdbm-l10n [2020-06-12T16:10:06.954Z] libstdc++-7-doc make-doc man-browser keychain libpam-ssh monkeysphere [2020-06-12T16:10:06.954Z] ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-06-12T16:10:06.954Z] | libterm-readline-perl-perl pinentry-doc readline-doc [2020-06-12T16:10:07.215Z] The following NEW packages will be installed: [2020-06-12T16:10:07.215Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 [2020-06-12T16:10:07.215Z] curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man [2020-06-12T16:10:07.215Z] gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server [2020-06-12T16:10:07.215Z] gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-06-12T16:10:07.215Z] libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 [2020-06-12T16:10:07.215Z] libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl [2020-06-12T16:10:07.215Z] libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl [2020-06-12T16:10:07.215Z] libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 [2020-06-12T16:10:07.215Z] libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 [2020-06-12T16:10:07.215Z] libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 [2020-06-12T16:10:07.216Z] libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 [2020-06-12T16:10:07.216Z] libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 [2020-06-12T16:10:07.216Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase [2020-06-12T16:10:07.216Z] openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config [2020-06-12T16:10:07.216Z] readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-06-12T16:10:07.476Z] 0 upgraded, 98 newly installed, 0 to remove and 10 not upgraded. [2020-06-12T16:10:07.476Z] Need to get 73.0 MB of archives. [2020-06-12T16:10:07.476Z] After this operation, 309 MB of additional disk space will be used. [2020-06-12T16:10:07.476Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-06-12T16:10:07.737Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-12T16:10:07.737Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-12T16:10:07.998Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-12T16:10:07.998Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-12T16:10:08.260Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-12T16:10:08.260Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-12T16:10:08.521Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-12T16:10:08.521Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-12T16:10:08.782Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-12T16:10:08.782Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-12T16:10:08.782Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-12T16:10:09.043Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-12T16:10:09.043Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-12T16:10:09.043Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-12T16:10:09.043Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-06-12T16:10:09.043Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] [2020-06-12T16:10:09.043Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8054 kB] [2020-06-12T16:10:09.614Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB] [2020-06-12T16:10:09.614Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB] [2020-06-12T16:10:09.614Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] [2020-06-12T16:10:09.614Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-12T16:10:09.614Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB] [2020-06-12T16:10:09.614Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB] [2020-06-12T16:10:09.614Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB] [2020-06-12T16:10:09.614Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-12T16:10:09.614Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-12T16:10:09.614Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-12T16:10:09.614Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-06-12T16:10:09.877Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-12T16:10:09.877Z] Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-12T16:10:09.877Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-06-12T16:10:09.877Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] [2020-06-12T16:10:09.877Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.3 [1839 kB] [2020-06-12T16:10:09.877Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] [2020-06-12T16:10:09.877Z] Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-dev-bin amd64 2.27-3ubuntu1 [71.8 kB] [2020-06-12T16:10:09.877Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-106.107 [991 kB] [2020-06-12T16:10:09.877Z] Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dev amd64 2.27-3ubuntu1 [2587 kB] [2020-06-12T16:10:10.144Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-06-12T16:10:10.144Z] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-06-12T16:10:10.144Z] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-06-12T16:10:10.144Z] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-06-12T16:10:10.144Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-06-12T16:10:10.715Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-06-12T16:10:10.715Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-06-12T16:10:10.715Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-06-12T16:10:10.715Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-06-12T16:10:10.715Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-06-12T16:10:10.715Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-06-12T16:10:10.715Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-06-12T16:10:10.715Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-06-12T16:10:10.715Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-06-12T16:10:10.715Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-06-12T16:10:10.974Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-06-12T16:10:10.974Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-06-12T16:10:10.974Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-06-12T16:10:10.974Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-06-12T16:10:11.544Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-06-12T16:10:11.544Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-06-12T16:10:11.544Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-06-12T16:10:12.114Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-06-12T16:10:12.115Z] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-12T16:10:12.115Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-06-12T16:10:12.115Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-12T16:10:12.115Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-06-12T16:10:12.115Z] Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-06-12T16:10:12.115Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-12T16:10:12.115Z] Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB] [2020-06-12T16:10:12.115Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.2 [123 kB] [2020-06-12T16:10:12.115Z] Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-06-12T16:10:12.115Z] Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B] [2020-06-12T16:10:12.115Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.2 [316 kB] [2020-06-12T16:10:12.115Z] Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-06-12T16:10:12.115Z] Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-06-12T16:10:12.115Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-12T16:10:12.115Z] Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-12T16:10:12.115Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-12T16:10:12.374Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-12T16:10:12.375Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] [2020-06-12T16:10:12.375Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.2 [127 kB] [2020-06-12T16:10:12.418Z] Removing intermediate container a6e6683853f1 [2020-06-12T16:10:12.418Z] ---> 27a396b28370 [2020-06-12T16:10:12.418Z] Step 14/24 : FROM alpine:latest [2020-06-12T16:10:12.418Z] latest: Pulling from library/alpine [2020-06-12T16:10:12.418Z] b538f80385f9: Pulling fs layer [2020-06-12T16:10:12.418Z] b538f80385f9: Download complete [2020-06-12T16:10:12.635Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.2 [467 kB] [2020-06-12T16:10:12.635Z] Get:82 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB] [2020-06-12T16:10:12.635Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.2 [227 kB] [2020-06-12T16:10:12.635Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.2 [91.9 kB] [2020-06-12T16:10:12.636Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.2 [84.9 kB] [2020-06-12T16:10:12.636Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.2 [215 kB] [2020-06-12T16:10:12.636Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.2 [249 kB] [2020-06-12T16:10:12.636Z] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-06-12T16:10:12.636Z] Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-06-12T16:10:12.690Z] b538f80385f9: Pull complete [2020-06-12T16:10:12.690Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-12T16:10:12.690Z] Status: Downloaded newer image for alpine:latest [2020-06-12T16:10:12.690Z] ---> 62ee0e9f8440 [2020-06-12T16:10:12.690Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-12T16:10:12.897Z] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-06-12T16:10:12.897Z] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-06-12T16:10:12.897Z] Get:92 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-06-12T16:10:12.897Z] Get:93 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-06-12T16:10:12.897Z] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-06-12T16:10:12.897Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-06-12T16:10:12.897Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-06-12T16:10:12.897Z] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-06-12T16:10:12.897Z] Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-06-12T16:10:12.964Z] ---> Running in b33203c32175 [2020-06-12T16:10:13.472Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-12T16:10:13.472Z] Fetched 73.0 MB in 6s (12.8 MB/s) [2020-06-12T16:10:13.472Z] Selecting previously unselected package liblocale-gettext-perl. [2020-06-12T16:10:13.472Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4637 files and directories currently installed.) [2020-06-12T16:10:13.472Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-06-12T16:10:13.472Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-06-12T16:10:13.559Z] Removing intermediate container b33203c32175 [2020-06-12T16:10:13.559Z] ---> 7f9063386b42 [2020-06-12T16:10:13.559Z] Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} [2020-06-12T16:10:13.559Z] ---> Running in f23d6fa54563 [2020-06-12T16:10:13.733Z] Selecting previously unselected package libxau6:amd64. [2020-06-12T16:10:13.733Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-12T16:10:13.733Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-12T16:10:13.733Z] Selecting previously unselected package libbsd0:amd64. [2020-06-12T16:10:13.733Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-12T16:10:13.733Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-12T16:10:13.733Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-12T16:10:13.733Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-12T16:10:13.733Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-12T16:10:13.733Z] Selecting previously unselected package libxcb1:amd64. [2020-06-12T16:10:13.733Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-12T16:10:13.733Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-12T16:10:13.998Z] Selecting previously unselected package libx11-data. [2020-06-12T16:10:13.998Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-12T16:10:13.998Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-12T16:10:14.152Z] Removing intermediate container f23d6fa54563 [2020-06-12T16:10:14.152Z] ---> c0db54b3cbf2 [2020-06-12T16:10:14.152Z] Step 17/24 : RUN apk --no-cache add ca-certificates zeromq [2020-06-12T16:10:14.152Z] ---> Running in f590d7e447d9 [2020-06-12T16:10:14.587Z] Selecting previously unselected package libx11-6:amd64. [2020-06-12T16:10:14.587Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-12T16:10:14.587Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-12T16:10:14.854Z] Selecting previously unselected package libxext6:amd64. [2020-06-12T16:10:14.854Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-12T16:10:14.854Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-12T16:10:14.854Z] Selecting previously unselected package perl-modules-5.26. [2020-06-12T16:10:14.854Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-12T16:10:14.854Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-12T16:10:15.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-06-12T16:10:15.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-06-12T16:10:16.465Z] (1/6) Installing ca-certificates (20191127-r3) [2020-06-12T16:10:16.465Z] (2/6) Installing libgcc (9.3.0-r2) [2020-06-12T16:10:16.465Z] (3/6) Installing libsodium (1.0.18-r0) [2020-06-12T16:10:16.465Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-06-12T16:10:16.465Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-12T16:10:16.465Z] (6/6) Installing zeromq (4.3.2-r0) [2020-06-12T16:10:16.465Z] Executing busybox-1.31.1-r16.trigger [2020-06-12T16:10:16.465Z] Executing ca-certificates-20191127-r3.trigger [2020-06-12T16:10:16.739Z] OK: 8 MiB in 20 packages [2020-06-12T16:10:18.192Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-12T16:10:18.193Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-12T16:10:18.193Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-12T16:10:18.193Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-12T16:10:18.193Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-12T16:10:18.193Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-12T16:10:18.193Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-12T16:10:18.193Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-12T16:10:18.193Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-12T16:10:18.723Z] Removing intermediate container f590d7e447d9 [2020-06-12T16:10:18.723Z] ---> d73e60d23afd [2020-06-12T16:10:18.723Z] Step 18/24 : COPY --from=builder /app/res/ /res/ [2020-06-12T16:10:18.995Z] ---> f850fd3408b7 [2020-06-12T16:10:18.995Z] Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-06-12T16:10:19.597Z] Selecting previously unselected package perl. [2020-06-12T16:10:19.597Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-12T16:10:19.597Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-12T16:10:19.864Z] Selecting previously unselected package less. [2020-06-12T16:10:19.864Z] Preparing to unpack .../13-less_487-0.1_amd64.deb ... [2020-06-12T16:10:19.864Z] Unpacking less (487-0.1) ... [2020-06-12T16:10:19.864Z] Selecting previously unselected package libexpat1:amd64. [2020-06-12T16:10:19.864Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-12T16:10:19.864Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-12T16:10:19.864Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-06-12T16:10:19.864Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-06-12T16:10:19.864Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-12T16:10:20.124Z] Selecting previously unselected package libglib2.0-data. [2020-06-12T16:10:20.124Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-06-12T16:10:20.124Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-12T16:10:20.124Z] Selecting previously unselected package libicu60:amd64. [2020-06-12T16:10:20.124Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_amd64.deb ... [2020-06-12T16:10:20.124Z] Unpacking libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-06-12T16:10:20.970Z] ---> 277de4fe6b3a [2020-06-12T16:10:20.970Z] Step 20/24 : EXPOSE 48095 [2020-06-12T16:10:20.970Z] ---> Running in c967549a4dae [2020-06-12T16:10:21.244Z] Removing intermediate container c967549a4dae [2020-06-12T16:10:21.244Z] ---> b8bd8465bf30 [2020-06-12T16:10:21.244Z] Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-12T16:10:21.513Z] Selecting previously unselected package readline-common. [2020-06-12T16:10:21.514Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-06-12T16:10:21.514Z] Unpacking readline-common (7.0-3) ... [2020-06-12T16:10:21.514Z] Selecting previously unselected package libreadline7:amd64. [2020-06-12T16:10:21.514Z] Preparing to unpack .../19-libreadline7_7.0-3_amd64.deb ... [2020-06-12T16:10:21.514Z] Unpacking libreadline7:amd64 (7.0-3) ... [2020-06-12T16:10:21.514Z] Selecting previously unselected package libxml2:amd64. [2020-06-12T16:10:21.514Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... [2020-06-12T16:10:21.514Z] Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-12T16:10:21.514Z] Selecting previously unselected package netbase. [2020-06-12T16:10:21.514Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-06-12T16:10:21.514Z] Unpacking netbase (5.4) ... [2020-06-12T16:10:21.517Z] ---> Running in c97e03ef35da [2020-06-12T16:10:21.775Z] Selecting previously unselected package shared-mime-info. [2020-06-12T16:10:21.775Z] Preparing to unpack .../22-shared-mime-info_1.9-2_amd64.deb ... [2020-06-12T16:10:21.775Z] Unpacking shared-mime-info (1.9-2) ... [2020-06-12T16:10:21.775Z] Selecting previously unselected package xdg-user-dirs. [2020-06-12T16:10:21.775Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ... [2020-06-12T16:10:21.775Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-12T16:10:21.792Z] Removing intermediate container c97e03ef35da [2020-06-12T16:10:21.792Z] ---> 608aca1630fc [2020-06-12T16:10:21.792Z] Step 22/24 : LABEL arch=arm64 [2020-06-12T16:10:22.037Z] Selecting previously unselected package xz-utils. [2020-06-12T16:10:22.037Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_amd64.deb ... [2020-06-12T16:10:22.037Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-06-12T16:10:22.037Z] Selecting previously unselected package libedit2:amd64. [2020-06-12T16:10:22.037Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-12T16:10:22.037Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-12T16:10:22.065Z] ---> Running in a909bd0ef84c [2020-06-12T16:10:22.297Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-12T16:10:22.298Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-12T16:10:22.298Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-12T16:10:22.298Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-12T16:10:22.298Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-12T16:10:22.298Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-12T16:10:22.342Z] Removing intermediate container a909bd0ef84c [2020-06-12T16:10:22.342Z] ---> 870b5955d658 [2020-06-12T16:10:22.342Z] Step 23/24 : LABEL git_sha=a7f3acec226daf292d1b238eb8da7bce0e6a2e4f [2020-06-12T16:10:22.564Z] Selecting previously unselected package manpages. [2020-06-12T16:10:22.564Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-06-12T16:10:22.564Z] Unpacking manpages (4.15-1) ... [2020-06-12T16:10:22.564Z] Selecting previously unselected package openssh-client. [2020-06-12T16:10:22.564Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-12T16:10:22.564Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-12T16:10:22.619Z] ---> Running in ba16bc62e326 [2020-06-12T16:10:22.898Z] Removing intermediate container ba16bc62e326 [2020-06-12T16:10:22.898Z] ---> 5bd3557f0baf [2020-06-12T16:10:22.898Z] Step 24/24 : LABEL version=1.2.1-dev.1 [2020-06-12T16:10:23.153Z] Selecting previously unselected package xauth. [2020-06-12T16:10:23.153Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-12T16:10:23.153Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-12T16:10:23.153Z] Selecting previously unselected package binutils-common:amd64. [2020-06-12T16:10:23.153Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-12T16:10:23.153Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:10:23.153Z] Selecting previously unselected package libbinutils:amd64. [2020-06-12T16:10:23.153Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-12T16:10:23.153Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:10:23.153Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-06-12T16:10:23.153Z] Preparing to unpack .../33-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-12T16:10:23.168Z] ---> Running in 39ac86be894d [2020-06-12T16:10:23.420Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:10:23.441Z] Removing intermediate container 39ac86be894d [2020-06-12T16:10:23.441Z] ---> c5f95c73f808 [2020-06-12T16:10:23.441Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-12T16:10:23.441Z] Successfully built c5f95c73f808 [2020-06-12T16:10:23.441Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-12T16:10:23.651Z] provisioning config files... [2020-06-12T16:10:23.690Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/28@tmp/config3853662245622158372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-12T16:10:23.997Z] Selecting previously unselected package binutils. [2020-06-12T16:10:23.997Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-12T16:10:23.997Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:10:24.066Z] nexus3.edgexfoundry.org:10001 [2020-06-12T16:10:24.258Z] Selecting previously unselected package libc-dev-bin. [2020-06-12T16:10:24.258Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1_amd64.deb ... [2020-06-12T16:10:24.258Z] Unpacking libc-dev-bin (2.27-3ubuntu1) ... [2020-06-12T16:10:24.258Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-06-12T16:10:24.258Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-106.107_amd64.deb ... [2020-06-12T16:10:24.258Z] Unpacking linux-libc-dev:amd64 (4.15.0-106.107) ... [2020-06-12T16:10:24.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T16:10:24.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T16:10:24.618Z] Configure a credential helper to remove this warning. See [2020-06-12T16:10:24.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T16:10:24.618Z] [2020-06-12T16:10:24.618Z] Login Succeeded [2020-06-12T16:10:24.618Z] nexus3.edgexfoundry.org:10002 [2020-06-12T16:10:24.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T16:10:25.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T16:10:25.173Z] Configure a credential helper to remove this warning. See [2020-06-12T16:10:25.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T16:10:25.173Z] [2020-06-12T16:10:25.173Z] Login Succeeded [2020-06-12T16:10:25.173Z] nexus3.edgexfoundry.org:10003 [2020-06-12T16:10:25.203Z] Selecting previously unselected package libc6-dev:amd64. [2020-06-12T16:10:25.203Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1_amd64.deb ... [2020-06-12T16:10:25.203Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1) ... [2020-06-12T16:10:25.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T16:10:25.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T16:10:25.718Z] Configure a credential helper to remove this warning. See [2020-06-12T16:10:25.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T16:10:25.718Z] [2020-06-12T16:10:25.718Z] Login Succeeded [2020-06-12T16:10:25.718Z] nexus3.edgexfoundry.org:10004 [2020-06-12T16:10:25.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T16:10:25.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T16:10:25.989Z] Configure a credential helper to remove this warning. See [2020-06-12T16:10:25.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T16:10:25.989Z] [2020-06-12T16:10:25.989Z] Login Succeeded [2020-06-12T16:10:26.261Z] docker.io [2020-06-12T16:10:26.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T16:10:26.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T16:10:26.804Z] Configure a credential helper to remove this warning. See [2020-06-12T16:10:26.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T16:10:26.804Z] [2020-06-12T16:10:26.804Z] Login Succeeded [Pipeline] } [2020-06-12T16:10:26.820Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-12T16:10:26.928Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-06-12T16:10:26.928Z] a7f3acec226daf292d1b238eb8da7bce0e6a2e4f [2020-06-12T16:10:26.928Z] latest [2020-06-12T16:10:26.928Z] 1.2.1-dev.1 [2020-06-12T16:10:26.928Z] a7f3acec226daf292d1b238eb8da7bce0e6a2e4f-1.2.1-dev.1 [2020-06-12T16:10:26.928Z] master [2020-06-12T16:10:26.928Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:10:27.118Z] Selecting previously unselected package gcc-7-base:amd64. [2020-06-12T16:10:27.118Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:27.118Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:27.118Z] Selecting previously unselected package libisl19:amd64. [2020-06-12T16:10:27.118Z] Preparing to unpack .../39-libisl19_0.19-1_amd64.deb ... [2020-06-12T16:10:27.118Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-06-12T16:10:27.118Z] Selecting previously unselected package libmpfr6:amd64. [2020-06-12T16:10:27.118Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_amd64.deb ... [2020-06-12T16:10:27.118Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-06-12T16:10:27.118Z] Selecting previously unselected package libmpc3:amd64. [2020-06-12T16:10:27.118Z] Preparing to unpack .../41-libmpc3_1.1.0-1_amd64.deb ... [2020-06-12T16:10:27.118Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-06-12T16:10:27.345Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a7f3acec226daf292d1b238eb8da7bce0e6a2e4f [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:10:27.378Z] Selecting previously unselected package cpp-7. [2020-06-12T16:10:27.378Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:27.378Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:27.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a7f3acec226daf292d1b238eb8da7bce0e6a2e4f [2020-06-12T16:10:27.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-12T16:10:27.711Z] 207f9fd9e2c7: Preparing [2020-06-12T16:10:27.711Z] 0efd0551fb79: Preparing [2020-06-12T16:10:27.711Z] 07b024980d0b: Preparing [2020-06-12T16:10:27.711Z] e2f13739ad41: Preparing [2020-06-12T16:10:27.711Z] e2f13739ad41: Layer already exists [2020-06-12T16:10:27.982Z] 0efd0551fb79: Pushed [2020-06-12T16:10:28.318Z] Selecting previously unselected package cpp. [2020-06-12T16:10:28.318Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-06-12T16:10:28.318Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-12T16:10:28.318Z] Selecting previously unselected package libcc1-0:amd64. [2020-06-12T16:10:28.318Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:28.318Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:28.318Z] Selecting previously unselected package libgomp1:amd64. [2020-06-12T16:10:28.318Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:28.318Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:28.318Z] Selecting previously unselected package libitm1:amd64. [2020-06-12T16:10:28.318Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:28.318Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:28.318Z] Selecting previously unselected package libatomic1:amd64. [2020-06-12T16:10:28.318Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:28.318Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:28.578Z] Selecting previously unselected package libasan4:amd64. [2020-06-12T16:10:28.578Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:28.578Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:28.578Z] Selecting previously unselected package liblsan0:amd64. [2020-06-12T16:10:28.578Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:28.578Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:28.839Z] Selecting previously unselected package libtsan0:amd64. [2020-06-12T16:10:28.839Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:28.839Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:28.839Z] Selecting previously unselected package libubsan0:amd64. [2020-06-12T16:10:28.839Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:28.839Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:28.839Z] Selecting previously unselected package libcilkrts5:amd64. [2020-06-12T16:10:28.839Z] Preparing to unpack .../52-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:28.839Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:28.961Z] 07b024980d0b: Pushed [2020-06-12T16:10:29.100Z] Selecting previously unselected package libmpx2:amd64. [2020-06-12T16:10:29.100Z] Preparing to unpack .../53-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:29.100Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:29.100Z] Selecting previously unselected package libquadmath0:amd64. [2020-06-12T16:10:29.100Z] Preparing to unpack .../54-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:29.100Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:29.100Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-06-12T16:10:29.100Z] Preparing to unpack .../55-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:29.100Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:30.043Z] Selecting previously unselected package gcc-7. [2020-06-12T16:10:30.043Z] Preparing to unpack .../56-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:30.043Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:30.988Z] Selecting previously unselected package gcc. [2020-06-12T16:10:30.988Z] Preparing to unpack .../57-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-06-12T16:10:30.988Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-12T16:10:30.988Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-06-12T16:10:30.988Z] Preparing to unpack .../58-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:30.988Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:32.339Z] 207f9fd9e2c7: Pushed [2020-06-12T16:10:32.382Z] Selecting previously unselected package g++-7. [2020-06-12T16:10:32.382Z] Preparing to unpack .../59-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-12T16:10:32.610Z] a7f3acec226daf292d1b238eb8da7bce0e6a2e4f: digest: sha256:ec9308000cbf578b5228498a78ad212b5d172ab2b91e4c085c5c581ae7730b47 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:10:32.644Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:32.956Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:10:33.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-06-12T16:10:33.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-12T16:10:33.298Z] 207f9fd9e2c7: Preparing [2020-06-12T16:10:33.298Z] 0efd0551fb79: Preparing [2020-06-12T16:10:33.298Z] 07b024980d0b: Preparing [2020-06-12T16:10:33.298Z] e2f13739ad41: Preparing [2020-06-12T16:10:33.298Z] 207f9fd9e2c7: Layer already exists [2020-06-12T16:10:33.298Z] 07b024980d0b: Layer already exists [2020-06-12T16:10:33.298Z] e2f13739ad41: Layer already exists [2020-06-12T16:10:33.298Z] 0efd0551fb79: Layer already exists [2020-06-12T16:10:33.579Z] latest: digest: sha256:ec9308000cbf578b5228498a78ad212b5d172ab2b91e4c085c5c581ae7730b47 size: 1158 [2020-06-12T16:10:33.590Z] Selecting previously unselected package g++. [2020-06-12T16:10:33.590Z] Preparing to unpack .../60-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-06-12T16:10:33.590Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-12T16:10:33.590Z] Selecting previously unselected package make. [2020-06-12T16:10:33.590Z] Preparing to unpack .../61-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-12T16:10:33.590Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-12T16:10:33.590Z] Selecting previously unselected package libdpkg-perl. [2020-06-12T16:10:33.590Z] Preparing to unpack .../62-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-06-12T16:10:33.590Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:10:33.851Z] Selecting previously unselected package patch. [2020-06-12T16:10:33.852Z] Preparing to unpack .../63-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-12T16:10:33.852Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-12T16:10:33.852Z] Selecting previously unselected package dpkg-dev. [2020-06-12T16:10:33.852Z] Preparing to unpack .../64-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-06-12T16:10:33.852Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-12T16:10:33.926Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:10:34.112Z] Selecting previously unselected package build-essential. [2020-06-12T16:10:34.112Z] Preparing to unpack .../65-build-essential_12.4ubuntu1_amd64.deb ... [2020-06-12T16:10:34.112Z] Unpacking build-essential (12.4ubuntu1) ... [2020-06-12T16:10:34.112Z] Selecting previously unselected package curl. [2020-06-12T16:10:34.112Z] Preparing to unpack .../66-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-12T16:10:34.112Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-12T16:10:34.112Z] Selecting previously unselected package libassuan0:amd64. [2020-06-12T16:10:34.112Z] Preparing to unpack .../67-libassuan0_2.5.1-2_amd64.deb ... [2020-06-12T16:10:34.112Z] Unpacking libassuan0:amd64 (2.5.1-2) ... [2020-06-12T16:10:34.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.1 [2020-06-12T16:10:34.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-12T16:10:34.261Z] 207f9fd9e2c7: Preparing [2020-06-12T16:10:34.261Z] 0efd0551fb79: Preparing [2020-06-12T16:10:34.261Z] 07b024980d0b: Preparing [2020-06-12T16:10:34.261Z] e2f13739ad41: Preparing [2020-06-12T16:10:34.261Z] 0efd0551fb79: Layer already exists [2020-06-12T16:10:34.261Z] e2f13739ad41: Layer already exists [2020-06-12T16:10:34.261Z] 07b024980d0b: Layer already exists [2020-06-12T16:10:34.261Z] 207f9fd9e2c7: Layer already exists [2020-06-12T16:10:34.373Z] Selecting previously unselected package gpgconf. [2020-06-12T16:10:34.373Z] Preparing to unpack .../68-gpgconf_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-12T16:10:34.373Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:34.373Z] Selecting previously unselected package libksba8:amd64. [2020-06-12T16:10:34.373Z] Preparing to unpack .../69-libksba8_1.3.5-2_amd64.deb ... [2020-06-12T16:10:34.373Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-06-12T16:10:34.534Z] 1.2.1-dev.1: digest: sha256:ec9308000cbf578b5228498a78ad212b5d172ab2b91e4c085c5c581ae7730b47 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:10:34.635Z] Selecting previously unselected package libnpth0:amd64. [2020-06-12T16:10:34.635Z] Preparing to unpack .../70-libnpth0_1.5-3_amd64.deb ... [2020-06-12T16:10:34.635Z] Unpacking libnpth0:amd64 (1.5-3) ... [2020-06-12T16:10:34.635Z] Selecting previously unselected package dirmngr. [2020-06-12T16:10:34.635Z] Preparing to unpack .../71-dirmngr_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-12T16:10:34.635Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:34.635Z] Selecting previously unselected package libfakeroot:amd64. [2020-06-12T16:10:34.635Z] Preparing to unpack .../72-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-06-12T16:10:34.635Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-06-12T16:10:34.884Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a7f3acec226daf292d1b238eb8da7bce0e6a2e4f-1.2.1-dev.1 [2020-06-12T16:10:34.896Z] Selecting previously unselected package fakeroot. [2020-06-12T16:10:34.896Z] Preparing to unpack .../73-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-06-12T16:10:34.896Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-06-12T16:10:34.896Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-12T16:10:34.896Z] Preparing to unpack .../74-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-12T16:10:34.896Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:10:35.159Z] Selecting previously unselected package liberror-perl. [2020-06-12T16:10:35.159Z] Preparing to unpack .../75-liberror-perl_0.17025-1_all.deb ... [2020-06-12T16:10:35.159Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-12T16:10:35.159Z] Selecting previously unselected package git-man. [2020-06-12T16:10:35.159Z] Preparing to unpack .../76-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-12T16:10:35.159Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-12T16:10:35.159Z] Selecting previously unselected package git. [2020-06-12T16:10:35.159Z] Preparing to unpack .../77-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-12T16:10:35.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a7f3acec226daf292d1b238eb8da7bce0e6a2e4f-1.2.1-dev.1 [2020-06-12T16:10:35.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-12T16:10:35.216Z] 207f9fd9e2c7: Preparing [2020-06-12T16:10:35.216Z] 0efd0551fb79: Preparing [2020-06-12T16:10:35.216Z] 07b024980d0b: Preparing [2020-06-12T16:10:35.216Z] e2f13739ad41: Preparing [2020-06-12T16:10:35.216Z] 0efd0551fb79: Layer already exists [2020-06-12T16:10:35.216Z] 07b024980d0b: Layer already exists [2020-06-12T16:10:35.216Z] e2f13739ad41: Layer already exists [2020-06-12T16:10:35.216Z] 207f9fd9e2c7: Layer already exists [2020-06-12T16:10:35.424Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-12T16:10:35.487Z] a7f3acec226daf292d1b238eb8da7bce0e6a2e4f-1.2.1-dev.1: digest: sha256:ec9308000cbf578b5228498a78ad212b5d172ab2b91e4c085c5c581ae7730b47 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:10:35.834Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:10:36.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-06-12T16:10:36.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-12T16:10:36.170Z] 207f9fd9e2c7: Preparing [2020-06-12T16:10:36.170Z] 0efd0551fb79: Preparing [2020-06-12T16:10:36.170Z] 07b024980d0b: Preparing [2020-06-12T16:10:36.170Z] e2f13739ad41: Preparing [2020-06-12T16:10:36.170Z] 0efd0551fb79: Layer already exists [2020-06-12T16:10:36.170Z] e2f13739ad41: Layer already exists [2020-06-12T16:10:36.170Z] 207f9fd9e2c7: Layer already exists [2020-06-12T16:10:36.170Z] 07b024980d0b: Layer already exists [2020-06-12T16:10:36.365Z] Selecting previously unselected package gnupg-l10n. [2020-06-12T16:10:36.365Z] Preparing to unpack .../78-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-06-12T16:10:36.365Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:36.365Z] Selecting previously unselected package gnupg-utils. [2020-06-12T16:10:36.365Z] Preparing to unpack .../79-gnupg-utils_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-12T16:10:36.365Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:36.365Z] Selecting previously unselected package gpg. [2020-06-12T16:10:36.365Z] Preparing to unpack .../80-gpg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-12T16:10:36.365Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:36.440Z] master: digest: sha256:ec9308000cbf578b5228498a78ad212b5d172ab2b91e4c085c5c581ae7730b47 size: 1158 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2020-06-12T16:10:37.241Z] Selecting previously unselected package pinentry-curses. [2020-06-12T16:10:37.241Z] Preparing to unpack .../81-pinentry-curses_1.1.0-1_amd64.deb ... [2020-06-12T16:10:37.241Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-06-12T16:10:37.241Z] Selecting previously unselected package gpg-agent. [2020-06-12T16:10:37.241Z] Preparing to unpack .../82-gpg-agent_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-12T16:10:37.241Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:37.241Z] Selecting previously unselected package gpg-wks-client. [2020-06-12T16:10:37.241Z] Preparing to unpack .../83-gpg-wks-client_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-12T16:10:37.241Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:37.242Z] Selecting previously unselected package gpg-wks-server. [2020-06-12T16:10:37.242Z] Preparing to unpack .../84-gpg-wks-server_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-12T16:10:37.242Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:37.242Z] Selecting previously unselected package gpgsm. [2020-06-12T16:10:37.242Z] Preparing to unpack .../85-gpgsm_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-12T16:10:37.242Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:37.242Z] Selecting previously unselected package gnupg. [2020-06-12T16:10:37.242Z] Preparing to unpack .../86-gnupg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-12T16:10:37.242Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:37.242Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-06-12T16:10:37.242Z] Preparing to unpack .../87-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-06-12T16:10:37.242Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-06-12T16:10:37.242Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-06-12T16:10:37.242Z] Preparing to unpack .../88-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-06-12T16:10:37.242Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-12T16:10:37.242Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-06-12T16:10:37.242Z] Preparing to unpack .../89-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-06-12T16:10:37.242Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-12T16:10:37.506Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-06-12T16:10:37.506Z] Preparing to unpack .../90-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-06-12T16:10:37.506Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-06-12T16:10:37.506Z] Selecting previously unselected package libnorm1:amd64. [2020-06-12T16:10:37.506Z] Preparing to unpack .../91-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-06-12T16:10:37.506Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-06-12T16:10:37.506Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-06-12T16:10:37.506Z] Preparing to unpack .../92-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-06-12T16:10:37.506Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-06-12T16:10:37.732Z] + + grep snapcraft.yaml [2020-06-12T16:10:37.732Z] find /w/workspace/app-service-configurable/28 [2020-06-12T16:10:37.732Z] + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/28/snap/snapcraft.yaml [2020-06-12T16:10:37.770Z] Selecting previously unselected package libsodium23:amd64. [2020-06-12T16:10:37.770Z] Preparing to unpack .../93-libsodium23_1.0.16-2_amd64.deb ... [2020-06-12T16:10:37.770Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-06-12T16:10:37.770Z] Selecting previously unselected package libzmq5:amd64. [2020-06-12T16:10:37.770Z] Preparing to unpack .../94-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-06-12T16:10:37.770Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-12T16:10:37.770Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-06-12T16:10:37.770Z] Preparing to unpack .../95-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-06-12T16:10:37.770Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-12T16:10:37.865Z] provisioning config files... [2020-06-12T16:10:37.883Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/28@tmp/config276637473324053783tmp [Pipeline] { [Pipeline] sh [2020-06-12T16:10:38.032Z] Selecting previously unselected package manpages-dev. [2020-06-12T16:10:38.033Z] Preparing to unpack .../96-manpages-dev_4.15-1_all.deb ... [2020-06-12T16:10:38.033Z] Unpacking manpages-dev (4.15-1) ... [2020-06-12T16:10:38.237Z] + cp /w/workspace/app-service-configurable/28@tmp/config276637473324053783tmp /w/workspace/app-service-configurable/28/edgex-snap-store-login [Pipeline] sh [2020-06-12T16:10:38.296Z] Selecting previously unselected package pkg-config. [2020-06-12T16:10:38.296Z] Preparing to unpack .../97-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-06-12T16:10:38.296Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-06-12T16:10:38.559Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:38.559Z] Setting up libnpth0:amd64 (1.5-3) ... [2020-06-12T16:10:38.559Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-12T16:10:38.559Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:38.559Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-06-12T16:10:38.559Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:38.559Z] Setting up readline-common (7.0-3) ... [2020-06-12T16:10:38.559Z] Setting up manpages (4.15-1) ... [2020-06-12T16:10:38.559Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-12T16:10:38.559Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-12T16:10:38.559Z] Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-06-12T16:10:38.577Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/28:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-12T16:10:38.577Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-12T16:10:38.577Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-12T16:10:38.577Z] b2f61026a351: Pulling fs layer [2020-06-12T16:10:38.577Z] 5538fb30c42c: Pulling fs layer [2020-06-12T16:10:38.577Z] f0b05810781a: Pulling fs layer [2020-06-12T16:10:38.577Z] 0180a33352d6: Pulling fs layer [2020-06-12T16:10:38.577Z] e7604b0c0f53: Pulling fs layer [2020-06-12T16:10:38.577Z] db689cb83ae0: Pulling fs layer [2020-06-12T16:10:38.577Z] 6138af208834: Pulling fs layer [2020-06-12T16:10:38.577Z] 007c8e8c5d63: Pulling fs layer [2020-06-12T16:10:38.577Z] 4f7a387c642f: Pulling fs layer [2020-06-12T16:10:38.577Z] db689cb83ae0: Waiting [2020-06-12T16:10:38.577Z] 007c8e8c5d63: Waiting [2020-06-12T16:10:38.577Z] 4f7a387c642f: Waiting [2020-06-12T16:10:38.577Z] 0180a33352d6: Waiting [2020-06-12T16:10:38.577Z] e7604b0c0f53: Waiting [2020-06-12T16:10:38.577Z] 6138af208834: Waiting [2020-06-12T16:10:38.823Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:38.823Z] Setting up less (487-0.1) ... [2020-06-12T16:10:38.849Z] 5538fb30c42c: Verifying Checksum [2020-06-12T16:10:38.849Z] 5538fb30c42c: Download complete [2020-06-12T16:10:38.849Z] f0b05810781a: Download complete [2020-06-12T16:10:38.849Z] 0180a33352d6: Verifying Checksum [2020-06-12T16:10:38.849Z] 0180a33352d6: Download complete [2020-06-12T16:10:38.849Z] db689cb83ae0: Download complete [2020-06-12T16:10:38.849Z] 6138af208834: Verifying Checksum [2020-06-12T16:10:38.849Z] 6138af208834: Download complete [2020-06-12T16:10:38.849Z] 007c8e8c5d63: Download complete [2020-06-12T16:10:38.849Z] 4f7a387c642f: Verifying Checksum [2020-06-12T16:10:38.849Z] 4f7a387c642f: Download complete [2020-06-12T16:10:39.396Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-12T16:10:39.396Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-12T16:10:39.658Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-12T16:10:39.658Z] Setting up libreadline7:amd64 (7.0-3) ... [2020-06-12T16:10:39.658Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-12T16:10:39.658Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:39.658Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-12T16:10:39.658Z] No schema files found: doing nothing. [2020-06-12T16:10:39.827Z] b2f61026a351: Verifying Checksum [2020-06-12T16:10:39.827Z] b2f61026a351: Download complete [2020-06-12T16:10:39.925Z] Setting up linux-libc-dev:amd64 (4.15.0-106.107) ... [2020-06-12T16:10:39.925Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-06-12T16:10:39.925Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-06-12T16:10:39.925Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-12T16:10:39.925Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-12T16:10:39.925Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-12T16:10:39.925Z] Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-12T16:10:39.925Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:39.925Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:39.925Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-06-12T16:10:39.925Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:40.185Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:10:40.185Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-06-12T16:10:40.185Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:40.185Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-12T16:10:40.185Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-12T16:10:40.185Z] Setting up xz-utils (5.2.2-1.3) ... [2020-06-12T16:10:40.185Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-06-12T16:10:40.185Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist [2020-06-12T16:10:40.185Z] update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist [2020-06-12T16:10:40.185Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist [2020-06-12T16:10:40.185Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist [2020-06-12T16:10:40.185Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist [2020-06-12T16:10:40.185Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist [2020-06-12T16:10:40.185Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist [2020-06-12T16:10:40.185Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist [2020-06-12T16:10:40.185Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist [2020-06-12T16:10:40.185Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist [2020-06-12T16:10:40.185Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-06-12T16:10:40.185Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-06-12T16:10:40.185Z] Setting up shared-mime-info (1.9-2) ... [2020-06-12T16:10:42.455Z] b2f61026a351: Pull complete [2020-06-12T16:10:43.053Z] 5538fb30c42c: Pull complete [2020-06-12T16:10:43.326Z] f0b05810781a: Pull complete [2020-06-12T16:10:43.599Z] 0180a33352d6: Pull complete [2020-06-12T16:10:46.219Z] e7604b0c0f53: Verifying Checksum [2020-06-12T16:10:46.219Z] e7604b0c0f53: Download complete [2020-06-12T16:10:46.803Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-06-12T16:10:46.803Z] Setting up libc-dev-bin (2.27-3ubuntu1) ... [2020-06-12T16:10:46.803Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-12T16:10:46.803Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-12T16:10:46.803Z] Setting up manpages-dev (4.15-1) ... [2020-06-12T16:10:46.803Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-12T16:10:46.803Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1) ... [2020-06-12T16:10:46.803Z] Setting up libassuan0:amd64 (2.5.1-2) ... [2020-06-12T16:10:46.803Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-12T16:10:46.803Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:10:46.803Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-12T16:10:46.803Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-12T16:10:46.803Z] Setting up netbase (5.4) ... [2020-06-12T16:10:46.803Z] Setting up libisl19:amd64 (0.19-1) ... [2020-06-12T16:10:46.803Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-12T16:10:46.803Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:46.803Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:10:46.803Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:46.803Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:46.803Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:47.071Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-12T16:10:47.071Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-06-12T16:10:47.071Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-06-12T16:10:47.071Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:10:47.071Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:10:47.071Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:10:47.071Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:10:47.071Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:10:47.071Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:10:47.071Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:10:47.071Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:10:47.071Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:47.071Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:47.071Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:47.071Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-12T16:10:47.071Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:47.071Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:47.332Z] Setting up pinentry-curses (1.1.0-1) ... [2020-06-12T16:10:47.332Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:47.332Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-12T16:10:47.332Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:47.332Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:10:47.332Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-12T16:10:47.332Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-12T16:10:47.332Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:47.594Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:47.594Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:47.594Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-12T16:10:47.594Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-12T16:10:47.594Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-06-12T16:10:47.594Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-06-12T16:10:47.594Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:10:47.594Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-12T16:10:47.858Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:47.858Z] Setting up liberror-perl (0.17025-1) ... [2020-06-12T16:10:47.858Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:10:47.858Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-06-12T16:10:47.858Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-12T16:10:47.858Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-12T16:10:47.858Z] Setting up xauth (1:1.0.10-1) ... [2020-06-12T16:10:48.121Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-06-12T16:10:48.121Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-12T16:10:48.121Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-12T16:10:48.121Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-12T16:10:48.121Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-06-12T16:10:48.121Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-06-12T16:10:48.121Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-12T16:10:48.121Z] Setting up build-essential (12.4ubuntu1) ... [2020-06-12T16:10:48.121Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-06-12T16:10:48.383Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-12T16:10:51.688Z] binutils set to automatically installed. [2020-06-12T16:10:51.688Z] binutils-common set to automatically installed. [2020-06-12T16:10:51.688Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-06-12T16:10:51.688Z] build-essential set to automatically installed. [2020-06-12T16:10:51.688Z] cpp set to automatically installed. [2020-06-12T16:10:51.688Z] cpp-7 set to automatically installed. [2020-06-12T16:10:51.688Z] curl set to automatically installed. [2020-06-12T16:10:51.688Z] dirmngr set to automatically installed. [2020-06-12T16:10:51.688Z] dpkg-dev set to automatically installed. [2020-06-12T16:10:51.688Z] fakeroot set to automatically installed. [2020-06-12T16:10:51.688Z] g++ set to automatically installed. [2020-06-12T16:10:51.688Z] g++-7 set to automatically installed. [2020-06-12T16:10:51.688Z] gcc set to automatically installed. [2020-06-12T16:10:51.688Z] gcc-7 set to automatically installed. [2020-06-12T16:10:51.688Z] gcc-7-base set to automatically installed. [2020-06-12T16:10:51.688Z] git set to automatically installed. [2020-06-12T16:10:51.688Z] git-man set to automatically installed. [2020-06-12T16:10:51.688Z] gnupg set to automatically installed. [2020-06-12T16:10:51.688Z] gnupg-l10n set to automatically installed. [2020-06-12T16:10:51.688Z] gnupg-utils set to automatically installed. [2020-06-12T16:10:51.688Z] gpg set to automatically installed. [2020-06-12T16:10:51.688Z] gpg-agent set to automatically installed. [2020-06-12T16:10:51.688Z] gpg-wks-client set to automatically installed. [2020-06-12T16:10:51.688Z] gpg-wks-server set to automatically installed. [2020-06-12T16:10:51.688Z] gpgconf set to automatically installed. [2020-06-12T16:10:51.688Z] gpgsm set to automatically installed. [2020-06-12T16:10:51.688Z] less set to automatically installed. [2020-06-12T16:10:51.688Z] libalgorithm-diff-perl set to automatically installed. [2020-06-12T16:10:51.688Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-06-12T16:10:51.688Z] libalgorithm-merge-perl set to automatically installed. [2020-06-12T16:10:51.688Z] libasan4 set to automatically installed. [2020-06-12T16:10:51.688Z] libassuan0 set to automatically installed. [2020-06-12T16:10:51.688Z] libatomic1 set to automatically installed. [2020-06-12T16:10:51.688Z] libbinutils set to automatically installed. [2020-06-12T16:10:51.688Z] libbsd0 set to automatically installed. [2020-06-12T16:10:51.688Z] libc-dev-bin set to automatically installed. [2020-06-12T16:10:51.688Z] libc6-dev set to automatically installed. [2020-06-12T16:10:51.688Z] libcc1-0 set to automatically installed. [2020-06-12T16:10:51.688Z] libcilkrts5 set to automatically installed. [2020-06-12T16:10:51.688Z] libcurl3-gnutls set to automatically installed. [2020-06-12T16:10:51.688Z] libdpkg-perl set to automatically installed. [2020-06-12T16:10:51.688Z] libedit2 set to automatically installed. [2020-06-12T16:10:51.688Z] liberror-perl set to automatically installed. [2020-06-12T16:10:51.688Z] libexpat1 set to automatically installed. [2020-06-12T16:10:51.688Z] libfakeroot set to automatically installed. [2020-06-12T16:10:51.688Z] libfile-fcntllock-perl set to automatically installed. [2020-06-12T16:10:51.688Z] libgcc-7-dev set to automatically installed. [2020-06-12T16:10:51.688Z] libgdbm-compat4 set to automatically installed. [2020-06-12T16:10:51.688Z] libgdbm5 set to automatically installed. [2020-06-12T16:10:51.688Z] libglib2.0-0 set to automatically installed. [2020-06-12T16:10:51.688Z] libglib2.0-data set to automatically installed. [2020-06-12T16:10:51.688Z] libgomp1 set to automatically installed. [2020-06-12T16:10:51.688Z] libicu60 set to automatically installed. [2020-06-12T16:10:51.688Z] libisl19 set to automatically installed. [2020-06-12T16:10:51.688Z] libitm1 set to automatically installed. [2020-06-12T16:10:51.688Z] libksba8 set to automatically installed. [2020-06-12T16:10:51.688Z] liblocale-gettext-perl set to automatically installed. [2020-06-12T16:10:51.688Z] liblsan0 set to automatically installed. [2020-06-12T16:10:51.688Z] libmpc3 set to automatically installed. [2020-06-12T16:10:51.688Z] libmpfr6 set to automatically installed. [2020-06-12T16:10:51.688Z] libmpx2 set to automatically installed. [2020-06-12T16:10:51.688Z] libnorm1 set to automatically installed. [2020-06-12T16:10:51.688Z] libnpth0 set to automatically installed. [2020-06-12T16:10:51.688Z] libperl5.26 set to automatically installed. [2020-06-12T16:10:51.688Z] libpgm-5.2-0 set to automatically installed. [2020-06-12T16:10:51.688Z] libquadmath0 set to automatically installed. [2020-06-12T16:10:51.688Z] libreadline7 set to automatically installed. [2020-06-12T16:10:51.688Z] libsodium23 set to automatically installed. [2020-06-12T16:10:51.688Z] libssl1.0.0 set to automatically installed. [2020-06-12T16:10:51.688Z] libstdc++-7-dev set to automatically installed. [2020-06-12T16:10:51.688Z] libtsan0 set to automatically installed. [2020-06-12T16:10:51.688Z] libubsan0 set to automatically installed. [2020-06-12T16:10:51.688Z] libx11-6 set to automatically installed. [2020-06-12T16:10:51.688Z] libx11-data set to automatically installed. [2020-06-12T16:10:51.688Z] libxau6 set to automatically installed. [2020-06-12T16:10:51.688Z] libxcb1 set to automatically installed. [2020-06-12T16:10:51.688Z] libxdmcp6 set to automatically installed. [2020-06-12T16:10:51.688Z] libxext6 set to automatically installed. [2020-06-12T16:10:51.688Z] libxml2 set to automatically installed. [2020-06-12T16:10:51.688Z] libxmuu1 set to automatically installed. [2020-06-12T16:10:51.688Z] libzmq3-dev set to automatically installed. [2020-06-12T16:10:51.688Z] libzmq5 set to automatically installed. [2020-06-12T16:10:51.688Z] linux-libc-dev set to automatically installed. [2020-06-12T16:10:51.688Z] make set to automatically installed. [2020-06-12T16:10:51.688Z] manpages set to automatically installed. [2020-06-12T16:10:51.688Z] manpages-dev set to automatically installed. [2020-06-12T16:10:51.688Z] netbase set to automatically installed. [2020-06-12T16:10:51.688Z] openssh-client set to automatically installed. [2020-06-12T16:10:51.688Z] patch set to automatically installed. [2020-06-12T16:10:51.688Z] perl set to automatically installed. [2020-06-12T16:10:51.688Z] perl-modules-5.26 set to automatically installed. [2020-06-12T16:10:51.688Z] pinentry-curses set to automatically installed. [2020-06-12T16:10:51.688Z] pkg-config set to automatically installed. [2020-06-12T16:10:51.688Z] readline-common set to automatically installed. [2020-06-12T16:10:51.688Z] shared-mime-info set to automatically installed. [2020-06-12T16:10:51.688Z] xauth set to automatically installed. [2020-06-12T16:10:51.688Z] xdg-user-dirs set to automatically installed. [2020-06-12T16:10:51.688Z] xz-utils set to automatically installed. [2020-06-12T16:10:51.688Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-12T16:10:51.688Z] Please ensure the environment is properly setup before continuing. [2020-06-12T16:10:51.688Z] Ignore this message if the appropriate measures have already been taken [2020-06-12T16:10:52.261Z] Pulling go [2020-06-12T16:10:53.206Z] 'app-service-config' has dependencies that need to be staged: go [2020-06-12T16:10:53.206Z] Skipping pull go (already ran) [2020-06-12T16:10:53.206Z] Building go [2020-06-12T16:10:53.206Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-12T16:10:53.206Z] Dload Upload Total Spent Left Speed [2020-06-12T16:10:55.190Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 114M 24 28.5M 0 0 34.4M 0 0:00:03 --:--:-- 0:00:03 34.4M 100 114M 100 114M 0 0 62.7M 0 0:00:01 0:00:01 --:--:-- 62.7M 100 114M 100 114M 0 0 62.7M 0 0:00:01 0:00:01 --:--:-- 62.7M [2020-06-12T16:10:55.759Z] go1.13.10.linux-amd64.tar.gz: OK [2020-06-12T16:11:03.897Z] Staging go [2020-06-12T16:11:16.138Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-06-12T16:11:16.138Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-12T16:11:16.138Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] [2020-06-12T16:11:16.138Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-12T16:11:16.138Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-12T16:11:16.138Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-06-12T16:11:16.138Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-06-12T16:11:16.138Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-12T16:11:16.138Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-06-12T16:11:16.138Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-12T16:11:16.138Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-12T16:11:16.138Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-06-12T16:11:16.138Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-12T16:11:16.138Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-12T16:11:16.138Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-12T16:11:16.138Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-12T16:11:16.138Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-12T16:11:16.138Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-12T16:11:16.138Z] Fetched 18.0 MB in 0s (0 B/s) [2020-06-12T16:11:16.138Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-06-12T16:11:16.138Z] Fetched 224 kB in 0s (0 B/s) [2020-06-12T16:11:16.138Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-06-12T16:11:16.138Z] Fetched 157 kB in 0s (0 B/s) [2020-06-12T16:11:16.138Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-06-12T16:11:16.138Z] Fetched 221 kB in 0s (0 B/s) [2020-06-12T16:11:16.138Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-06-12T16:11:16.138Z] Fetched 143 kB in 0s (0 B/s) [2020-06-12T16:11:16.138Z] Pulling app-service-config [2020-06-12T16:11:18.052Z] Pulling config-common [2020-06-12T16:11:18.575Z] e7604b0c0f53: Pull complete [2020-06-12T16:11:18.575Z] db689cb83ae0: Pull complete [2020-06-12T16:11:18.575Z] 6138af208834: Pull complete [2020-06-12T16:11:18.575Z] 007c8e8c5d63: Pull complete [2020-06-12T16:11:18.575Z] 4f7a387c642f: Pull complete [2020-06-12T16:11:18.575Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-12T16:11:18.575Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-12T16:11:18.624Z] Skipping build go (already ran) [2020-06-12T16:11:18.884Z] Building app-service-config [2020-06-12T16:11:18.884Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.1" -o app-service-configurable [2020-06-12T16:11:20.278Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-12T16:11:20.278Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-12T16:11:20.278Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T16:11:20.278Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-12T16:11:20.278Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T16:11:20.278Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-12T16:11:20.278Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-12T16:11:20.278Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-06-12T16:11:20.278Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-06-12T16:11:20.278Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-12T16:11:20.278Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-12T16:11:20.278Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T16:11:20.278Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T16:11:20.278Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-12T16:11:20.278Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-12T16:11:20.278Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-12T16:11:20.278Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-12T16:11:20.278Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T16:11:20.278Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-12T16:11:20.278Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T16:11:20.278Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-12T16:11:20.278Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-12T16:11:20.278Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T16:11:20.278Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-12T16:11:20.278Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T16:11:20.278Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T16:11:20.278Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-12T16:11:20.278Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-12T16:11:20.278Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-12T16:11:20.278Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-12T16:11:20.278Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-12T16:11:20.278Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-06-12T16:11:20.278Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-06-12T16:11:20.278Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-06-12T16:11:20.278Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-06-12T16:11:20.278Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T16:11:20.540Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-12T16:11:20.540Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-12T16:11:20.540Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T16:11:20.540Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-06-12T16:11:20.540Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-06-12T16:11:20.540Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-06-12T16:11:20.540Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T16:11:20.540Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T16:11:20.540Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T16:11:20.540Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T16:11:20.540Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-12T16:11:20.540Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-12T16:11:20.800Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T16:11:20.800Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-12T16:11:20.800Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T16:11:20.800Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-12T16:11:20.800Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T16:11:20.800Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-12T16:11:20.800Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-12T16:11:20.800Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T16:11:20.800Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T16:11:20.800Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-12T16:11:20.800Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T16:11:20.800Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T16:11:20.800Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T16:11:20.800Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-12T16:11:20.800Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T16:11:20.800Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-06-12T16:11:20.800Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T16:11:20.800Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T16:11:20.800Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T16:11:20.800Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T16:11:20.800Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T16:11:21.060Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T16:11:21.999Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-06-12T16:11:21.999Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-06-12T16:11:21.999Z] go: downloading github.com/golang/snappy v0.0.1 [2020-06-12T16:11:21.999Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T16:11:21.999Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-12T16:11:21.999Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-06-12T16:11:21.999Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T16:11:21.999Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-06-12T16:11:21.999Z] go: extracting github.com/golang/snappy v0.0.1 [2020-06-12T16:11:21.999Z] go: downloading golang.org/x/text v0.3.2 [2020-06-12T16:11:21.999Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-12T16:11:21.999Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-12T16:11:21.999Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-12T16:11:22.569Z] go: extracting golang.org/x/text v0.3.2 [2020-06-12T16:11:23.147Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-12T16:11:23.147Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T16:11:23.147Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-12T16:11:23.147Z] go: finding github.com/google/uuid v1.1.1 [2020-06-12T16:11:23.147Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T16:11:23.147Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-12T16:11:23.147Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-12T16:11:23.147Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T16:11:23.147Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T16:11:23.147Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T16:11:23.147Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T16:11:23.147Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T16:11:23.147Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T16:11:23.412Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-12T16:11:23.412Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-12T16:11:23.412Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T16:11:23.412Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T16:11:23.412Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-12T16:11:23.412Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-12T16:11:23.412Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-12T16:11:23.412Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T16:11:23.412Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-12T16:11:23.412Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-12T16:11:23.412Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-12T16:11:23.412Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-12T16:11:23.412Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T16:11:23.412Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T16:11:23.412Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T16:11:23.412Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T16:11:23.412Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T16:11:23.412Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T16:11:23.412Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-12T16:11:23.412Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T16:11:23.412Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T16:11:23.412Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T16:11:23.412Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-12T16:11:23.412Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-12T16:11:23.412Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T16:11:23.412Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-12T16:11:23.412Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T16:11:23.412Z] go: finding golang.org/x/text v0.3.2 [2020-06-12T16:11:23.412Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T16:11:23.996Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-12T16:11:24.268Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-12T16:11:24.541Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-12T16:11:24.816Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-12T16:11:25.088Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-12T16:11:25.088Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-12T16:11:25.088Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-12T16:11:25.678Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-12T16:11:25.949Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-12T16:11:25.950Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-12T16:11:25.950Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-12T16:11:26.232Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [606 kB] [2020-06-12T16:11:26.501Z] Fetched 3747 kB in 3s (1402 kB/s) [2020-06-12T16:11:30.798Z] Reading package lists... [2020-06-12T16:11:37.492Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-06-12T16:11:37.492Z] - README.md [2020-06-12T16:11:37.492Z] [2020-06-12T16:11:37.492Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-06-12T16:11:44.189Z] Installing build dependencies: binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-06-12T16:11:45.503Z] Building config-common [2020-06-12T16:11:47.414Z] Skipping stage go (already ran) [2020-06-12T16:11:47.414Z] Staging app-service-config [2020-06-12T16:11:47.560Z] Reading package lists... [2020-06-12T16:11:48.353Z] Staging config-common [2020-06-12T16:11:48.535Z] Building dependency tree... [2020-06-12T16:11:48.535Z] Reading state information... [2020-06-12T16:11:48.925Z] Priming go [2020-06-12T16:11:49.127Z] The following packages were automatically installed and are no longer required: [2020-06-12T16:11:49.127Z] libjq1 liblzo2-2 libonig4 [2020-06-12T16:11:49.127Z] Use 'sudo apt autoremove' to remove them. [2020-06-12T16:11:49.127Z] Suggested packages: [2020-06-12T16:11:49.127Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-06-12T16:11:49.127Z] pinentry-gnome3 tor debian-keyring gcc-7-doc libstdc++6-7-dbg gcc-multilib [2020-06-12T16:11:49.127Z] autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg [2020-06-12T16:11:49.127Z] libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg [2020-06-12T16:11:49.127Z] libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base [2020-06-12T16:11:49.127Z] git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk [2020-06-12T16:11:49.127Z] gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon [2020-06-12T16:11:49.127Z] glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc man-browser keychain [2020-06-12T16:11:49.127Z] libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-12T16:11:49.127Z] libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc [2020-06-12T16:11:49.127Z] readline-doc [2020-06-12T16:11:49.866Z] Priming app-service-config [2020-06-12T16:11:50.099Z] The following NEW packages will be installed: [2020-06-12T16:11:50.099Z] binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp [2020-06-12T16:11:50.099Z] cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git [2020-06-12T16:11:50.099Z] git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client [2020-06-12T16:11:50.099Z] gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl [2020-06-12T16:11:50.099Z] libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 [2020-06-12T16:11:50.099Z] libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 [2020-06-12T16:11:50.099Z] libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot [2020-06-12T16:11:50.099Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 [2020-06-12T16:11:50.099Z] libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 [2020-06-12T16:11:50.099Z] liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 [2020-06-12T16:11:50.099Z] libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 [2020-06-12T16:11:50.099Z] libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 [2020-06-12T16:11:50.099Z] libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make [2020-06-12T16:11:50.099Z] manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 [2020-06-12T16:11:50.099Z] pinentry-curses pkg-config readline-common shared-mime-info xauth [2020-06-12T16:11:50.099Z] xdg-user-dirs xz-utils [2020-06-12T16:11:50.687Z] 0 upgraded, 95 newly installed, 0 to remove and 10 not upgraded. [2020-06-12T16:11:50.687Z] Need to get 63.4 MB of archives. [2020-06-12T16:11:50.687Z] After this operation, 277 MB of additional disk space will be used. [2020-06-12T16:11:50.687Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] [2020-06-12T16:11:50.806Z] Priming config-common [2020-06-12T16:11:50.957Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-12T16:11:50.957Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-12T16:11:50.957Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-12T16:11:50.957Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-12T16:11:51.226Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-12T16:11:51.226Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] [2020-06-12T16:11:51.496Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-12T16:11:51.496Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-12T16:11:51.763Z] Snapping 'edgex-app-service-configurable' ... [2020-06-12T16:11:52.467Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-12T16:11:52.467Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-12T16:11:52.467Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-12T16:11:53.055Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-12T16:11:53.055Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-12T16:11:53.055Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-12T16:11:53.055Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-0 arm64 2.56.4-0ubuntu0.18.04.6 [983 kB] [2020-06-12T16:11:53.055Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] [2020-06-12T16:11:53.055Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.1 [7987 kB] [2020-06-12T16:11:53.776Z] [2020-06-12T16:11:53.776Z] Snapped edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap [2020-06-12T16:11:54.480Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB] [2020-06-12T16:11:54.480Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB] [2020-06-12T16:11:54.480Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.3 [547 kB] [2020-06-12T16:11:54.480Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-12T16:11:54.480Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB] [2020-06-12T16:11:54.480Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB] [2020-06-12T16:11:54.480Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xz-utils arm64 5.2.2-1.3 [79.2 kB] [2020-06-12T16:11:54.480Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-12T16:11:54.480Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] [2020-06-12T16:11:54.480Z] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-12T16:11:54.750Z] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] [2020-06-12T16:11:54.750Z] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-12T16:11:54.750Z] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-12T16:11:54.750Z] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-06-12T16:11:54.750Z] Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] [2020-06-12T16:11:54.750Z] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.3 [2168 kB] [2020-06-12T16:11:55.022Z] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] [2020-06-12T16:11:55.022Z] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libc-dev-bin arm64 2.27-3ubuntu1 [58.6 kB] [2020-06-12T16:11:55.022Z] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-106.107 [969 kB] [2020-06-12T16:11:55.296Z] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libc6-dev arm64 2.27-3ubuntu1 [2052 kB] [2020-06-12T16:11:55.296Z] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-06-12T16:11:55.296Z] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] [2020-06-12T16:11:55.296Z] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] [2020-06-12T16:11:55.567Z] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] [2020-06-12T16:11:55.567Z] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] [2020-06-12T16:11:56.163Z] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-06-12T16:11:56.163Z] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] [2020-06-12T16:11:56.163Z] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] [2020-06-12T16:11:56.163Z] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] [2020-06-12T16:11:56.163Z] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] [2020-06-12T16:11:56.163Z] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] [2020-06-12T16:11:56.163Z] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] [2020-06-12T16:11:56.163Z] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] [2020-06-12T16:11:56.163Z] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] [2020-06-12T16:11:56.163Z] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] [2020-06-12T16:11:56.163Z] Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] [2020-06-12T16:11:57.103Z] [2020-06-12T16:11:57.103Z] Login successful. You now have these capabilities: [2020-06-12T16:11:57.103Z] [2020-06-12T16:11:57.103Z] snaps: No restriction [2020-06-12T16:11:57.103Z] channels: No restriction [2020-06-12T16:11:57.103Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-12T16:11:57.103Z] expires: 2020-06-19T16:50:48.252993 [2020-06-12T16:11:57.103Z] [2020-06-12T16:11:57.134Z] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] [2020-06-12T16:11:57.134Z] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-06-12T16:11:57.134Z] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] [2020-06-12T16:11:57.381Z] Preparing to push 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap'. [2020-06-12T16:11:57.381Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-12T16:11:57.381Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-12T16:11:57.725Z] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] [2020-06-12T16:11:57.725Z] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-12T16:11:57.725Z] Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-06-12T16:11:57.725Z] Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-12T16:11:57.725Z] Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-06-12T16:11:57.996Z] Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] [2020-06-12T16:11:57.996Z] Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-12T16:11:57.996Z] Get:65 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB] [2020-06-12T16:11:57.996Z] Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.2 [106 kB] [2020-06-12T16:11:57.996Z] Get:67 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] [2020-06-12T16:11:57.996Z] Get:68 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B] [2020-06-12T16:11:57.996Z] Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.2 [276 kB] [2020-06-12T16:11:57.996Z] Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] [2020-06-12T16:11:57.996Z] Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] [2020-06-12T16:11:57.996Z] Get:72 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-12T16:11:57.996Z] Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-12T16:11:57.996Z] Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-12T16:11:58.268Z] Get:75 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-12T16:11:58.858Z] Get:76 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] [2020-06-12T16:11:58.858Z] Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.2 [108 kB] [2020-06-12T16:11:58.858Z] Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.2 [400 kB] [2020-06-12T16:11:58.858Z] Get:79 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB] [2020-06-12T16:11:58.858Z] Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.2 [190 kB] [2020-06-12T16:11:58.858Z] Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.2 [76.8 kB] [2020-06-12T16:11:58.858Z] Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.2 [71.6 kB] [2020-06-12T16:11:58.858Z] Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.2 [182 kB] [2020-06-12T16:11:58.858Z] Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.2 [249 kB] [2020-06-12T16:11:58.858Z] Get:85 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-06-12T16:11:58.858Z] Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] [2020-06-12T16:11:58.858Z] Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-06-12T16:11:58.858Z] Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] [2020-06-12T16:11:58.858Z] Get:89 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-06-12T16:11:58.858Z] Get:90 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] [2020-06-12T16:11:58.858Z] Get:91 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] [2020-06-12T16:11:58.858Z] Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] [2020-06-12T16:11:58.858Z] Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] [2020-06-12T16:11:59.129Z] Get:94 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] [2020-06-12T16:11:59.401Z] Get:95 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] [2020-06-12T16:11:59.996Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-12T16:11:59.996Z] Fetched 63.4 MB in 9s (7002 kB/s) [2020-06-12T16:12:00.266Z] Selecting previously unselected package liblocale-gettext-perl. [2020-06-12T16:12:00.266Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4630 files and directories currently installed.) [2020-06-12T16:12:00.266Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... [2020-06-12T16:12:00.266Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-06-12T16:12:00.266Z] Selecting previously unselected package libxau6:arm64. [2020-06-12T16:12:00.266Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-12T16:12:00.266Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-12T16:12:00.539Z] Selecting previously unselected package libbsd0:arm64. [2020-06-12T16:12:00.539Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-12T16:12:00.539Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-12T16:12:00.539Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-12T16:12:00.539Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-12T16:12:00.539Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-12T16:12:00.812Z] Selecting previously unselected package libxcb1:arm64. [2020-06-12T16:12:00.812Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-12T16:12:00.812Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-12T16:12:00.812Z] Selecting previously unselected package libx11-data. [2020-06-12T16:12:00.812Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-12T16:12:00.812Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-12T16:12:01.085Z] Selecting previously unselected package libx11-6:arm64. [2020-06-12T16:12:01.357Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-12T16:12:01.357Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-12T16:12:01.357Z] Selecting previously unselected package libxext6:arm64. [2020-06-12T16:12:01.357Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-12T16:12:01.357Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-12T16:12:01.628Z] Selecting previously unselected package perl-modules-5.26. [2020-06-12T16:12:01.628Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-12T16:12:01.628Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-12T16:12:03.056Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-12T16:12:03.056Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-12T16:12:03.056Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-12T16:12:03.056Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-12T16:12:03.328Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-12T16:12:03.328Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-12T16:12:03.328Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-12T16:12:03.328Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-12T16:12:03.328Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-12T16:12:04.824Z] Selecting previously unselected package perl. [2020-06-12T16:12:04.824Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-12T16:12:04.824Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-12T16:12:04.824Z] Selecting previously unselected package less. [2020-06-12T16:12:04.824Z] Preparing to unpack .../13-less_487-0.1_arm64.deb ... [2020-06-12T16:12:04.824Z] Unpacking less (487-0.1) ... [2020-06-12T16:12:05.104Z] Selecting previously unselected package libexpat1:arm64. [2020-06-12T16:12:05.104Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-12T16:12:05.104Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-12T16:12:05.104Z] Selecting previously unselected package libglib2.0-0:arm64. [2020-06-12T16:12:05.104Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_arm64.deb ... [2020-06-12T16:12:05.378Z] Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-12T16:12:05.656Z] Selecting previously unselected package libglib2.0-data. [2020-06-12T16:12:05.656Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-06-12T16:12:05.656Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-12T16:12:05.656Z] Selecting previously unselected package libicu60:arm64. [2020-06-12T16:12:05.656Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_arm64.deb ... [2020-06-12T16:12:05.942Z] Unpacking libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-06-12T16:12:07.970Z] Selecting previously unselected package readline-common. [2020-06-12T16:12:07.970Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-06-12T16:12:07.970Z] Unpacking readline-common (7.0-3) ... [2020-06-12T16:12:07.971Z] Selecting previously unselected package libreadline7:arm64. [2020-06-12T16:12:07.971Z] Preparing to unpack .../19-libreadline7_7.0-3_arm64.deb ... [2020-06-12T16:12:07.971Z] Unpacking libreadline7:arm64 (7.0-3) ... [2020-06-12T16:12:08.257Z] Selecting previously unselected package libxml2:arm64. [2020-06-12T16:12:08.257Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_arm64.deb ... [2020-06-12T16:12:08.257Z] Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-12T16:12:08.534Z] Selecting previously unselected package netbase. [2020-06-12T16:12:08.534Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-06-12T16:12:08.534Z] Unpacking netbase (5.4) ... [2020-06-12T16:12:08.534Z] Selecting previously unselected package shared-mime-info. [2020-06-12T16:12:08.534Z] Preparing to unpack .../22-shared-mime-info_1.9-2_arm64.deb ... [2020-06-12T16:12:08.534Z] Unpacking shared-mime-info (1.9-2) ... [2020-06-12T16:12:08.827Z] Selecting previously unselected package xdg-user-dirs. [2020-06-12T16:12:08.827Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ... [2020-06-12T16:12:08.827Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-12T16:12:09.108Z] Selecting previously unselected package xz-utils. [2020-06-12T16:12:09.108Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_arm64.deb ... [2020-06-12T16:12:09.108Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-06-12T16:12:09.386Z] Selecting previously unselected package libedit2:arm64. [2020-06-12T16:12:09.386Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-12T16:12:09.386Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-12T16:12:09.386Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-12T16:12:09.386Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-12T16:12:09.386Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-12T16:12:09.660Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-12T16:12:09.660Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-12T16:12:09.660Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-12T16:12:09.937Z] Selecting previously unselected package manpages. [2020-06-12T16:12:09.937Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-06-12T16:12:09.937Z] Unpacking manpages (4.15-1) ... [2020-06-12T16:12:10.229Z] Selecting previously unselected package openssh-client. [2020-06-12T16:12:10.229Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-12T16:12:10.229Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-12T16:12:10.527Z] Selecting previously unselected package xauth. [2020-06-12T16:12:10.527Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-12T16:12:10.527Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-12T16:12:10.812Z] Selecting previously unselected package binutils-common:arm64. [2020-06-12T16:12:10.812Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-12T16:12:10.812Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:12:10.812Z] Selecting previously unselected package libbinutils:arm64. [2020-06-12T16:12:10.812Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-12T16:12:10.812Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:12:11.087Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2020-06-12T16:12:11.088Z] Preparing to unpack .../33-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-12T16:12:11.088Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:12:11.569Z] Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 71% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [] 100% [2020-06-12T16:12:12.059Z] Selecting previously unselected package binutils. [2020-06-12T16:12:12.059Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-12T16:12:12.059Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:12:12.059Z] Selecting previously unselected package libc-dev-bin. [2020-06-12T16:12:12.059Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1_arm64.deb ... [2020-06-12T16:12:12.059Z] Unpacking libc-dev-bin (2.27-3ubuntu1) ... [2020-06-12T16:12:12.329Z] Selecting previously unselected package linux-libc-dev:arm64. [2020-06-12T16:12:12.329Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-106.107_arm64.deb ... [2020-06-12T16:12:12.329Z] Unpacking linux-libc-dev:arm64 (4.15.0-106.107) ... [2020-06-12T16:12:13.306Z] Selecting previously unselected package libc6-dev:arm64. [2020-06-12T16:12:13.306Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1_arm64.deb ... [2020-06-12T16:12:13.306Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1) ... [2020-06-12T16:12:14.279Z] Selecting previously unselected package gcc-7-base:arm64. [2020-06-12T16:12:14.279Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:14.279Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:14.279Z] Selecting previously unselected package libisl19:arm64. [2020-06-12T16:12:14.279Z] Preparing to unpack .../39-libisl19_0.19-1_arm64.deb ... [2020-06-12T16:12:14.279Z] Unpacking libisl19:arm64 (0.19-1) ... [2020-06-12T16:12:14.551Z] Selecting previously unselected package libmpfr6:arm64. [2020-06-12T16:12:14.551Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_arm64.deb ... [2020-06-12T16:12:14.551Z] Unpacking libmpfr6:arm64 (4.0.1-1) ... [2020-06-12T16:12:14.828Z] Selecting previously unselected package libmpc3:arm64. [2020-06-12T16:12:14.828Z] Preparing to unpack .../41-libmpc3_1.1.0-1_arm64.deb ... [2020-06-12T16:12:14.828Z] Unpacking libmpc3:arm64 (1.1.0-1) ... [2020-06-12T16:12:14.828Z] Selecting previously unselected package cpp-7. [2020-06-12T16:12:14.828Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:14.828Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:15.775Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| released [2020-06-12T16:12:15.775Z] Revision 12 of 'edgex-app-service-configurable' created. [2020-06-12T16:12:16.787Z] Selecting previously unselected package cpp. [2020-06-12T16:12:16.787Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-06-12T16:12:16.787Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-12T16:12:16.787Z] Selecting previously unselected package libcc1-0:arm64. [2020-06-12T16:12:16.787Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:16.787Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:12:16.787Z] Selecting previously unselected package libgomp1:arm64. [2020-06-12T16:12:16.787Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:16.787Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:12:16.787Z] Selecting previously unselected package libitm1:arm64. [2020-06-12T16:12:16.787Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:16.787Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:12:17.059Z] Selecting previously unselected package libatomic1:arm64. [2020-06-12T16:12:17.059Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:17.059Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:12:17.059Z] Selecting previously unselected package libasan4:arm64. [2020-06-12T16:12:17.059Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:17.059Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:17.158Z] Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| [2020-06-12T16:12:17.158Z] Track Arch Channel Version Revision Notes [2020-06-12T16:12:17.158Z] latest amd64 stable v1.1.0-dev.7 5 - [2020-06-12T16:12:17.158Z] candidate ^ ^ - [2020-06-12T16:12:17.158Z] beta v1.1.0-dev.7 5 - [2020-06-12T16:12:17.158Z] edge 1.2.0-20200612+a7f3ace 12 - [2020-06-12T16:12:17.330Z] Selecting previously unselected package liblsan0:arm64. [2020-06-12T16:12:17.330Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:17.330Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:12:17.601Z] Selecting previously unselected package libtsan0:arm64. [2020-06-12T16:12:17.601Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:17.601Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:12:17.728Z] Pushing metadata from 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_amd64.snap' [2020-06-12T16:12:17.873Z] Selecting previously unselected package libubsan0:arm64. [2020-06-12T16:12:17.873Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:17.873Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:17.873Z] Selecting previously unselected package libgcc-7-dev:arm64. [2020-06-12T16:12:17.873Z] Preparing to unpack .../52-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:17.873Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:18.464Z] Selecting previously unselected package gcc-7. [2020-06-12T16:12:18.464Z] Preparing to unpack .../53-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:18.464Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:19.889Z] Selecting previously unselected package gcc. [2020-06-12T16:12:19.889Z] Preparing to unpack .../54-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-06-12T16:12:19.889Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-12T16:12:20.162Z] Selecting previously unselected package libstdc++-7-dev:arm64. [2020-06-12T16:12:20.162Z] Preparing to unpack .../55-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:20.162Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:21.023Z] The metadata has been pushed [2020-06-12T16:12:21.135Z] Selecting previously unselected package g++-7. [2020-06-12T16:12:21.135Z] Preparing to unpack .../56-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-12T16:12:21.135Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [Pipeline] } [2020-06-12T16:12:22.438Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-12T16:12:23.099Z] Selecting previously unselected package g++. [2020-06-12T16:12:23.099Z] Preparing to unpack .../57-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-06-12T16:12:23.099Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-12T16:12:23.099Z] Selecting previously unselected package make. [2020-06-12T16:12:23.099Z] Preparing to unpack .../58-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-12T16:12:23.099Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-12T16:12:23.099Z] Selecting previously unselected package libdpkg-perl. [2020-06-12T16:12:23.099Z] Preparing to unpack .../59-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-06-12T16:12:23.099Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-12T16:12:23.371Z] Selecting previously unselected package patch. [2020-06-12T16:12:23.371Z] Preparing to unpack .../60-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-12T16:12:23.371Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-12T16:12:23.371Z] Selecting previously unselected package dpkg-dev. [2020-06-12T16:12:23.371Z] Preparing to unpack .../61-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-06-12T16:12:23.371Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-12T16:12:23.645Z] Selecting previously unselected package build-essential. [2020-06-12T16:12:23.645Z] Preparing to unpack .../62-build-essential_12.4ubuntu1_arm64.deb ... [2020-06-12T16:12:23.645Z] Unpacking build-essential (12.4ubuntu1) ... [2020-06-12T16:12:23.645Z] Selecting previously unselected package curl. [2020-06-12T16:12:23.917Z] Preparing to unpack .../63-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-12T16:12:23.917Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-12T16:12:23.917Z] Selecting previously unselected package libassuan0:arm64. [2020-06-12T16:12:23.917Z] Preparing to unpack .../64-libassuan0_2.5.1-2_arm64.deb ... [2020-06-12T16:12:23.917Z] Unpacking libassuan0:arm64 (2.5.1-2) ... [2020-06-12T16:12:24.188Z] Selecting previously unselected package gpgconf. [2020-06-12T16:12:24.188Z] Preparing to unpack .../65-gpgconf_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-12T16:12:24.188Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:24.459Z] Selecting previously unselected package libksba8:arm64. [2020-06-12T16:12:24.459Z] Preparing to unpack .../66-libksba8_1.3.5-2_arm64.deb ... [2020-06-12T16:12:24.459Z] Unpacking libksba8:arm64 (1.3.5-2) ... [2020-06-12T16:12:24.459Z] Selecting previously unselected package libnpth0:arm64. [2020-06-12T16:12:24.459Z] Preparing to unpack .../67-libnpth0_1.5-3_arm64.deb ... [2020-06-12T16:12:24.459Z] Unpacking libnpth0:arm64 (1.5-3) ... [2020-06-12T16:12:24.735Z] Selecting previously unselected package dirmngr. [2020-06-12T16:12:24.735Z] Preparing to unpack .../68-dirmngr_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-12T16:12:24.735Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:24.735Z] Selecting previously unselected package libfakeroot:arm64. [2020-06-12T16:12:24.735Z] Preparing to unpack .../69-libfakeroot_1.22-2ubuntu1_arm64.deb ... [2020-06-12T16:12:24.735Z] Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-06-12T16:12:25.007Z] Selecting previously unselected package fakeroot. [2020-06-12T16:12:25.007Z] Preparing to unpack .../70-fakeroot_1.22-2ubuntu1_arm64.deb ... [2020-06-12T16:12:25.007Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-06-12T16:12:25.278Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-12T16:12:25.278Z] Preparing to unpack .../71-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-12T16:12:25.278Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-12T16:12:25.278Z] Selecting previously unselected package liberror-perl. [2020-06-12T16:12:25.278Z] Preparing to unpack .../72-liberror-perl_0.17025-1_all.deb ... [2020-06-12T16:12:25.278Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-12T16:12:25.548Z] Selecting previously unselected package git-man. [2020-06-12T16:12:25.548Z] Preparing to unpack .../73-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-12T16:12:25.548Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-12T16:12:25.819Z] Selecting previously unselected package git. [2020-06-12T16:12:25.819Z] Preparing to unpack .../74-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-12T16:12:25.819Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-12T16:12:27.242Z] Selecting previously unselected package gnupg-l10n. [2020-06-12T16:12:27.242Z] Preparing to unpack .../75-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-06-12T16:12:27.242Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:27.242Z] Selecting previously unselected package gnupg-utils. [2020-06-12T16:12:27.242Z] Preparing to unpack .../76-gnupg-utils_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-12T16:12:27.242Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:27.242Z] Selecting previously unselected package gpg. [2020-06-12T16:12:27.242Z] Preparing to unpack .../77-gpg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-12T16:12:27.242Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:27.511Z] Selecting previously unselected package pinentry-curses. [2020-06-12T16:12:27.511Z] Preparing to unpack .../78-pinentry-curses_1.1.0-1_arm64.deb ... [2020-06-12T16:12:27.511Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-06-12T16:12:27.782Z] Selecting previously unselected package gpg-agent. [2020-06-12T16:12:27.782Z] Preparing to unpack .../79-gpg-agent_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-12T16:12:27.782Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:27.782Z] Selecting previously unselected package gpg-wks-client. [2020-06-12T16:12:27.782Z] Preparing to unpack .../80-gpg-wks-client_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-12T16:12:27.782Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:28.057Z] Selecting previously unselected package gpg-wks-server. [2020-06-12T16:12:28.057Z] Preparing to unpack .../81-gpg-wks-server_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-12T16:12:28.057Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:28.057Z] Selecting previously unselected package gpgsm. [2020-06-12T16:12:28.057Z] Preparing to unpack .../82-gpgsm_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-12T16:12:28.057Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:28.336Z] Selecting previously unselected package gnupg. [2020-06-12T16:12:28.336Z] Preparing to unpack .../83-gnupg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-12T16:12:28.336Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:28.607Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-06-12T16:12:28.607Z] Preparing to unpack .../84-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-06-12T16:12:28.607Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-06-12T16:12:28.607Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-06-12T16:12:28.607Z] Preparing to unpack .../85-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... [2020-06-12T16:12:28.607Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-12T16:12:28.879Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-06-12T16:12:28.879Z] Preparing to unpack .../86-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-06-12T16:12:28.879Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-06-12T16:12:28.879Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-06-12T16:12:28.879Z] Preparing to unpack .../87-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... [2020-06-12T16:12:28.879Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-06-12T16:12:28.879Z] Selecting previously unselected package libnorm1:arm64. [2020-06-12T16:12:28.879Z] Preparing to unpack .../88-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-06-12T16:12:29.151Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-06-12T16:12:29.151Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-06-12T16:12:29.151Z] Preparing to unpack .../89-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-06-12T16:12:29.151Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-06-12T16:12:29.420Z] Selecting previously unselected package libsodium23:arm64. [2020-06-12T16:12:29.420Z] Preparing to unpack .../90-libsodium23_1.0.16-2_arm64.deb ... [2020-06-12T16:12:29.420Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-06-12T16:12:29.420Z] Selecting previously unselected package libzmq5:arm64. [2020-06-12T16:12:29.420Z] Preparing to unpack .../91-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-06-12T16:12:29.420Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-12T16:12:29.692Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-06-12T16:12:29.692Z] Preparing to unpack .../92-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-06-12T16:12:29.692Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-12T16:12:29.965Z] Selecting previously unselected package manpages-dev. [2020-06-12T16:12:29.965Z] Preparing to unpack .../93-manpages-dev_4.15-1_all.deb ... [2020-06-12T16:12:29.965Z] Unpacking manpages-dev (4.15-1) ... [2020-06-12T16:12:30.557Z] Selecting previously unselected package pkg-config. [2020-06-12T16:12:30.557Z] Preparing to unpack .../94-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-06-12T16:12:30.557Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-06-12T16:12:30.829Z] Setting up libnpth0:arm64 (1.5-3) ... [2020-06-12T16:12:30.829Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-12T16:12:30.829Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:12:30.829Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-06-12T16:12:30.829Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:12:30.829Z] Setting up readline-common (7.0-3) ... [2020-06-12T16:12:30.829Z] Setting up manpages (4.15-1) ... [2020-06-12T16:12:31.101Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-12T16:12:31.101Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-12T16:12:31.101Z] Setting up libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-06-12T16:12:31.101Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:12:31.101Z] Setting up less (487-0.1) ... [2020-06-12T16:12:31.378Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-12T16:12:31.651Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-12T16:12:31.922Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-12T16:12:31.922Z] Setting up libreadline7:arm64 (7.0-3) ... [2020-06-12T16:12:31.922Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-12T16:12:31.922Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:12:32.193Z] Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-12T16:12:32.193Z] No schema files found: doing nothing. [2020-06-12T16:12:32.193Z] Setting up linux-libc-dev:arm64 (4.15.0-106.107) ... [2020-06-12T16:12:32.193Z] Setting up libmpfr6:arm64 (4.0.1-1) ... [2020-06-12T16:12:32.193Z] Setting up libksba8:arm64 (1.3.5-2) ... [2020-06-12T16:12:32.193Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-12T16:12:32.193Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-12T16:12:32.193Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-12T16:12:32.464Z] Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-12T16:12:32.464Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:32.464Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:12:32.464Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-06-12T16:12:32.464Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:32.464Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:12:32.464Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-06-12T16:12:32.464Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-12T16:12:32.737Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-12T16:12:32.737Z] Setting up xz-utils (5.2.2-1.3) ... [2020-06-12T16:12:32.737Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-06-12T16:12:32.737Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist [2020-06-12T16:12:32.737Z] update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist [2020-06-12T16:12:32.737Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist [2020-06-12T16:12:32.737Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist [2020-06-12T16:12:32.737Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist [2020-06-12T16:12:32.737Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist [2020-06-12T16:12:32.737Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist [2020-06-12T16:12:32.737Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist [2020-06-12T16:12:32.737Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist [2020-06-12T16:12:32.737Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist [2020-06-12T16:12:32.737Z] Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-06-12T16:12:32.737Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-06-12T16:12:32.737Z] Setting up shared-mime-info (1.9-2) ... [2020-06-12T16:12:39.421Z] Setting up libmpc3:arm64 (1.1.0-1) ... [2020-06-12T16:12:39.421Z] Setting up libc-dev-bin (2.27-3ubuntu1) ... [2020-06-12T16:12:39.421Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-12T16:12:39.421Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-12T16:12:39.421Z] Setting up manpages-dev (4.15-1) ... [2020-06-12T16:12:39.421Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-12T16:12:39.697Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1) ... [2020-06-12T16:12:39.697Z] Setting up libassuan0:arm64 (2.5.1-2) ... [2020-06-12T16:12:39.968Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-12T16:12:39.968Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-12T16:12:39.968Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-12T16:12:39.968Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-12T16:12:39.968Z] Setting up netbase (5.4) ... [2020-06-12T16:12:40.243Z] Setting up libisl19:arm64 (0.19-1) ... [2020-06-12T16:12:40.243Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-12T16:12:40.243Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:40.243Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:12:40.243Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:40.243Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:40.243Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-12T16:12:40.513Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-06-12T16:12:40.513Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-06-12T16:12:40.513Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:12:40.513Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:12:40.513Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:12:40.513Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:12:40.513Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:12:40.513Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:12:40.513Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:12:40.513Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-12T16:12:40.513Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:40.513Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:40.513Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:40.513Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-12T16:12:40.513Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:12:40.784Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:40.784Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:40.784Z] Setting up pinentry-curses (1.1.0-1) ... [2020-06-12T16:12:40.784Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-12T16:12:40.784Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:41.052Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-12T16:12:41.052Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:41.052Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-12T16:12:41.052Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:41.052Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-12T16:12:41.052Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-12T16:12:41.322Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:41.322Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-12T16:12:41.322Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:41.322Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:41.322Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-12T16:12:41.592Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-12T16:12:41.592Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-06-12T16:12:41.592Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-06-12T16:12:41.592Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-12T16:12:41.863Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-06-12T16:12:41.863Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-06-12T16:12:41.863Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-12T16:12:41.863Z] Setting up liberror-perl (0.17025-1) ... [2020-06-12T16:12:41.863Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-06-12T16:12:41.863Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-12T16:12:41.863Z] Setting up xauth (1:1.0.10-1) ... [2020-06-12T16:12:42.135Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-06-12T16:12:42.135Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-12T16:12:42.135Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-12T16:12:42.135Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-12T16:12:42.135Z] Setting up build-essential (12.4ubuntu1) ... [2020-06-12T16:12:42.406Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-06-12T16:12:42.406Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-12T16:12:52.520Z] binutils set to automatically installed. [2020-06-12T16:12:52.520Z] binutils-aarch64-linux-gnu set to automatically installed. [2020-06-12T16:12:52.520Z] binutils-common set to automatically installed. [2020-06-12T16:12:52.520Z] build-essential set to automatically installed. [2020-06-12T16:12:52.520Z] cpp set to automatically installed. [2020-06-12T16:12:52.520Z] cpp-7 set to automatically installed. [2020-06-12T16:12:52.520Z] curl set to automatically installed. [2020-06-12T16:12:52.520Z] dirmngr set to automatically installed. [2020-06-12T16:12:52.520Z] dpkg-dev set to automatically installed. [2020-06-12T16:12:52.520Z] fakeroot set to automatically installed. [2020-06-12T16:12:52.520Z] g++ set to automatically installed. [2020-06-12T16:12:52.520Z] g++-7 set to automatically installed. [2020-06-12T16:12:52.520Z] gcc set to automatically installed. [2020-06-12T16:12:52.520Z] gcc-7 set to automatically installed. [2020-06-12T16:12:52.520Z] gcc-7-base set to automatically installed. [2020-06-12T16:12:52.520Z] git set to automatically installed. [2020-06-12T16:12:52.520Z] git-man set to automatically installed. [2020-06-12T16:12:52.520Z] gnupg set to automatically installed. [2020-06-12T16:12:52.520Z] gnupg-l10n set to automatically installed. [2020-06-12T16:12:52.520Z] gnupg-utils set to automatically installed. [2020-06-12T16:12:52.520Z] gpg set to automatically installed. [2020-06-12T16:12:52.520Z] gpg-agent set to automatically installed. [2020-06-12T16:12:52.520Z] gpg-wks-client set to automatically installed. [2020-06-12T16:12:52.520Z] gpg-wks-server set to automatically installed. [2020-06-12T16:12:52.520Z] gpgconf set to automatically installed. [2020-06-12T16:12:52.520Z] gpgsm set to automatically installed. [2020-06-12T16:12:52.520Z] less set to automatically installed. [2020-06-12T16:12:52.520Z] libalgorithm-diff-perl set to automatically installed. [2020-06-12T16:12:52.520Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-06-12T16:12:52.520Z] libalgorithm-merge-perl set to automatically installed. [2020-06-12T16:12:52.520Z] libasan4 set to automatically installed. [2020-06-12T16:12:52.520Z] libassuan0 set to automatically installed. [2020-06-12T16:12:52.520Z] libatomic1 set to automatically installed. [2020-06-12T16:12:52.520Z] libbinutils set to automatically installed. [2020-06-12T16:12:52.520Z] libbsd0 set to automatically installed. [2020-06-12T16:12:52.520Z] libc-dev-bin set to automatically installed. [2020-06-12T16:12:52.520Z] libc6-dev set to automatically installed. [2020-06-12T16:12:52.520Z] libcc1-0 set to automatically installed. [2020-06-12T16:12:52.520Z] libcurl3-gnutls set to automatically installed. [2020-06-12T16:12:52.520Z] libdpkg-perl set to automatically installed. [2020-06-12T16:12:52.520Z] libedit2 set to automatically installed. [2020-06-12T16:12:52.520Z] liberror-perl set to automatically installed. [2020-06-12T16:12:52.520Z] libexpat1 set to automatically installed. [2020-06-12T16:12:52.520Z] libfakeroot set to automatically installed. [2020-06-12T16:12:52.520Z] libfile-fcntllock-perl set to automatically installed. [2020-06-12T16:12:52.520Z] libgcc-7-dev set to automatically installed. [2020-06-12T16:12:52.520Z] libgdbm-compat4 set to automatically installed. [2020-06-12T16:12:52.520Z] libgdbm5 set to automatically installed. [2020-06-12T16:12:52.520Z] libglib2.0-0 set to automatically installed. [2020-06-12T16:12:52.520Z] libglib2.0-data set to automatically installed. [2020-06-12T16:12:52.520Z] libgomp1 set to automatically installed. [2020-06-12T16:12:52.520Z] libicu60 set to automatically installed. [2020-06-12T16:12:52.520Z] libisl19 set to automatically installed. [2020-06-12T16:12:52.520Z] libitm1 set to automatically installed. [2020-06-12T16:12:52.520Z] libksba8 set to automatically installed. [2020-06-12T16:12:52.520Z] liblocale-gettext-perl set to automatically installed. [2020-06-12T16:12:52.520Z] liblsan0 set to automatically installed. [2020-06-12T16:12:52.520Z] libmpc3 set to automatically installed. [2020-06-12T16:12:52.520Z] libmpfr6 set to automatically installed. [2020-06-12T16:12:52.520Z] libnorm1 set to automatically installed. [2020-06-12T16:12:52.520Z] libnpth0 set to automatically installed. [2020-06-12T16:12:52.520Z] libperl5.26 set to automatically installed. [2020-06-12T16:12:52.520Z] libpgm-5.2-0 set to automatically installed. [2020-06-12T16:12:52.520Z] libreadline7 set to automatically installed. [2020-06-12T16:12:52.520Z] libsodium23 set to automatically installed. [2020-06-12T16:12:52.520Z] libssl1.0.0 set to automatically installed. [2020-06-12T16:12:52.520Z] libstdc++-7-dev set to automatically installed. [2020-06-12T16:12:52.520Z] libtsan0 set to automatically installed. [2020-06-12T16:12:52.520Z] libubsan0 set to automatically installed. [2020-06-12T16:12:52.520Z] libx11-6 set to automatically installed. [2020-06-12T16:12:52.520Z] libx11-data set to automatically installed. [2020-06-12T16:12:52.520Z] libxau6 set to automatically installed. [2020-06-12T16:12:52.520Z] libxcb1 set to automatically installed. [2020-06-12T16:12:52.520Z] libxdmcp6 set to automatically installed. [2020-06-12T16:12:52.520Z] libxext6 set to automatically installed. [2020-06-12T16:12:52.520Z] libxml2 set to automatically installed. [2020-06-12T16:12:52.520Z] libxmuu1 set to automatically installed. [2020-06-12T16:12:52.520Z] libzmq3-dev set to automatically installed. [2020-06-12T16:12:52.520Z] libzmq5 set to automatically installed. [2020-06-12T16:12:52.520Z] linux-libc-dev set to automatically installed. [2020-06-12T16:12:52.520Z] make set to automatically installed. [2020-06-12T16:12:52.520Z] manpages set to automatically installed. [2020-06-12T16:12:52.520Z] manpages-dev set to automatically installed. [2020-06-12T16:12:52.520Z] netbase set to automatically installed. [2020-06-12T16:12:52.520Z] openssh-client set to automatically installed. [2020-06-12T16:12:52.520Z] patch set to automatically installed. [2020-06-12T16:12:52.520Z] perl set to automatically installed. [2020-06-12T16:12:52.520Z] perl-modules-5.26 set to automatically installed. [2020-06-12T16:12:52.520Z] pinentry-curses set to automatically installed. [2020-06-12T16:12:52.520Z] pkg-config set to automatically installed. [2020-06-12T16:12:52.520Z] readline-common set to automatically installed. [2020-06-12T16:12:52.520Z] shared-mime-info set to automatically installed. [2020-06-12T16:12:52.520Z] xauth set to automatically installed. [2020-06-12T16:12:52.520Z] xdg-user-dirs set to automatically installed. [2020-06-12T16:12:52.520Z] xz-utils set to automatically installed. [2020-06-12T16:12:52.520Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-12T16:12:52.520Z] Please ensure the environment is properly setup before continuing. [2020-06-12T16:12:52.520Z] Ignore this message if the appropriate measures have already been taken [2020-06-12T16:12:52.520Z] Pulling go [2020-06-12T16:12:55.127Z] 'app-service-config' has dependencies that need to be staged: go [2020-06-12T16:12:55.127Z] Skipping pull go (already ran) [2020-06-12T16:12:55.127Z] Building go [2020-06-12T16:12:55.127Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-12T16:12:55.127Z] Dload Upload Total Spent Left Speed [2020-06-12T16:12:57.356Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 93.1M 4 4719k 0 0 15.7M 0 0:00:05 --:--:-- 0:00:05 15.6M 55 93.1M 55 51.3M 0 0 39.6M 0 0:00:02 0:00:01 0:00:01 39.6M 100 93.1M 100 93.1M 0 0 42.0M 0 0:00:02 0:00:02 --:--:-- 42.0M [2020-06-12T16:12:58.780Z] go1.13.10.linux-arm64.tar.gz: OK [2020-06-12T16:13:17.047Z] Staging go [2020-06-12T16:13:49.334Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-06-12T16:13:49.334Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-12T16:13:49.334Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-12T16:13:49.334Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-12T16:13:49.334Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] [2020-06-12T16:13:49.334Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] [2020-06-12T16:13:49.334Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] [2020-06-12T16:13:49.334Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] [2020-06-12T16:13:49.334Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-12T16:13:49.334Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-12T16:13:49.334Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-12T16:13:49.334Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-12T16:13:49.334Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-12T16:13:49.334Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-12T16:13:49.334Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] [2020-06-12T16:13:49.334Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [581 B] [2020-06-12T16:13:49.334Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-12T16:13:49.334Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [606 kB] [2020-06-12T16:13:49.334Z] Fetched 16.4 MB in 6s (2695 kB/s) [2020-06-12T16:13:49.334Z] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] [2020-06-12T16:13:49.334Z] Fetched 218 kB in 0s (0 B/s) [2020-06-12T16:13:49.334Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] [2020-06-12T16:13:49.334Z] Fetched 140 kB in 0s (0 B/s) [2020-06-12T16:13:49.334Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] [2020-06-12T16:13:49.334Z] Fetched 208 kB in 0s (0 B/s) [2020-06-12T16:13:49.334Z] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] [2020-06-12T16:13:49.334Z] Fetched 90.4 kB in 0s (0 B/s) [2020-06-12T16:13:49.334Z] Pulling app-service-config [2020-06-12T16:13:49.603Z] Pulling config-common [2020-06-12T16:13:52.203Z] Skipping build go (already ran) [2020-06-12T16:13:52.795Z] Building app-service-config [2020-06-12T16:13:52.795Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.1" -o app-service-configurable [2020-06-12T16:13:53.765Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-12T16:13:53.765Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-12T16:13:53.765Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T16:13:54.040Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T16:13:54.040Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T16:13:54.040Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-12T16:13:54.040Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T16:13:54.040Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T16:13:54.040Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-12T16:13:54.040Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T16:13:54.040Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-12T16:13:54.040Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-06-12T16:13:54.040Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-12T16:13:54.040Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-12T16:13:54.040Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T16:13:54.040Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-12T16:13:54.040Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T16:13:54.040Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-12T16:13:54.040Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-12T16:13:54.040Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-06-12T16:13:54.323Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T16:13:54.323Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T16:13:54.323Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-12T16:13:54.323Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-12T16:13:54.323Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-12T16:13:54.323Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-12T16:13:54.323Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-06-12T16:13:54.323Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-12T16:13:54.323Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-12T16:13:54.323Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-12T16:13:54.323Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-12T16:13:54.323Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-12T16:13:54.323Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-12T16:13:54.323Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-12T16:13:54.323Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-06-12T16:13:54.323Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-12T16:13:54.323Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-06-12T16:13:54.323Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-12T16:13:54.323Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T16:13:54.323Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-06-12T16:13:54.597Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-12T16:13:54.597Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T16:13:54.597Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-06-12T16:13:54.597Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T16:13:54.597Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T16:13:54.597Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-12T16:13:54.597Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-12T16:13:54.597Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-12T16:13:54.597Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T16:13:54.597Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T16:13:54.597Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T16:13:54.597Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T16:13:54.597Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-06-12T16:13:54.597Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T16:13:54.597Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T16:13:54.597Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-12T16:13:54.597Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-12T16:13:54.597Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T16:13:54.597Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T16:13:54.868Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-06-12T16:13:54.868Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T16:13:54.868Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T16:13:54.868Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-06-12T16:13:54.868Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T16:13:54.868Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T16:13:54.868Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T16:13:54.868Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T16:13:54.868Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T16:13:54.868Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T16:13:55.140Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-12T16:13:55.741Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-06-12T16:13:55.741Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-12T16:13:55.741Z] go: downloading github.com/golang/snappy v0.0.1 [2020-06-12T16:13:55.741Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T16:13:55.741Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-06-12T16:13:55.741Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-06-12T16:13:55.741Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T16:13:55.741Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-06-12T16:13:55.741Z] go: extracting github.com/golang/snappy v0.0.1 [2020-06-12T16:13:55.741Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-12T16:13:55.741Z] go: downloading golang.org/x/text v0.3.2 [2020-06-12T16:13:55.741Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-12T16:13:56.013Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-12T16:13:56.982Z] go: extracting golang.org/x/text v0.3.2 [2020-06-12T16:13:58.409Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-12T16:13:58.409Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-12T16:13:58.409Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T16:13:58.409Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T16:13:58.409Z] go: finding github.com/google/uuid v1.1.1 [2020-06-12T16:13:58.409Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-12T16:13:58.409Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-12T16:13:58.409Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T16:13:58.409Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T16:13:58.409Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T16:13:58.409Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T16:13:58.409Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T16:13:58.409Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-12T16:13:58.409Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-12T16:13:58.409Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T16:13:58.409Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-12T16:13:58.409Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T16:13:58.409Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T16:13:58.409Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T16:13:58.409Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-12T16:13:58.409Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-12T16:13:58.409Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-12T16:13:58.409Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-12T16:13:58.409Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T16:13:58.409Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-12T16:13:58.409Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T16:13:58.409Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T16:13:58.409Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T16:13:58.409Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-12T16:13:58.682Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T16:13:58.682Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T16:13:58.682Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T16:13:58.682Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T16:13:58.682Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T16:13:58.682Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-12T16:13:58.682Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T16:13:58.682Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-12T16:13:58.682Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-12T16:13:58.682Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T16:13:58.682Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-12T16:13:58.682Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T16:13:58.682Z] go: finding golang.org/x/text v0.3.2 [2020-06-12T16:14:55.220Z] Building config-common [2020-06-12T16:15:07.575Z] Skipping stage go (already ran) [2020-06-12T16:15:07.575Z] Staging app-service-config [2020-06-12T16:15:08.544Z] Staging config-common [2020-06-12T16:15:11.924Z] Priming go [2020-06-12T16:15:15.290Z] Priming app-service-config [2020-06-12T16:15:18.655Z] Priming config-common [2020-06-12T16:15:22.022Z] Snapping 'edgex-app-service-configurable' ... [2020-06-12T16:15:27.421Z] [2020-06-12T16:15:27.421Z] Snapped edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap [2020-06-12T16:15:32.798Z] [2020-06-12T16:15:32.798Z] Login successful. You now have these capabilities: [2020-06-12T16:15:32.798Z] [2020-06-12T16:15:32.798Z] snaps: No restriction [2020-06-12T16:15:32.798Z] channels: No restriction [2020-06-12T16:15:32.798Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-12T16:15:32.798Z] expires: 2020-06-19T16:50:48.252993 [2020-06-12T16:15:32.798Z] [2020-06-12T16:15:36.168Z] Preparing to push 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap'. [2020-06-12T16:15:36.168Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-12T16:15:36.168Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-12T16:15:50.467Z] Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [] 100% [2020-06-12T16:15:53.823Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ released [2020-06-12T16:15:53.823Z] Revision 13 of 'edgex-app-service-configurable' created. [2020-06-12T16:15:55.240Z] Track Arch Channel Version Revision Notes [2020-06-12T16:15:55.240Z] latest arm64 stable - - - [2020-06-12T16:15:55.240Z] candidate - - - [2020-06-12T16:15:55.241Z] beta - - - [2020-06-12T16:15:55.241Z] edge 1.2.0-20200612+a7f3ace 13 - [2020-06-12T16:15:55.241Z] Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...| [2020-06-12T16:15:58.619Z] Pushing metadata from 'edgex-app-service-configurable_1.2.0-20200612+a7f3ace_arm64.snap' [2020-06-12T16:16:01.980Z] The metadata has been pushed [Pipeline] } [2020-06-12T16:16:05.371Z] 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 [2020-06-12T16:16:06.018Z] provisioning config files... [2020-06-12T16:16:06.032Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config2157990943397726665tmp [Pipeline] { [Pipeline] sh [2020-06-12T16:16:06.354Z] + curl -s https://codecov.io/bash [2020-06-12T16:16:06.354Z] + bash -s - -t @/w/workspace/_app-service-configurable_master@tmp/config2157990943397726665tmp [2020-06-12T16:16:06.615Z] [2020-06-12T16:16:06.615Z] _____ _ [2020-06-12T16:16:06.615Z] / ____| | | [2020-06-12T16:16:06.615Z] | | ___ __| | ___ ___ _____ __ [2020-06-12T16:16:06.615Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-12T16:16:06.615Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-12T16:16:06.615Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-12T16:16:06.615Z] Bash-20200602-f809a24 [2020-06-12T16:16:06.615Z] [2020-06-12T16:16:06.615Z] [2020-06-12T16:16:06.615Z] ==> Jenkins CI detected. [2020-06-12T16:16:06.615Z] project root: . [2020-06-12T16:16:06.615Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-12T16:16:06.615Z] ==> Running gcov in . (disable via -X gcov) [2020-06-12T16:16:06.615Z] ==> Python coveragepy not found [2020-06-12T16:16:06.615Z] ==> Searching for coverage reports in: [2020-06-12T16:16:06.615Z] + . [2020-06-12T16:16:06.615Z] -> Found 1 reports [2020-06-12T16:16:06.615Z] ==> Detecting git/mercurial file structure [2020-06-12T16:16:06.615Z] ==> Reading reports [2020-06-12T16:16:06.615Z] + ./coverage.out bytes=10 [2020-06-12T16:16:06.615Z] ==> Appending adjustments [2020-06-12T16:16:06.615Z] https://docs.codecov.io/docs/fixing-reports [2020-06-12T16:16:06.615Z] + Found adjustments [2020-06-12T16:16:06.615Z] ==> Gzipping contents [2020-06-12T16:16:06.615Z] ==> Uploading reports [2020-06-12T16:16:06.615Z] url: https://codecov.io [2020-06-12T16:16:06.615Z] query: branch=master&commit=a7f3acec226daf292d1b238eb8da7bce0e6a2e4f&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F28%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= [2020-06-12T16:16:06.615Z] -> Pinging Codecov [2020-06-12T16:16:06.615Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=a7f3acec226daf292d1b238eb8da7bce0e6a2e4f&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F28%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= [2020-06-12T16:16:07.560Z] -> Uploading [2020-06-12T16:16:08.132Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/a7f3acec226daf292d1b238eb8da7bce0e6a2e4f [Pipeline] } [2020-06-12T16:16:08.141Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-12T16:16:08.453Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-12T16:16:08.454Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-12T16:16:08.501Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:16:08.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T16:16:08.823Z] [2020-06-12T16:16:08.823Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:16:09.146Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T16:16:09.147Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-12T16:16:09.147Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-12T16:16:09.147Z] 408f87550127: Pulling fs layer [2020-06-12T16:16:09.147Z] fe522b08c979: Pulling fs layer [2020-06-12T16:16:09.147Z] 221eaa008020: Pulling fs layer [2020-06-12T16:16:09.147Z] 2a4607e5d6b9: Pulling fs layer [2020-06-12T16:16:09.147Z] 8f79b27c4fd2: Pulling fs layer [2020-06-12T16:16:09.147Z] e5c8dbe1645b: Pulling fs layer [2020-06-12T16:16:09.147Z] 23e8b3b47431: Pulling fs layer [2020-06-12T16:16:09.147Z] 5c568d65a230: Pulling fs layer [2020-06-12T16:16:09.147Z] 8f79b27c4fd2: Waiting [2020-06-12T16:16:09.147Z] e5c8dbe1645b: Waiting [2020-06-12T16:16:09.147Z] 221eaa008020: Waiting [2020-06-12T16:16:09.147Z] 2a4607e5d6b9: Waiting [2020-06-12T16:16:09.147Z] 23e8b3b47431: Waiting [2020-06-12T16:16:09.147Z] 5c568d65a230: Waiting [2020-06-12T16:16:09.147Z] fe522b08c979: Download complete [2020-06-12T16:16:09.147Z] 408f87550127: Download complete [2020-06-12T16:16:09.147Z] 2a4607e5d6b9: Verifying Checksum [2020-06-12T16:16:09.147Z] 2a4607e5d6b9: Download complete [2020-06-12T16:16:09.147Z] 8f79b27c4fd2: Verifying Checksum [2020-06-12T16:16:09.147Z] 8f79b27c4fd2: Download complete [2020-06-12T16:16:09.147Z] cbdbe7a5bc2a: Verifying Checksum [2020-06-12T16:16:09.147Z] cbdbe7a5bc2a: Download complete [2020-06-12T16:16:09.742Z] e5c8dbe1645b: Verifying Checksum [2020-06-12T16:16:09.742Z] e5c8dbe1645b: Download complete [2020-06-12T16:16:09.742Z] cbdbe7a5bc2a: Pull complete [2020-06-12T16:16:10.021Z] 23e8b3b47431: Verifying Checksum [2020-06-12T16:16:10.021Z] 23e8b3b47431: Download complete [2020-06-12T16:16:10.289Z] 408f87550127: Pull complete [2020-06-12T16:16:10.289Z] 5c568d65a230: Verifying Checksum [2020-06-12T16:16:10.289Z] 5c568d65a230: Download complete [2020-06-12T16:16:10.552Z] fe522b08c979: Pull complete [2020-06-12T16:16:10.815Z] 221eaa008020: Verifying Checksum [2020-06-12T16:16:10.815Z] 221eaa008020: Download complete [2020-06-12T16:16:16.121Z] 221eaa008020: Pull complete [2020-06-12T16:16:16.121Z] 2a4607e5d6b9: Pull complete [2020-06-12T16:16:16.382Z] 8f79b27c4fd2: Pull complete [2020-06-12T16:16:18.295Z] e5c8dbe1645b: Pull complete [2020-06-12T16:16:21.601Z] 23e8b3b47431: Pull complete [2020-06-12T16:16:22.565Z] 5c568d65a230: Pull complete [2020-06-12T16:16:22.565Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-12T16:16:22.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T16:16:22.565Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-12T16:16:22.751Z] prd-centos7-docker-4c-2g-2766 does not seem to be running inside a container [2020-06-12T16:16:22.792Z] $ 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 [2020-06-12T16:16:23.601Z] $ docker top 3f03dcd875d98f27f4302c08893fa16512abde0d10c66c091914e56085b2f8c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T16:16:24.039Z] + snyk monitor '--org=edgex-jenkins' [2020-06-12T16:16:42.170Z] [2020-06-12T16:16:42.170Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-06-12T16:16:42.170Z] [2020-06-12T16:16:42.170Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/fa433b1c-3a58-46b8-b967-a7eaa0c1fffb [2020-06-12T16:16:42.170Z] [2020-06-12T16:16:42.170Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-12T16:16:42.170Z] [2020-06-12T16:16:42.170Z] [Pipeline] } [2020-06-12T16:16:42.185Z] $ docker stop --time=1 3f03dcd875d98f27f4302c08893fa16512abde0d10c66c091914e56085b2f8c5 [2020-06-12T16:16:45.988Z] $ docker rm -f 3f03dcd875d98f27f4302c08893fa16512abde0d10c66c091914e56085b2f8c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:16:46.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T16:16:46.957Z] [2020-06-12T16:16:46.957Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:16:47.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T16:16:47.291Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-12T16:16:47.291Z] e7c96db7181b: Pulling fs layer [2020-06-12T16:16:47.291Z] 1868ca2cb446: Pulling fs layer [2020-06-12T16:16:47.291Z] 136be5d0fe8e: Pulling fs layer [2020-06-12T16:16:47.291Z] 894bfe63afcb: Pulling fs layer [2020-06-12T16:16:47.291Z] 894bfe63afcb: Waiting [2020-06-12T16:16:47.291Z] 1868ca2cb446: Verifying Checksum [2020-06-12T16:16:47.291Z] 1868ca2cb446: Download complete [2020-06-12T16:16:47.291Z] 136be5d0fe8e: Verifying Checksum [2020-06-12T16:16:47.291Z] 136be5d0fe8e: Download complete [2020-06-12T16:16:47.291Z] e7c96db7181b: Verifying Checksum [2020-06-12T16:16:47.291Z] e7c96db7181b: Download complete [2020-06-12T16:16:47.291Z] 894bfe63afcb: Download complete [2020-06-12T16:16:47.552Z] e7c96db7181b: Pull complete [2020-06-12T16:16:47.552Z] 1868ca2cb446: Pull complete [2020-06-12T16:16:47.815Z] 136be5d0fe8e: Pull complete [2020-06-12T16:16:48.076Z] 894bfe63afcb: Pull complete [2020-06-12T16:16:48.076Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-12T16:16:48.076Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T16:16:48.076Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-12T16:16:48.177Z] prd-centos7-docker-4c-2g-2766 does not seem to be running inside a container [2020-06-12T16:16:48.227Z] $ 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 [2020-06-12T16:16:49.116Z] $ docker top a039bea5cbfa8bd5b15b2caa34c0ff4efd8b2b3e79971191355e0ae9b10c4791 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T16:16:49.548Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a7f3acec226daf292d1b238eb8da7bce0e6a2e4f [2020-06-12T16:16:49.548Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T16:16:53.830Z] $ docker stop --time=1 a039bea5cbfa8bd5b15b2caa34c0ff4efd8b2b3e79971191355e0ae9b10c4791 [2020-06-12T16:16:55.168Z] $ docker rm -f a039bea5cbfa8bd5b15b2caa34c0ff4efd8b2b3e79971191355e0ae9b10c4791 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:16:55.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T16:16:55.589Z] . [Pipeline] withDockerContainer [2020-06-12T16:16:55.682Z] prd-centos7-docker-4c-2g-2766 does not seem to be running inside a container [2020-06-12T16:16:55.722Z] $ 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 [2020-06-12T16:16:56.643Z] $ docker top 5fc9074156db2ec00366c9c33a010f332940ee108881f271697c6f698a6a68b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T16:16:57.137Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a7f3acec226daf292d1b238eb8da7bce0e6a2e4f [2020-06-12T16:16:57.137Z] + tee [2020-06-12T16:16:57.137Z] clair timeout 1m0s [2020-06-12T16:16:57.137Z] docker timeout: 1m0s [2020-06-12T16:16:57.137Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T16:16:57.762Z] $ docker stop --time=1 5fc9074156db2ec00366c9c33a010f332940ee108881f271697c6f698a6a68b3 [2020-06-12T16:16:59.101Z] $ docker rm -f 5fc9074156db2ec00366c9c33a010f332940ee108881f271697c6f698a6a68b3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-12T16:16:59.534Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-06-12T16:16:59.546Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_a7f3acec226daf292d1b238eb8da7bce0e6a2e4f.html [Pipeline] writeFile [Pipeline] step [2020-06-12T16:16:59.574Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:16:59.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T16:16:59.900Z] . [Pipeline] withDockerContainer [2020-06-12T16:16:59.987Z] prd-centos7-docker-4c-2g-2766 does not seem to be running inside a container [2020-06-12T16:17:00.023Z] $ 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 [2020-06-12T16:17:00.680Z] $ docker top cb8b651f6a65d86912574efc5edeb51ff45fbe41940067cf8de9f34e79f9ebb5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T16:17:01.143Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a7f3acec226daf292d1b238eb8da7bce0e6a2e4f [2020-06-12T16:17:01.143Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T16:17:05.418Z] $ docker stop --time=1 cb8b651f6a65d86912574efc5edeb51ff45fbe41940067cf8de9f34e79f9ebb5 [2020-06-12T16:17:06.775Z] $ docker rm -f cb8b651f6a65d86912574efc5edeb51ff45fbe41940067cf8de9f34e79f9ebb5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:17:07.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T16:17:07.183Z] . [Pipeline] withDockerContainer [2020-06-12T16:17:07.328Z] prd-centos7-docker-4c-2g-2766 does not seem to be running inside a container [2020-06-12T16:17:07.421Z] $ 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 [2020-06-12T16:17:07.957Z] $ docker top 6c46e0f86c17452ec690868e51529e445464d7d82b2c08afcb9f61b9037a1237 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T16:17:08.399Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a7f3acec226daf292d1b238eb8da7bce0e6a2e4f [2020-06-12T16:17:08.399Z] + tee [2020-06-12T16:17:08.399Z] clair timeout 1m0s [2020-06-12T16:17:08.399Z] docker timeout: 1m0s [2020-06-12T16:17:08.399Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T16:17:09.036Z] $ docker stop --time=1 6c46e0f86c17452ec690868e51529e445464d7d82b2c08afcb9f61b9037a1237 [2020-06-12T16:17:10.376Z] $ docker rm -f 6c46e0f86c17452ec690868e51529e445464d7d82b2c08afcb9f61b9037a1237 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-12T16:17:10.786Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-06-12T16:17:10.798Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_a7f3acec226daf292d1b238eb8da7bce0e6a2e4f.html [Pipeline] writeFile [Pipeline] step [2020-06-12T16:17:10.826Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:17:11.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T16:17:11.352Z] . [Pipeline] withDockerContainer [2020-06-12T16:17:11.449Z] prd-centos7-docker-4c-2g-2766 does not seem to be running inside a container [2020-06-12T16:17:11.498Z] $ 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 [2020-06-12T16:17:12.084Z] $ docker top 0359c38e8e17a3c513afb1d8269658baa0572b2f2995b93df680aa15b97856b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T16:17:12.265Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T16:17:12.265Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T16:17:12.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T16:17:12.473Z] $ docker exec 0359c38e8e17a3c513afb1d8269658baa0572b2f2995b93df680aa15b97856b7 ssh-agent [2020-06-12T16:17:12.656Z] SSH_AUTH_SOCK=/tmp/ssh-3Wkfn8Tn8a9I/agent.11 [2020-06-12T16:17:12.656Z] SSH_AGENT_PID=17 [2020-06-12T16:17:12.663Z] Running ssh-add (command line suppressed) [2020-06-12T16:17:12.794Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5928274097677311798.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5928274097677311798.key) [2020-06-12T16:17:12.846Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T16:17:13.150Z] + git semver tag [2020-06-12T16:17:13.150Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T16:17:13.150Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-12T16:17:13.151Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-12T16:17:13.151Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T16:17:13.151Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T16:17:13.151Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T16:17:13.151Z] # $SEMVER_BRANCH = master [2020-06-12T16:17:13.151Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-06-12T16:17:13.151Z] # a7f3acec226daf292d1b238eb8da7bce0e6a2e4f HEAD [2020-06-12T16:17:13.151Z] # -> Force: false [2020-06-12T16:17:13.151Z] # 0854bf5a19c8b22e7a93dd42329bc1d3e38877c0 refs/tags/v1.2.1-dev.1 [Pipeline] } [2020-06-12T16:17:13.162Z] $ docker exec --env ******** --env ******** 0359c38e8e17a3c513afb1d8269658baa0572b2f2995b93df680aa15b97856b7 ssh-agent -k [2020-06-12T16:17:13.283Z] unset SSH_AUTH_SOCK; [2020-06-12T16:17:13.283Z] unset SSH_AGENT_PID; [2020-06-12T16:17:13.283Z] echo Agent pid 17 killed; [2020-06-12T16:17:13.330Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T16:17:13.695Z] + git semver [Pipeline] } [2020-06-12T16:17:13.711Z] $ docker stop --time=1 0359c38e8e17a3c513afb1d8269658baa0572b2f2995b93df680aa15b97856b7 [2020-06-12T16:17:15.032Z] $ docker rm -f 0359c38e8e17a3c513afb1d8269658baa0572b2f2995b93df680aa15b97856b7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:17:15.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T16:17:15.513Z] [2020-06-12T16:17:15.513Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:17:15.833Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T16:17:15.833Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-12T16:17:15.833Z] ab5ef0e58194: Pulling fs layer [2020-06-12T16:17:15.833Z] 9712f1f96733: Pulling fs layer [2020-06-12T16:17:15.833Z] 63f879dbbcfc: Pulling fs layer [2020-06-12T16:17:15.833Z] 0d9ebad4ef96: Pulling fs layer [2020-06-12T16:17:15.833Z] e9a5061849ea: Pulling fs layer [2020-06-12T16:17:15.833Z] d747dcd14b5f: Pulling fs layer [2020-06-12T16:17:15.833Z] 2de7ff778b66: Pulling fs layer [2020-06-12T16:17:15.833Z] 0d9ebad4ef96: Waiting [2020-06-12T16:17:15.833Z] d747dcd14b5f: Waiting [2020-06-12T16:17:15.833Z] 2de7ff778b66: Waiting [2020-06-12T16:17:15.833Z] e9a5061849ea: Waiting [2020-06-12T16:17:15.833Z] 9712f1f96733: Download complete [2020-06-12T16:17:16.423Z] 63f879dbbcfc: Verifying Checksum [2020-06-12T16:17:16.423Z] 63f879dbbcfc: Download complete [2020-06-12T16:17:16.423Z] e9a5061849ea: Verifying Checksum [2020-06-12T16:17:16.423Z] e9a5061849ea: Download complete [2020-06-12T16:17:16.423Z] d747dcd14b5f: Verifying Checksum [2020-06-12T16:17:16.423Z] d747dcd14b5f: Download complete [2020-06-12T16:17:16.685Z] 0d9ebad4ef96: Verifying Checksum [2020-06-12T16:17:16.685Z] 0d9ebad4ef96: Download complete [2020-06-12T16:17:16.685Z] 2de7ff778b66: Verifying Checksum [2020-06-12T16:17:16.685Z] 2de7ff778b66: Download complete [2020-06-12T16:17:16.946Z] ab5ef0e58194: Download complete [2020-06-12T16:17:21.160Z] ab5ef0e58194: Pull complete [2020-06-12T16:17:21.160Z] 9712f1f96733: Pull complete [2020-06-12T16:17:24.466Z] 63f879dbbcfc: Pull complete [2020-06-12T16:17:31.067Z] 0d9ebad4ef96: Pull complete [2020-06-12T16:17:32.455Z] e9a5061849ea: Pull complete [2020-06-12T16:17:32.455Z] d747dcd14b5f: Pull complete [2020-06-12T16:17:35.760Z] 2de7ff778b66: Pull complete [2020-06-12T16:17:35.760Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-12T16:17:35.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T16:17:35.760Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-12T16:17:35.911Z] prd-centos7-docker-4c-2g-2766 does not seem to be running inside a container [2020-06-12T16:17:35.966Z] $ 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 [2020-06-12T16:17:38.821Z] $ docker top dbb0bb8ddbe65cdc90f07ecf26c00c357c3619c870d9b023c24e46eb0f8d8b72 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-12T16:17:39.020Z] provisioning config files... [2020-06-12T16:17:39.028Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config8921669536101777692tmp [2020-06-12T16:17:39.042Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config5546194353004182843tmp [2020-06-12T16:17:39.055Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config3790668506096601730tmp [Pipeline] { [Pipeline] echo [2020-06-12T16:17:39.082Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T16:17:39.376Z] ---> sigul-configuration.sh [2020-06-12T16:17:39.376Z] gpg: directory `/root/.gnupg' created [2020-06-12T16:17:39.376Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-12T16:17:39.376Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-12T16:17:39.376Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-12T16:17:39.376Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-12T16:17:39.376Z] gpg: CAST5 encrypted data [2020-06-12T16:17:39.636Z] gpg: encrypted with 1 passphrase [2020-06-12T16:17:39.636Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-12T16:17:39.929Z] + mkdir /home/jenkins [2020-06-12T16:17:39.930Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-12T16:17:40.221Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-12T16:17:40.231Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T16:17:40.519Z] ---> sigul-install.sh [2020-06-12T16:17:44.728Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-12T16:17:45.021Z] + git tag --list [2020-06-12T16:17:45.021Z] v1.2.1-dev.1 [Pipeline] sh [2020-06-12T16:17:45.317Z] + lftools sign git-tag v1.2.1-dev.1 [2020-06-12T16:17:46.702Z] Signing Git tag with Sigul... [2020-06-12T16:17:46.702Z] Signing v1.2.1-dev.1 [Pipeline] echo [2020-06-12T16:17:47.654Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T16:17:47.946Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-12T16:17:47.956Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-12T16:17:48.005Z] $ docker stop --time=1 dbb0bb8ddbe65cdc90f07ecf26c00c357c3619c870d9b023c24e46eb0f8d8b72 [2020-06-12T16:17:49.687Z] $ docker rm -f dbb0bb8ddbe65cdc90f07ecf26c00c357c3619c870d9b023c24e46eb0f8d8b72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:17:50.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T16:17:50.238Z] . [Pipeline] withDockerContainer [2020-06-12T16:17:50.334Z] prd-centos7-docker-4c-2g-2766 does not seem to be running inside a container [2020-06-12T16:17:50.379Z] $ 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 [2020-06-12T16:17:50.969Z] $ docker top 85ab64976e0e76c20068d75914ff77dce24df9a311862f0bce10b5ba8ed49d62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T16:17:51.171Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T16:17:51.171Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T16:17:51.410Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T16:17:51.413Z] $ docker exec 85ab64976e0e76c20068d75914ff77dce24df9a311862f0bce10b5ba8ed49d62 ssh-agent [2020-06-12T16:17:51.591Z] SSH_AUTH_SOCK=/tmp/ssh-IU2YJ4hdvrit/agent.11 [2020-06-12T16:17:51.591Z] SSH_AGENT_PID=16 [2020-06-12T16:17:51.604Z] Running ssh-add (command line suppressed) [2020-06-12T16:17:51.745Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1732418007073052656.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1732418007073052656.key) [2020-06-12T16:17:51.809Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T16:17:52.116Z] + git semver bump pre [2020-06-12T16:17:52.116Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T16:17:52.116Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-12T16:17:52.116Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-12T16:17:52.116Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T16:17:52.116Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T16:17:52.116Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T16:17:52.116Z] # $SEMVER_BRANCH = master [2020-06-12T16:17:52.116Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-06-12T16:17:52.116Z] 1.2.1-dev.2 [Pipeline] } [2020-06-12T16:17:52.127Z] $ docker exec --env ******** --env ******** 85ab64976e0e76c20068d75914ff77dce24df9a311862f0bce10b5ba8ed49d62 ssh-agent -k [2020-06-12T16:17:52.261Z] unset SSH_AUTH_SOCK; [2020-06-12T16:17:52.261Z] unset SSH_AGENT_PID; [2020-06-12T16:17:52.262Z] echo Agent pid 16 killed; [2020-06-12T16:17:52.315Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T16:17:52.682Z] + git semver [Pipeline] } [2020-06-12T16:17:52.698Z] $ docker stop --time=1 85ab64976e0e76c20068d75914ff77dce24df9a311862f0bce10b5ba8ed49d62 [2020-06-12T16:17:54.050Z] $ docker rm -f 85ab64976e0e76c20068d75914ff77dce24df9a311862f0bce10b5ba8ed49d62 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:17:54.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T16:17:54.483Z] . [Pipeline] withDockerContainer [2020-06-12T16:17:54.587Z] prd-centos7-docker-4c-2g-2766 does not seem to be running inside a container [2020-06-12T16:17:54.631Z] $ 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 [2020-06-12T16:17:55.242Z] $ docker top 57d5835ec673197e829b7c6780681204194daa737a7e6a57a14dff9eaef80de5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T16:17:55.431Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T16:17:55.431Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T16:17:55.603Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T16:17:55.606Z] $ docker exec 57d5835ec673197e829b7c6780681204194daa737a7e6a57a14dff9eaef80de5 ssh-agent [2020-06-12T16:17:55.766Z] SSH_AUTH_SOCK=/tmp/ssh-2ezoYEXiZlJi/agent.11 [2020-06-12T16:17:55.766Z] SSH_AGENT_PID=17 [2020-06-12T16:17:55.772Z] Running ssh-add (command line suppressed) [2020-06-12T16:17:55.891Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5408894902450775613.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5408894902450775613.key) [2020-06-12T16:17:55.943Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T16:17:56.250Z] + git semver push [2020-06-12T16:17:56.250Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T16:17:56.250Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-12T16:17:56.250Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-12T16:17:56.250Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T16:17:56.250Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T16:17:56.250Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T16:17:56.250Z] # $SEMVER_BRANCH = master [2020-06-12T16:17:56.250Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-06-12T16:18:02.851Z] $ docker exec --env ******** --env ******** 57d5835ec673197e829b7c6780681204194daa737a7e6a57a14dff9eaef80de5 ssh-agent -k [2020-06-12T16:18:02.992Z] unset SSH_AUTH_SOCK; [2020-06-12T16:18:02.992Z] unset SSH_AGENT_PID; [2020-06-12T16:18:02.992Z] echo Agent pid 17 killed; [2020-06-12T16:18:03.040Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T16:18:03.403Z] + git semver [Pipeline] } [2020-06-12T16:18:03.418Z] $ docker stop --time=1 57d5835ec673197e829b7c6780681204194daa737a7e6a57a14dff9eaef80de5 [2020-06-12T16:18:04.760Z] $ docker rm -f 57d5835ec673197e829b7c6780681204194daa737a7e6a57a14dff9eaef80de5 [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 [2020-06-12T16:18:05.398Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T16:18:05.959Z] ---> package-listing.sh [2020-06-12T16:18:05.959Z] ++ facter osfamily [2020-06-12T16:18:05.959Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-12T16:18:05.959Z] + OS_FAMILY=redhat [2020-06-12T16:18:05.959Z] + workspace=/w/workspace/_app-service-configurable_master [2020-06-12T16:18:05.959Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-12T16:18:05.959Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-12T16:18:05.959Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-12T16:18:05.959Z] + PACKAGES=/tmp/packages_start.txt [2020-06-12T16:18:05.959Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-06-12T16:18:05.959Z] + PACKAGES=/tmp/packages_end.txt [2020-06-12T16:18:05.959Z] + case "${OS_FAMILY}" in [2020-06-12T16:18:05.959Z] + rpm -qa [2020-06-12T16:18:05.959Z] + sort [2020-06-12T16:18:10.171Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-12T16:18:10.171Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-12T16:18:10.171Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-12T16:18:10.171Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-06-12T16:18:10.171Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-06-12T16:18:10.171Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:18:10.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T16:18:10.789Z] [2020-06-12T16:18:10.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-12T16:18:11.110Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T16:18:11.110Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-12T16:18:11.110Z] c9b1b535fdd9: Pulling fs layer [2020-06-12T16:18:11.110Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-12T16:18:11.110Z] 756a868c4378: Pulling fs layer [2020-06-12T16:18:11.110Z] 444b2fc9a129: Pulling fs layer [2020-06-12T16:18:11.110Z] ea15f1150254: Pulling fs layer [2020-06-12T16:18:11.110Z] 41b27a9f41bf: Pulling fs layer [2020-06-12T16:18:11.110Z] 28c525ee5125: Pulling fs layer [2020-06-12T16:18:11.110Z] 094b1ea09ed8: Pulling fs layer [2020-06-12T16:18:11.110Z] 138eaada9080: Pulling fs layer [2020-06-12T16:18:11.110Z] 0622d0fa9048: Pulling fs layer [2020-06-12T16:18:11.110Z] 138eaada9080: Waiting [2020-06-12T16:18:11.110Z] 41b27a9f41bf: Waiting [2020-06-12T16:18:11.110Z] 28c525ee5125: Waiting [2020-06-12T16:18:11.110Z] 094b1ea09ed8: Waiting [2020-06-12T16:18:11.110Z] 0622d0fa9048: Waiting [2020-06-12T16:18:11.110Z] 444b2fc9a129: Waiting [2020-06-12T16:18:11.110Z] ea15f1150254: Waiting [2020-06-12T16:18:11.110Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-12T16:18:11.110Z] 2cc5ad85d9ab: Download complete [2020-06-12T16:18:11.110Z] 444b2fc9a129: Verifying Checksum [2020-06-12T16:18:11.110Z] 444b2fc9a129: Download complete [2020-06-12T16:18:11.110Z] c9b1b535fdd9: Verifying Checksum [2020-06-12T16:18:11.110Z] c9b1b535fdd9: Download complete [2020-06-12T16:18:11.110Z] ea15f1150254: Verifying Checksum [2020-06-12T16:18:11.110Z] ea15f1150254: Download complete [2020-06-12T16:18:11.375Z] 28c525ee5125: Verifying Checksum [2020-06-12T16:18:11.375Z] 28c525ee5125: Download complete [2020-06-12T16:18:11.647Z] 756a868c4378: Verifying Checksum [2020-06-12T16:18:11.647Z] 756a868c4378: Download complete [2020-06-12T16:18:11.647Z] 138eaada9080: Verifying Checksum [2020-06-12T16:18:11.647Z] 138eaada9080: Download complete [2020-06-12T16:18:11.647Z] 0622d0fa9048: Verifying Checksum [2020-06-12T16:18:11.647Z] 0622d0fa9048: Download complete [2020-06-12T16:18:11.914Z] 094b1ea09ed8: Verifying Checksum [2020-06-12T16:18:11.914Z] 094b1ea09ed8: Download complete [2020-06-12T16:18:11.914Z] c9b1b535fdd9: Pull complete [2020-06-12T16:18:12.175Z] 41b27a9f41bf: Verifying Checksum [2020-06-12T16:18:12.175Z] 41b27a9f41bf: Download complete [2020-06-12T16:18:12.438Z] 2cc5ad85d9ab: Pull complete [2020-06-12T16:18:13.827Z] 756a868c4378: Pull complete [2020-06-12T16:18:14.091Z] 444b2fc9a129: Pull complete [2020-06-12T16:18:14.352Z] ea15f1150254: Pull complete [2020-06-12T16:18:17.664Z] 41b27a9f41bf: Pull complete [2020-06-12T16:18:17.664Z] 28c525ee5125: Pull complete [2020-06-12T16:18:20.977Z] 094b1ea09ed8: Pull complete [2020-06-12T16:18:20.977Z] 138eaada9080: Pull complete [2020-06-12T16:18:21.240Z] 0622d0fa9048: Pull complete [2020-06-12T16:18:21.241Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-12T16:18:21.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T16:18:21.241Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-12T16:18:21.358Z] prd-centos7-docker-4c-2g-2766 does not seem to be running inside a container [2020-06-12T16:18:21.396Z] $ 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 [2020-06-12T16:18:23.665Z] $ docker top 52ea27a53dbc23f59dc769a2c69b2fbb4382dbe517dd4bc2c8372a17caf93f11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-12T16:18:23.816Z] provisioning config files... [2020-06-12T16:18:23.829Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5821011577846776430tmp [Pipeline] { [Pipeline] echo [2020-06-12T16:18:23.856Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T16:18:24.146Z] ---> create-netrc.sh [Pipeline] echo [2020-06-12T16:18:24.155Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T16:18:24.459Z] ---> logs-deploy.sh [2020-06-12T16:18:24.459Z] + ARCHIVE_ARTIFACTS= [2020-06-12T16:18:24.459Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-12T16:18:24.459Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-12T16:18:24.459Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-12T16:18:24.459Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/28 [2020-06-12T16:18:24.459Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/28/ [2020-06-12T16:18:24.459Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/28 /w/workspace/_app-service-configurable_master [2020-06-12T16:18:25.403Z] Archives upload complete. [2020-06-12T16:18:25.664Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/28 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/28/