Pull request #99 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01+7083d631a7041b965c176d4130fbdc230550ad84 (f9099f2b7382144e1f4a6aa1789c7c055b0af8db) Running in Durability level: MAX_SURVIVABILITY 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 dcbc8a6d220df67e999b8e0a576aeb28edcc7cba 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 dcbc8a6d220df67e999b8e0a576aeb28edcc7cba using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-99/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 dcbc8a6d220df67e999b8e0a576aeb28edcc7cba (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f dcbc8a6d220df67e999b8e0a576aeb28edcc7cba # timeout=10 Commit message: "Merge pull request #214 from ernestojeda/fix-push-arm64-pushall" > 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 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-623’ Running on prd-centos7-docker-4c-2g-625 in /w/workspace/y_app-service-configurable_PR-99 [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/y_app-service-configurable_PR-99 # 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/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 7083d631a7041b965c176d4130fbdc230550ad84 into PR head commit 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 Merge succeeded, producing 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 Checking out Revision 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 (PR-99) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/99/head:refs/remotes/origin/PR-99 # 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/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7083d631a7041b965c176d4130fbdc230550ad84 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 # timeout=10 Commit message: "revert: remove mongo implementation" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object dcbc8a6d220df67e999b8e0a576aeb28edcc7cba [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-22T18:50:53.070Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-22T18:50:53.366Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-22T18:50:53.611Z] ========================================================= [2020-07-22T18:50:53.611Z] EdgeX Global Pipelines Version Info [2020-07-22T18:50:53.611Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-22T18:50:55.762Z] ------------------- [2020-07-22T18:50:55.762Z] stable info: [2020-07-22T18:50:55.762Z] ------------------- [2020-07-22T18:50:55.762Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-22T18:50:55.762Z] Commit SHA: dcbc8a6d220df67e999b8e0a576aeb28edcc7cba [2020-07-22T18:50:55.762Z] Message: update stable to v1.0.102 [2020-07-22T18:50:56.798Z] ------------------- [2020-07-22T18:50:56.798Z] experimental info: [2020-07-22T18:50:56.798Z] ------------------- [2020-07-22T18:50:56.798Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-22T18:50:56.798Z] Commit SHA: dcbc8a6d220df67e999b8e0a576aeb28edcc7cba [2020-07-22T18:50:56.798Z] Message: update experimental to v1.0.102 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T18:50:59.280Z] + git log --format=format:%s -1 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 [Pipeline] echo [2020-07-22T18:50:59.477Z] GIT_COMMIT: 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01, Commit Message: revert: remove mongo implementation [Pipeline] echo [2020-07-22T18:50:59.534Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:51:00.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T18:51:01.008Z] [2020-07-22T18:51:01.008Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:51:01.432Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T18:51:01.432Z] latest: Pulling from edgex-devops/git-semver [2020-07-22T18:51:01.432Z] 31603596830f: Pulling fs layer [2020-07-22T18:51:01.432Z] 2a8b12db71e7: Pulling fs layer [2020-07-22T18:51:01.433Z] 6ca5941a6612: Pulling fs layer [2020-07-22T18:51:01.433Z] ecc8261a40a4: Pulling fs layer [2020-07-22T18:51:01.433Z] ecc8261a40a4: Waiting [2020-07-22T18:51:01.433Z] 2a8b12db71e7: Verifying Checksum [2020-07-22T18:51:01.433Z] 2a8b12db71e7: Download complete [2020-07-22T18:51:01.750Z] 31603596830f: Verifying Checksum [2020-07-22T18:51:01.750Z] 31603596830f: Download complete [2020-07-22T18:51:02.036Z] ecc8261a40a4: Verifying Checksum [2020-07-22T18:51:02.036Z] ecc8261a40a4: Download complete [2020-07-22T18:51:02.036Z] 6ca5941a6612: Verifying Checksum [2020-07-22T18:51:02.036Z] 6ca5941a6612: Download complete [2020-07-22T18:51:02.333Z] 31603596830f: Pull complete [2020-07-22T18:51:02.602Z] 2a8b12db71e7: Pull complete [2020-07-22T18:51:04.078Z] 6ca5941a6612: Pull complete [2020-07-22T18:51:04.353Z] ecc8261a40a4: Pull complete [2020-07-22T18:51:04.353Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-22T18:51:04.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T18:51:04.353Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-22T18:51:04.619Z] prd-centos7-docker-4c-2g-625 does not seem to be running inside a container [2020-07-22T18:51:04.713Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_PR-99 -v /w/workspace/y_app-service-configurable_PR-99:/w/workspace/y_app-service-configurable_PR-99:rw,z -v /w/workspace/y_app-service-configurable_PR-99@tmp:/w/workspace/y_app-service-configurable_PR-99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T18:51:07.451Z] $ docker top dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T18:51:07.863Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T18:51:07.863Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T18:51:08.125Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T18:51:08.124Z] $ docker exec dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 ssh-agent [2020-07-22T18:51:08.351Z] SSH_AUTH_SOCK=/tmp/ssh-o49y6RrLYWoA/agent.12 [2020-07-22T18:51:08.351Z] SSH_AGENT_PID=18 [2020-07-22T18:51:08.367Z] Running ssh-add (command line suppressed) [2020-07-22T18:51:08.530Z] Identity added: /w/workspace/y_app-service-configurable_PR-99@tmp/private_key_6145688040326417013.key (/w/workspace/y_app-service-configurable_PR-99@tmp/private_key_6145688040326417013.key) [2020-07-22T18:51:08.617Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T18:51:08.985Z] + git describe --exact-match --tags HEAD [2020-07-22T18:51:08.985Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-22T18:51:09.114Z] $ docker exec --env ******** --env ******** dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 ssh-agent -k [2020-07-22T18:51:09.299Z] unset SSH_AUTH_SOCK; [2020-07-22T18:51:09.300Z] unset SSH_AGENT_PID; [2020-07-22T18:51:09.300Z] echo Agent pid 18 killed; [2020-07-22T18:51:09.368Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-22T18:51:09.501Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-22T18:51:09.501Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-22T18:51:09.595Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T18:51:09.595Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T18:51:09.933Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T18:51:09.933Z] $ docker exec dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 ssh-agent [2020-07-22T18:51:10.465Z] SSH_AUTH_SOCK=/tmp/ssh-FeOu5OWE7EjN/agent.49 [2020-07-22T18:51:10.465Z] SSH_AGENT_PID=54 [2020-07-22T18:51:10.476Z] Running ssh-add (command line suppressed) [2020-07-22T18:51:10.676Z] Identity added: /w/workspace/y_app-service-configurable_PR-99@tmp/private_key_7977390584744162781.key (/w/workspace/y_app-service-configurable_PR-99@tmp/private_key_7977390584744162781.key) [2020-07-22T18:51:10.758Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T18:51:11.128Z] + git semver init [2020-07-22T18:51:11.128Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T18:51:11.128Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_PR-99/.git [2020-07-22T18:51:11.128Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_PR-99 [2020-07-22T18:51:11.128Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T18:51:11.128Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T18:51:11.128Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T18:51:11.128Z] # $SEMVER_BRANCH = PR-99 [2020-07-22T18:51:11.128Z] # $SEMVER_TEMP = /tmp/semver-168641085 [2020-07-22T18:51:11.128Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-07-22T18:51:11.707Z] # '/tmp/semver-168641085' -> '/w/workspace/y_app-service-configurable_PR-99/.semver' [2020-07-22T18:51:11.707Z] # -> Force: false [2020-07-22T18:51:11.707Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_PR-99/.semver [Pipeline] } [2020-07-22T18:51:11.726Z] $ docker exec --env ******** --env ******** dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 ssh-agent -k [2020-07-22T18:51:11.892Z] unset SSH_AUTH_SOCK; [2020-07-22T18:51:11.892Z] unset SSH_AGENT_PID; [2020-07-22T18:51:11.892Z] echo Agent pid 54 killed; [2020-07-22T18:51:11.976Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T18:51:12.540Z] + git semver [Pipeline] } [2020-07-22T18:51:12.567Z] $ docker stop --time=1 dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 [2020-07-22T18:51:14.083Z] $ docker rm -f dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-22T18:51:15.066Z] Stashed 19 file(s) [Pipeline] echo [2020-07-22T18:51:15.084Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-07-22T18:51:15.192Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-22T18:51:30.791Z] Still waiting to schedule task [2020-07-22T18:51:30.791Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-22T18:51:30.811Z] Still waiting to schedule task [2020-07-22T18:51:30.811Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-621’ is offline [2020-07-22T18:53:07.596Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-626 in /w/workspace/y_app-service-configurable_PR-99 [Pipeline] { [Pipeline] ws [2020-07-22T18:53:07.665Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2020-07-22T18:53:13.224Z] using credential edgex-jenkins-ssh [2020-07-22T18:53:13.319Z] Cloning the remote Git repository [2020-07-22T18:53:13.319Z] Cloning with configured refspecs honoured and without tags [2020-07-22T18:53:13.386Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-07-22T18:53:13.548Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2020-07-22T18:53:13.627Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-22T18:53:13.629Z] > git --version # timeout=10 [2020-07-22T18:53:13.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T18:53:13.759Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T18:53:14.075Z] Running on prd-centos7-docker-4c-2g-627 in /w/workspace/y_app-service-configurable_PR-99 [Pipeline] { [Pipeline] ws [2020-07-22T18:53:14.323Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2020-07-22T18:53:14.445Z] Fetching without tags [2020-07-22T18:53:14.928Z] Merging remotes/origin/master commit 7083d631a7041b965c176d4130fbdc230550ad84 into PR head commit 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 [2020-07-22T18:53:15.293Z] Merge succeeded, producing 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 [2020-07-22T18:53:14.365Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-22T18:53:14.380Z] > git config --add remote.origin.fetch +refs/pull/99/head:refs/remotes/origin/PR-99 # timeout=10 [2020-07-22T18:53:14.397Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T18:53:14.423Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-22T18:53:14.456Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-22T18:53:14.456Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T18:53:14.466Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T18:53:14.956Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T18:53:14.982Z] > git checkout -f 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 # timeout=10 [2020-07-22T18:53:15.076Z] > git remote # timeout=10 [2020-07-22T18:53:15.136Z] > git config --get remote.origin.url # timeout=10 [2020-07-22T18:53:15.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T18:53:15.184Z] > git merge 7083d631a7041b965c176d4130fbdc230550ad84 # timeout=10 [2020-07-22T18:53:15.245Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-22T18:53:15.293Z] Checking out Revision 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 (PR-99) [2020-07-22T18:53:16.334Z] using credential edgex-jenkins-ssh [2020-07-22T18:53:16.377Z] Cloning the remote Git repository [2020-07-22T18:53:16.377Z] Cloning with configured refspecs honoured and without tags [2020-07-22T18:53:15.299Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T18:53:15.346Z] > git checkout -f 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 # timeout=10 [2020-07-22T18:53:16.404Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-07-22T18:53:16.467Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2020-07-22T18:53:16.533Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-22T18:53:16.534Z] > git --version # timeout=10 [2020-07-22T18:53:16.557Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T18:53:16.603Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T18:53:17.057Z] Fetching without tags [2020-07-22T18:53:17.470Z] Merging remotes/origin/master commit 7083d631a7041b965c176d4130fbdc230550ad84 into PR head commit 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 [2020-07-22T18:53:17.532Z] Merge succeeded, producing 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 [2020-07-22T18:53:17.533Z] Checking out Revision 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 (PR-99) [2020-07-22T18:53:17.025Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-22T18:53:17.033Z] > git config --add remote.origin.fetch +refs/pull/99/head:refs/remotes/origin/PR-99 # timeout=10 [2020-07-22T18:53:17.038Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T18:53:17.049Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-22T18:53:17.059Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-22T18:53:17.059Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T18:53:17.064Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T18:53:17.477Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T18:53:17.481Z] > git checkout -f 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 # timeout=10 [2020-07-22T18:53:17.509Z] > git remote # timeout=10 [2020-07-22T18:53:17.513Z] > git config --get remote.origin.url # timeout=10 [2020-07-22T18:53:17.517Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T18:53:17.520Z] > git merge 7083d631a7041b965c176d4130fbdc230550ad84 # timeout=10 [2020-07-22T18:53:17.527Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-22T18:53:17.534Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T18:53:17.539Z] > git checkout -f 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 # timeout=10 [2020-07-22T18:53:19.714Z] Commit message: "revert: remove mongo implementation" [2020-07-22T18:53:19.765Z] > git --version # timeout=10 [2020-07-22T18:53:19.788Z] fatal: bad object dcbc8a6d220df67e999b8e0a576aeb28edcc7cba [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-22T18:53:21.039Z] Commit message: "revert: remove mongo implementation" [2020-07-22T18:53:21.059Z] > git --version # timeout=10 [2020-07-22T18:53:21.067Z] fatal: bad object dcbc8a6d220df67e999b8e0a576aeb28edcc7cba [Pipeline] echo [2020-07-22T18:53:21.099Z] ========================================================= [2020-07-22T18:53:21.099Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-22T18:53:21.099Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-07-22T18:53:22.185Z] + 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 . [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-22T18:53:22.490Z] ========================================================= [2020-07-22T18:53:22.490Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-22T18:53:22.490Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:53:23.176Z] Sending build context to Docker daemon 290.3kB [2020-07-22T18:53:23.176Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-22T18:53:23.176Z] Step 2/8 : FROM ${BASE} [2020-07-22T18:53:23.197Z] + 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-07-22T18:53:23.454Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-22T18:53:23.454Z] b538f80385f9: Pulling fs layer [2020-07-22T18:53:23.454Z] 74f711af9a0d: Pulling fs layer [2020-07-22T18:53:23.454Z] 99f96fe45779: Pulling fs layer [2020-07-22T18:53:23.454Z] fd7a069fd194: Pulling fs layer [2020-07-22T18:53:23.454Z] 66aa3694b03b: Pulling fs layer [2020-07-22T18:53:23.454Z] 170f70906a0f: Pulling fs layer [2020-07-22T18:53:23.454Z] ad7c5574e4b9: Pulling fs layer [2020-07-22T18:53:23.454Z] e772456be8f7: Pulling fs layer [2020-07-22T18:53:23.454Z] c890913d741a: Pulling fs layer [2020-07-22T18:53:23.454Z] 2480fcc9aa5a: Pulling fs layer [2020-07-22T18:53:23.454Z] 09adf4765672: Pulling fs layer [2020-07-22T18:53:23.454Z] fd7a069fd194: Waiting [2020-07-22T18:53:23.454Z] 66aa3694b03b: Waiting [2020-07-22T18:53:23.454Z] 170f70906a0f: Waiting [2020-07-22T18:53:23.454Z] ad7c5574e4b9: Waiting [2020-07-22T18:53:23.454Z] e772456be8f7: Waiting [2020-07-22T18:53:23.454Z] c890913d741a: Waiting [2020-07-22T18:53:23.454Z] 2480fcc9aa5a: Waiting [2020-07-22T18:53:23.454Z] 09adf4765672: Waiting [2020-07-22T18:53:23.454Z] 99f96fe45779: Verifying Checksum [2020-07-22T18:53:23.454Z] 99f96fe45779: Download complete [2020-07-22T18:53:23.454Z] 74f711af9a0d: Verifying Checksum [2020-07-22T18:53:23.454Z] 74f711af9a0d: Download complete [2020-07-22T18:53:23.454Z] 66aa3694b03b: Download complete [2020-07-22T18:53:23.454Z] 170f70906a0f: Verifying Checksum [2020-07-22T18:53:23.454Z] 170f70906a0f: Download complete [2020-07-22T18:53:23.454Z] b538f80385f9: Verifying Checksum [2020-07-22T18:53:23.454Z] b538f80385f9: Download complete [2020-07-22T18:53:23.465Z] Sending build context to Docker daemon 290.3kB [2020-07-22T18:53:23.465Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-22T18:53:23.465Z] Step 2/8 : FROM ${BASE} [2020-07-22T18:53:23.465Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-22T18:53:23.465Z] df20fa9351a1: Pulling fs layer [2020-07-22T18:53:23.465Z] ed8968b2872e: Pulling fs layer [2020-07-22T18:53:23.465Z] a92cc7c5fd73: Pulling fs layer [2020-07-22T18:53:23.465Z] 2dd03ba5bac4: Pulling fs layer [2020-07-22T18:53:23.465Z] 1e091d79d1de: Pulling fs layer [2020-07-22T18:53:23.465Z] 481702a1767f: Pulling fs layer [2020-07-22T18:53:23.465Z] f64a6f60c768: Pulling fs layer [2020-07-22T18:53:23.465Z] e78d2573fc39: Pulling fs layer [2020-07-22T18:53:23.465Z] e876d2f968b6: Pulling fs layer [2020-07-22T18:53:23.465Z] ce8a83651883: Pulling fs layer [2020-07-22T18:53:23.465Z] 07967f4d0e4b: Pulling fs layer [2020-07-22T18:53:23.465Z] 2dd03ba5bac4: Waiting [2020-07-22T18:53:23.465Z] ce8a83651883: Waiting [2020-07-22T18:53:23.465Z] e78d2573fc39: Waiting [2020-07-22T18:53:23.465Z] 1e091d79d1de: Waiting [2020-07-22T18:53:23.465Z] 07967f4d0e4b: Waiting [2020-07-22T18:53:23.465Z] e876d2f968b6: Waiting [2020-07-22T18:53:23.465Z] f64a6f60c768: Waiting [2020-07-22T18:53:23.465Z] 481702a1767f: Waiting [2020-07-22T18:53:23.465Z] a92cc7c5fd73: Verifying Checksum [2020-07-22T18:53:23.465Z] a92cc7c5fd73: Download complete [2020-07-22T18:53:23.465Z] ed8968b2872e: Verifying Checksum [2020-07-22T18:53:23.465Z] ed8968b2872e: Download complete [2020-07-22T18:53:23.465Z] 1e091d79d1de: Verifying Checksum [2020-07-22T18:53:23.465Z] 1e091d79d1de: Download complete [2020-07-22T18:53:23.465Z] 481702a1767f: Verifying Checksum [2020-07-22T18:53:23.465Z] 481702a1767f: Download complete [2020-07-22T18:53:23.465Z] df20fa9351a1: Verifying Checksum [2020-07-22T18:53:23.465Z] df20fa9351a1: Download complete [2020-07-22T18:53:23.731Z] df20fa9351a1: Pull complete [2020-07-22T18:53:24.001Z] ed8968b2872e: Pull complete [2020-07-22T18:53:24.001Z] a92cc7c5fd73: Pull complete [2020-07-22T18:53:24.450Z] b538f80385f9: Pull complete [2020-07-22T18:53:24.950Z] f64a6f60c768: Verifying Checksum [2020-07-22T18:53:24.951Z] f64a6f60c768: Download complete [2020-07-22T18:53:24.951Z] e876d2f968b6: Verifying Checksum [2020-07-22T18:53:24.951Z] e876d2f968b6: Download complete [2020-07-22T18:53:25.059Z] 74f711af9a0d: Pull complete [2020-07-22T18:53:25.340Z] 99f96fe45779: Pull complete [2020-07-22T18:53:25.531Z] 2dd03ba5bac4: Verifying Checksum [2020-07-22T18:53:25.531Z] 2dd03ba5bac4: Download complete [2020-07-22T18:53:25.531Z] 07967f4d0e4b: Verifying Checksum [2020-07-22T18:53:25.531Z] 07967f4d0e4b: Download complete [2020-07-22T18:53:26.121Z] ce8a83651883: Verifying Checksum [2020-07-22T18:53:26.121Z] ce8a83651883: Download complete [2020-07-22T18:53:26.121Z] e78d2573fc39: Verifying Checksum [2020-07-22T18:53:26.121Z] e78d2573fc39: Download complete [2020-07-22T18:53:26.787Z] ad7c5574e4b9: Verifying Checksum [2020-07-22T18:53:26.787Z] ad7c5574e4b9: Download complete [2020-07-22T18:53:26.787Z] c890913d741a: Verifying Checksum [2020-07-22T18:53:26.787Z] c890913d741a: Download complete [2020-07-22T18:53:28.773Z] 2480fcc9aa5a: Verifying Checksum [2020-07-22T18:53:28.773Z] 2480fcc9aa5a: Download complete [2020-07-22T18:53:28.773Z] 09adf4765672: Verifying Checksum [2020-07-22T18:53:28.773Z] 09adf4765672: Download complete [2020-07-22T18:53:28.773Z] e772456be8f7: Verifying Checksum [2020-07-22T18:53:28.773Z] e772456be8f7: Download complete [2020-07-22T18:53:29.044Z] fd7a069fd194: Verifying Checksum [2020-07-22T18:53:29.044Z] fd7a069fd194: Download complete [2020-07-22T18:53:31.416Z] 2dd03ba5bac4: Pull complete [2020-07-22T18:53:31.417Z] 1e091d79d1de: Pull complete [2020-07-22T18:53:31.417Z] 481702a1767f: Pull complete [2020-07-22T18:53:35.620Z] f64a6f60c768: Pull complete [2020-07-22T18:53:38.161Z] e78d2573fc39: Pull complete [2020-07-22T18:53:38.161Z] e876d2f968b6: Pull complete [2020-07-22T18:53:39.552Z] ce8a83651883: Pull complete [2020-07-22T18:53:39.552Z] 07967f4d0e4b: Pull complete [2020-07-22T18:53:39.552Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-22T18:53:39.552Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-22T18:53:39.552Z] ---> 5d7c900382c6 [2020-07-22T18:53:39.552Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-22T18:53:40.937Z] ---> Running in aa9b1994135d [2020-07-22T18:53:40.937Z] Removing intermediate container aa9b1994135d [2020-07-22T18:53:40.937Z] ---> caea014d9d65 [2020-07-22T18:53:40.937Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:53:40.937Z] ---> Running in a9781f825e87 [2020-07-22T18:53:41.466Z] fd7a069fd194: Pull complete [2020-07-22T18:53:41.466Z] 66aa3694b03b: Pull complete [2020-07-22T18:53:41.466Z] 170f70906a0f: Pull complete [2020-07-22T18:53:42.332Z] Removing intermediate container a9781f825e87 [2020-07-22T18:53:42.332Z] ---> eb547df0a6ce [2020-07-22T18:53:42.332Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-07-22T18:53:42.332Z] ---> Running in d7ecaf0a8843 [2020-07-22T18:53:42.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:53:43.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:53:43.737Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-07-22T18:53:43.737Z] (2/6) Installing libsodium (1.0.18-r0) [2020-07-22T18:53:43.998Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-07-22T18:53:43.999Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-07-22T18:53:44.260Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-22T18:53:44.260Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-07-22T18:53:44.260Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:53:44.260Z] OK: 167 MiB in 45 packages [2020-07-22T18:53:44.839Z] Removing intermediate container d7ecaf0a8843 [2020-07-22T18:53:44.839Z] ---> d79f5f068c1d [2020-07-22T18:53:44.839Z] Step 6/8 : WORKDIR /app [2020-07-22T18:53:44.839Z] ---> Running in cc65b7be5bf9 [2020-07-22T18:53:44.889Z] ad7c5574e4b9: Pull complete [2020-07-22T18:53:45.101Z] Removing intermediate container cc65b7be5bf9 [2020-07-22T18:53:45.101Z] ---> 6cd718c0d899 [2020-07-22T18:53:45.101Z] Step 7/8 : COPY . . [2020-07-22T18:53:45.674Z] ---> 8a9f834788ba [2020-07-22T18:53:45.674Z] Step 8/8 : RUN go mod download [2020-07-22T18:53:45.674Z] ---> Running in af806e95fedf [2020-07-22T18:53:48.223Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-22T18:53:48.223Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T18:53:48.223Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T18:53:48.223Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T18:53:48.223Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T18:53:48.223Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T18:53:48.223Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T18:53:48.223Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T18:53:48.223Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-22T18:53:48.223Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-22T18:53:48.223Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 [2020-07-22T18:53:48.223Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-22T18:53:48.223Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T18:53:48.223Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-22T18:53:48.223Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-22T18:53:48.223Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T18:53:48.223Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-22T18:53:48.223Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T18:53:48.223Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-22T18:53:48.223Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T18:53:48.223Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T18:53:48.223Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T18:53:48.223Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-22T18:53:48.223Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T18:53:48.484Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-22T18:53:48.484Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-22T18:53:48.484Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-22T18:53:48.484Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T18:53:48.484Z] go: finding github.com/google/go-cmp v0.4.0 [2020-07-22T18:53:48.484Z] go: finding github.com/google/uuid v1.1.1 [2020-07-22T18:53:48.484Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-22T18:53:48.484Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T18:53:48.484Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T18:53:48.484Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T18:53:48.484Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T18:53:48.484Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T18:53:48.744Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T18:53:48.744Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T18:53:48.745Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T18:53:48.745Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-22T18:53:48.745Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T18:53:48.745Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T18:53:48.745Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T18:53:48.745Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T18:53:48.745Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T18:53:48.745Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T18:53:48.745Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T18:53:48.745Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T18:53:49.005Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-22T18:53:49.005Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T18:53:49.005Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-22T18:53:49.005Z] go: finding github.com/kr/pty v1.1.1 [2020-07-22T18:53:49.005Z] go: finding github.com/kr/text v0.1.0 [2020-07-22T18:53:49.005Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T18:53:49.005Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T18:53:49.005Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-22T18:53:49.005Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T18:53:49.005Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T18:53:49.005Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T18:53:49.005Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-22T18:53:49.265Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T18:53:49.265Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T18:53:49.265Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T18:53:49.265Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T18:53:49.265Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T18:53:49.265Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-22T18:53:49.265Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-22T18:53:49.265Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T18:53:49.265Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-22T18:53:49.265Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T18:53:49.265Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T18:53:49.265Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T18:53:49.525Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T18:53:49.525Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-22T18:53:49.525Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T18:53:49.525Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-22T18:53:49.525Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-22T18:53:49.525Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-07-22T18:53:49.525Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T18:53:49.525Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T18:53:49.525Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-22T18:53:49.525Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-22T18:53:49.525Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-22T18:53:49.785Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-22T18:53:49.785Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-22T18:53:49.785Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T18:53:49.785Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-22T18:53:49.785Z] go: finding golang.org/x/text v0.3.2 [2020-07-22T18:53:49.785Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-22T18:53:49.785Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-07-22T18:53:49.785Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-22T18:53:49.785Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-22T18:53:49.785Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-22T18:53:49.785Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T18:53:49.785Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-22T18:53:50.314Z] e772456be8f7: Pull complete [2020-07-22T18:53:50.314Z] c890913d741a: Pull complete [2020-07-22T18:53:52.294Z] 2480fcc9aa5a: Pull complete [2020-07-22T18:53:52.566Z] 09adf4765672: Pull complete [2020-07-22T18:53:52.567Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-22T18:53:52.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-22T18:53:52.567Z] ---> 2248a725d1cf [2020-07-22T18:53:52.567Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-22T18:53:57.989Z] ---> Running in 0a7f253125ef [2020-07-22T18:53:57.989Z] Removing intermediate container 0a7f253125ef [2020-07-22T18:53:57.989Z] ---> cac31f230390 [2020-07-22T18:53:57.989Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:53:57.989Z] ---> Running in 3d63d9b99a50 [2020-07-22T18:54:00.616Z] Removing intermediate container 3d63d9b99a50 [2020-07-22T18:54:00.616Z] ---> 76f069185992 [2020-07-22T18:54:00.616Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-07-22T18:54:00.616Z] ---> Running in 4c625970bcfc [2020-07-22T18:54:02.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:54:02.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:54:03.237Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-07-22T18:54:03.237Z] (2/6) Installing libsodium (1.0.18-r0) [2020-07-22T18:54:03.506Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-07-22T18:54:03.506Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-07-22T18:54:03.778Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-22T18:54:03.778Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-07-22T18:54:03.778Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:54:03.778Z] OK: 143 MiB in 45 packages [2020-07-22T18:54:04.723Z] Removing intermediate container af806e95fedf [2020-07-22T18:54:04.723Z] ---> 74511b38813b [2020-07-22T18:54:04.723Z] Successfully built 74511b38813b [2020-07-22T18:54:04.723Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-07-22T18:54:05.200Z] Removing intermediate container 4c625970bcfc [2020-07-22T18:54:05.200Z] ---> 77d463f2069b [2020-07-22T18:54:05.200Z] Step 6/8 : WORKDIR /app [2020-07-22T18:54:05.200Z] ---> Running in 4deb2c421ba4 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:54:05.473Z] Removing intermediate container 4deb2c421ba4 [2020-07-22T18:54:05.473Z] ---> 327846455ce1 [2020-07-22T18:54:05.473Z] Step 7/8 : COPY . . [2020-07-22T18:54:05.663Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-22T18:54:05.663Z] . [Pipeline] withDockerContainer [2020-07-22T18:54:05.789Z] prd-centos7-docker-4c-2g-627 does not seem to be running inside a container [2020-07-22T18:54:05.842Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-22T18:54:06.447Z] ---> 90b35e6cc369 [2020-07-22T18:54:06.447Z] Step 8/8 : RUN go mod download [2020-07-22T18:54:06.447Z] ---> Running in 1d7a03399e00 [2020-07-22T18:54:06.490Z] $ docker top 4ac1ded6f7e3927205fc970d8481082772da27c2b45a4de042484fc1caeeca1a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T18:54:07.051Z] + go version [2020-07-22T18:54:07.051Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-07-22T18:54:07.370Z] + make test [2020-07-22T18:54:07.371Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-07-22T18:54:09.831Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-22T18:54:09.831Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T18:54:09.831Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T18:54:09.831Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T18:54:09.831Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T18:54:09.831Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T18:54:09.831Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T18:54:09.831Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T18:54:09.831Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-22T18:54:09.831Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-22T18:54:09.831Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 [2020-07-22T18:54:09.831Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-22T18:54:09.831Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T18:54:09.831Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-22T18:54:09.831Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-22T18:54:09.831Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T18:54:09.831Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-22T18:54:09.831Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T18:54:09.831Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-22T18:54:09.831Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T18:54:09.831Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T18:54:09.831Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T18:54:09.831Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-22T18:54:09.831Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T18:54:09.831Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-22T18:54:09.831Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-22T18:54:10.105Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-22T18:54:10.105Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T18:54:10.105Z] go: finding github.com/google/go-cmp v0.4.0 [2020-07-22T18:54:10.105Z] go: finding github.com/google/uuid v1.1.1 [2020-07-22T18:54:10.105Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-22T18:54:10.105Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T18:54:10.105Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T18:54:10.105Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T18:54:10.105Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T18:54:10.105Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T18:54:10.105Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T18:54:10.379Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T18:54:10.379Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T18:54:10.379Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-22T18:54:10.379Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T18:54:10.379Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T18:54:10.379Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T18:54:10.379Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T18:54:10.379Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T18:54:10.379Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T18:54:10.379Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T18:54:10.379Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T18:54:10.379Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-22T18:54:10.651Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T18:54:10.651Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-22T18:54:10.651Z] go: finding github.com/kr/pty v1.1.1 [2020-07-22T18:54:10.651Z] go: finding github.com/kr/text v0.1.0 [2020-07-22T18:54:10.651Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T18:54:10.651Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T18:54:10.651Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-22T18:54:10.651Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T18:54:10.651Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T18:54:10.651Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T18:54:10.651Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-22T18:54:10.924Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T18:54:10.924Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T18:54:10.924Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T18:54:10.924Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T18:54:10.924Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T18:54:10.924Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-22T18:54:10.924Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-22T18:54:10.924Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T18:54:10.924Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-22T18:54:10.924Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T18:54:10.924Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T18:54:10.924Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T18:54:11.196Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T18:54:11.196Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-22T18:54:11.196Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T18:54:11.196Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-22T18:54:11.196Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-22T18:54:11.196Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-07-22T18:54:11.196Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T18:54:11.196Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T18:54:11.196Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-22T18:54:11.196Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-22T18:54:11.469Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-22T18:54:11.469Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-22T18:54:11.469Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-22T18:54:11.469Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T18:54:11.469Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-22T18:54:11.469Z] go: finding golang.org/x/text v0.3.2 [2020-07-22T18:54:11.469Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-22T18:54:11.469Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-07-22T18:54:11.469Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-22T18:54:11.469Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-22T18:54:11.469Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-22T18:54:11.469Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T18:54:11.782Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-22T18:54:22.349Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-07-22T18:54:22.349Z] CGO_ENABLED=1 go vet ./... [2020-07-22T18:54:24.280Z] gofmt -l . [2020-07-22T18:54:24.280Z] [ "`gofmt -l .`" = "" ] [2020-07-22T18:54:24.280Z] ./bin/test-go-mod-tidy.sh [2020-07-22T18:54:24.543Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-07-22T18:54:25.415Z] Stashed 1 file(s) [Pipeline] } [2020-07-22T18:54:25.425Z] $ docker stop --time=1 4ac1ded6f7e3927205fc970d8481082772da27c2b45a4de042484fc1caeeca1a [2020-07-22T18:54:27.754Z] $ docker rm -f 4ac1ded6f7e3927205fc970d8481082772da27c2b45a4de042484fc1caeeca1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-07-22T18:54:30.077Z] Removing intermediate container 1d7a03399e00 [2020-07-22T18:54:30.077Z] ---> 22eee42546bb [2020-07-22T18:54:30.077Z] Successfully built 22eee42546bb [2020-07-22T18:54:30.077Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-07-22T18:54:30.893Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:54:31.222Z] + ls -al . [2020-07-22T18:54:31.223Z] total 96 [2020-07-22T18:54:31.223Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jul 22 18:54 . [2020-07-22T18:54:31.223Z] drwxrwxr-x. 4 jenkins jenkins 28 Jul 22 18:53 .. [2020-07-22T18:54:31.223Z] -rw-rw-r--. 1 jenkins jenkins 6027 Jul 22 18:53 Attribution.txt [2020-07-22T18:54:31.223Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 22 18:53 bin [2020-07-22T18:54:31.223Z] -rw-r--r--. 1 jenkins jenkins 10 Jul 22 18:54 coverage.out [2020-07-22T18:54:31.223Z] -rw-rw-r--. 1 jenkins jenkins 180 Jul 22 18:53 docker-compose.debug.yml [2020-07-22T18:54:31.223Z] -rw-rw-r--. 1 jenkins jenkins 133 Jul 22 18:53 docker-compose.yml [2020-07-22T18:54:31.223Z] -rw-rw-r--. 1 jenkins jenkins 1997 Jul 22 18:53 Dockerfile [2020-07-22T18:54:31.223Z] -rw-rw-r--. 1 jenkins jenkins 966 Jul 22 18:53 Dockerfile.build [2020-07-22T18:54:31.223Z] -rw-rw-r--. 1 jenkins jenkins 119 Jul 22 18:53 .dockerignore [2020-07-22T18:54:31.223Z] drwxrwxr-x. 8 jenkins jenkins 179 Jul 22 18:53 .git [2020-07-22T18:54:31.223Z] drwxrwxr-x. 2 jenkins jenkins 81 Jul 22 18:53 .github [2020-07-22T18:54:31.223Z] -rw-rw-r--. 1 jenkins jenkins 93 Jul 22 18:53 .gitignore [2020-07-22T18:54:31.223Z] -rw-r--r--. 1 jenkins jenkins 133 Jul 22 18:54 go.mod [2020-07-22T18:54:31.223Z] -rw-r--r--. 1 jenkins jenkins 18986 Jul 22 18:54 go.sum [2020-07-22T18:54:31.223Z] -rw-rw-r--. 1 jenkins jenkins 710 Jul 22 18:53 Jenkinsfile [2020-07-22T18:54:31.223Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jul 22 18:53 LICENSE [2020-07-22T18:54:31.223Z] -rw-rw-r--. 1 jenkins jenkins 1519 Jul 22 18:53 main.go [2020-07-22T18:54:31.223Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jul 22 18:53 makefile [2020-07-22T18:54:31.223Z] -rw-rw-r--. 1 jenkins jenkins 481 Jul 22 18:53 README.md [2020-07-22T18:54:31.223Z] drwxrwxr-x. 10 jenkins jenkins 171 Jul 22 18:53 res [2020-07-22T18:54:31.223Z] drwxrwxr-x. 3 jenkins jenkins 45 Jul 22 18:53 .semver [2020-07-22T18:54:31.223Z] drwxrwxr-x. 4 jenkins jenkins 71 Jul 22 18:53 snap [2020-07-22T18:54:31.223Z] -rw-rw-r--. 1 jenkins jenkins 5 Jul 22 18:51 VERSION [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:54:31.514Z] + docker inspect -f . ci-base-image-arm64 [2020-07-22T18:54:31.514Z] . [Pipeline] withDockerContainer [2020-07-22T18:54:31.632Z] + 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=7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 --label arch=amd64 --label version=0.0.0 . [2020-07-22T18:54:31.632Z] Sending build context to Docker daemon 312.3kB [2020-07-22T18:54:31.632Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-07-22T18:54:31.632Z] Step 2/26 : FROM ${BASE} AS builder [2020-07-22T18:54:31.632Z] ---> 74511b38813b [2020-07-22T18:54:31.632Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-07-22T18:54:31.769Z] prd-ubuntu18.04-docker-arm64-4c-16g-626 does not seem to be running inside a container [2020-07-22T18:54:31.850Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-22T18:54:31.892Z] ---> Running in 98080759b036 [2020-07-22T18:54:31.892Z] Removing intermediate container 98080759b036 [2020-07-22T18:54:31.892Z] ---> 914f14b8ebaa [2020-07-22T18:54:31.892Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-07-22T18:54:31.892Z] ---> Running in edc33ae71bf5 [2020-07-22T18:54:32.152Z] Removing intermediate container edc33ae71bf5 [2020-07-22T18:54:32.152Z] ---> 7c026eba2fea [2020-07-22T18:54:32.152Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-22T18:54:32.152Z] ---> Running in e8b280bd99f2 [2020-07-22T18:54:32.413Z] Removing intermediate container e8b280bd99f2 [2020-07-22T18:54:32.413Z] ---> 67b87f2895f8 [2020-07-22T18:54:32.413Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:54:32.413Z] ---> Running in f8703a8e487d [2020-07-22T18:54:33.354Z] Removing intermediate container f8703a8e487d [2020-07-22T18:54:33.354Z] ---> 8b33b9955285 [2020-07-22T18:54:33.354Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-22T18:54:33.354Z] ---> Running in 33be0d059350 [2020-07-22T18:54:33.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:54:33.703Z] $ docker top c0b01e28028c2985bb4e34fdbeebb9645fa6fd5747b595e1f07e8a4432b78fec -eo pid,comm [Pipeline] { [2020-07-22T18:54:34.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2020-07-22T18:54:34.763Z] OK: 167 MiB in 45 packages [2020-07-22T18:54:35.023Z] Removing intermediate container 33be0d059350 [2020-07-22T18:54:35.023Z] ---> 8fe7fd760d92 [2020-07-22T18:54:35.023Z] Step 8/26 : WORKDIR /app [2020-07-22T18:54:35.023Z] ---> Running in 4671d570686d [2020-07-22T18:54:35.241Z] + go version [2020-07-22T18:54:35.241Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-07-22T18:54:35.283Z] Removing intermediate container 4671d570686d [2020-07-22T18:54:35.283Z] ---> af169ab45f81 [2020-07-22T18:54:35.283Z] Step 9/26 : COPY go.mod . [2020-07-22T18:54:35.545Z] ---> c4158a16eebb [2020-07-22T18:54:35.545Z] Step 10/26 : RUN go mod download [2020-07-22T18:54:35.545Z] ---> Running in 84c64eb7facc [2020-07-22T18:54:36.288Z] + make test [2020-07-22T18:54:36.288Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-07-22T18:54:36.490Z] Removing intermediate container 84c64eb7facc [2020-07-22T18:54:36.490Z] ---> a426d2b242b4 [2020-07-22T18:54:36.490Z] Step 11/26 : COPY . . [2020-07-22T18:54:36.750Z] ---> da75f7b70399 [2020-07-22T18:54:36.750Z] Step 12/26 : ARG MAKE="make build" [2020-07-22T18:54:36.750Z] ---> Running in 69bc8e54a204 [2020-07-22T18:54:37.012Z] Removing intermediate container 69bc8e54a204 [2020-07-22T18:54:37.012Z] ---> a0d78609ed98 [2020-07-22T18:54:37.012Z] Step 13/26 : RUN $MAKE [2020-07-22T18:54:37.012Z] ---> Running in 603f5e4bc6b4 [2020-07-22T18:54:37.590Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-07-22T18:54:55.795Z] Removing intermediate container 603f5e4bc6b4 [2020-07-22T18:54:55.795Z] ---> 9c84ec1eb6f2 [2020-07-22T18:54:55.795Z] Step 14/26 : FROM alpine:latest [2020-07-22T18:54:55.795Z] latest: Pulling from library/alpine [2020-07-22T18:54:55.795Z] df20fa9351a1: Already exists [2020-07-22T18:54:55.795Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-22T18:54:55.795Z] Status: Downloaded newer image for alpine:latest [2020-07-22T18:54:55.795Z] ---> a24bb4013296 [2020-07-22T18:54:55.795Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-22T18:54:55.795Z] ---> Running in d0b7c7388422 [2020-07-22T18:54:55.795Z] Removing intermediate container d0b7c7388422 [2020-07-22T18:54:55.795Z] ---> 459e7042032d [2020-07-22T18:54:55.795Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-07-22T18:54:55.795Z] ---> Running in 3cbf35190732 [2020-07-22T18:54:55.795Z] Removing intermediate container 3cbf35190732 [2020-07-22T18:54:55.795Z] ---> 19d062a76ce8 [2020-07-22T18:54:55.795Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-07-22T18:54:55.795Z] ---> Running in 647bcdb36701 [2020-07-22T18:54:55.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T18:54:55.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T18:54:55.796Z] (1/6) Installing ca-certificates (20191127-r4) [2020-07-22T18:54:55.796Z] (2/6) Installing libgcc (9.3.0-r2) [2020-07-22T18:54:55.796Z] (3/6) Installing libsodium (1.0.18-r0) [2020-07-22T18:54:55.796Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-07-22T18:54:55.796Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-22T18:54:55.796Z] (6/6) Installing zeromq (4.3.2-r0) [2020-07-22T18:54:55.796Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:54:55.796Z] Executing ca-certificates-20191127-r4.trigger [2020-07-22T18:54:55.796Z] OK: 9 MiB in 20 packages [2020-07-22T18:54:57.189Z] Removing intermediate container 647bcdb36701 [2020-07-22T18:54:57.189Z] ---> 1b3f3d8743ef [2020-07-22T18:54:57.189Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-07-22T18:54:57.189Z] ---> 0f7e95832590 [2020-07-22T18:54:57.189Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-07-22T18:54:57.455Z] ---> a43016d13d25 [2020-07-22T18:54:57.455Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-07-22T18:54:57.717Z] ---> b22d2840a658 [2020-07-22T18:54:57.717Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-07-22T18:54:58.289Z] ---> c65301f5036d [2020-07-22T18:54:58.289Z] Step 22/26 : EXPOSE 48095 [2020-07-22T18:54:58.289Z] ---> Running in cf9632d31689 [2020-07-22T18:54:58.554Z] Removing intermediate container cf9632d31689 [2020-07-22T18:54:58.554Z] ---> d4047127a844 [2020-07-22T18:54:58.554Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-22T18:54:58.554Z] ---> Running in 74a13c288a01 [2020-07-22T18:54:58.815Z] Removing intermediate container 74a13c288a01 [2020-07-22T18:54:58.815Z] ---> ed65b8b711c9 [2020-07-22T18:54:58.815Z] Step 24/26 : LABEL arch=amd64 [2020-07-22T18:54:58.815Z] ---> Running in fa4573b7b54b [2020-07-22T18:54:58.815Z] Removing intermediate container fa4573b7b54b [2020-07-22T18:54:58.815Z] ---> 4e2a4fee1583 [2020-07-22T18:54:58.815Z] Step 25/26 : LABEL git_sha=7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 [2020-07-22T18:54:59.081Z] ---> Running in 3c23ed3265bc [2020-07-22T18:54:59.081Z] Removing intermediate container 3c23ed3265bc [2020-07-22T18:54:59.081Z] ---> b98208e7bf46 [2020-07-22T18:54:59.081Z] Step 26/26 : LABEL version=0.0.0 [2020-07-22T18:54:59.081Z] ---> Running in c874808f2b0d [2020-07-22T18:54:59.341Z] Removing intermediate container c874808f2b0d [2020-07-22T18:54:59.341Z] ---> 35979dbb1846 [2020-07-22T18:54:59.341Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-22T18:54:59.341Z] Successfully built 35979dbb1846 [2020-07-22T18:54:59.341Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T18:55:00.650Z] ++ find /w/workspace/app-service-configurable/1 [2020-07-22T18:55:00.650Z] ++ grep snapcraft.yaml [2020-07-22T18:55:00.650Z] + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T18:55:00.810Z] provisioning config files... [2020-07-22T18:55:01.068Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/1@tmp/config6037651232651167722tmp [Pipeline] { [Pipeline] sh [2020-07-22T18:55:01.430Z] + cp /w/workspace/app-service-configurable/1@tmp/config6037651232651167722tmp /w/workspace/app-service-configurable/1/edgex-snap-store-login [Pipeline] sh [2020-07-22T18:55:01.764Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/1:/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-07-22T18:55:01.764Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-07-22T18:55:01.764Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-07-22T18:55:01.764Z] a1125296b23d: Pulling fs layer [2020-07-22T18:55:01.764Z] 3c742a4a0f38: Pulling fs layer [2020-07-22T18:55:01.764Z] 4c5ea3b32996: Pulling fs layer [2020-07-22T18:55:01.764Z] 1b4be91ead68: Pulling fs layer [2020-07-22T18:55:01.764Z] 9224317f5338: Pulling fs layer [2020-07-22T18:55:01.764Z] a1d4acd2f81e: Pulling fs layer [2020-07-22T18:55:01.764Z] de16526aea4f: Pulling fs layer [2020-07-22T18:55:01.764Z] 98d9a47ff92f: Pulling fs layer [2020-07-22T18:55:01.764Z] f00a2f7e41d2: Pulling fs layer [2020-07-22T18:55:01.764Z] 1b4be91ead68: Waiting [2020-07-22T18:55:01.764Z] 9224317f5338: Waiting [2020-07-22T18:55:01.764Z] 98d9a47ff92f: Waiting [2020-07-22T18:55:01.764Z] a1d4acd2f81e: Waiting [2020-07-22T18:55:01.764Z] f00a2f7e41d2: Waiting [2020-07-22T18:55:01.764Z] 3c742a4a0f38: Download complete [2020-07-22T18:55:01.764Z] 1b4be91ead68: Verifying Checksum [2020-07-22T18:55:01.764Z] 1b4be91ead68: Download complete [2020-07-22T18:55:02.027Z] 4c5ea3b32996: Verifying Checksum [2020-07-22T18:55:02.027Z] 4c5ea3b32996: Download complete [2020-07-22T18:55:02.027Z] a1d4acd2f81e: Verifying Checksum [2020-07-22T18:55:02.027Z] a1d4acd2f81e: Download complete [2020-07-22T18:55:02.028Z] de16526aea4f: Verifying Checksum [2020-07-22T18:55:02.028Z] de16526aea4f: Download complete [2020-07-22T18:55:02.028Z] 98d9a47ff92f: Verifying Checksum [2020-07-22T18:55:02.028Z] 98d9a47ff92f: Download complete [2020-07-22T18:55:02.028Z] a1125296b23d: Download complete [2020-07-22T18:55:02.028Z] f00a2f7e41d2: Verifying Checksum [2020-07-22T18:55:02.028Z] f00a2f7e41d2: Download complete [2020-07-22T18:55:03.964Z] a1125296b23d: Pull complete [2020-07-22T18:55:03.964Z] 3c742a4a0f38: Pull complete [2020-07-22T18:55:03.964Z] 4c5ea3b32996: Pull complete [2020-07-22T18:55:03.964Z] 1b4be91ead68: Pull complete [2020-07-22T18:55:06.513Z] 9224317f5338: Download complete [2020-07-22T18:55:23.326Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-07-22T18:55:23.326Z] CGO_ENABLED=1 go vet ./... [2020-07-22T18:55:28.735Z] gofmt -l . [2020-07-22T18:55:28.735Z] [ "`gofmt -l .`" = "" ] [2020-07-22T18:55:28.735Z] ./bin/test-go-mod-tidy.sh [2020-07-22T18:55:29.330Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-07-22T18:55:30.343Z] Warning: overwriting stash ‘coverage-report’ [2020-07-22T18:55:31.032Z] Stashed 1 file(s) [Pipeline] } [2020-07-22T18:55:31.045Z] $ docker stop --time=1 c0b01e28028c2985bb4e34fdbeebb9645fa6fd5747b595e1f07e8a4432b78fec [2020-07-22T18:55:33.112Z] 9224317f5338: Pull complete [2020-07-22T18:55:33.112Z] a1d4acd2f81e: Pull complete [2020-07-22T18:55:33.112Z] de16526aea4f: Pull complete [2020-07-22T18:55:33.112Z] 98d9a47ff92f: Pull complete [2020-07-22T18:55:33.112Z] f00a2f7e41d2: Pull complete [2020-07-22T18:55:33.112Z] Digest: sha256:39fc549714d04fcee7efecd05a41bc4dfa0e7f4fb03cb3990b8a1054409554c4 [2020-07-22T18:55:33.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-07-22T18:55:33.260Z] $ docker rm -f c0b01e28028c2985bb4e34fdbeebb9645fa6fd5747b595e1f07e8a4432b78fec [2020-07-22T18:55:33.681Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-22T18:55:33.681Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [Pipeline] // withDockerContainer [2020-07-22T18:55:33.940Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-22T18:55:33.940Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [870 kB] [Pipeline] } [Pipeline] // script [Pipeline] } [2020-07-22T18:55:34.200Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9279 B] [2020-07-22T18:55:34.200Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1022 kB] [2020-07-22T18:55:34.200Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [97.8 kB] [2020-07-22T18:55:34.200Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-07-22T18:55:34.461Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] [2020-07-22T18:55:34.461Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [111 kB] [2020-07-22T18:55:34.461Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1321 kB] [Pipeline] sh [2020-07-22T18:55:34.723Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1409 kB] [2020-07-22T18:55:34.839Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-22T18:55:34.983Z] Fetched 5105 kB in 1s (3602 kB/s) [2020-07-22T18:55:35.231Z] + ls -al . [2020-07-22T18:55:35.231Z] total 124 [2020-07-22T18:55:35.231Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 18:55 . [2020-07-22T18:55:35.231Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 18:53 .. [2020-07-22T18:55:35.231Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 22 18:53 .dockerignore [2020-07-22T18:55:35.231Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 18:53 .git [2020-07-22T18:55:35.231Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 18:53 .github [2020-07-22T18:55:35.231Z] -rw-rw-r-- 1 jenkins jenkins 93 Jul 22 18:53 .gitignore [2020-07-22T18:55:35.231Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 18:53 .semver [2020-07-22T18:55:35.231Z] -rw-rw-r-- 1 jenkins jenkins 6027 Jul 22 18:53 Attribution.txt [2020-07-22T18:55:35.231Z] -rw-rw-r-- 1 jenkins jenkins 1997 Jul 22 18:53 Dockerfile [2020-07-22T18:55:35.231Z] -rw-rw-r-- 1 jenkins jenkins 966 Jul 22 18:53 Dockerfile.build [2020-07-22T18:55:35.231Z] -rw-rw-r-- 1 jenkins jenkins 710 Jul 22 18:53 Jenkinsfile [2020-07-22T18:55:35.231Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 22 18:53 LICENSE [2020-07-22T18:55:35.231Z] -rw-rw-r-- 1 jenkins jenkins 481 Jul 22 18:53 README.md [2020-07-22T18:55:35.231Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 22 18:51 VERSION [2020-07-22T18:55:35.231Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 18:53 bin [2020-07-22T18:55:35.231Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 22 18:54 coverage.out [2020-07-22T18:55:35.231Z] -rw-rw-r-- 1 jenkins jenkins 180 Jul 22 18:53 docker-compose.debug.yml [2020-07-22T18:55:35.231Z] -rw-rw-r-- 1 jenkins jenkins 133 Jul 22 18:53 docker-compose.yml [2020-07-22T18:55:35.231Z] -rw-r--r-- 1 jenkins jenkins 133 Jul 22 18:55 go.mod [2020-07-22T18:55:35.231Z] -rw-r--r-- 1 jenkins jenkins 18986 Jul 22 18:55 go.sum [2020-07-22T18:55:35.231Z] -rw-rw-r-- 1 jenkins jenkins 1519 Jul 22 18:53 main.go [2020-07-22T18:55:35.231Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jul 22 18:53 makefile [2020-07-22T18:55:35.231Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 22 18:53 res [2020-07-22T18:55:35.231Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 18:53 snap [Pipeline] isUnix [Pipeline] sh [2020-07-22T18:55:35.592Z] + 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=7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 --label arch=arm64 --label version=0.0.0 . [2020-07-22T18:55:35.865Z] Sending build context to Docker daemon 312.3kB [2020-07-22T18:55:35.865Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-07-22T18:55:35.865Z] Step 2/26 : FROM ${BASE} AS builder [2020-07-22T18:55:35.865Z] ---> 22eee42546bb [2020-07-22T18:55:35.865Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-07-22T18:55:36.150Z] ---> Running in dc88b61ccff5 [2020-07-22T18:55:36.361Z] Reading package lists... [2020-07-22T18:55:36.744Z] Removing intermediate container dc88b61ccff5 [2020-07-22T18:55:36.744Z] ---> 35c1e0cae26a [2020-07-22T18:55:36.744Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-07-22T18:55:36.744Z] ---> Running in 34779df2906a [2020-07-22T18:55:37.019Z] Removing intermediate container 34779df2906a [2020-07-22T18:55:37.019Z] ---> 1dcf4c017b0a [2020-07-22T18:55:37.019Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-22T18:55:37.297Z] ---> Running in beb232ff4810 [2020-07-22T18:55:37.570Z] Removing intermediate container beb232ff4810 [2020-07-22T18:55:37.570Z] ---> 0117ff2100a1 [2020-07-22T18:55:37.570Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T18:55:37.844Z] ---> Running in 23c4768890e6 [2020-07-22T18:55:38.901Z] 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-07-22T18:55:38.901Z] - README.md [2020-07-22T18:55:38.901Z] [2020-07-22T18:55:38.901Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-07-22T18:55:40.456Z] Removing intermediate container 23c4768890e6 [2020-07-22T18:55:40.456Z] ---> 6d41b095b79a [2020-07-22T18:55:40.456Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-22T18:55:40.456Z] ---> Running in 74ec851d3bdf [2020-07-22T18:55:41.444Z] 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-22T18:55:41.444Z] 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-07-22T18:55:41.444Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-07-22T18:55:41.444Z] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-07-22T18:55:41.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:55:42.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:55:43.059Z] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 53% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-22T18:55:43.063Z] OK: 143 MiB in 45 packages [2020-07-22T18:55:44.488Z] Removing intermediate container 74ec851d3bdf [2020-07-22T18:55:44.488Z] ---> cecb2ef1f6ee [2020-07-22T18:55:44.488Z] Step 8/26 : WORKDIR /app [2020-07-22T18:55:44.488Z] ---> Running in 6a6ddec496ee [2020-07-22T18:55:44.765Z] Removing intermediate container 6a6ddec496ee [2020-07-22T18:55:44.765Z] ---> c1f4f7d5d4d8 [2020-07-22T18:55:44.765Z] Step 9/26 : COPY go.mod . [2020-07-22T18:55:44.967Z] Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config [2020-07-22T18:55:45.741Z] ---> c6393ddcf8d6 [2020-07-22T18:55:45.742Z] Step 10/26 : RUN go mod download [2020-07-22T18:55:45.742Z] ---> Running in ebdaaba4ab7e [2020-07-22T18:55:46.317Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 52% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-22T18:55:46.578Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 74% Building dependency tree [2020-07-22T18:55:46.578Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-07-22T18:55:46.838Z] The following packages were automatically installed and are no longer required: [2020-07-22T18:55:46.838Z] libjq1 libonig4 [2020-07-22T18:55:46.838Z] Use 'sudo apt autoremove' to remove them. [2020-07-22T18:55:46.838Z] Suggested packages: [2020-07-22T18:55:46.838Z] binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib [2020-07-22T18:55:46.838Z] g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake [2020-07-22T18:55:46.838Z] libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg [2020-07-22T18:55:46.838Z] libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg [2020-07-22T18:55:46.838Z] libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base [2020-07-22T18:55:46.838Z] git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk [2020-07-22T18:55:46.838Z] gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n libstdc++-7-doc [2020-07-22T18:55:46.838Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-07-22T18:55:46.838Z] | libterm-readline-perl-perl [2020-07-22T18:55:47.099Z] The following NEW packages will be installed: [2020-07-22T18:55:47.099Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 [2020-07-22T18:55:47.099Z] curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less [2020-07-22T18:55:47.099Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-07-22T18:55:47.099Z] libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 [2020-07-22T18:55:47.099Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-07-22T18:55:47.099Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-07-22T18:55:47.099Z] libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 [2020-07-22T18:55:47.099Z] libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev [2020-07-22T18:55:47.099Z] libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages [2020-07-22T18:55:47.099Z] manpages-dev netbase patch perl perl-modules-5.26 pkg-config [2020-07-22T18:55:47.099Z] 0 upgraded, 62 newly installed, 0 to remove and 7 not upgraded. [2020-07-22T18:55:47.099Z] Need to get 57.5 MB of archives. [2020-07-22T18:55:47.099Z] After this operation, 249 MB of additional disk space will be used. [2020-07-22T18:55:47.360Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-07-22T18:55:47.620Z] 0% [1 liblocale-gettext-perl 13.8 kB/16.6 kB 83%] 0% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-07-22T18:55:48.190Z] 0% [2 perl-modules-5.26 8151 B/2763 kB 0%] 2% [2 perl-modules-5.26 1410 kB/2763 kB 51%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-07-22T18:55:48.190Z] 5% [3 libgdbm5 26.0 kB/26.0 kB 100%] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-07-22T18:55:48.190Z] 5% [4 libgdbm-compat4 1432 B/6084 B 24%] 5% [Working] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-07-22T18:55:48.190Z] 5% [5 libperl5.26 17.6 kB/3527 kB 0%] 10% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-22T18:55:48.190Z] 10% [6 perl 9644 B/201 kB 5%] 11% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-07-22T18:55:48.190Z] 11% [7 less 11.5 kB/112 kB 10%] 12% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-07-22T18:55:48.191Z] 12% [8 netbase 12.7 kB/12.7 kB 100%] 12% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-07-22T18:55:48.191Z] 12% [9 manpages 17.8 kB/1234 kB 1%] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-07-22T18:55:48.191Z] 14% [10 binutils-common 29.1 kB/196 kB 15%] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] [2020-07-22T18:55:48.191Z] 15% [11 libbinutils 28.9 kB/488 kB 6%] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.3 [1839 kB] [2020-07-22T18:55:48.354Z] Removing intermediate container ebdaaba4ab7e [2020-07-22T18:55:48.354Z] ---> c5183bdfdac5 [2020-07-22T18:55:48.354Z] Step 11/26 : COPY . . [2020-07-22T18:55:48.451Z] 16% [12 binutils-x86-64-linux-gnu 64.7 kB/1839 kB 4%] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] [2020-07-22T18:55:48.451Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] [2020-07-22T18:55:48.451Z] 19% [14 libc-dev-bin 56.5 kB/71.8 kB 79%] 19% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-112.113 [982 kB] [2020-07-22T18:55:48.451Z] 19% [15 linux-libc-dev 36.9 kB/982 kB 4%] 21% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] [2020-07-22T18:55:48.451Z] 21% [16 libc6-dev 50.4 kB/2585 kB 2%] 25% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-07-22T18:55:48.451Z] 25% [17 gcc-7-base 18.3 kB/18.3 kB 100%] 25% [Working] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-07-22T18:55:48.451Z] 25% [18 libisl19 4096 B/551 kB 1%] 26% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-07-22T18:55:48.451Z] 26% [19 libmpfr6 40.8 kB/243 kB 17%] 27% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-07-22T18:55:48.451Z] 27% [20 libmpc3 40.8 kB/40.8 kB 100%] 27% [Working] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-07-22T18:55:49.023Z] 27% [21 cpp-7 19.1 kB/8591 kB 0%] 39% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-07-22T18:55:49.023Z] 40% [22 cpp 27.7 kB/27.7 kB 100%] 40% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-07-22T18:55:49.023Z] 40% [23 libcc1-0 39.4 kB/39.4 kB 100%] 40% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-07-22T18:55:49.023Z] 40% [24 libgomp1 10.8 kB/76.5 kB 14%] 41% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-07-22T18:55:49.023Z] 41% [25 libitm1 27.9 kB/27.9 kB 100%] 41% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-07-22T18:55:49.023Z] 41% [26 libatomic1 9192 B/9192 B 100%] 41% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-07-22T18:55:49.023Z] 41% [27 libasan4 27.5 kB/358 kB 8%] 42% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-07-22T18:55:49.023Z] 42% [28 liblsan0 62.1 kB/133 kB 47%] 43% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-07-22T18:55:49.023Z] 43% [29 libtsan0 60.2 kB/288 kB 21%] 43% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-07-22T18:55:49.023Z] 43% [30 libubsan0 33.9 kB/126 kB 27%] 44% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-07-22T18:55:49.023Z] 44% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-07-22T18:55:49.023Z] 44% [32 libmpx2 11.6 kB/11.6 kB 100%] 45% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-07-22T18:55:49.023Z] 45% [33 libquadmath0 49.4 kB/134 kB 37%] 45% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-07-22T18:55:49.284Z] 45% [34 libgcc-7-dev 46.5 kB/2378 kB 2%] 49% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-07-22T18:55:49.341Z] ---> 65f52594815f [2020-07-22T18:55:49.341Z] Step 12/26 : ARG MAKE="make build" [2020-07-22T18:55:49.341Z] ---> Running in dc21e373f0d5 [2020-07-22T18:55:49.544Z] 49% [35 gcc-7 27.2 kB/9381 kB 0%] 62% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-07-22T18:55:49.544Z] 62% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-07-22T18:55:49.544Z] 62% [37 libstdc++-7-dev 12.0 kB/1471 kB 1%] 65% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-07-22T18:55:49.614Z] Removing intermediate container dc21e373f0d5 [2020-07-22T18:55:49.614Z] ---> 072b0a23179d [2020-07-22T18:55:49.614Z] Step 13/26 : RUN $MAKE [2020-07-22T18:55:49.884Z] ---> Running in 52810088ad16 [2020-07-22T18:55:50.114Z] 65% [38 g++-7 13.9 kB/9697 kB 0%] 79% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-07-22T18:55:50.114Z] 79% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-07-22T18:55:50.114Z] 79% [40 make 32.8 kB/154 kB 21%] 79% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-07-22T18:55:50.114Z] 80% [41 libdpkg-perl 24.4 kB/211 kB 12%] 80% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-07-22T18:55:50.114Z] 80% [42 patch 9609 B/102 kB 9%] 81% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-07-22T18:55:50.114Z] 81% [43 dpkg-dev 4096 B/607 kB 1%] 82% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-07-22T18:55:50.114Z] 82% [44 build-essential 4758 B/4758 B 100%] 82% [Working] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] [2020-07-22T18:55:50.114Z] 82% [45 curl 12.3 kB/159 kB 8%] 83% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-07-22T18:55:50.114Z] 83% [46 libfakeroot 25.9 kB/25.9 kB 100%] 83% [Working] Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-07-22T18:55:50.114Z] 83% [47 fakeroot 20.5 kB/62.3 kB 33%] 83% [Working] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] [2020-07-22T18:55:50.114Z] 83% [48 libcurl3-gnutls 53.2 kB/212 kB 25%] 84% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-22T18:55:50.115Z] 84% [49 liberror-perl 22.8 kB/22.8 kB 100%] 84% [Working] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-22T18:55:50.115Z] 84% [50 git-man 20.5 kB/804 kB 3%] 86% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-07-22T18:55:50.115Z] 86% [51 git 39.4 kB/3915 kB 1%] 92% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-07-22T18:55:50.115Z] 92% [52 libalgorithm-diff-perl 47.6 kB/47.6 kB 100%] 92% [Working] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-07-22T18:55:50.115Z] 92% [53 libalgorithm-diff-xs-perl 8431 B/11.1 kB 76%] 92% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-07-22T18:55:50.115Z] 92% [54 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 93% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-07-22T18:55:50.115Z] 93% [55 libfile-fcntllock-perl 20.5 kB/33.2 kB 62%] 93% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-07-22T18:55:50.376Z] 93% [56 libnorm1 16.8 kB/224 kB 7%] 94% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-07-22T18:55:50.376Z] 94% [57 libpgm-5.2-0 54.2 kB/157 kB 35%] 94% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-07-22T18:55:50.376Z] 94% [58 libsodium23 28.0 kB/143 kB 20%] 95% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-07-22T18:55:50.376Z] 95% [59 libzmq5 15.8 kB/221 kB 7%] 95% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-07-22T18:55:50.376Z] 95% [60 libzmq3-dev 44.7 kB/400 kB 11%] 96% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-07-22T18:55:50.376Z] 96% [61 manpages-dev 26.4 kB/2217 kB 1%] 100% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-07-22T18:55:50.376Z] 100% [62 pkg-config 45.0 kB/45.0 kB 100%] 100% [Working] Fetched 57.5 MB in 3s (17.6 MB/s) [2020-07-22T18:55:50.637Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-22T18:55:50.898Z] Selecting previously unselected package liblocale-gettext-perl. [2020-07-22T18:55:50.898Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) [2020-07-22T18:55:50.898Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-07-22T18:55:51.158Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-07-22T18:55:51.158Z] Selecting previously unselected package perl-modules-5.26. [2020-07-22T18:55:51.158Z] Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-22T18:55:51.158Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-22T18:55:51.320Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-07-22T18:55:53.702Z] Selecting previously unselected package libgdbm5:amd64. [2020-07-22T18:55:53.702Z] Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ... [2020-07-22T18:55:53.702Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-07-22T18:55:53.962Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-07-22T18:55:53.962Z] Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-07-22T18:55:53.962Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-22T18:55:53.962Z] Selecting previously unselected package libperl5.26:amd64. [2020-07-22T18:55:53.962Z] Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-22T18:55:53.962Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-22T18:55:55.344Z] Selecting previously unselected package perl. [2020-07-22T18:55:55.344Z] Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-22T18:55:55.344Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-22T18:55:55.604Z] Selecting previously unselected package less. [2020-07-22T18:55:55.604Z] Preparing to unpack .../06-less_487-0.1_amd64.deb ... [2020-07-22T18:55:55.604Z] Unpacking less (487-0.1) ... [2020-07-22T18:55:55.604Z] Selecting previously unselected package netbase. [2020-07-22T18:55:55.604Z] Preparing to unpack .../07-netbase_5.4_all.deb ... [2020-07-22T18:55:55.604Z] Unpacking netbase (5.4) ... [2020-07-22T18:55:55.604Z] Selecting previously unselected package manpages. [2020-07-22T18:55:55.604Z] Preparing to unpack .../08-manpages_4.15-1_all.deb ... [2020-07-22T18:55:55.604Z] Unpacking manpages (4.15-1) ... [2020-07-22T18:55:55.866Z] Selecting previously unselected package binutils-common:amd64. [2020-07-22T18:55:55.866Z] Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-22T18:55:55.866Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:55:55.866Z] Selecting previously unselected package libbinutils:amd64. [2020-07-22T18:55:55.866Z] Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-22T18:55:55.866Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:55:56.126Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-07-22T18:55:56.126Z] Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-22T18:55:56.126Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:55:56.696Z] Selecting previously unselected package binutils. [2020-07-22T18:55:56.696Z] Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-22T18:55:56.696Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:55:56.956Z] Selecting previously unselected package libc-dev-bin. [2020-07-22T18:55:56.956Z] Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-07-22T18:55:56.956Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-22T18:55:56.956Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-07-22T18:55:56.956Z] Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_amd64.deb ... [2020-07-22T18:55:56.956Z] Unpacking linux-libc-dev:amd64 (4.15.0-112.113) ... [2020-07-22T18:55:59.636Z] Selecting previously unselected package libc6-dev:amd64. [2020-07-22T18:55:59.636Z] Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-07-22T18:55:59.636Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-07-22T18:56:01.120Z] Selecting previously unselected package gcc-7-base:amd64. [2020-07-22T18:56:01.120Z] Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:01.120Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:01.120Z] Selecting previously unselected package libisl19:amd64. [2020-07-22T18:56:01.120Z] Preparing to unpack .../17-libisl19_0.19-1_amd64.deb ... [2020-07-22T18:56:01.120Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-07-22T18:56:01.120Z] Selecting previously unselected package libmpfr6:amd64. [2020-07-22T18:56:01.120Z] Preparing to unpack .../18-libmpfr6_4.0.1-1_amd64.deb ... [2020-07-22T18:56:01.120Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-07-22T18:56:01.393Z] Selecting previously unselected package libmpc3:amd64. [2020-07-22T18:56:01.393Z] Preparing to unpack .../19-libmpc3_1.1.0-1_amd64.deb ... [2020-07-22T18:56:01.393Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-07-22T18:56:01.393Z] Selecting previously unselected package cpp-7. [2020-07-22T18:56:01.393Z] Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:01.393Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:02.364Z] Selecting previously unselected package cpp. [2020-07-22T18:56:02.364Z] Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-22T18:56:02.364Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-22T18:56:02.364Z] Selecting previously unselected package libcc1-0:amd64. [2020-07-22T18:56:02.364Z] Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:02.364Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:02.364Z] Selecting previously unselected package libgomp1:amd64. [2020-07-22T18:56:02.364Z] Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:02.364Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:02.364Z] Selecting previously unselected package libitm1:amd64. [2020-07-22T18:56:02.364Z] Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:02.626Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:02.626Z] Selecting previously unselected package libatomic1:amd64. [2020-07-22T18:56:02.626Z] Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:02.626Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:02.626Z] Selecting previously unselected package libasan4:amd64. [2020-07-22T18:56:02.626Z] Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:02.626Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:02.888Z] Selecting previously unselected package liblsan0:amd64. [2020-07-22T18:56:02.888Z] Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:02.888Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:02.888Z] Selecting previously unselected package libtsan0:amd64. [2020-07-22T18:56:02.888Z] Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:02.888Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:02.888Z] Selecting previously unselected package libubsan0:amd64. [2020-07-22T18:56:02.888Z] Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:02.888Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:03.148Z] Selecting previously unselected package libcilkrts5:amd64. [2020-07-22T18:56:03.148Z] Preparing to unpack .../30-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:03.148Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:03.148Z] Selecting previously unselected package libmpx2:amd64. [2020-07-22T18:56:03.148Z] Preparing to unpack .../31-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:03.148Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:03.148Z] Selecting previously unselected package libquadmath0:amd64. [2020-07-22T18:56:03.148Z] Preparing to unpack .../32-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:03.148Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:03.148Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-07-22T18:56:03.148Z] Preparing to unpack .../33-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:03.409Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:03.979Z] Selecting previously unselected package gcc-7. [2020-07-22T18:56:03.979Z] Preparing to unpack .../34-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:03.979Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:04.919Z] Selecting previously unselected package gcc. [2020-07-22T18:56:04.919Z] Preparing to unpack .../35-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-22T18:56:04.919Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-22T18:56:04.919Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-07-22T18:56:04.919Z] Preparing to unpack .../36-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:04.919Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:06.830Z] Selecting previously unselected package g++-7. [2020-07-22T18:56:06.830Z] Preparing to unpack .../37-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-22T18:56:06.830Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:07.400Z] Selecting previously unselected package g++. [2020-07-22T18:56:07.401Z] Preparing to unpack .../38-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-22T18:56:07.401Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-22T18:56:07.660Z] Selecting previously unselected package make. [2020-07-22T18:56:07.660Z] Preparing to unpack .../39-make_4.1-9.1ubuntu1_amd64.deb ... [2020-07-22T18:56:07.660Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-22T18:56:07.660Z] Selecting previously unselected package libdpkg-perl. [2020-07-22T18:56:07.660Z] Preparing to unpack .../40-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-07-22T18:56:07.660Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-22T18:56:07.921Z] Selecting previously unselected package patch. [2020-07-22T18:56:07.921Z] Preparing to unpack .../41-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-07-22T18:56:07.921Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-22T18:56:07.921Z] Selecting previously unselected package dpkg-dev. [2020-07-22T18:56:07.921Z] Preparing to unpack .../42-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-07-22T18:56:07.921Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-22T18:56:08.183Z] Selecting previously unselected package build-essential. [2020-07-22T18:56:08.183Z] Preparing to unpack .../43-build-essential_12.4ubuntu1_amd64.deb ... [2020-07-22T18:56:08.183Z] Unpacking build-essential (12.4ubuntu1) ... [2020-07-22T18:56:08.183Z] Selecting previously unselected package curl. [2020-07-22T18:56:08.183Z] Preparing to unpack .../44-curl_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-22T18:56:08.183Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-22T18:56:08.183Z] Selecting previously unselected package libfakeroot:amd64. [2020-07-22T18:56:08.183Z] Preparing to unpack .../45-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-07-22T18:56:08.183Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-07-22T18:56:08.443Z] Selecting previously unselected package fakeroot. [2020-07-22T18:56:08.443Z] Preparing to unpack .../46-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-07-22T18:56:08.443Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-07-22T18:56:08.443Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-07-22T18:56:08.443Z] Preparing to unpack .../47-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-22T18:56:08.443Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-22T18:56:08.443Z] Selecting previously unselected package liberror-perl. [2020-07-22T18:56:08.443Z] Preparing to unpack .../48-liberror-perl_0.17025-1_all.deb ... [2020-07-22T18:56:08.443Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-22T18:56:08.702Z] Selecting previously unselected package git-man. [2020-07-22T18:56:08.702Z] Preparing to unpack .../49-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-22T18:56:08.702Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-22T18:56:08.702Z] Selecting previously unselected package git. [2020-07-22T18:56:08.702Z] Preparing to unpack .../50-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-07-22T18:56:08.702Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-22T18:56:09.641Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-07-22T18:56:09.641Z] Preparing to unpack .../51-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-07-22T18:56:09.641Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-07-22T18:56:09.641Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-07-22T18:56:09.641Z] Preparing to unpack .../52-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-07-22T18:56:09.641Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-22T18:56:09.901Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-07-22T18:56:09.901Z] Preparing to unpack .../53-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-07-22T18:56:09.901Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-07-22T18:56:09.901Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-07-22T18:56:09.901Z] Preparing to unpack .../54-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-07-22T18:56:09.901Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-07-22T18:56:09.901Z] Selecting previously unselected package libnorm1:amd64. [2020-07-22T18:56:09.901Z] Preparing to unpack .../55-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-07-22T18:56:09.901Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-07-22T18:56:10.166Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-07-22T18:56:10.166Z] Preparing to unpack .../56-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-07-22T18:56:10.166Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-07-22T18:56:10.166Z] Selecting previously unselected package libsodium23:amd64. [2020-07-22T18:56:10.166Z] Preparing to unpack .../57-libsodium23_1.0.16-2_amd64.deb ... [2020-07-22T18:56:10.166Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-07-22T18:56:10.166Z] Selecting previously unselected package libzmq5:amd64. [2020-07-22T18:56:10.166Z] Preparing to unpack .../58-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-07-22T18:56:10.166Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-22T18:56:10.426Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-07-22T18:56:10.426Z] Preparing to unpack .../59-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-07-22T18:56:10.426Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-22T18:56:10.426Z] Selecting previously unselected package manpages-dev. [2020-07-22T18:56:10.426Z] Preparing to unpack .../60-manpages-dev_4.15-1_all.deb ... [2020-07-22T18:56:10.426Z] Unpacking manpages-dev (4.15-1) ... [2020-07-22T18:56:10.686Z] Selecting previously unselected package pkg-config. [2020-07-22T18:56:10.686Z] Preparing to unpack .../61-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-07-22T18:56:10.686Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-07-22T18:56:10.946Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:10.946Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:10.946Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-07-22T18:56:10.946Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:10.946Z] Setting up manpages (4.15-1) ... [2020-07-22T18:56:10.946Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-22T18:56:10.946Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:10.946Z] Setting up less (487-0.1) ... [2020-07-22T18:56:11.206Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-22T18:56:11.206Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-22T18:56:11.466Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-22T18:56:11.467Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:11.467Z] Setting up linux-libc-dev:amd64 (4.15.0-112.113) ... [2020-07-22T18:56:11.467Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-07-22T18:56:11.467Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-22T18:56:11.467Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-07-22T18:56:11.467Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:11.467Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-07-22T18:56:11.467Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:11.467Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:56:11.727Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-07-22T18:56:11.727Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:11.727Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-22T18:56:11.727Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-07-22T18:56:11.727Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-07-22T18:56:11.727Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-07-22T18:56:11.727Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-22T18:56:11.727Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-22T18:56:11.727Z] Setting up manpages-dev (4.15-1) ... [2020-07-22T18:56:11.727Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-07-22T18:56:11.988Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:56:11.988Z] Setting up netbase (5.4) ... [2020-07-22T18:56:11.988Z] Setting up libisl19:amd64 (0.19-1) ... [2020-07-22T18:56:11.988Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-22T18:56:11.988Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:11.988Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:56:11.988Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:12.248Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:12.248Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-22T18:56:12.248Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-07-22T18:56:12.248Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-07-22T18:56:12.248Z] 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-07-22T18:56:12.248Z] 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-07-22T18:56:12.248Z] 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-07-22T18:56:12.248Z] 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-07-22T18:56:12.248Z] 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-07-22T18:56:12.248Z] 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-07-22T18:56:12.248Z] 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-07-22T18:56:12.248Z] 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-07-22T18:56:12.248Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:12.248Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:12.248Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:12.248Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-22T18:56:12.248Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:56:12.508Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-22T18:56:12.508Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-22T18:56:12.508Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-07-22T18:56:12.508Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-07-22T18:56:12.508Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:56:12.508Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:12.508Z] Setting up liberror-perl (0.17025-1) ... [2020-07-22T18:56:12.508Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:56:12.508Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-22T18:56:12.768Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-22T18:56:12.768Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-07-22T18:56:12.768Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-22T18:56:12.768Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-22T18:56:12.768Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-22T18:56:12.768Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-07-22T18:56:12.768Z] 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-07-22T18:56:12.768Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-22T18:56:13.028Z] Setting up build-essential (12.4ubuntu1) ... [2020-07-22T18:56:13.028Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-07-22T18:56:13.028Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-07-22T18:56:13.028Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-07-22T18:56:15.568Z] binutils set to automatically installed. [2020-07-22T18:56:15.568Z] binutils-common set to automatically installed. [2020-07-22T18:56:15.568Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-07-22T18:56:15.568Z] build-essential set to automatically installed. [2020-07-22T18:56:15.568Z] cpp set to automatically installed. [2020-07-22T18:56:15.568Z] cpp-7 set to automatically installed. [2020-07-22T18:56:15.568Z] curl set to automatically installed. [2020-07-22T18:56:15.568Z] dpkg-dev set to automatically installed. [2020-07-22T18:56:15.568Z] fakeroot set to automatically installed. [2020-07-22T18:56:15.568Z] g++ set to automatically installed. [2020-07-22T18:56:15.568Z] g++-7 set to automatically installed. [2020-07-22T18:56:15.568Z] gcc set to automatically installed. [2020-07-22T18:56:15.568Z] gcc-7 set to automatically installed. [2020-07-22T18:56:15.568Z] gcc-7-base set to automatically installed. [2020-07-22T18:56:15.568Z] git set to automatically installed. [2020-07-22T18:56:15.568Z] git-man set to automatically installed. [2020-07-22T18:56:15.568Z] less set to automatically installed. [2020-07-22T18:56:15.568Z] libalgorithm-diff-perl set to automatically installed. [2020-07-22T18:56:15.568Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-07-22T18:56:15.568Z] libalgorithm-merge-perl set to automatically installed. [2020-07-22T18:56:15.568Z] libasan4 set to automatically installed. [2020-07-22T18:56:15.568Z] libatomic1 set to automatically installed. [2020-07-22T18:56:15.568Z] libbinutils set to automatically installed. [2020-07-22T18:56:15.568Z] libc-dev-bin set to automatically installed. [2020-07-22T18:56:15.568Z] libc6-dev set to automatically installed. [2020-07-22T18:56:15.568Z] libcc1-0 set to automatically installed. [2020-07-22T18:56:15.568Z] libcilkrts5 set to automatically installed. [2020-07-22T18:56:15.568Z] libcurl3-gnutls set to automatically installed. [2020-07-22T18:56:15.568Z] libdpkg-perl set to automatically installed. [2020-07-22T18:56:15.568Z] liberror-perl set to automatically installed. [2020-07-22T18:56:15.568Z] libfakeroot set to automatically installed. [2020-07-22T18:56:15.568Z] libfile-fcntllock-perl set to automatically installed. [2020-07-22T18:56:15.568Z] libgcc-7-dev set to automatically installed. [2020-07-22T18:56:15.568Z] libgdbm-compat4 set to automatically installed. [2020-07-22T18:56:15.568Z] libgdbm5 set to automatically installed. [2020-07-22T18:56:15.568Z] libgomp1 set to automatically installed. [2020-07-22T18:56:15.568Z] libisl19 set to automatically installed. [2020-07-22T18:56:15.568Z] libitm1 set to automatically installed. [2020-07-22T18:56:15.568Z] liblocale-gettext-perl set to automatically installed. [2020-07-22T18:56:15.568Z] liblsan0 set to automatically installed. [2020-07-22T18:56:15.568Z] libmpc3 set to automatically installed. [2020-07-22T18:56:15.568Z] libmpfr6 set to automatically installed. [2020-07-22T18:56:15.568Z] libmpx2 set to automatically installed. [2020-07-22T18:56:15.568Z] libnorm1 set to automatically installed. [2020-07-22T18:56:15.568Z] libperl5.26 set to automatically installed. [2020-07-22T18:56:15.568Z] libpgm-5.2-0 set to automatically installed. [2020-07-22T18:56:15.568Z] libquadmath0 set to automatically installed. [2020-07-22T18:56:15.568Z] libsodium23 set to automatically installed. [2020-07-22T18:56:15.568Z] libstdc++-7-dev set to automatically installed. [2020-07-22T18:56:15.568Z] libtsan0 set to automatically installed. [2020-07-22T18:56:15.568Z] libubsan0 set to automatically installed. [2020-07-22T18:56:15.568Z] libzmq3-dev set to automatically installed. [2020-07-22T18:56:15.568Z] libzmq5 set to automatically installed. [2020-07-22T18:56:15.568Z] linux-libc-dev set to automatically installed. [2020-07-22T18:56:15.568Z] make set to automatically installed. [2020-07-22T18:56:15.568Z] manpages set to automatically installed. [2020-07-22T18:56:15.568Z] manpages-dev set to automatically installed. [2020-07-22T18:56:15.568Z] netbase set to automatically installed. [2020-07-22T18:56:15.568Z] patch set to automatically installed. [2020-07-22T18:56:15.568Z] perl set to automatically installed. [2020-07-22T18:56:15.568Z] perl-modules-5.26 set to automatically installed. [2020-07-22T18:56:15.568Z] pkg-config set to automatically installed. [2020-07-22T18:56:15.568Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-22T18:56:15.568Z] Please ensure the environment is properly setup before continuing. [2020-07-22T18:56:15.568Z] Ignore this message if the appropriate measures have already been taken [2020-07-22T18:56:16.508Z] Pulling go  [2020-07-22T18:56:17.453Z] 'app-service-config' has dependencies that need to be staged: go [2020-07-22T18:56:17.453Z] Skipping pull go (already ran) [2020-07-22T18:56:17.453Z] Building go  [2020-07-22T18:56:17.453Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-22T18:56:17.453Z] Dload Upload Total Spent Left Speed [2020-07-22T18:56:19.990Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 114M 25 28.9M 0 0 38.6M 0 0:00:02 --:--:-- 0:00:02 38.6M 64 114M 64 74.0M 0 0 40.9M 0 0:00:02 0:00:01 0:00:01 40.9M 100 114M 100 114M 0 0 44.7M 0 0:00:02 0:00:02 --:--:-- 44.7M [2020-07-22T18:56:20.559Z] go1.13.10.linux-amd64.tar.gz: OK [2020-07-22T18:56:30.576Z] Staging go  [2020-07-22T18:56:30.576Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-22T18:56:30.576Z] 2% [Working] 43% [Working] 43% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-07-22T18:56:30.576Z] 30% 5% 5% 5% Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [870 kB] [2020-07-22T18:56:30.856Z] 5% 51% 51% 51% 51% 51% Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9279 B] [2020-07-22T18:56:30.856Z] 51% Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [97.8 kB] [2020-07-22T18:56:30.856Z] 55% 56% Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1022 kB] [2020-07-22T18:56:30.856Z] 58% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-22T18:56:30.856Z] 96% 99% 99% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-22T18:56:31.117Z] 98% 99% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-07-22T18:56:31.948Z] 16% 14% 14% 14% 15% 17% 75% [Working] 75% [Working] 75% Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-07-22T18:56:32.209Z] 75% Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-07-22T18:56:32.209Z] 83% Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-07-22T18:56:32.209Z] 83% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1321 kB] [2020-07-22T18:56:32.209Z] 84% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [111 kB] [2020-07-22T18:56:32.209Z] 91% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] [2020-07-22T18:56:32.209Z] 92% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1409 kB] [2020-07-22T18:56:32.209Z] 92% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] [2020-07-22T18:56:32.209Z] 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-07-22T18:56:33.299Z] 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 18.2 MB in 0s (0 B/s) [2020-07-22T18:56:37.504Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-07-22T18:56:37.504Z] 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) [2020-07-22T18:56:37.765Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-07-22T18:56:38.297Z] Removing intermediate container 52810088ad16 [2020-07-22T18:56:38.297Z] ---> 7c8f8a19c7f6 [2020-07-22T18:56:38.297Z] Step 14/26 : FROM alpine:latest [2020-07-22T18:56:38.297Z] latest: Pulling from library/alpine [2020-07-22T18:56:38.297Z] b538f80385f9: Already exists [2020-07-22T18:56:38.297Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-22T18:56:38.297Z] Status: Downloaded newer image for alpine:latest [2020-07-22T18:56:38.297Z] ---> 62ee0e9f8440 [2020-07-22T18:56:38.297Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-22T18:56:38.297Z] ---> Running in 4ed778033d12 [2020-07-22T18:56:38.297Z] Removing intermediate container 4ed778033d12 [2020-07-22T18:56:38.297Z] ---> 32327dadefb8 [2020-07-22T18:56:38.297Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-07-22T18:56:38.334Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-07-22T18:56:38.335Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-07-22T18:56:38.569Z] ---> Running in 57411b0c0a3a [2020-07-22T18:56:38.839Z] Removing intermediate container 57411b0c0a3a [2020-07-22T18:56:38.839Z] ---> fadc3ceb3afe [2020-07-22T18:56:38.839Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-07-22T18:56:38.905Z] 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) [2020-07-22T18:56:38.905Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-07-22T18:56:39.110Z] ---> Running in 423b66f6837c [2020-07-22T18:56:39.164Z] 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) [2020-07-22T18:56:39.423Z] Pulling app-service-config  [2020-07-22T18:56:40.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T18:56:40.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T18:56:41.124Z] (1/6) Installing ca-certificates (20191127-r4) [2020-07-22T18:56:41.124Z] (2/6) Installing libgcc (9.3.0-r2) [2020-07-22T18:56:41.124Z] (3/6) Installing libsodium (1.0.18-r0) [2020-07-22T18:56:41.124Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-07-22T18:56:41.124Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-22T18:56:41.339Z] Pulling config-common  [2020-07-22T18:56:41.393Z] (6/6) Installing zeromq (4.3.2-r0) [2020-07-22T18:56:41.393Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T18:56:41.393Z] Executing ca-certificates-20191127-r4.trigger [2020-07-22T18:56:41.393Z] OK: 8 MiB in 20 packages [2020-07-22T18:56:41.909Z] Skipping build go (already ran) [2020-07-22T18:56:41.909Z] Building app-service-config  [2020-07-22T18:56:42.172Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-07-22T18:56:43.357Z] Removing intermediate container 423b66f6837c [2020-07-22T18:56:43.357Z] ---> 5712260c3e30 [2020-07-22T18:56:43.357Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-07-22T18:56:43.555Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 [2020-07-22T18:56:43.555Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 [2020-07-22T18:56:43.555Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-22T18:56:43.555Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-22T18:56:43.555Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T18:56:43.555Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-22T18:56:43.556Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T18:56:43.556Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-22T18:56:43.556Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-22T18:56:43.556Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-22T18:56:43.556Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T18:56:43.556Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-22T18:56:43.556Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-22T18:56:43.556Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T18:56:43.556Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-07-22T18:56:43.556Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-22T18:56:43.556Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-22T18:56:43.556Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-22T18:56:43.556Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T18:56:43.556Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-22T18:56:43.556Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-07-22T18:56:43.556Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-22T18:56:43.556Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T18:56:43.821Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-22T18:56:43.821Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-07-22T18:56:43.821Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-07-22T18:56:43.821Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T18:56:43.821Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-22T18:56:43.821Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-22T18:56:43.821Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-22T18:56:43.821Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T18:56:43.821Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-22T18:56:43.821Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-22T18:56:43.821Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-22T18:56:43.821Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-22T18:56:43.821Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-22T18:56:43.821Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T18:56:43.821Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-22T18:56:43.821Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T18:56:43.821Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-07-22T18:56:43.821Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-07-22T18:56:43.821Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T18:56:43.821Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-22T18:56:43.821Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-22T18:56:43.821Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T18:56:43.821Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-22T18:56:43.821Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-22T18:56:43.821Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-07-22T18:56:43.821Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-22T18:56:43.821Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T18:56:43.821Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-07-22T18:56:43.821Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T18:56:43.821Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-22T18:56:43.821Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T18:56:43.821Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T18:56:43.821Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-07-22T18:56:43.821Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T18:56:43.821Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T18:56:43.821Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-22T18:56:43.950Z] ---> 41094af8dbcb [2020-07-22T18:56:43.950Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-07-22T18:56:44.085Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-22T18:56:44.085Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-22T18:56:44.348Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T18:56:44.543Z] ---> 160e75ecbd6c [2020-07-22T18:56:44.543Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-07-22T18:56:44.610Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T18:56:44.610Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-07-22T18:56:44.610Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T18:56:44.610Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T18:56:44.610Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T18:56:44.610Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T18:56:44.610Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T18:56:44.610Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T18:56:45.183Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-07-22T18:56:45.183Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-07-22T18:56:45.183Z] go: downloading github.com/golang/snappy v0.0.1 [2020-07-22T18:56:45.183Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-22T18:56:45.183Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T18:56:45.183Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-07-22T18:56:45.183Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-07-22T18:56:45.183Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T18:56:45.183Z] go: extracting github.com/golang/snappy v0.0.1 [2020-07-22T18:56:45.183Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-22T18:56:45.183Z] go: downloading golang.org/x/text v0.3.2 [2020-07-22T18:56:45.183Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-22T18:56:45.442Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-22T18:56:45.527Z] ---> b539b98eb2e1 [2020-07-22T18:56:45.527Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-07-22T18:56:45.702Z] go: extracting golang.org/x/text v0.3.2 [2020-07-22T18:56:47.084Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 [2020-07-22T18:56:47.084Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-22T18:56:47.084Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-22T18:56:47.084Z] go: finding github.com/google/uuid v1.1.1 [2020-07-22T18:56:47.084Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-22T18:56:47.084Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-22T18:56:47.084Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T18:56:47.084Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-22T18:56:47.084Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T18:56:47.084Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T18:56:47.084Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T18:56:47.084Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-22T18:56:47.084Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T18:56:47.084Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-22T18:56:47.084Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T18:56:47.084Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T18:56:47.084Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T18:56:47.084Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-22T18:56:47.084Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T18:56:47.084Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-22T18:56:47.084Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-22T18:56:47.084Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-22T18:56:47.084Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-22T18:56:47.084Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-22T18:56:47.084Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T18:56:47.084Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T18:56:47.084Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T18:56:47.349Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T18:56:47.349Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T18:56:47.349Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T18:56:47.349Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T18:56:47.349Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-22T18:56:47.349Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T18:56:47.349Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T18:56:47.349Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T18:56:47.349Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-22T18:56:47.349Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-22T18:56:47.349Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T18:56:47.349Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T18:56:47.349Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-22T18:56:47.349Z] go: finding golang.org/x/text v0.3.2 [2020-07-22T18:56:47.349Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T18:56:47.495Z] ---> 38c95a6e8b5d [2020-07-22T18:56:47.495Z] Step 22/26 : EXPOSE 48095 [2020-07-22T18:56:47.495Z] ---> Running in 7b50e64c5066 [2020-07-22T18:56:47.773Z] Removing intermediate container 7b50e64c5066 [2020-07-22T18:56:47.773Z] ---> da7af2835bc9 [2020-07-22T18:56:47.773Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-22T18:56:48.042Z] ---> Running in 60caa2fd2b35 [2020-07-22T18:56:48.315Z] Removing intermediate container 60caa2fd2b35 [2020-07-22T18:56:48.315Z] ---> 6752d989398b [2020-07-22T18:56:48.315Z] Step 24/26 : LABEL arch=arm64 [2020-07-22T18:56:48.315Z] ---> Running in 7dd4cf404bfb [2020-07-22T18:56:48.910Z] Removing intermediate container 7dd4cf404bfb [2020-07-22T18:56:48.910Z] ---> 130585229ffa [2020-07-22T18:56:48.911Z] Step 25/26 : LABEL git_sha=7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 [2020-07-22T18:56:48.911Z] ---> Running in bb15f2561630 [2020-07-22T18:56:49.504Z] Removing intermediate container bb15f2561630 [2020-07-22T18:56:49.504Z] ---> f3f24061c8f3 [2020-07-22T18:56:49.504Z] Step 26/26 : LABEL version=0.0.0 [2020-07-22T18:56:49.504Z] ---> Running in caff67ff645c [2020-07-22T18:56:49.773Z] Removing intermediate container caff67ff645c [2020-07-22T18:56:49.773Z] ---> 7f7423cac087 [2020-07-22T18:56:49.773Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-22T18:56:49.773Z] Successfully built 7f7423cac087 [2020-07-22T18:56:50.042Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T18:56:51.238Z] + find /w/workspace/app-service-configurable/1 [2020-07-22T18:56:51.238Z] + grep snapcraft.yaml [2020-07-22T18:56:51.238Z] + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T18:56:51.428Z] provisioning config files... [2020-07-22T18:56:51.450Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/1@tmp/config737873986122254269tmp [Pipeline] { [Pipeline] sh [2020-07-22T18:56:51.870Z] + cp /w/workspace/app-service-configurable/1@tmp/config737873986122254269tmp /w/workspace/app-service-configurable/1/edgex-snap-store-login [Pipeline] sh [2020-07-22T18:56:52.218Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/1:/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-07-22T18:56:52.218Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-07-22T18:56:52.218Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-07-22T18:56:52.218Z] 68fe03cb170d: Pulling fs layer [2020-07-22T18:56:52.218Z] 18959295effb: Pulling fs layer [2020-07-22T18:56:52.218Z] 51118fb70ce3: Pulling fs layer [2020-07-22T18:56:52.218Z] 409a5d9eae93: Pulling fs layer [2020-07-22T18:56:52.218Z] 76e762919bd5: Pulling fs layer [2020-07-22T18:56:52.218Z] 8ed2c1ec22f6: Pulling fs layer [2020-07-22T18:56:52.218Z] 7f90baa40d9b: Pulling fs layer [2020-07-22T18:56:52.218Z] e1aa5cc854c1: Pulling fs layer [2020-07-22T18:56:52.218Z] b0d1d86f3456: Pulling fs layer [2020-07-22T18:56:52.218Z] e1aa5cc854c1: Waiting [2020-07-22T18:56:52.218Z] 409a5d9eae93: Waiting [2020-07-22T18:56:52.218Z] 7f90baa40d9b: Waiting [2020-07-22T18:56:52.491Z] 51118fb70ce3: Download complete [2020-07-22T18:56:52.491Z] 18959295effb: Verifying Checksum [2020-07-22T18:56:52.491Z] 18959295effb: Download complete [2020-07-22T18:56:52.491Z] 409a5d9eae93: Verifying Checksum [2020-07-22T18:56:52.491Z] 409a5d9eae93: Download complete [2020-07-22T18:56:52.491Z] 8ed2c1ec22f6: Verifying Checksum [2020-07-22T18:56:52.491Z] 8ed2c1ec22f6: Download complete [2020-07-22T18:56:52.491Z] 7f90baa40d9b: Verifying Checksum [2020-07-22T18:56:52.491Z] 7f90baa40d9b: Download complete [2020-07-22T18:56:52.491Z] e1aa5cc854c1: Verifying Checksum [2020-07-22T18:56:52.491Z] e1aa5cc854c1: Download complete [2020-07-22T18:56:52.491Z] b0d1d86f3456: Verifying Checksum [2020-07-22T18:56:52.491Z] b0d1d86f3456: Download complete [2020-07-22T18:56:53.084Z] 68fe03cb170d: Verifying Checksum [2020-07-22T18:56:53.084Z] 68fe03cb170d: Download complete [2020-07-22T18:56:56.478Z] 68fe03cb170d: Pull complete [2020-07-22T18:56:56.478Z] 18959295effb: Pull complete [2020-07-22T18:56:56.749Z] 51118fb70ce3: Pull complete [2020-07-22T18:56:57.022Z] 409a5d9eae93: Pull complete [2020-07-22T18:57:02.401Z] 76e762919bd5: Verifying Checksum [2020-07-22T18:57:02.401Z] 76e762919bd5: Download complete [2020-07-22T18:57:05.538Z] Building config-common  [2020-07-22T18:57:09.737Z] Skipping stage go (already ran) [2020-07-22T18:57:09.737Z] Staging app-service-config  [2020-07-22T18:57:09.999Z] Staging config-common  [2020-07-22T18:57:10.938Z] Priming go  [2020-07-22T18:57:11.516Z] Priming app-service-config  [2020-07-22T18:57:12.456Z] Priming config-common  [2020-07-22T18:57:15.606Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | [2020-07-22T18:57:15.606Z] Snapped edgex-app-service-configurable_1.2.0-20200722+7d7fa52_amd64.snap [Pipeline] } [2020-07-22T18:57:17.010Z] 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-07-22T18:57:41.369Z] 76e762919bd5: Pull complete [2020-07-22T18:57:41.369Z] 8ed2c1ec22f6: Pull complete [2020-07-22T18:57:41.369Z] 7f90baa40d9b: Pull complete [2020-07-22T18:57:41.369Z] e1aa5cc854c1: Pull complete [2020-07-22T18:57:41.369Z] b0d1d86f3456: Pull complete [2020-07-22T18:57:41.369Z] Digest: sha256:05830ed3def9c2eaf396b0f1c8191bdb37c9887c76356d219b134b5fd994ebab [2020-07-22T18:57:41.369Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-07-22T18:57:48.066Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-22T18:57:48.066Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-22T18:57:48.066Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-22T18:57:48.066Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-22T18:57:48.066Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [912 kB] [2020-07-22T18:57:48.660Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3463 B] [2020-07-22T18:57:48.660Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1250 kB] [2020-07-22T18:57:49.632Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [764 kB] [2020-07-22T18:57:49.904Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [639 kB] [2020-07-22T18:57:50.495Z] Fetched 3820 kB in 4s (1058 kB/s) [2020-07-22T18:57:54.774Z] Reading package lists... [2020-07-22T18:58:01.455Z] 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-07-22T18:58:01.455Z] - README.md [2020-07-22T18:58:01.455Z] [2020-07-22T18:58:01.455Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-07-22T18:58:07.095Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-22T18:58:07.095Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-07-22T18:58:07.095Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-07-22T18:58:07.095Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-07-22T18:58:12.837Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 29% Reading package lists... 49% Reading package lists... 68% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 86% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-22T18:58:19.527Z] Installing build dependencies: binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config [2020-07-22T18:58:23.919Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-22T18:58:24.737Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 59% Building dependency tree [2020-07-22T18:58:24.737Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-07-22T18:58:25.716Z] The following packages were automatically installed and are no longer required: [2020-07-22T18:58:25.716Z] libjq1 libonig4 [2020-07-22T18:58:25.716Z] Use 'sudo apt autoremove' to remove them. [2020-07-22T18:58:25.716Z] Suggested packages: [2020-07-22T18:58:25.716Z] binutils-doc cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg [2020-07-22T18:58:25.716Z] gcc-multilib autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg [2020-07-22T18:58:25.716Z] libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg [2020-07-22T18:58:25.716Z] libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg [2020-07-22T18:58:25.716Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-07-22T18:58:25.716Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n [2020-07-22T18:58:25.716Z] libstdc++-7-doc make-doc man-browser ed diffutils-doc perl-doc [2020-07-22T18:58:25.716Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-07-22T18:58:26.691Z] The following NEW packages will be installed: [2020-07-22T18:58:26.691Z] binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp [2020-07-22T18:58:26.691Z] cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less [2020-07-22T18:58:26.691Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-07-22T18:58:26.691Z] libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 [2020-07-22T18:58:26.691Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-07-22T18:58:26.691Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-07-22T18:58:26.691Z] libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 [2020-07-22T18:58:26.691Z] libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 [2020-07-22T18:58:26.691Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-07-22T18:58:26.691Z] perl perl-modules-5.26 pkg-config [2020-07-22T18:58:26.691Z] 0 upgraded, 59 newly installed, 0 to remove and 7 not upgraded. [2020-07-22T18:58:26.691Z] Need to get 49.1 MB of archives. [2020-07-22T18:58:26.691Z] After this operation, 219 MB of additional disk space will be used. [2020-07-22T18:58:26.963Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] [2020-07-22T18:58:26.963Z] 0% [1 liblocale-gettext-perl 13.8 kB/16.3 kB 85%] 0% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-07-22T18:58:28.734Z] 0% [2 perl-modules-5.26 20.5 kB/2763 kB 1%] 1% [2 perl-modules-5.26 571 kB/2763 kB 21%] 3% [2 perl-modules-5.26 1490 kB/2763 kB 54%] 5% [2 perl-modules-5.26 2720 kB/2763 kB 98%] 5% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-07-22T18:58:28.734Z] 5% [3 libgdbm5 23.1 kB/23.1 kB 100%] 6% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-07-22T18:58:28.734Z] 6% [4 libgdbm-compat4 0 B/5536 B 0%] 6% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-07-22T18:58:29.597Z] 6% [5 libperl5.26 0 B/3326 kB 0%] 8% [5 libperl5.26 1578 kB/3326 kB 47%] 12% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-22T18:58:29.597Z] 12% [6 perl 25.8 kB/201 kB 13%] 12% [Waiting for headers] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-07-22T18:58:29.597Z] 12% [7 less 20.7 kB/99.7 kB 21%] 13% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-07-22T18:58:29.597Z] 13% [8 netbase 12.7 kB/12.7 kB 100%] 13% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] [2020-07-22T18:58:29.867Z] 13% [9 manpages 4096 B/1234 kB 0%] 16% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-07-22T18:58:29.867Z] 16% [10 binutils-common 42.5 kB/196 kB 22%] 16% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] [2020-07-22T18:58:29.867Z] 16% [11 libbinutils 20.2 kB/417 kB 5%] 17% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.3 [2168 kB] [2020-07-22T18:58:30.460Z] 17% [12 binutils-aarch64-linux-gnu 26.3 kB/2168 kB 1%] 21% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] [2020-07-22T18:58:30.460Z] 21% [13 binutils 3368 B/3368 B 100%] 21% [Waiting for headers] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.2 [58.7 kB] [2020-07-22T18:58:30.460Z] 21% [14 libc-dev-bin 16.7 kB/58.7 kB 28%] 22% [Working] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-112.113 [960 kB] [2020-07-22T18:58:30.460Z] 22% [15 linux-libc-dev 16.4 kB/960 kB 2%] 24% [Working] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] [2020-07-22T18:58:30.732Z] 24% [16 libc6-dev 0 B/2049 kB 0%] 27% [Working] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-07-22T18:58:30.732Z] 27% [17 gcc-7-base 12.8 kB/18.3 kB 70%] 28% [Working] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] [2020-07-22T18:58:30.732Z] 28% [18 libisl19 9498 B/439 kB 2%] 29% [Working] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] [2020-07-22T18:58:30.732Z] 29% [19 libmpfr6 28.5 kB/202 kB 14%] 30% [Working] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] [2020-07-22T18:58:30.732Z] 30% [20 libmpc3 22.5 kB/37.2 kB 61%] 30% [Working] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] [2020-07-22T18:58:31.332Z] 30% [21 cpp-7 8192 B/7046 kB 0%] 38% [21 cpp-7 4993 kB/7046 kB 71%] 42% [Working] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-07-22T18:58:31.332Z] 42% [22 cpp 16.5 kB/27.7 kB 60%] 42% [Working] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] [2020-07-22T18:58:31.332Z] 42% [23 libcc1-0 0 B/36.5 kB 0%] 43% [Working] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] [2020-07-22T18:58:31.609Z] 43% [24 libgomp1 16.4 kB/69.7 kB 24%] 43% [Working] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] [2020-07-22T18:58:31.609Z] 43% [25 libitm1 13.0 kB/24.3 kB 53%] 43% [Working] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] [2020-07-22T18:58:31.609Z] 43% [26 libatomic1 9176 B/9176 B 100%] 44% [Waiting for headers] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] [2020-07-22T18:58:31.609Z] 44% [27 libasan4 44.5 kB/335 kB 13%] 45% [Waiting for headers] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] [2020-07-22T18:58:31.609Z] 45% [28 liblsan0 36.7 kB/121 kB 30%] 45% [Waiting for headers] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] [2020-07-22T18:58:31.609Z] 45% [29 libtsan0 46.7 kB/269 kB 17%] 46% [Waiting for headers] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] [2020-07-22T18:58:31.609Z] 46% [30 libubsan0 37.0 kB/117 kB 32%] 46% [Waiting for headers] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] [2020-07-22T18:58:31.609Z] 47% [31 libgcc-7-dev 41.0 kB/833 kB 5%] 48% [Waiting for headers] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] [2020-07-22T18:58:32.209Z] 48% [32 gcc-7 65.5 kB/7772 kB 1%] 61% [32 gcc-7 7674 kB/7772 kB 99%] 61% [Working] Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] [2020-07-22T18:58:32.209Z] 61% [33 gcc 0 B/5208 B 0%] 62% [Working] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-07-22T18:58:32.209Z] 62% [34 libstdc++-7-dev 4096 B/1471 kB 0%] 64% [Working] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] [2020-07-22T18:58:32.482Z] 64% [35 g++-7 0 B/8077 kB 0%] 78% [Waiting for headers] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] [2020-07-22T18:58:32.482Z] 78% [36 g++ 1552 B/1552 B 100%] 78% [Working] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-07-22T18:58:32.482Z] 78% [37 make 4096 B/139 kB 3%] 79% [Waiting for headers] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-07-22T18:58:32.482Z] 79% [38 libdpkg-perl 36.6 kB/211 kB 17%] 79% [Waiting for headers] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-07-22T18:58:32.482Z] 79% [39 patch 21.8 kB/91.8 kB 24%] 80% [Waiting for headers] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-07-22T18:58:32.482Z] 80% [40 dpkg-dev 60.9 kB/607 kB 10%] 81% [Waiting for headers] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] [2020-07-22T18:58:32.482Z] 81% [Waiting for headers] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] [2020-07-22T18:58:32.482Z] 82% [42 curl 38.5 kB/152 kB 25%] 82% [Waiting for headers] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] [2020-07-22T18:58:32.755Z] 82% [43 libfakeroot 21.8 kB/21.8 kB 100%] 82% [Working] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] [2020-07-22T18:58:32.755Z] 83% [44 fakeroot 59.9 kB/59.9 kB 100%] 83% [Waiting for headers] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] [2020-07-22T18:58:32.755Z] 83% [45 libcurl3-gnutls 28.7 kB/179 kB 16%] 84% [Waiting for headers] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-22T18:58:32.755Z] 84% [46 liberror-perl 0 B/22.8 kB 0%] 84% [Waiting for headers] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-22T18:58:32.755Z] 84% [47 git-man 57.3 kB/804 kB 7%] 86% [Waiting for headers] 7104 kB/s 0s Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-07-22T18:58:32.755Z] 86% [48 git 43.1 kB/2952 kB 1%] 7104 kB/s 0s 91% [Waiting for headers] 7104 kB/s 0s Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-07-22T18:58:32.755Z] 91% [49 libalgorithm-diff-perl 8192 B/47.6 kB 17%] 7104 kB/s 0s 91% [Working] 7104 kB/s 0s Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] [2020-07-22T18:58:32.755Z] 91% [50 libalgorithm-diff-xs-perl 10.8 kB/10.8 kB 100%] 7104 kB/s 0s 91% [Working] 7104 kB/s 0s Get:51 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-07-22T18:58:32.755Z] 91% [51 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 7104 kB/s 0s 92% [Working] 7104 kB/s 0s Get:52 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] [2020-07-22T18:58:32.755Z] 92% [52 libfile-fcntllock-perl 33.0 kB/33.0 kB 100%] 7104 kB/s 0s 92% [Working] 7104 kB/s 0s Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-07-22T18:58:32.755Z] 92% [53 libnorm1 41.0 kB/218 kB 19%] 7104 kB/s 0s 93% [Waiting for headers] 7104 kB/s 0s Get:54 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] [2020-07-22T18:58:32.755Z] 93% [54 libpgm-5.2-0 45.9 kB/140 kB 33%] 7104 kB/s 0s 93% [Waiting for headers] 7104 kB/s 0s Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] [2020-07-22T18:58:32.755Z] 94% [55 libsodium23 37.0 kB/90.4 kB 41%] 7104 kB/s 0s 94% [Working] 7104 kB/s 0s Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] [2020-07-22T18:58:33.030Z] 94% [56 libzmq5 20.5 kB/208 kB 10%] 7104 kB/s 0s 95% [Waiting for headers] 7104 kB/s 0s Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] [2020-07-22T18:58:33.030Z] 95% [57 libzmq3-dev 4096 B/409 kB 1%] 7104 kB/s 0s 96% [Waiting for headers] 7104 kB/s 0s Get:58 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] [2020-07-22T18:58:33.030Z] 96% [58 manpages-dev 4096 B/2217 kB 0%] 7104 kB/s 0s 100% [Waiting for headers] 7104 kB/s 0s Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] [2020-07-22T18:58:33.030Z] 100% [59 pkg-config 42.8 kB/42.8 kB 100%] 7104 kB/s 0s 100% [Working] 7104 kB/s 0s Fetched 49.1 MB in 6s (7728 kB/s) [2020-07-22T18:58:33.626Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-22T18:58:33.897Z] Selecting previously unselected package liblocale-gettext-perl. [2020-07-22T18:58:33.897Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) [2020-07-22T18:58:33.897Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... [2020-07-22T18:58:33.897Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-07-22T18:58:34.180Z] Selecting previously unselected package perl-modules-5.26. [2020-07-22T18:58:34.180Z] Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-22T18:58:34.180Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-22T18:58:35.617Z] Selecting previously unselected package libgdbm5:arm64. [2020-07-22T18:58:35.617Z] Preparing to unpack .../02-libgdbm5_1.14.1-6_arm64.deb ... [2020-07-22T18:58:35.617Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-07-22T18:58:35.617Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-07-22T18:58:35.889Z] Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-07-22T18:58:35.889Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-22T18:58:35.889Z] Selecting previously unselected package libperl5.26:arm64. [2020-07-22T18:58:35.889Z] Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-22T18:58:35.889Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-22T18:58:37.321Z] Selecting previously unselected package perl. [2020-07-22T18:58:37.321Z] Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-22T18:58:37.321Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-22T18:58:37.321Z] Selecting previously unselected package less. [2020-07-22T18:58:37.321Z] Preparing to unpack .../06-less_487-0.1_arm64.deb ... [2020-07-22T18:58:37.321Z] Unpacking less (487-0.1) ... [2020-07-22T18:58:37.592Z] Selecting previously unselected package netbase. [2020-07-22T18:58:37.592Z] Preparing to unpack .../07-netbase_5.4_all.deb ... [2020-07-22T18:58:37.592Z] Unpacking netbase (5.4) ... [2020-07-22T18:58:37.592Z] Selecting previously unselected package manpages. [2020-07-22T18:58:37.592Z] Preparing to unpack .../08-manpages_4.15-1_all.deb ... [2020-07-22T18:58:37.592Z] Unpacking manpages (4.15-1) ... [2020-07-22T18:58:37.865Z] Selecting previously unselected package binutils-common:arm64. [2020-07-22T18:58:37.865Z] Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-22T18:58:37.865Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:58:38.138Z] Selecting previously unselected package libbinutils:arm64. [2020-07-22T18:58:38.138Z] Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-22T18:58:38.138Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:58:38.138Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2020-07-22T18:58:38.138Z] Preparing to unpack .../11-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-22T18:58:38.410Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:58:39.386Z] Selecting previously unselected package binutils. [2020-07-22T18:58:39.386Z] Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-22T18:58:39.387Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:58:39.387Z] Selecting previously unselected package libc-dev-bin. [2020-07-22T18:58:39.387Z] Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... [2020-07-22T18:58:39.387Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-22T18:58:39.660Z] Selecting previously unselected package linux-libc-dev:arm64. [2020-07-22T18:58:39.660Z] Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_arm64.deb ... [2020-07-22T18:58:39.660Z] Unpacking linux-libc-dev:arm64 (4.15.0-112.113) ... [2020-07-22T18:58:40.253Z] Selecting previously unselected package libc6-dev:arm64. [2020-07-22T18:58:40.253Z] Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... [2020-07-22T18:58:40.525Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-07-22T18:58:41.500Z] Selecting previously unselected package gcc-7-base:arm64. [2020-07-22T18:58:41.500Z] Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:41.500Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:41.500Z] Selecting previously unselected package libisl19:arm64. [2020-07-22T18:58:41.500Z] Preparing to unpack .../17-libisl19_0.19-1_arm64.deb ... [2020-07-22T18:58:41.500Z] Unpacking libisl19:arm64 (0.19-1) ... [2020-07-22T18:58:41.772Z] Selecting previously unselected package libmpfr6:arm64. [2020-07-22T18:58:41.772Z] Preparing to unpack .../18-libmpfr6_4.0.1-1_arm64.deb ... [2020-07-22T18:58:41.772Z] Unpacking libmpfr6:arm64 (4.0.1-1) ... [2020-07-22T18:58:42.043Z] Selecting previously unselected package libmpc3:arm64. [2020-07-22T18:58:42.043Z] Preparing to unpack .../19-libmpc3_1.1.0-1_arm64.deb ... [2020-07-22T18:58:42.043Z] Unpacking libmpc3:arm64 (1.1.0-1) ... [2020-07-22T18:58:42.043Z] Selecting previously unselected package cpp-7. [2020-07-22T18:58:42.043Z] Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:42.043Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:44.016Z] Selecting previously unselected package cpp. [2020-07-22T18:58:44.016Z] Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-22T18:58:44.016Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-22T18:58:44.016Z] Selecting previously unselected package libcc1-0:arm64. [2020-07-22T18:58:44.016Z] Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:44.016Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:58:44.016Z] Selecting previously unselected package libgomp1:arm64. [2020-07-22T18:58:44.016Z] Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:44.016Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:58:44.290Z] Selecting previously unselected package libitm1:arm64. [2020-07-22T18:58:44.290Z] Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:44.290Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:58:44.290Z] Selecting previously unselected package libatomic1:arm64. [2020-07-22T18:58:44.290Z] Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:44.563Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:58:44.563Z] Selecting previously unselected package libasan4:arm64. [2020-07-22T18:58:44.563Z] Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:44.563Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:44.837Z] Selecting previously unselected package liblsan0:arm64. [2020-07-22T18:58:44.837Z] Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:44.837Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:58:44.837Z] Selecting previously unselected package libtsan0:arm64. [2020-07-22T18:58:44.837Z] Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:44.837Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:58:45.109Z] Selecting previously unselected package libubsan0:arm64. [2020-07-22T18:58:45.109Z] Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:45.109Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:45.382Z] Selecting previously unselected package libgcc-7-dev:arm64. [2020-07-22T18:58:45.382Z] Preparing to unpack .../30-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:45.382Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:45.655Z] Selecting previously unselected package gcc-7. [2020-07-22T18:58:45.655Z] Preparing to unpack .../31-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:45.926Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:47.359Z] Selecting previously unselected package gcc. [2020-07-22T18:58:47.359Z] Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-22T18:58:47.359Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-22T18:58:47.631Z] Selecting previously unselected package libstdc++-7-dev:arm64. [2020-07-22T18:58:47.631Z] Preparing to unpack .../33-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:47.631Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:48.609Z] Selecting previously unselected package g++-7. [2020-07-22T18:58:48.609Z] Preparing to unpack .../34-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-22T18:58:48.609Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:50.584Z] Selecting previously unselected package g++. [2020-07-22T18:58:50.584Z] Preparing to unpack .../35-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-22T18:58:50.584Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-22T18:58:50.584Z] Selecting previously unselected package make. [2020-07-22T18:58:50.584Z] Preparing to unpack .../36-make_4.1-9.1ubuntu1_arm64.deb ... [2020-07-22T18:58:50.584Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-22T18:58:50.584Z] Selecting previously unselected package libdpkg-perl. [2020-07-22T18:58:50.584Z] Preparing to unpack .../37-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-07-22T18:58:50.584Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-22T18:58:50.857Z] Selecting previously unselected package patch. [2020-07-22T18:58:50.857Z] Preparing to unpack .../38-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-07-22T18:58:50.857Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-22T18:58:51.132Z] Selecting previously unselected package dpkg-dev. [2020-07-22T18:58:51.132Z] Preparing to unpack .../39-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-07-22T18:58:51.132Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-22T18:58:51.132Z] Selecting previously unselected package build-essential. [2020-07-22T18:58:51.132Z] Preparing to unpack .../40-build-essential_12.4ubuntu1_arm64.deb ... [2020-07-22T18:58:51.132Z] Unpacking build-essential (12.4ubuntu1) ... [2020-07-22T18:58:51.406Z] Selecting previously unselected package curl. [2020-07-22T18:58:51.406Z] Preparing to unpack .../41-curl_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-22T18:58:51.406Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-22T18:58:51.406Z] Selecting previously unselected package libfakeroot:arm64. [2020-07-22T18:58:51.406Z] Preparing to unpack .../42-libfakeroot_1.22-2ubuntu1_arm64.deb ... [2020-07-22T18:58:51.406Z] Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-07-22T18:58:51.678Z] Selecting previously unselected package fakeroot. [2020-07-22T18:58:51.678Z] Preparing to unpack .../43-fakeroot_1.22-2ubuntu1_arm64.deb ... [2020-07-22T18:58:51.678Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-07-22T18:58:51.950Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-07-22T18:58:51.950Z] Preparing to unpack .../44-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-22T18:58:51.950Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-22T18:58:51.950Z] Selecting previously unselected package liberror-perl. [2020-07-22T18:58:51.950Z] Preparing to unpack .../45-liberror-perl_0.17025-1_all.deb ... [2020-07-22T18:58:52.223Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-22T18:58:52.223Z] Selecting previously unselected package git-man. [2020-07-22T18:58:52.223Z] Preparing to unpack .../46-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-22T18:58:52.223Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-22T18:58:52.495Z] Selecting previously unselected package git. [2020-07-22T18:58:52.495Z] Preparing to unpack .../47-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-07-22T18:58:52.495Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-22T18:58:53.929Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-07-22T18:58:53.929Z] Preparing to unpack .../48-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-07-22T18:58:53.929Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-07-22T18:58:54.204Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-07-22T18:58:54.204Z] Preparing to unpack .../49-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... [2020-07-22T18:58:54.204Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-22T18:58:54.204Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-07-22T18:58:54.204Z] Preparing to unpack .../50-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-07-22T18:58:54.204Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-07-22T18:58:54.204Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-07-22T18:58:54.476Z] Preparing to unpack .../51-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... [2020-07-22T18:58:54.476Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-07-22T18:58:54.476Z] Selecting previously unselected package libnorm1:arm64. [2020-07-22T18:58:54.476Z] Preparing to unpack .../52-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-07-22T18:58:54.476Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-07-22T18:58:54.754Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-07-22T18:58:54.754Z] Preparing to unpack .../53-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-07-22T18:58:54.754Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-07-22T18:58:54.754Z] Selecting previously unselected package libsodium23:arm64. [2020-07-22T18:58:55.025Z] Preparing to unpack .../54-libsodium23_1.0.16-2_arm64.deb ... [2020-07-22T18:58:55.025Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-07-22T18:58:55.025Z] Selecting previously unselected package libzmq5:arm64. [2020-07-22T18:58:55.025Z] Preparing to unpack .../55-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-07-22T18:58:55.025Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-22T18:58:55.300Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-07-22T18:58:55.300Z] Preparing to unpack .../56-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-07-22T18:58:55.300Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-22T18:58:55.573Z] Selecting previously unselected package manpages-dev. [2020-07-22T18:58:55.573Z] Preparing to unpack .../57-manpages-dev_4.15-1_all.deb ... [2020-07-22T18:58:55.573Z] Unpacking manpages-dev (4.15-1) ... [2020-07-22T18:58:56.172Z] Selecting previously unselected package pkg-config. [2020-07-22T18:58:56.172Z] Preparing to unpack .../58-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-07-22T18:58:56.172Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-07-22T18:58:56.443Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:58:56.443Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-07-22T18:58:56.443Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:58:56.443Z] Setting up manpages (4.15-1) ... [2020-07-22T18:58:56.443Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-22T18:58:56.718Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:58:56.718Z] Setting up less (487-0.1) ... [2020-07-22T18:58:56.989Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-22T18:58:56.989Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-22T18:58:56.989Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-22T18:58:56.989Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:58:57.261Z] Setting up linux-libc-dev:arm64 (4.15.0-112.113) ... [2020-07-22T18:58:57.261Z] Setting up libmpfr6:arm64 (4.0.1-1) ... [2020-07-22T18:58:57.261Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-22T18:58:57.261Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-07-22T18:58:57.261Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:58:57.261Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-07-22T18:58:57.261Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:57.261Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:58:57.534Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-07-22T18:58:57.534Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-22T18:58:57.534Z] Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-07-22T18:58:57.534Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-07-22T18:58:57.534Z] Setting up libmpc3:arm64 (1.1.0-1) ... [2020-07-22T18:58:57.534Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-22T18:58:57.534Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-22T18:58:57.807Z] Setting up manpages-dev (4.15-1) ... [2020-07-22T18:58:57.807Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-07-22T18:58:57.807Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-22T18:58:57.807Z] Setting up netbase (5.4) ... [2020-07-22T18:58:57.807Z] Setting up libisl19:arm64 (0.19-1) ... [2020-07-22T18:58:57.807Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-22T18:58:57.807Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:58.079Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:58:58.079Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:58.079Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-22T18:58:58.079Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-07-22T18:58:58.079Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-07-22T18:58:58.079Z] 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-07-22T18:58:58.079Z] 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-07-22T18:58:58.079Z] 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-07-22T18:58:58.079Z] 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-07-22T18:58:58.079Z] 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-07-22T18:58:58.079Z] 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-07-22T18:58:58.079Z] 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-07-22T18:58:58.079Z] 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-07-22T18:58:58.079Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:58.079Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:58.351Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:58.351Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-22T18:58:58.351Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:58:58.351Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-22T18:58:58.351Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-22T18:58:58.351Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:58.351Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-22T18:58:58.624Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-22T18:58:58.624Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-22T18:58:58.624Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-07-22T18:58:58.624Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-07-22T18:58:58.624Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-22T18:58:58.896Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-07-22T18:58:58.896Z] 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-07-22T18:58:58.896Z] Setting up liberror-perl (0.17025-1) ... [2020-07-22T18:58:58.896Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-22T18:58:58.896Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-07-22T18:58:58.896Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-22T18:58:58.896Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-22T18:58:59.171Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-22T18:58:59.171Z] Setting up build-essential (12.4ubuntu1) ... [2020-07-22T18:58:59.171Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-07-22T18:58:59.443Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-07-22T18:58:59.443Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-07-22T18:59:04.828Z] binutils set to automatically installed. [2020-07-22T18:59:04.828Z] binutils-aarch64-linux-gnu set to automatically installed. [2020-07-22T18:59:04.828Z] binutils-common set to automatically installed. [2020-07-22T18:59:04.828Z] build-essential set to automatically installed. [2020-07-22T18:59:04.828Z] cpp set to automatically installed. [2020-07-22T18:59:04.828Z] cpp-7 set to automatically installed. [2020-07-22T18:59:04.828Z] curl set to automatically installed. [2020-07-22T18:59:04.828Z] dpkg-dev set to automatically installed. [2020-07-22T18:59:04.828Z] fakeroot set to automatically installed. [2020-07-22T18:59:04.828Z] g++ set to automatically installed. [2020-07-22T18:59:04.828Z] g++-7 set to automatically installed. [2020-07-22T18:59:04.828Z] gcc set to automatically installed. [2020-07-22T18:59:04.828Z] gcc-7 set to automatically installed. [2020-07-22T18:59:04.828Z] gcc-7-base set to automatically installed. [2020-07-22T18:59:04.828Z] git set to automatically installed. [2020-07-22T18:59:04.828Z] git-man set to automatically installed. [2020-07-22T18:59:04.828Z] less set to automatically installed. [2020-07-22T18:59:04.828Z] libalgorithm-diff-perl set to automatically installed. [2020-07-22T18:59:05.100Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-07-22T18:59:05.100Z] libalgorithm-merge-perl set to automatically installed. [2020-07-22T18:59:05.100Z] libasan4 set to automatically installed. [2020-07-22T18:59:05.100Z] libatomic1 set to automatically installed. [2020-07-22T18:59:05.100Z] libbinutils set to automatically installed. [2020-07-22T18:59:05.100Z] libc-dev-bin set to automatically installed. [2020-07-22T18:59:05.100Z] libc6-dev set to automatically installed. [2020-07-22T18:59:05.369Z] libcc1-0 set to automatically installed. [2020-07-22T18:59:05.369Z] libcurl3-gnutls set to automatically installed. [2020-07-22T18:59:05.369Z] libdpkg-perl set to automatically installed. [2020-07-22T18:59:05.369Z] liberror-perl set to automatically installed. [2020-07-22T18:59:05.369Z] libfakeroot set to automatically installed. [2020-07-22T18:59:05.369Z] libfile-fcntllock-perl set to automatically installed. [2020-07-22T18:59:05.369Z] libgcc-7-dev set to automatically installed. [2020-07-22T18:59:05.369Z] libgdbm-compat4 set to automatically installed. [2020-07-22T18:59:05.638Z] libgdbm5 set to automatically installed. [2020-07-22T18:59:05.638Z] libgomp1 set to automatically installed. [2020-07-22T18:59:05.638Z] libisl19 set to automatically installed. [2020-07-22T18:59:05.638Z] libitm1 set to automatically installed. [2020-07-22T18:59:05.638Z] liblocale-gettext-perl set to automatically installed. [2020-07-22T18:59:05.638Z] liblsan0 set to automatically installed. [2020-07-22T18:59:05.638Z] libmpc3 set to automatically installed. [2020-07-22T18:59:05.909Z] libmpfr6 set to automatically installed. [2020-07-22T18:59:05.909Z] libnorm1 set to automatically installed. [2020-07-22T18:59:05.909Z] libperl5.26 set to automatically installed. [2020-07-22T18:59:05.909Z] libpgm-5.2-0 set to automatically installed. [2020-07-22T18:59:05.909Z] libsodium23 set to automatically installed. [2020-07-22T18:59:05.909Z] libstdc++-7-dev set to automatically installed. [2020-07-22T18:59:05.909Z] libtsan0 set to automatically installed. [2020-07-22T18:59:05.909Z] libubsan0 set to automatically installed. [2020-07-22T18:59:06.180Z] libzmq3-dev set to automatically installed. [2020-07-22T18:59:06.180Z] libzmq5 set to automatically installed. [2020-07-22T18:59:06.180Z] linux-libc-dev set to automatically installed. [2020-07-22T18:59:06.180Z] make set to automatically installed. [2020-07-22T18:59:06.180Z] manpages set to automatically installed. [2020-07-22T18:59:06.180Z] manpages-dev set to automatically installed. [2020-07-22T18:59:06.180Z] netbase set to automatically installed. [2020-07-22T18:59:06.451Z] patch set to automatically installed. [2020-07-22T18:59:06.451Z] perl set to automatically installed. [2020-07-22T18:59:06.451Z] perl-modules-5.26 set to automatically installed. [2020-07-22T18:59:06.451Z] pkg-config set to automatically installed. [2020-07-22T18:59:06.451Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-22T18:59:06.451Z] Please ensure the environment is properly setup before continuing. [2020-07-22T18:59:06.451Z] Ignore this message if the appropriate measures have already been taken [2020-07-22T18:59:07.428Z] Pulling go  [2020-07-22T18:59:10.804Z] 'app-service-config' has dependencies that need to be staged: go [2020-07-22T18:59:10.804Z] Skipping pull go (already ran) [2020-07-22T18:59:10.804Z] Building go  [2020-07-22T18:59:10.804Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-22T18:59:10.804Z] Dload Upload Total Spent Left Speed [2020-07-22T18:59:13.663Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 93.1M 4 4543k 0 0 7636k 0 0:00:12 --:--:-- 0:00:12 7624k 43 93.1M 43 40.3M 0 0 25.3M 0 0:00:03 0:00:01 0:00:02 25.3M 78 93.1M 78 72.9M 0 0 28.1M 0 0:00:03 0:00:02 0:00:01 28.1M 100 93.1M 100 93.1M 0 0 29.6M 0 0:00:03 0:00:03 --:--:-- 29.6M [2020-07-22T18:59:15.087Z] go1.13.10.linux-arm64.tar.gz: OK [2020-07-22T18:59:33.387Z] Staging go  [2020-07-22T18:59:36.259Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-07-22T18:59:36.808Z] 0% 99% [Working] 99% [Working] 99% Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-22T18:59:36.808Z] 79% 99% 99% Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-22T18:59:36.808Z] 96% 99% 99% Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-22T18:59:37.080Z] 82% 99% 3% [Working] 3% [Working] 3% Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] [2020-07-22T18:59:38.179Z] 3% 13% 13% 13% 41% 41% 42% 76% 69% [Working] 69% 69% Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] [2020-07-22T18:59:38.179Z] 69% Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] [2020-07-22T18:59:38.179Z] 69% 69% 70% Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] [2020-07-22T18:59:38.179Z] 70% 78% Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3463 B] [2020-07-22T18:59:38.179Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] [2020-07-22T18:59:38.179Z] 78% Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [912 kB] [2020-07-22T18:59:38.179Z] 78% 83% Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1250 kB] [2020-07-22T18:59:38.452Z] 84% 91% Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [8104 B] [2020-07-22T18:59:38.452Z] 91% Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-07-22T18:59:38.452Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [639 kB] [2020-07-22T18:59:38.452Z] 91% 95% Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] [2020-07-22T18:59:38.452Z] 95% Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] [2020-07-22T18:59:38.452Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [764 kB] [2020-07-22T18:59:41.262Z] 96% 99% 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 16.5 MB in 0s (0 B/s) [2020-07-22T18:59:59.537Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] [2020-07-22T18:59:59.537Z] 3% 100% [Working] Fetched 218 kB in 0s (0 B/s) [2020-07-22T18:59:59.537Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] [2020-07-22T18:59:59.537Z] 9% 100% [Working] Fetched 140 kB in 0s (0 B/s) [2020-07-22T18:59:59.537Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] [2020-07-22T18:59:59.808Z] 3% 100% [Working] Fetched 208 kB in 0s (0 B/s) [2020-07-22T19:00:00.079Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] [2020-07-22T19:00:00.349Z] 15% 100% [Working] Fetched 90.4 kB in 0s (0 B/s) [2020-07-22T19:00:00.942Z] Pulling app-service-config  [2020-07-22T19:00:07.751Z] Pulling config-common  [2020-07-22T19:00:10.389Z] Skipping build go (already ran) [2020-07-22T19:00:11.008Z] Building app-service-config  [2020-07-22T19:00:11.008Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-07-22T19:00:12.446Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 [2020-07-22T19:00:12.446Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 [2020-07-22T19:00:12.446Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-22T19:00:12.446Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-22T19:00:12.446Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-22T19:00:12.446Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T19:00:12.446Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-22T19:00:12.446Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-22T19:00:12.446Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-22T19:00:12.723Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T19:00:12.723Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-22T19:00:12.723Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-22T19:00:12.723Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-22T19:00:12.723Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-22T19:00:12.723Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-22T19:00:12.723Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T19:00:12.723Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-22T19:00:12.723Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-22T19:00:12.723Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-22T19:00:12.723Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-22T19:00:12.723Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-22T19:00:12.723Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T19:00:12.723Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-22T19:00:12.723Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T19:00:12.723Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-22T19:00:12.723Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-07-22T19:00:12.723Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-22T19:00:12.723Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-07-22T19:00:12.723Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-22T19:00:12.723Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-22T19:00:12.723Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-22T19:00:12.723Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T19:00:12.998Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-22T19:00:12.998Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-07-22T19:00:12.998Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-22T19:00:12.998Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-07-22T19:00:12.998Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-22T19:00:12.998Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-07-22T19:00:12.998Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T19:00:12.998Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-22T19:00:12.998Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-07-22T19:00:12.998Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T19:00:12.998Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T19:00:13.271Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T19:00:13.271Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-22T19:00:13.271Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-22T19:00:13.271Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T19:00:13.271Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-07-22T19:00:13.271Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-07-22T19:00:13.271Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T19:00:13.271Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-22T19:00:13.271Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T19:00:13.271Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-07-22T19:00:13.271Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T19:00:13.271Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T19:00:13.271Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T19:00:13.545Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T19:00:13.545Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T19:00:13.545Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-22T19:00:13.545Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-22T19:00:13.545Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T19:00:13.545Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-22T19:00:13.546Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-07-22T19:00:13.817Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T19:00:13.817Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T19:00:13.817Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T19:00:13.817Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T19:00:14.091Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T19:00:14.091Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T19:00:14.091Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T19:00:14.362Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-07-22T19:00:14.362Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T19:00:14.362Z] go: downloading github.com/golang/snappy v0.0.1 [2020-07-22T19:00:14.362Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-22T19:00:14.362Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-07-22T19:00:14.362Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-07-22T19:00:14.362Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T19:00:14.362Z] go: extracting github.com/golang/snappy v0.0.1 [2020-07-22T19:00:14.362Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-22T19:00:14.362Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-07-22T19:00:14.362Z] go: downloading golang.org/x/text v0.3.2 [2020-07-22T19:00:14.362Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-22T19:00:14.959Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-22T19:00:15.932Z] go: extracting golang.org/x/text v0.3.2 [2020-07-22T19:00:16.911Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 [2020-07-22T19:00:17.187Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-22T19:00:17.187Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-22T19:00:17.187Z] go: finding github.com/google/uuid v1.1.1 [2020-07-22T19:00:17.187Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-22T19:00:17.187Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-22T19:00:17.187Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T19:00:17.187Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T19:00:17.187Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T19:00:17.187Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-22T19:00:17.187Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T19:00:17.187Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-22T19:00:17.187Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T19:00:17.187Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T19:00:17.187Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T19:00:17.187Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-22T19:00:17.187Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T19:00:17.459Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-22T19:00:17.459Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-22T19:00:17.459Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-22T19:00:17.459Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-22T19:00:17.459Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T19:00:17.459Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-22T19:00:17.459Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-22T19:00:17.459Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T19:00:17.459Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T19:00:17.459Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T19:00:17.459Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T19:00:17.459Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T19:00:17.459Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T19:00:17.459Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T19:00:17.459Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T19:00:17.459Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T19:00:17.459Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-22T19:00:17.459Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T19:00:17.459Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-22T19:00:17.459Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-22T19:00:17.459Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T19:00:17.459Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T19:00:17.459Z] go: finding golang.org/x/text v0.3.2 [2020-07-22T19:00:17.459Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-22T19:00:17.459Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T19:01:13.982Z] Building config-common  [2020-07-22T19:01:26.340Z] Skipping stage go (already ran) [2020-07-22T19:01:26.340Z] Staging app-service-config  [2020-07-22T19:01:27.765Z] Staging config-common  [2020-07-22T19:01:31.132Z] Priming go  [2020-07-22T19:01:34.503Z] Priming app-service-config  [2020-07-22T19:01:38.781Z] Priming config-common  [2020-07-22T19:01:47.604Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | [2020-07-22T19:01:47.605Z] Snapped edgex-app-service-configurable_1.2.0-20200722+7d7fa52_arm64.snap [Pipeline] } [2020-07-22T19:01:51.004Z] 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-07-22T19:01:52.880Z] provisioning config files... [2020-07-22T19:01:52.897Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/y_app-service-configurable_PR-99@tmp/config4216996009752300183tmp [Pipeline] { [Pipeline] sh [2020-07-22T19:01:53.351Z] + curl -s https://codecov.io/bash [2020-07-22T19:01:53.351Z] + bash -s - -t @/w/workspace/y_app-service-configurable_PR-99@tmp/config4216996009752300183tmp [Pipeline] } [2020-07-22T19:01:53.660Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-22T19:01:56.128Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T19:01:56.829Z] ---> package-listing.sh [2020-07-22T19:01:56.829Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-22T19:01:56.829Z] ++ facter osfamily [2020-07-22T19:01:57.104Z] + OS_FAMILY=redhat [2020-07-22T19:01:57.104Z] + workspace=/w/workspace/y_app-service-configurable_PR-99 [2020-07-22T19:01:57.104Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-22T19:01:57.104Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-22T19:01:57.104Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-22T19:01:57.104Z] + PACKAGES=/tmp/packages_start.txt [2020-07-22T19:01:57.104Z] + '[' /w/workspace/y_app-service-configurable_PR-99 ']' [2020-07-22T19:01:57.104Z] + PACKAGES=/tmp/packages_end.txt [2020-07-22T19:01:57.104Z] + case "${OS_FAMILY}" in [2020-07-22T19:01:57.104Z] + rpm -qa [2020-07-22T19:01:57.105Z] + sort [2020-07-22T19:02:03.763Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-22T19:02:03.763Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-22T19:02:03.763Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-22T19:02:03.763Z] + '[' /w/workspace/y_app-service-configurable_PR-99 ']' [2020-07-22T19:02:03.763Z] + mkdir -p /w/workspace/y_app-service-configurable_PR-99/archives/ [2020-07-22T19:02:03.763Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-service-configurable_PR-99/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-22T19:02:04.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T19:02:04.431Z] [2020-07-22T19:02:04.431Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-22T19:02:04.851Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T19:02:04.851Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-22T19:02:04.851Z] c9b1b535fdd9: Pulling fs layer [2020-07-22T19:02:04.851Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-22T19:02:04.851Z] 756a868c4378: Pulling fs layer [2020-07-22T19:02:04.851Z] 444b2fc9a129: Pulling fs layer [2020-07-22T19:02:04.851Z] ea15f1150254: Pulling fs layer [2020-07-22T19:02:04.851Z] 41b27a9f41bf: Pulling fs layer [2020-07-22T19:02:04.851Z] 28c525ee5125: Pulling fs layer [2020-07-22T19:02:04.851Z] 094b1ea09ed8: Pulling fs layer [2020-07-22T19:02:04.851Z] 138eaada9080: Pulling fs layer [2020-07-22T19:02:04.851Z] 0622d0fa9048: Pulling fs layer [2020-07-22T19:02:04.851Z] 41b27a9f41bf: Waiting [2020-07-22T19:02:04.851Z] 28c525ee5125: Waiting [2020-07-22T19:02:04.851Z] 094b1ea09ed8: Waiting [2020-07-22T19:02:04.851Z] 138eaada9080: Waiting [2020-07-22T19:02:04.851Z] 0622d0fa9048: Waiting [2020-07-22T19:02:04.851Z] 444b2fc9a129: Waiting [2020-07-22T19:02:04.851Z] ea15f1150254: Waiting [2020-07-22T19:02:04.851Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-22T19:02:04.851Z] 2cc5ad85d9ab: Download complete [2020-07-22T19:02:04.851Z] 444b2fc9a129: Verifying Checksum [2020-07-22T19:02:04.851Z] 444b2fc9a129: Download complete [2020-07-22T19:02:04.851Z] c9b1b535fdd9: Verifying Checksum [2020-07-22T19:02:05.142Z] ea15f1150254: Verifying Checksum [2020-07-22T19:02:05.142Z] ea15f1150254: Download complete [2020-07-22T19:02:05.142Z] 28c525ee5125: Verifying Checksum [2020-07-22T19:02:05.142Z] 28c525ee5125: Download complete [2020-07-22T19:02:05.468Z] 756a868c4378: Verifying Checksum [2020-07-22T19:02:05.468Z] 756a868c4378: Download complete [2020-07-22T19:02:05.817Z] 138eaada9080: Verifying Checksum [2020-07-22T19:02:05.817Z] 138eaada9080: Download complete [2020-07-22T19:02:05.817Z] 0622d0fa9048: Download complete [2020-07-22T19:02:06.161Z] c9b1b535fdd9: Pull complete [2020-07-22T19:02:06.161Z] 094b1ea09ed8: Verifying Checksum [2020-07-22T19:02:06.161Z] 094b1ea09ed8: Download complete [2020-07-22T19:02:06.862Z] 2cc5ad85d9ab: Pull complete [2020-07-22T19:02:06.863Z] 41b27a9f41bf: Verifying Checksum [2020-07-22T19:02:06.863Z] 41b27a9f41bf: Download complete [2020-07-22T19:02:08.818Z] 756a868c4378: Pull complete [2020-07-22T19:02:09.108Z] 444b2fc9a129: Pull complete [2020-07-22T19:02:09.729Z] ea15f1150254: Pull complete [2020-07-22T19:02:16.493Z] 41b27a9f41bf: Pull complete [2020-07-22T19:02:16.801Z] 28c525ee5125: Pull complete [2020-07-22T19:02:21.199Z] 094b1ea09ed8: Pull complete [2020-07-22T19:02:21.199Z] 138eaada9080: Pull complete [2020-07-22T19:02:21.473Z] 0622d0fa9048: Pull complete [2020-07-22T19:02:21.473Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-22T19:02:21.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T19:02:21.474Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-22T19:02:22.232Z] prd-centos7-docker-4c-2g-625 does not seem to be running inside a container [2020-07-22T19:02:22.284Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/y_app-service-configurable_PR-99 -v /w/workspace/y_app-service-configurable_PR-99:/w/workspace/y_app-service-configurable_PR-99:rw,z -v /w/workspace/y_app-service-configurable_PR-99@tmp:/w/workspace/y_app-service-configurable_PR-99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-22T19:02:25.954Z] $ docker top cc6f1c92d38b8e09f02ba80b896931a1ccdfb62dda56bab83609263a18d4992d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T19:02:26.318Z] provisioning config files... [2020-07-22T19:02:26.332Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-service-configurable_PR-99@tmp/config1235031535115207039tmp [Pipeline] { [Pipeline] echo [2020-07-22T19:02:26.431Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T19:02:26.765Z] ---> create-netrc.sh [Pipeline] echo [2020-07-22T19:02:26.791Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T19:02:27.119Z] ---> logs-deploy.sh [2020-07-22T19:02:27.119Z] + ARCHIVE_ARTIFACTS= [2020-07-22T19:02:27.119Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-22T19:02:27.119Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-22T19:02:27.119Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-22T19:02:27.119Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-99/1 [2020-07-22T19:02:27.119Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/PR-99/1/ [2020-07-22T19:02:27.119Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-99/1 /w/workspace/y_app-service-configurable_PR-99 [2020-07-22T19:02:29.062Z] Archives upload complete. [2020-07-22T19:02:29.335Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-99/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/PR-99/1/ [2020-07-22T19:02:30.324Z] ---> uname -a: [2020-07-22T19:02:30.324Z] Linux cc6f1c92d38b 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] ---> lscpu: [2020-07-22T19:02:30.324Z] Architecture: x86_64 [2020-07-22T19:02:30.324Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-22T19:02:30.324Z] Byte Order: Little Endian [2020-07-22T19:02:30.324Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-22T19:02:30.324Z] CPU(s): 4 [2020-07-22T19:02:30.324Z] On-line CPU(s) list: 0-3 [2020-07-22T19:02:30.324Z] Thread(s) per core: 1 [2020-07-22T19:02:30.324Z] Core(s) per socket: 1 [2020-07-22T19:02:30.324Z] Socket(s): 4 [2020-07-22T19:02:30.324Z] NUMA node(s): 1 [2020-07-22T19:02:30.324Z] Vendor ID: GenuineIntel [2020-07-22T19:02:30.324Z] CPU family: 6 [2020-07-22T19:02:30.324Z] Model: 44 [2020-07-22T19:02:30.324Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-22T19:02:30.324Z] Stepping: 1 [2020-07-22T19:02:30.324Z] CPU MHz: 2933.438 [2020-07-22T19:02:30.324Z] BogoMIPS: 5866.87 [2020-07-22T19:02:30.324Z] Virtualization: VT-x [2020-07-22T19:02:30.324Z] Hypervisor vendor: KVM [2020-07-22T19:02:30.324Z] Virtualization type: full [2020-07-22T19:02:30.324Z] L1d cache: 128 KiB [2020-07-22T19:02:30.324Z] L1i cache: 128 KiB [2020-07-22T19:02:30.324Z] L2 cache: 16 MiB [2020-07-22T19:02:30.324Z] L3 cache: 64 MiB [2020-07-22T19:02:30.324Z] NUMA node0 CPU(s): 0-3 [2020-07-22T19:02:30.324Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-22T19:02:30.324Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-22T19:02:30.324Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-22T19:02:30.324Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-22T19:02:30.324Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-22T19:02:30.324Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-22T19:02:30.324Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-22T19:02:30.324Z] Vulnerability Tsx async abort: Not affected [2020-07-22T19:02:30.324Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] ---> nproc: [2020-07-22T19:02:30.324Z] 4 [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] ---> df -h: [2020-07-22T19:02:30.324Z] Filesystem Size Used Available Use% Mounted on [2020-07-22T19:02:30.324Z] overlay 50.0G 7.2G 42.8G 14% / [2020-07-22T19:02:30.324Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-22T19:02:30.324Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-22T19:02:30.324Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-22T19:02:30.324Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-07-22T19:02:30.324Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-07-22T19:02:30.324Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-07-22T19:02:30.324Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/y_app-service-configurable_PR-99 [2020-07-22T19:02:30.324Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/y_app-service-configurable_PR-99@tmp [2020-07-22T19:02:30.324Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] ---> free -m: [2020-07-22T19:02:30.324Z] total used free shared buff/cache available [2020-07-22T19:02:30.324Z] Mem: 1837 631 112 0 1093 1100 [2020-07-22T19:02:30.324Z] Swap: 1023 1 1022 [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] ---> ip addr: [2020-07-22T19:02:30.324Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-22T19:02:30.324Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-22T19:02:30.324Z] inet 127.0.0.1/8 scope host lo [2020-07-22T19:02:30.324Z] valid_lft forever preferred_lft forever [2020-07-22T19:02:30.324Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-07-22T19:02:30.324Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-22T19:02:30.324Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-22T19:02:30.324Z] valid_lft forever preferred_lft forever [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] ---> sar -b -r -n DEV: [2020-07-22T19:02:30.324Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/22/20 _x86_64_ (4 CPU) [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] 18:49:42 LINUX RESTART [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] 18:50:02 tps rtps wtps bread/s bwrtn/s [2020-07-22T19:02:30.324Z] 18:51:02 179.50 104.97 74.53 11741.49 39027.62 [2020-07-22T19:02:30.324Z] 18:52:01 18.18 3.33 14.85 1097.65 1965.87 [2020-07-22T19:02:30.324Z] 18:53:01 1.63 0.00 1.63 0.00 29.49 [2020-07-22T19:02:30.324Z] 18:54:01 0.23 0.00 0.23 0.00 2.96 [2020-07-22T19:02:30.324Z] 18:55:01 0.15 0.00 0.15 0.00 1.88 [2020-07-22T19:02:30.324Z] 18:56:01 0.38 0.00 0.38 0.00 5.11 [2020-07-22T19:02:30.324Z] 18:57:02 0.35 0.02 0.33 0.13 4.73 [2020-07-22T19:02:30.324Z] 18:58:01 0.29 0.00 0.29 0.00 3.17 [2020-07-22T19:02:30.324Z] 18:59:01 0.28 0.00 0.28 0.00 2.73 [2020-07-22T19:02:30.324Z] 19:00:01 0.18 0.00 0.18 0.00 2.48 [2020-07-22T19:02:30.324Z] 19:01:01 0.33 0.02 0.32 0.13 3.38 [2020-07-22T19:02:30.324Z] 19:02:01 32.56 32.21 0.35 3420.88 7.03 [2020-07-22T19:02:30.324Z] Average: 19.34 11.63 7.71 1344.53 3383.08 [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] 18:50:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-07-22T19:02:30.324Z] 18:51:02 68096 1813460 96.38 2620 1226756 1529384 52.20 451300 1204392 26972 [2020-07-22T19:02:30.324Z] 18:52:01 166532 1715024 91.15 2620 1165356 1147856 39.17 421656 1133584 20 [2020-07-22T19:02:30.324Z] 18:53:01 176940 1704616 90.60 2620 1165364 1079360 36.84 416732 1129256 8 [2020-07-22T19:02:30.324Z] 18:54:01 174332 1707224 90.73 2620 1165364 1079624 36.85 420076 1128668 8 [2020-07-22T19:02:30.324Z] 18:55:01 176072 1705484 90.64 2620 1165372 1079428 36.84 423748 1123556 8 [2020-07-22T19:02:30.324Z] 18:56:01 175472 1706084 90.67 2620 1165376 1079524 36.84 424144 1123556 8 [2020-07-22T19:02:30.324Z] 18:57:02 175948 1705608 90.65 2620 1165380 1079428 36.84 430824 1116568 12 [2020-07-22T19:02:30.324Z] 18:58:01 175888 1705668 90.65 2620 1165388 1079428 36.84 426444 1120840 8 [2020-07-22T19:02:30.324Z] 18:59:01 176120 1705436 90.64 2620 1165392 1079428 36.84 426448 1120840 8 [2020-07-22T19:02:30.324Z] 19:00:01 176252 1705304 90.63 2620 1165404 1079428 36.84 416544 1130636 8 [2020-07-22T19:02:30.324Z] 19:01:01 174428 1707128 90.73 2620 1165404 1082272 36.94 417876 1130684 16 [2020-07-22T19:02:30.324Z] 19:02:01 67356 1814200 96.42 2620 1246836 1115748 38.08 427364 1224892 116 [2020-07-22T19:02:30.324Z] Average: 156953 1724603 91.66 2620 1177283 1125909 38.43 425263 1140623 2266 [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] 18:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-07-22T19:02:30.324Z] 18:51:02 eth0 243.91 149.59 1058.93 61.16 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:52:01 eth0 25.03 19.92 29.37 25.06 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:52:01 docker0 1.42 1.29 0.24 2.75 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:53:01 eth0 1.02 0.08 0.11 0.01 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:54:01 eth0 0.80 0.60 0.52 0.40 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:55:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:56:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:57:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:59:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 19:00:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 19:01:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 19:02:01 eth0 7.90 4.95 8.59 3.01 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] Average: eth0 23.04 14.50 90.47 7.40 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] Average: docker0 0.12 0.11 0.02 0.23 0.00 0.00 0.00 [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] ---> sar -P ALL: [2020-07-22T19:02:30.324Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/22/20 _x86_64_ (4 CPU) [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.324Z] 18:49:42 LINUX RESTART [2020-07-22T19:02:30.324Z] [2020-07-22T19:02:30.325Z] 18:50:02 CPU %user %nice %system %iowait %steal %idle [2020-07-22T19:02:30.325Z] 18:51:02 all 16.55 0.00 9.17 15.33 15.96 42.99 [2020-07-22T19:02:30.325Z] 18:51:02 0 14.53 0.00 8.34 12.01 17.34 47.77 [2020-07-22T19:02:30.325Z] 18:51:02 1 14.29 0.00 8.30 18.24 15.76 43.41 [2020-07-22T19:02:30.325Z] 18:51:02 2 19.55 0.00 12.46 15.03 14.71 38.25 [2020-07-22T19:02:30.325Z] 18:51:02 3 17.99 0.00 7.67 15.99 15.99 42.35 [2020-07-22T19:02:30.325Z] 18:52:01 all 1.97 0.00 1.16 0.44 2.30 94.13 [2020-07-22T19:02:30.325Z] 18:52:01 0 2.07 0.00 1.53 1.34 2.31 92.76 [2020-07-22T19:02:30.325Z] 18:52:01 1 2.29 0.00 0.98 0.12 2.20 94.41 [2020-07-22T19:02:30.325Z] 18:52:01 2 1.56 0.00 0.95 0.20 2.51 94.78 [2020-07-22T19:02:30.325Z] 18:52:01 3 1.95 0.00 1.20 0.10 2.17 94.58 [2020-07-22T19:02:30.325Z] 18:53:01 all 0.12 0.00 0.05 0.00 0.21 99.63 [2020-07-22T19:02:30.325Z] 18:53:01 0 0.02 0.00 0.02 0.00 0.22 99.75 [2020-07-22T19:02:30.325Z] 18:53:01 1 0.33 0.00 0.07 0.00 0.13 99.47 [2020-07-22T19:02:30.325Z] 18:53:01 2 0.08 0.00 0.05 0.00 0.45 99.42 [2020-07-22T19:02:30.325Z] 18:53:01 3 0.03 0.00 0.05 0.00 0.07 99.85 [2020-07-22T19:02:30.325Z] 18:54:01 all 0.14 0.00 0.04 0.00 0.20 99.62 [2020-07-22T19:02:30.325Z] 18:54:01 0 0.03 0.00 0.03 0.00 0.15 99.78 [2020-07-22T19:02:30.325Z] 18:54:01 1 0.42 0.00 0.03 0.00 0.12 99.43 [2020-07-22T19:02:30.325Z] 18:54:01 2 0.08 0.00 0.05 0.00 0.47 99.40 [2020-07-22T19:02:30.325Z] 18:54:01 3 0.02 0.00 0.02 0.00 0.07 99.90 [2020-07-22T19:02:30.325Z] 18:55:01 all 0.09 0.00 0.12 0.00 0.55 99.24 [2020-07-22T19:02:30.325Z] 18:55:01 0 0.03 0.00 0.05 0.00 0.38 99.53 [2020-07-22T19:02:30.325Z] 18:55:01 1 0.25 0.00 0.23 0.00 0.47 99.05 [2020-07-22T19:02:30.325Z] 18:55:01 2 0.05 0.00 0.18 0.00 0.96 98.81 [2020-07-22T19:02:30.325Z] 18:55:01 3 0.02 0.00 0.03 0.00 0.40 99.55 [2020-07-22T19:02:30.325Z] 18:56:01 all 0.13 0.00 0.03 0.00 0.13 99.71 [2020-07-22T19:02:30.325Z] 18:56:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2020-07-22T19:02:30.325Z] 18:56:01 1 0.13 0.00 0.02 0.00 0.22 99.63 [2020-07-22T19:02:30.325Z] 18:56:01 2 0.32 0.00 0.07 0.00 0.23 99.38 [2020-07-22T19:02:30.325Z] 18:56:01 3 0.02 0.00 0.03 0.00 0.05 99.90 [2020-07-22T19:02:30.325Z] 18:57:02 all 0.10 0.00 0.03 0.00 0.10 99.77 [2020-07-22T19:02:30.325Z] 18:57:02 0 0.02 0.00 0.02 0.00 0.12 99.85 [2020-07-22T19:02:30.325Z] 18:57:02 1 0.05 0.00 0.05 0.00 0.15 99.75 [2020-07-22T19:02:30.325Z] 18:57:02 2 0.35 0.00 0.02 0.00 0.08 99.55 [2020-07-22T19:02:30.325Z] 18:57:02 3 0.03 0.00 0.02 0.00 0.02 99.93 [2020-07-22T19:02:30.325Z] 18:58:01 all 0.12 0.00 0.03 0.00 0.15 99.70 [2020-07-22T19:02:30.325Z] 18:58:01 0 0.05 0.00 0.05 0.00 0.19 99.71 [2020-07-22T19:02:30.325Z] 18:58:01 1 0.05 0.00 0.03 0.00 0.34 99.58 [2020-07-22T19:02:30.325Z] 18:58:01 2 0.36 0.00 0.02 0.00 0.08 99.54 [2020-07-22T19:02:30.325Z] 18:58:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2020-07-22T19:02:30.325Z] 18:59:01 all 0.10 0.00 0.02 0.00 0.44 99.43 [2020-07-22T19:02:30.325Z] 18:59:01 0 0.00 0.00 0.03 0.00 0.22 99.75 [2020-07-22T19:02:30.325Z] 18:59:01 1 0.05 0.00 0.03 0.00 0.96 98.96 [2020-07-22T19:02:30.325Z] 18:59:01 2 0.33 0.00 0.03 0.00 0.52 99.12 [2020-07-22T19:02:30.325Z] 18:59:01 3 0.00 0.00 0.02 0.00 0.08 99.90 [2020-07-22T19:02:30.325Z] 19:00:01 all 0.11 0.00 0.02 0.00 0.16 99.70 [2020-07-22T19:02:30.325Z] 19:00:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2020-07-22T19:02:30.325Z] 19:00:01 1 0.07 0.00 0.03 0.00 0.27 99.63 [2020-07-22T19:02:30.325Z] 19:00:01 2 0.35 0.00 0.02 0.00 0.28 99.35 [2020-07-22T19:02:30.325Z] 19:00:01 3 0.02 0.00 0.02 0.00 0.05 99.92 [2020-07-22T19:02:30.325Z] 19:01:01 all 0.12 0.00 0.02 0.00 0.32 99.53 [2020-07-22T19:02:30.325Z] 19:01:01 0 0.02 0.00 0.02 0.00 0.23 99.73 [2020-07-22T19:02:30.325Z] 19:01:01 1 0.03 0.00 0.03 0.00 0.51 99.42 [2020-07-22T19:02:30.325Z] 19:01:01 2 0.43 0.00 0.02 0.00 0.38 99.17 [2020-07-22T19:02:30.325Z] 19:01:01 3 0.03 0.00 0.02 0.00 0.13 99.82 [2020-07-22T19:02:30.325Z] 19:02:01 all 0.61 0.00 0.26 1.53 1.00 96.61 [2020-07-22T19:02:30.325Z] 19:02:01 0 0.86 0.00 0.37 1.53 0.98 96.26 [2020-07-22T19:02:30.325Z] 19:02:01 1 0.36 0.00 0.20 0.38 1.18 97.88 [2020-07-22T19:02:30.325Z] 19:02:01 2 0.73 0.00 0.20 1.34 0.78 96.95 [2020-07-22T19:02:30.325Z] 19:02:01 3 0.46 0.00 0.28 2.83 1.04 95.38 [2020-07-22T19:02:30.325Z] Average: all 1.64 0.00 0.89 1.40 1.75 94.31 [2020-07-22T19:02:30.325Z] Average: 0 1.44 0.00 0.86 1.22 1.81 94.67 [2020-07-22T19:02:30.325Z] Average: 1 1.51 0.00 0.83 1.55 1.84 94.27 [2020-07-22T19:02:30.325Z] Average: 2 1.94 0.00 1.12 1.33 1.73 93.88 [2020-07-22T19:02:30.325Z] Average: 3 1.66 0.00 0.76 1.53 1.62 94.43 [2020-07-22T19:02:30.325Z] [2020-07-22T19:02:30.325Z] [2020-07-22T19:02:30.325Z]