Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 175b0b70ddd3bade64d27e199a612cdb519e69fe Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2575 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Checking out Revision 175b0b70ddd3bade64d27e199a612cdb519e69fe (master) Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 175b0b70ddd3bade64d27e199a612cdb519e69fe # timeout=10 Commit message: "Update Jenkinsfile to include snap (#79)" > git rev-list --no-walk 18accf3c2bb4fad263732182d293380b7016bd36 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-11T15:13:13.153Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-11T15:13:13.281Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-11T15:13:13.324Z] ========================================================= [2020-06-11T15:13:13.324Z] EdgeX Global Pipelines Version Info [2020-06-11T15:13:13.324Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-11T15:13:15.256Z] ------------------- [2020-06-11T15:13:15.256Z] stable info: [2020-06-11T15:13:15.256Z] ------------------- [2020-06-11T15:13:15.256Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-11T15:13:15.256Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T15:13:15.256Z] Message: update stable to v1.0.89 [2020-06-11T15:13:15.826Z] ------------------- [2020-06-11T15:13:15.826Z] experimental info: [2020-06-11T15:13:15.826Z] ------------------- [2020-06-11T15:13:15.826Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-11T15:13:15.826Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T15:13:15.827Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:13:17.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T15:13:17.625Z] [2020-06-11T15:13:17.625Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:13:17.951Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T15:13:17.951Z] latest: Pulling from edgex-devops/git-semver [2020-06-11T15:13:17.951Z] 9123ac7c32f7: Pulling fs layer [2020-06-11T15:13:17.951Z] b8cc5d1170e3: Pulling fs layer [2020-06-11T15:13:17.951Z] 2924cbbf6a41: Pulling fs layer [2020-06-11T15:13:17.951Z] 93b08a4f1073: Pulling fs layer [2020-06-11T15:13:17.951Z] 93b08a4f1073: Waiting [2020-06-11T15:13:17.951Z] b8cc5d1170e3: Download complete [2020-06-11T15:13:18.215Z] 9123ac7c32f7: Verifying Checksum [2020-06-11T15:13:18.216Z] 9123ac7c32f7: Download complete [2020-06-11T15:13:18.216Z] 2924cbbf6a41: Verifying Checksum [2020-06-11T15:13:18.216Z] 2924cbbf6a41: Download complete [2020-06-11T15:13:18.216Z] 93b08a4f1073: Verifying Checksum [2020-06-11T15:13:18.216Z] 93b08a4f1073: Download complete [2020-06-11T15:13:18.481Z] 9123ac7c32f7: Pull complete [2020-06-11T15:13:18.481Z] b8cc5d1170e3: Pull complete [2020-06-11T15:13:19.429Z] 2924cbbf6a41: Pull complete [2020-06-11T15:13:19.429Z] 93b08a4f1073: Pull complete [2020-06-11T15:13:19.429Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-11T15:13:19.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T15:13:19.429Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-11T15:13:19.534Z] prd-centos7-docker-4c-2g-2575 does not seem to be running inside a container [2020-06-11T15:13:19.578Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T15:13:21.656Z] $ docker top d3c3eaa2cda43cb6c9aceaf14eda6b85ccb94f75425afd17754cdabc0c83577b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T15:13:21.837Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T15:13:21.837Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T15:13:22.051Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T15:13:22.055Z] $ docker exec d3c3eaa2cda43cb6c9aceaf14eda6b85ccb94f75425afd17754cdabc0c83577b ssh-agent [2020-06-11T15:13:22.208Z] SSH_AUTH_SOCK=/tmp/ssh-2RvXUikc4FpU/agent.11 [2020-06-11T15:13:22.208Z] SSH_AGENT_PID=17 [2020-06-11T15:13:22.219Z] Running ssh-add (command line suppressed) [2020-06-11T15:13:22.338Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7416868489294019998.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7416868489294019998.key) [2020-06-11T15:13:22.386Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T15:13:22.696Z] + git describe --exact-match --tags HEAD [2020-06-11T15:13:22.696Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-11T15:13:22.876Z] $ docker exec --env ******** --env ******** d3c3eaa2cda43cb6c9aceaf14eda6b85ccb94f75425afd17754cdabc0c83577b ssh-agent -k [2020-06-11T15:13:22.997Z] unset SSH_AUTH_SOCK; [2020-06-11T15:13:22.998Z] unset SSH_AGENT_PID; [2020-06-11T15:13:22.998Z] echo Agent pid 17 killed; [2020-06-11T15:13:23.034Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-11T15:13:23.075Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-11T15:13:23.075Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-11T15:13:23.123Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T15:13:23.123Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T15:13:23.289Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T15:13:23.294Z] $ docker exec d3c3eaa2cda43cb6c9aceaf14eda6b85ccb94f75425afd17754cdabc0c83577b ssh-agent [2020-06-11T15:13:23.462Z] SSH_AUTH_SOCK=/tmp/ssh-oDAuJrcK4NZK/agent.47 [2020-06-11T15:13:23.462Z] SSH_AGENT_PID=52 [2020-06-11T15:13:23.468Z] Running ssh-add (command line suppressed) [2020-06-11T15:13:23.582Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_356158279807990007.key (/w/workspace/_app-service-configurable_master@tmp/private_key_356158279807990007.key) [2020-06-11T15:13:23.625Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T15:13:23.929Z] + git semver init [2020-06-11T15:13:23.929Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T15:13:23.929Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-11T15:13:23.929Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-11T15:13:23.929Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T15:13:23.929Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T15:13:23.929Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T15:13:23.929Z] # $SEMVER_BRANCH = master [2020-06-11T15:13:23.929Z] # $SEMVER_TEMP = /tmp/semver-704424080 [2020-06-11T15:13:23.929Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-06-11T15:13:24.191Z] # '/tmp/semver-704424080' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-06-11T15:13:24.191Z] # -> Force: false [2020-06-11T15:13:24.191Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-06-11T15:13:24.202Z] $ docker exec --env ******** --env ******** d3c3eaa2cda43cb6c9aceaf14eda6b85ccb94f75425afd17754cdabc0c83577b ssh-agent -k [2020-06-11T15:13:24.313Z] unset SSH_AUTH_SOCK; [2020-06-11T15:13:24.314Z] unset SSH_AGENT_PID; [2020-06-11T15:13:24.314Z] echo Agent pid 52 killed; [2020-06-11T15:13:24.355Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T15:13:24.866Z] + git semver [Pipeline] } [2020-06-11T15:13:24.882Z] $ docker stop --time=1 d3c3eaa2cda43cb6c9aceaf14eda6b85ccb94f75425afd17754cdabc0c83577b [2020-06-11T15:13:26.244Z] $ docker rm -f d3c3eaa2cda43cb6c9aceaf14eda6b85ccb94f75425afd17754cdabc0c83577b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-11T15:13:26.685Z] Stashed 48 file(s) [Pipeline] echo [2020-06-11T15:13:26.687Z] [edgeXSemver] initialized semver on version 1.1.1-dev.4 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-11T15:13:41.857Z] Still waiting to schedule task [2020-06-11T15:13:41.857Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2575’ [2020-06-11T15:13:41.858Z] Still waiting to schedule task [2020-06-11T15:13:41.858Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline [2020-06-11T15:15:20.840Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2576 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-06-11T15:15:20.864Z] Running in /w/workspace/app-service-configurable/25 [Pipeline] { [Pipeline] checkout [2020-06-11T15:15:25.935Z] using credential edgex-jenkins-ssh [2020-06-11T15:15:25.974Z] Cloning the remote Git repository [2020-06-11T15:15:25.974Z] Cloning with configured refspecs honoured and without tags [2020-06-11T15:15:26.011Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-06-11T15:15:26.134Z] > git init /w/workspace/app-service-configurable/25 # timeout=10 [2020-06-11T15:15:26.218Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-11T15:15:26.219Z] > git --version # timeout=10 [2020-06-11T15:15:26.248Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T15:15:26.321Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T15:15:27.074Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-11T15:15:27.183Z] Fetching without tags [2020-06-11T15:15:27.670Z] Checking out Revision 175b0b70ddd3bade64d27e199a612cdb519e69fe (master) [2020-06-11T15:15:27.101Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T15:15:27.133Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-11T15:15:27.173Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-11T15:15:27.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T15:15:27.189Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T15:15:27.666Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T15:15:27.678Z] > git checkout -f 175b0b70ddd3bade64d27e199a612cdb519e69fe # timeout=10 [2020-06-11T15:15:32.335Z] Commit message: "Update Jenkinsfile to include snap (#79)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T15:15:33.436Z] ========================================================= [2020-06-11T15:15:33.436Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-11T15:15:33.436Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:15:34.517Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-11T15:15:35.503Z] Sending build context to Docker daemon 298kB [2020-06-11T15:15:35.503Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T15:15:35.503Z] Step 2/8 : FROM ${BASE} [2020-06-11T15:15:35.778Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-11T15:15:35.778Z] cde5963f3b93: Pulling fs layer [2020-06-11T15:15:35.778Z] 2a23fa8c16f7: Pulling fs layer [2020-06-11T15:15:35.778Z] 777b28850792: Pulling fs layer [2020-06-11T15:15:35.778Z] 8a11ddd9e578: Pulling fs layer [2020-06-11T15:15:35.778Z] 4cf88f913ddb: Pulling fs layer [2020-06-11T15:15:35.778Z] 1df406cf5192: Pulling fs layer [2020-06-11T15:15:35.778Z] cd6300453558: Pulling fs layer [2020-06-11T15:15:35.778Z] b9c365052c96: Pulling fs layer [2020-06-11T15:15:35.778Z] a2d8cc88f415: Pulling fs layer [2020-06-11T15:15:35.778Z] ea1d1ca13537: Pulling fs layer [2020-06-11T15:15:35.778Z] 3750a50a1c5e: Pulling fs layer [2020-06-11T15:15:35.778Z] cd6300453558: Waiting [2020-06-11T15:15:35.778Z] b9c365052c96: Waiting [2020-06-11T15:15:35.778Z] a2d8cc88f415: Waiting [2020-06-11T15:15:35.778Z] ea1d1ca13537: Waiting [2020-06-11T15:15:35.778Z] 8a11ddd9e578: Waiting [2020-06-11T15:15:35.778Z] 4cf88f913ddb: Waiting [2020-06-11T15:15:35.778Z] 1df406cf5192: Waiting [2020-06-11T15:15:35.778Z] 3750a50a1c5e: Waiting [2020-06-11T15:15:35.778Z] 777b28850792: Download complete [2020-06-11T15:15:36.149Z] 2a23fa8c16f7: Verifying Checksum [2020-06-11T15:15:36.149Z] 2a23fa8c16f7: Download complete [2020-06-11T15:15:36.149Z] 4cf88f913ddb: Verifying Checksum [2020-06-11T15:15:36.149Z] 4cf88f913ddb: Download complete [2020-06-11T15:15:36.149Z] 1df406cf5192: Verifying Checksum [2020-06-11T15:15:36.149Z] 1df406cf5192: Download complete [2020-06-11T15:15:36.149Z] cde5963f3b93: Verifying Checksum [2020-06-11T15:15:36.149Z] cde5963f3b93: Download complete [2020-06-11T15:15:37.146Z] cde5963f3b93: Pull complete [2020-06-11T15:15:37.760Z] 2a23fa8c16f7: Pull complete [2020-06-11T15:15:38.042Z] 777b28850792: Pull complete [2020-06-11T15:15:38.318Z] cd6300453558: Download complete [2020-06-11T15:15:38.318Z] a2d8cc88f415: Download complete [2020-06-11T15:15:40.299Z] ea1d1ca13537: Verifying Checksum [2020-06-11T15:15:40.299Z] ea1d1ca13537: Download complete [2020-06-11T15:15:40.299Z] 3750a50a1c5e: Download complete [2020-06-11T15:15:40.894Z] b9c365052c96: Verifying Checksum [2020-06-11T15:15:40.894Z] b9c365052c96: Download complete [2020-06-11T15:15:41.165Z] 8a11ddd9e578: Verifying Checksum [2020-06-11T15:15:41.165Z] 8a11ddd9e578: Download complete [2020-06-11T15:15:53.559Z] 8a11ddd9e578: Pull complete [2020-06-11T15:15:53.559Z] 4cf88f913ddb: Pull complete [2020-06-11T15:15:53.559Z] 1df406cf5192: Pull complete [2020-06-11T15:15:57.871Z] cd6300453558: Pull complete [2020-06-11T15:16:02.163Z] b9c365052c96: Pull complete [2020-06-11T15:16:02.163Z] a2d8cc88f415: Pull complete [2020-06-11T15:16:04.148Z] ea1d1ca13537: Pull complete [2020-06-11T15:16:04.752Z] 3750a50a1c5e: Pull complete [2020-06-11T15:16:04.752Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-11T15:16:04.752Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-11T15:16:04.752Z] ---> 78745c68409d [2020-06-11T15:16:04.752Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-11T15:16:10.152Z] ---> Running in 2410b5998327 [2020-06-11T15:16:10.152Z] Removing intermediate container 2410b5998327 [2020-06-11T15:16:10.152Z] ---> dc1a9287a5a3 [2020-06-11T15:16:10.152Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T15:16:10.152Z] ---> Running in da798e0c4ed1 [2020-06-11T15:16:12.771Z] Removing intermediate container da798e0c4ed1 [2020-06-11T15:16:12.771Z] ---> 56ad8e1f7024 [2020-06-11T15:16:12.771Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-06-11T15:16:12.771Z] ---> Running in b7735edec441 [2020-06-11T15:16:14.202Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T15:16:15.629Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T15:16:16.223Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-06-11T15:16:16.223Z] (2/6) Installing libsodium (1.0.18-r0) [2020-06-11T15:16:16.223Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-06-11T15:16:16.496Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-06-11T15:16:16.496Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-11T15:16:16.768Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-06-11T15:16:16.768Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T15:16:16.768Z] OK: 127 MiB in 45 packages [2020-06-11T15:16:18.206Z] Removing intermediate container b7735edec441 [2020-06-11T15:16:18.206Z] ---> e2622f8d2a96 [2020-06-11T15:16:18.206Z] Step 6/8 : WORKDIR /app [2020-06-11T15:16:18.206Z] ---> Running in 1ab46b27f069 [2020-06-11T15:16:18.479Z] Removing intermediate container 1ab46b27f069 [2020-06-11T15:16:18.479Z] ---> a65eb3e8c724 [2020-06-11T15:16:18.479Z] Step 7/8 : COPY . . [2020-06-11T15:16:19.454Z] ---> a3e1c4bd8fb4 [2020-06-11T15:16:19.454Z] Step 8/8 : RUN go mod download [2020-06-11T15:16:19.726Z] ---> Running in 815ad489883c [2020-06-11T15:16:24.022Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T15:16:24.022Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T15:16:24.022Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T15:16:24.022Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T15:16:24.022Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T15:16:24.022Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T15:16:24.022Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T15:16:24.022Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T15:16:24.022Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T15:16:24.022Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T15:16:24.022Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T15:16:24.022Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T15:16:24.022Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T15:16:24.022Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T15:16:24.022Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T15:16:24.022Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T15:16:24.294Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T15:16:24.294Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T15:16:24.294Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-06-11T15:16:24.294Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T15:16:24.294Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T15:16:24.294Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T15:16:24.294Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T15:16:24.294Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T15:16:24.294Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-11T15:16:24.294Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-11T15:16:24.565Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T15:16:24.565Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T15:16:24.565Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-11T15:16:24.565Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T15:16:24.565Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-11T15:16:24.565Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T15:16:24.565Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T15:16:24.565Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T15:16:24.565Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T15:16:24.565Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T15:16:24.565Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T15:16:24.565Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T15:16:24.565Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T15:16:24.565Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T15:16:24.565Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T15:16:24.565Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T15:16:24.565Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T15:16:24.565Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T15:16:24.835Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T15:16:24.835Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T15:16:24.835Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T15:16:24.835Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T15:16:24.835Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-06-11T15:16:24.835Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T15:16:24.835Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-11T15:16:24.835Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T15:16:24.835Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T15:16:24.835Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T15:16:24.835Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T15:16:24.835Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T15:16:24.835Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T15:16:24.835Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T15:16:24.835Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T15:16:24.835Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T15:16:25.106Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T15:16:25.106Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T15:16:25.106Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T15:16:25.106Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T15:16:25.106Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T15:16:25.106Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-06-11T15:16:25.106Z] go: finding github.com/onsi/gomega v1.7.0 [2020-06-11T15:16:25.106Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T15:16:25.106Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-11T15:16:25.377Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T15:16:25.377Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T15:16:25.377Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T15:16:25.377Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T15:16:25.377Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T15:16:25.377Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T15:16:25.378Z] go: finding github.com/stretchr/objx v0.2.0 [2020-06-11T15:16:25.378Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T15:16:25.378Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-06-11T15:16:25.378Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T15:16:25.378Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T15:16:25.378Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T15:16:25.378Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-11T15:16:25.378Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T15:16:25.378Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T15:16:25.648Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T15:16:25.648Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T15:16:25.648Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-06-11T15:16:25.648Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T15:16:25.648Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-11T15:16:25.648Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-11T15:16:25.648Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-11T15:16:25.922Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-06-11T15:16:25.922Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-06-11T15:16:25.922Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T15:16:44.237Z] Removing intermediate container 815ad489883c [2020-06-11T15:16:44.237Z] ---> 16cf2b5eb840 [2020-06-11T15:16:44.237Z] Successfully built 16cf2b5eb840 [2020-06-11T15:16:44.237Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:16:44.796Z] + docker inspect -f . ci-base-image-arm64 [2020-06-11T15:16:44.796Z] . [Pipeline] withDockerContainer [2020-06-11T15:16:45.049Z] prd-ubuntu18.04-docker-arm64-4c-16g-2576 does not seem to be running inside a container [2020-06-11T15:16:45.118Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/25 -v /w/workspace/app-service-configurable/25:/w/workspace/app-service-configurable/25:rw,z -v /w/workspace/app-service-configurable/25@tmp:/w/workspace/app-service-configurable/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-11T15:16:46.872Z] $ docker top bda4f160720325189e25987cdcd25946c84c875c5e2be47e461fa8d0474438bb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T15:16:48.268Z] + go version [2020-06-11T15:16:48.268Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-11T15:16:49.311Z] + make test [2020-06-11T15:16:49.311Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-06-11T15:16:57.032Z] Running on prd-centos7-docker-4c-2g-2577 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-06-11T15:16:57.061Z] Running in /w/workspace/app-service-configurable/25 [Pipeline] { [Pipeline] checkout [2020-06-11T15:17:07.631Z] using credential edgex-jenkins-ssh [2020-06-11T15:17:07.663Z] Cloning the remote Git repository [2020-06-11T15:17:07.663Z] Cloning with configured refspecs honoured and without tags [2020-06-11T15:17:07.732Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-06-11T15:17:07.850Z] > git init /w/workspace/app-service-configurable/25 # timeout=10 [2020-06-11T15:17:08.038Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-11T15:17:08.039Z] > git --version # timeout=10 [2020-06-11T15:17:08.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T15:17:08.120Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T15:17:08.819Z] Fetching without tags [2020-06-11T15:17:09.230Z] Checking out Revision 175b0b70ddd3bade64d27e199a612cdb519e69fe (master) [2020-06-11T15:17:08.746Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-11T15:17:08.754Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T15:17:08.812Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-11T15:17:08.827Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-11T15:17:08.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T15:17:08.834Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T15:17:09.246Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T15:17:09.257Z] > git checkout -f 175b0b70ddd3bade64d27e199a612cdb519e69fe # timeout=10 [2020-06-11T15:17:13.444Z] Commit message: "Update Jenkinsfile to include snap (#79)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T15:17:14.245Z] ========================================================= [2020-06-11T15:17:14.245Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-11T15:17:14.245Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:17:15.053Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-11T15:17:15.676Z] Sending build context to Docker daemon 298kB [2020-06-11T15:17:15.676Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T15:17:15.676Z] Step 2/8 : FROM ${BASE} [2020-06-11T15:17:15.676Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-11T15:17:15.676Z] e6b0cf9c0882: Pulling fs layer [2020-06-11T15:17:15.676Z] 2848faf0eed1: Pulling fs layer [2020-06-11T15:17:15.676Z] 0f37312ad70f: Pulling fs layer [2020-06-11T15:17:15.676Z] 5788d62ee057: Pulling fs layer [2020-06-11T15:17:15.676Z] 0e6b1d234666: Pulling fs layer [2020-06-11T15:17:15.676Z] bf5d7aec512f: Pulling fs layer [2020-06-11T15:17:15.676Z] 34c802a77dc8: Pulling fs layer [2020-06-11T15:17:15.676Z] 9eb99e56ec68: Pulling fs layer [2020-06-11T15:17:15.676Z] 27c7a5d97fbd: Pulling fs layer [2020-06-11T15:17:15.676Z] 5c102a31e300: Pulling fs layer [2020-06-11T15:17:15.676Z] dcfb455df0a1: Pulling fs layer [2020-06-11T15:17:15.676Z] 5788d62ee057: Waiting [2020-06-11T15:17:15.676Z] 0e6b1d234666: Waiting [2020-06-11T15:17:15.676Z] bf5d7aec512f: Waiting [2020-06-11T15:17:15.676Z] 34c802a77dc8: Waiting [2020-06-11T15:17:15.676Z] 9eb99e56ec68: Waiting [2020-06-11T15:17:15.676Z] 27c7a5d97fbd: Waiting [2020-06-11T15:17:15.676Z] 5c102a31e300: Waiting [2020-06-11T15:17:15.676Z] dcfb455df0a1: Waiting [2020-06-11T15:17:15.676Z] 0f37312ad70f: Verifying Checksum [2020-06-11T15:17:15.676Z] 0f37312ad70f: Download complete [2020-06-11T15:17:15.676Z] 2848faf0eed1: Download complete [2020-06-11T15:17:15.676Z] 0e6b1d234666: Verifying Checksum [2020-06-11T15:17:15.676Z] 0e6b1d234666: Download complete [2020-06-11T15:17:15.676Z] bf5d7aec512f: Verifying Checksum [2020-06-11T15:17:15.676Z] bf5d7aec512f: Download complete [2020-06-11T15:17:15.676Z] e6b0cf9c0882: Verifying Checksum [2020-06-11T15:17:15.676Z] e6b0cf9c0882: Download complete [2020-06-11T15:17:16.431Z] e6b0cf9c0882: Pull complete [2020-06-11T15:17:16.869Z] 2848faf0eed1: Pull complete [2020-06-11T15:17:16.869Z] 0f37312ad70f: Pull complete [2020-06-11T15:17:18.588Z] 34c802a77dc8: Verifying Checksum [2020-06-11T15:17:18.588Z] 34c802a77dc8: Download complete [2020-06-11T15:17:18.588Z] 27c7a5d97fbd: Verifying Checksum [2020-06-11T15:17:18.588Z] 27c7a5d97fbd: Download complete [2020-06-11T15:17:20.240Z] 9eb99e56ec68: Verifying Checksum [2020-06-11T15:17:20.240Z] 9eb99e56ec68: Download complete [2020-06-11T15:17:20.240Z] 5788d62ee057: Verifying Checksum [2020-06-11T15:17:20.240Z] 5788d62ee057: Download complete [2020-06-11T15:17:20.240Z] 5c102a31e300: Verifying Checksum [2020-06-11T15:17:20.240Z] 5c102a31e300: Download complete [2020-06-11T15:17:20.530Z] dcfb455df0a1: Verifying Checksum [2020-06-11T15:17:20.530Z] dcfb455df0a1: Download complete [2020-06-11T15:17:31.341Z] 5788d62ee057: Pull complete [2020-06-11T15:17:31.341Z] 0e6b1d234666: Pull complete [2020-06-11T15:17:31.341Z] bf5d7aec512f: Pull complete [2020-06-11T15:17:34.743Z] 34c802a77dc8: Pull complete [2020-06-11T15:17:36.316Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-06-11T15:17:36.316Z] CGO_ENABLED=1 go vet ./... [2020-06-11T15:17:40.190Z] 9eb99e56ec68: Pull complete [2020-06-11T15:17:40.190Z] 27c7a5d97fbd: Pull complete [2020-06-11T15:17:41.741Z] 5c102a31e300: Pull complete [2020-06-11T15:17:42.015Z] dcfb455df0a1: Pull complete [2020-06-11T15:17:42.015Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-11T15:17:42.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-11T15:17:42.015Z] ---> 7c70fe431013 [2020-06-11T15:17:42.015Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-11T15:17:42.596Z] ---> Running in 8b835211f551 [2020-06-11T15:17:42.947Z] Removing intermediate container 8b835211f551 [2020-06-11T15:17:42.947Z] ---> f4d3dedfb359 [2020-06-11T15:17:42.947Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T15:17:42.947Z] ---> Running in 9f27a2e4748c [2020-06-11T15:17:43.043Z] gofmt -l . [2020-06-11T15:17:43.043Z] [ "`gofmt -l .`" = "" ] [2020-06-11T15:17:43.043Z] ./bin/test-go-mod-tidy.sh [2020-06-11T15:17:43.043Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-11T15:17:44.388Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T15:17:44.365Z] $ docker stop --time=1 bda4f160720325189e25987cdcd25946c84c875c5e2be47e461fa8d0474438bb [2020-06-11T15:17:45.131Z] Removing intermediate container 9f27a2e4748c [2020-06-11T15:17:45.131Z] ---> 645d246bd9af [2020-06-11T15:17:45.131Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-06-11T15:17:45.131Z] ---> Running in b15c3f9521d4 [2020-06-11T15:17:45.397Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T15:17:45.990Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T15:17:46.271Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-06-11T15:17:46.544Z] (2/6) Installing libsodium (1.0.18-r0) [2020-06-11T15:17:46.544Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-06-11T15:17:46.544Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-06-11T15:17:46.602Z] $ docker rm -f bda4f160720325189e25987cdcd25946c84c875c5e2be47e461fa8d0474438bb [2020-06-11T15:17:46.810Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-11T15:17:46.810Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-06-11T15:17:47.105Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T15:17:47.105Z] OK: 145 MiB in 45 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-06-11T15:17:47.706Z] Removing intermediate container b15c3f9521d4 [2020-06-11T15:17:47.706Z] ---> 51db104b9daa [2020-06-11T15:17:47.706Z] Step 6/8 : WORKDIR /app [2020-06-11T15:17:47.706Z] ---> Running in 1b3e8fe76ea6 [2020-06-11T15:17:47.978Z] Removing intermediate container 1b3e8fe76ea6 [2020-06-11T15:17:47.978Z] ---> acdd182484f6 [2020-06-11T15:17:47.978Z] Step 7/8 : COPY . . [Pipeline] sh [2020-06-11T15:17:48.604Z] ---> 5d772ef4f935 [2020-06-11T15:17:48.604Z] Step 8/8 : RUN go mod download [2020-06-11T15:17:48.604Z] ---> Running in e1735636cb8c [2020-06-11T15:17:48.891Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T15:17:49.226Z] + ls -al . [2020-06-11T15:17:49.226Z] total 120 [2020-06-11T15:17:49.226Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 11 15:17 . [2020-06-11T15:17:49.226Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 15:15 .. [2020-06-11T15:17:49.226Z] -rw-rw-r-- 1 jenkins jenkins 127 Jun 11 15:15 .dockerignore [2020-06-11T15:17:49.226Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 15:15 .git [2020-06-11T15:17:49.226Z] -rw-rw-r-- 1 jenkins jenkins 93 Jun 11 15:15 .gitignore [2020-06-11T15:17:49.226Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 15:15 .semver [2020-06-11T15:17:49.226Z] -rw-rw-r-- 1 jenkins jenkins 6027 Jun 11 15:15 Attribution.txt [2020-06-11T15:17:49.226Z] -rw-rw-r-- 1 jenkins jenkins 1896 Jun 11 15:15 Dockerfile [2020-06-11T15:17:49.226Z] -rw-rw-r-- 1 jenkins jenkins 966 Jun 11 15:15 Dockerfile.build [2020-06-11T15:17:49.226Z] -rw-rw-r-- 1 jenkins jenkins 710 Jun 11 15:15 Jenkinsfile [2020-06-11T15:17:49.226Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 11 15:15 LICENSE [2020-06-11T15:17:49.226Z] -rw-rw-r-- 1 jenkins jenkins 481 Jun 11 15:15 README.md [2020-06-11T15:17:49.226Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 11 15:13 VERSION [2020-06-11T15:17:49.226Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 15:15 bin [2020-06-11T15:17:49.226Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 11 15:16 coverage.out [2020-06-11T15:17:49.226Z] -rw-rw-r-- 1 jenkins jenkins 180 Jun 11 15:15 docker-compose.debug.yml [2020-06-11T15:17:49.226Z] -rw-rw-r-- 1 jenkins jenkins 133 Jun 11 15:15 docker-compose.yml [2020-06-11T15:17:49.226Z] -rw-r--r-- 1 jenkins jenkins 132 Jun 11 15:17 go.mod [2020-06-11T15:17:49.226Z] -rw-r--r-- 1 jenkins jenkins 18585 Jun 11 15:17 go.sum [2020-06-11T15:17:49.226Z] -rw-rw-r-- 1 jenkins jenkins 1617 Jun 11 15:15 main.go [2020-06-11T15:17:49.226Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jun 11 15:15 makefile [2020-06-11T15:17:49.226Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 11 15:15 res [2020-06-11T15:17:49.226Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 15:15 snap [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:17:49.567Z] + 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=175b0b70ddd3bade64d27e199a612cdb519e69fe --label arch=arm64 --label version=1.1.1-dev.4 . [2020-06-11T15:17:49.840Z] Sending build context to Docker daemon 319.5kB [2020-06-11T15:17:49.840Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-11T15:17:49.840Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-11T15:17:49.840Z] ---> 16cf2b5eb840 [2020-06-11T15:17:49.840Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-06-11T15:17:50.113Z] ---> Running in cc85ecad1165 [2020-06-11T15:17:50.705Z] Removing intermediate container cc85ecad1165 [2020-06-11T15:17:50.705Z] ---> a46c9fad1d76 [2020-06-11T15:17:50.705Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T15:17:50.705Z] ---> Running in a6ab2f11bf47 [2020-06-11T15:17:51.202Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T15:17:51.202Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T15:17:51.202Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T15:17:51.202Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T15:17:51.202Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T15:17:51.202Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T15:17:51.202Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T15:17:51.202Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T15:17:51.202Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T15:17:51.298Z] Removing intermediate container a6ab2f11bf47 [2020-06-11T15:17:51.298Z] ---> 960eb29e5120 [2020-06-11T15:17:51.298Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-11T15:17:51.298Z] ---> Running in c5865a6ea328 [2020-06-11T15:17:51.542Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T15:17:51.542Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T15:17:51.542Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T15:17:51.542Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T15:17:51.542Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T15:17:51.542Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T15:17:51.542Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T15:17:51.542Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T15:17:51.542Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T15:17:51.573Z] Removing intermediate container c5865a6ea328 [2020-06-11T15:17:51.573Z] ---> 54aa1220fcb0 [2020-06-11T15:17:51.573Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T15:17:51.849Z] ---> Running in a384aa9685a0 [2020-06-11T15:17:51.951Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-06-11T15:17:51.951Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T15:17:51.951Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T15:17:51.951Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T15:17:51.951Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T15:17:51.951Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T15:17:51.951Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-11T15:17:51.951Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-11T15:17:51.951Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T15:17:51.951Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T15:17:51.951Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-11T15:17:51.951Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T15:17:51.951Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-11T15:17:51.951Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T15:17:51.951Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T15:17:51.951Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T15:17:51.951Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T15:17:51.951Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T15:17:51.952Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T15:17:51.952Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T15:17:51.952Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T15:17:51.952Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T15:17:52.635Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T15:17:52.635Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T15:17:52.635Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T15:17:52.635Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T15:17:52.635Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T15:17:52.635Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T15:17:52.635Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T15:17:52.635Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T15:17:52.635Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-06-11T15:17:52.635Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T15:17:52.635Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-11T15:17:52.966Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T15:17:52.966Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T15:17:52.966Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T15:17:52.966Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T15:17:52.966Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T15:17:52.966Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T15:17:52.966Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T15:17:52.966Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T15:17:52.966Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T15:17:53.240Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T15:17:53.240Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T15:17:53.240Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T15:17:53.240Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T15:17:53.240Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T15:17:53.240Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-06-11T15:17:53.240Z] go: finding github.com/onsi/gomega v1.7.0 [2020-06-11T15:17:53.240Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T15:17:53.240Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-11T15:17:53.240Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T15:17:53.240Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T15:17:53.240Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T15:17:53.240Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T15:17:53.240Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T15:17:53.240Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T15:17:53.240Z] go: finding github.com/stretchr/objx v0.2.0 [2020-06-11T15:17:53.240Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T15:17:53.240Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-06-11T15:17:53.240Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T15:17:53.240Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T15:17:53.240Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T15:17:53.525Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-11T15:17:53.525Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T15:17:53.525Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T15:17:53.525Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T15:17:53.525Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T15:17:53.525Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-06-11T15:17:53.525Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T15:17:53.525Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-11T15:17:53.525Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-11T15:17:53.525Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-11T15:17:53.525Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-06-11T15:17:53.525Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-06-11T15:17:53.525Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T15:17:54.473Z] Removing intermediate container a384aa9685a0 [2020-06-11T15:17:54.473Z] ---> 7b5d4e87fa6a [2020-06-11T15:17:54.473Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T15:17:54.473Z] ---> Running in 9159c2653ef4 [2020-06-11T15:17:55.894Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T15:17:56.485Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T15:17:57.077Z] OK: 127 MiB in 45 packages [2020-06-11T15:17:58.054Z] Removing intermediate container 9159c2653ef4 [2020-06-11T15:17:58.054Z] ---> 26e2fff905ac [2020-06-11T15:17:58.054Z] Step 8/24 : WORKDIR /app [2020-06-11T15:17:58.328Z] ---> Running in 518f8f545c1f [2020-06-11T15:17:58.602Z] Removing intermediate container 518f8f545c1f [2020-06-11T15:17:58.602Z] ---> d51e41213119 [2020-06-11T15:17:58.602Z] Step 9/24 : COPY go.mod . [2020-06-11T15:17:59.196Z] ---> 724f7d8da2cb [2020-06-11T15:17:59.196Z] Step 10/24 : RUN go mod download [2020-06-11T15:17:59.479Z] ---> Running in 7dcae95dbd6b [2020-06-11T15:18:02.087Z] Removing intermediate container 7dcae95dbd6b [2020-06-11T15:18:02.087Z] ---> 346ea9469a4c [2020-06-11T15:18:02.087Z] Step 11/24 : COPY . . [2020-06-11T15:18:03.059Z] ---> e21ab5bee503 [2020-06-11T15:18:03.059Z] Step 12/24 : ARG MAKE="make build" [2020-06-11T15:18:03.059Z] ---> Running in 4442ced57e1c [2020-06-11T15:18:03.333Z] Removing intermediate container 4442ced57e1c [2020-06-11T15:18:03.333Z] ---> 6f7064a11ef1 [2020-06-11T15:18:03.333Z] Step 13/24 : RUN $MAKE [2020-06-11T15:18:03.617Z] ---> Running in 6208654fa643 [2020-06-11T15:18:05.048Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.4" -o app-service-configurable [2020-06-11T15:18:11.838Z] Removing intermediate container e1735636cb8c [2020-06-11T15:18:11.838Z] ---> bf25cbd3efa7 [2020-06-11T15:18:11.838Z] Successfully built bf25cbd3efa7 [2020-06-11T15:18:11.838Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:18:12.677Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-11T15:18:12.704Z] . [Pipeline] withDockerContainer [2020-06-11T15:18:12.849Z] prd-centos7-docker-4c-2g-2577 does not seem to be running inside a container [2020-06-11T15:18:12.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/25 -v /w/workspace/app-service-configurable/25:/w/workspace/app-service-configurable/25:rw,z -v /w/workspace/app-service-configurable/25@tmp:/w/workspace/app-service-configurable/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-11T15:18:13.880Z] $ docker top 552d319703cde95e4fb052c9b5b22f78fb9983ca0eecbb5b6925957732fd6d36 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T15:18:14.498Z] + go version [2020-06-11T15:18:14.499Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-11T15:18:14.923Z] + make test [2020-06-11T15:18:14.923Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-06-11T15:18:42.678Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-06-11T15:18:42.954Z] CGO_ENABLED=1 go vet ./... [2020-06-11T15:18:49.784Z] gofmt -l . [2020-06-11T15:18:49.784Z] [ "`gofmt -l .`" = "" ] [2020-06-11T15:18:49.784Z] ./bin/test-go-mod-tidy.sh [2020-06-11T15:18:49.784Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-11T15:18:50.388Z] Warning: overwriting stash ‘coverage-report’ [2020-06-11T15:18:50.768Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T15:18:50.788Z] $ docker stop --time=1 552d319703cde95e4fb052c9b5b22f78fb9983ca0eecbb5b6925957732fd6d36 [2020-06-11T15:18:52.074Z] Removing intermediate container 6208654fa643 [2020-06-11T15:18:52.074Z] ---> ea909349f703 [2020-06-11T15:18:52.074Z] Step 14/24 : FROM alpine:latest [2020-06-11T15:18:52.074Z] latest: Pulling from library/alpine [2020-06-11T15:18:52.074Z] b538f80385f9: Pulling fs layer [2020-06-11T15:18:52.074Z] b538f80385f9: Verifying Checksum [2020-06-11T15:18:52.074Z] b538f80385f9: Download complete [2020-06-11T15:18:52.671Z] b538f80385f9: Pull complete [2020-06-11T15:18:52.945Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T15:18:52.945Z] Status: Downloaded newer image for alpine:latest [2020-06-11T15:18:52.945Z] ---> 62ee0e9f8440 [2020-06-11T15:18:52.945Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-11T15:18:53.150Z] $ docker rm -f 552d319703cde95e4fb052c9b5b22f78fb9983ca0eecbb5b6925957732fd6d36 [2020-06-11T15:18:53.216Z] ---> Running in 945afc317a44 [2020-06-11T15:18:53.488Z] Removing intermediate container 945afc317a44 [2020-06-11T15:18:53.488Z] ---> cf0806de2710 [2020-06-11T15:18:53.488Z] Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-06-11T15:18:53.760Z] ---> Running in 7f1726bc4993 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T15:18:54.033Z] Removing intermediate container 7f1726bc4993 [2020-06-11T15:18:54.033Z] ---> ed4660b9a4c0 [2020-06-11T15:18:54.033Z] Step 17/24 : RUN apk --no-cache add ca-certificates zeromq [2020-06-11T15:18:54.033Z] ---> Running in d859c8b04c15 [2020-06-11T15:18:54.168Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T15:18:54.479Z] + ls -al . [2020-06-11T15:18:54.479Z] total 96 [2020-06-11T15:18:54.479Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jun 11 15:18 . [2020-06-11T15:18:54.479Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 11 15:17 .. [2020-06-11T15:18:54.479Z] -rw-rw-r--. 1 jenkins jenkins 6027 Jun 11 15:17 Attribution.txt [2020-06-11T15:18:54.479Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 11 15:17 bin [2020-06-11T15:18:54.479Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 11 15:18 coverage.out [2020-06-11T15:18:54.479Z] -rw-rw-r--. 1 jenkins jenkins 180 Jun 11 15:17 docker-compose.debug.yml [2020-06-11T15:18:54.479Z] -rw-rw-r--. 1 jenkins jenkins 133 Jun 11 15:17 docker-compose.yml [2020-06-11T15:18:54.479Z] -rw-rw-r--. 1 jenkins jenkins 1896 Jun 11 15:17 Dockerfile [2020-06-11T15:18:54.479Z] -rw-rw-r--. 1 jenkins jenkins 966 Jun 11 15:17 Dockerfile.build [2020-06-11T15:18:54.479Z] -rw-rw-r--. 1 jenkins jenkins 127 Jun 11 15:17 .dockerignore [2020-06-11T15:18:54.479Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 11 15:17 .git [2020-06-11T15:18:54.479Z] -rw-rw-r--. 1 jenkins jenkins 93 Jun 11 15:17 .gitignore [2020-06-11T15:18:54.479Z] -rw-r--r--. 1 jenkins jenkins 132 Jun 11 15:18 go.mod [2020-06-11T15:18:54.479Z] -rw-r--r--. 1 jenkins jenkins 18585 Jun 11 15:18 go.sum [2020-06-11T15:18:54.479Z] -rw-rw-r--. 1 jenkins jenkins 710 Jun 11 15:17 Jenkinsfile [2020-06-11T15:18:54.479Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jun 11 15:17 LICENSE [2020-06-11T15:18:54.479Z] -rw-rw-r--. 1 jenkins jenkins 1617 Jun 11 15:17 main.go [2020-06-11T15:18:54.479Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jun 11 15:17 makefile [2020-06-11T15:18:54.479Z] -rw-rw-r--. 1 jenkins jenkins 481 Jun 11 15:17 README.md [2020-06-11T15:18:54.479Z] drwxrwxr-x. 10 jenkins jenkins 171 Jun 11 15:17 res [2020-06-11T15:18:54.479Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 11 15:17 .semver [2020-06-11T15:18:54.479Z] drwxrwxr-x. 4 jenkins jenkins 71 Jun 11 15:17 snap [2020-06-11T15:18:54.479Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 11 15:13 VERSION [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:18:54.798Z] + 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=175b0b70ddd3bade64d27e199a612cdb519e69fe --label arch=amd64 --label version=1.1.1-dev.4 . [2020-06-11T15:18:55.062Z] Sending build context to Docker daemon 319.5kB [2020-06-11T15:18:55.062Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-11T15:18:55.062Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-11T15:18:55.062Z] ---> bf25cbd3efa7 [2020-06-11T15:18:55.062Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-06-11T15:18:55.327Z] ---> Running in 2345f89ae5d1 [2020-06-11T15:18:55.327Z] Removing intermediate container 2345f89ae5d1 [2020-06-11T15:18:55.327Z] ---> b7ca859371c5 [2020-06-11T15:18:55.327Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T15:18:55.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-06-11T15:18:55.590Z] ---> Running in 446870712dba [2020-06-11T15:18:55.590Z] Removing intermediate container 446870712dba [2020-06-11T15:18:55.590Z] ---> 360fc98f5403 [2020-06-11T15:18:55.590Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-11T15:18:55.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-06-11T15:18:55.857Z] ---> Running in 87f2a282110b [2020-06-11T15:18:55.857Z] Removing intermediate container 87f2a282110b [2020-06-11T15:18:55.857Z] ---> 85307a0f1f61 [2020-06-11T15:18:55.857Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T15:18:56.134Z] ---> Running in 77b5dab9efe3 [2020-06-11T15:18:56.327Z] (1/6) Installing ca-certificates (20191127-r3) [2020-06-11T15:18:56.327Z] (2/6) Installing libgcc (9.3.0-r2) [2020-06-11T15:18:56.327Z] (3/6) Installing libsodium (1.0.18-r0) [2020-06-11T15:18:56.327Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-06-11T15:18:56.327Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-11T15:18:56.597Z] (6/6) Installing zeromq (4.3.2-r0) [2020-06-11T15:18:56.597Z] Executing busybox-1.31.1-r16.trigger [2020-06-11T15:18:56.597Z] Executing ca-certificates-20191127-r3.trigger [2020-06-11T15:18:56.597Z] OK: 8 MiB in 20 packages [2020-06-11T15:18:57.546Z] Removing intermediate container 77b5dab9efe3 [2020-06-11T15:18:57.546Z] ---> 561fb2d7711c [2020-06-11T15:18:57.546Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T15:18:57.813Z] ---> Running in c2f72333e2bd [2020-06-11T15:18:58.089Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T15:18:58.574Z] Removing intermediate container d859c8b04c15 [2020-06-11T15:18:58.574Z] ---> 1371562fb0f9 [2020-06-11T15:18:58.574Z] Step 18/24 : COPY --from=builder /app/res/ /res/ [2020-06-11T15:18:58.849Z] ---> fbb06953f06f [2020-06-11T15:18:58.849Z] Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-06-11T15:18:59.039Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T15:18:59.311Z] OK: 145 MiB in 45 packages [2020-06-11T15:18:59.896Z] Removing intermediate container c2f72333e2bd [2020-06-11T15:18:59.896Z] ---> feaa8e96927f [2020-06-11T15:18:59.896Z] Step 8/24 : WORKDIR /app [2020-06-11T15:18:59.896Z] ---> Running in 16abc735abce [2020-06-11T15:19:00.164Z] Removing intermediate container 16abc735abce [2020-06-11T15:19:00.164Z] ---> befdbfc20843 [2020-06-11T15:19:00.164Z] Step 9/24 : COPY go.mod . [2020-06-11T15:19:00.437Z] ---> 734083898b6c [2020-06-11T15:19:00.437Z] Step 10/24 : RUN go mod download [2020-06-11T15:19:00.437Z] ---> Running in 3d7e29f9100b [2020-06-11T15:19:00.825Z] ---> 67ca87f205e0 [2020-06-11T15:19:00.825Z] Step 20/24 : EXPOSE 48095 [2020-06-11T15:19:00.825Z] ---> Running in 853ed448d826 [2020-06-11T15:19:01.097Z] Removing intermediate container 853ed448d826 [2020-06-11T15:19:01.097Z] ---> fbee669434d3 [2020-06-11T15:19:01.097Z] Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-11T15:19:01.371Z] ---> Running in 5656d8b5586b [2020-06-11T15:19:01.643Z] Removing intermediate container 5656d8b5586b [2020-06-11T15:19:01.643Z] ---> 5fd9b6c6298c [2020-06-11T15:19:01.643Z] Step 22/24 : LABEL arch=arm64 [2020-06-11T15:19:01.889Z] Removing intermediate container 3d7e29f9100b [2020-06-11T15:19:01.889Z] ---> 7aee8572b8d5 [2020-06-11T15:19:01.889Z] Step 11/24 : COPY . . [2020-06-11T15:19:01.915Z] ---> Running in 108445cd324c [2020-06-11T15:19:02.188Z] Removing intermediate container 108445cd324c [2020-06-11T15:19:02.188Z] ---> 86d14777d8ae [2020-06-11T15:19:02.188Z] Step 23/24 : LABEL git_sha=175b0b70ddd3bade64d27e199a612cdb519e69fe [2020-06-11T15:19:02.483Z] ---> 518ea635b63c [2020-06-11T15:19:02.483Z] Step 12/24 : ARG MAKE="make build" [2020-06-11T15:19:02.483Z] ---> Running in ce4b5b43ee23 [2020-06-11T15:19:02.759Z] Removing intermediate container ce4b5b43ee23 [2020-06-11T15:19:02.759Z] ---> ffd44d9b62ac [2020-06-11T15:19:02.759Z] Step 13/24 : RUN $MAKE [2020-06-11T15:19:02.784Z] ---> Running in cfa5e3be6f13 [2020-06-11T15:19:03.022Z] ---> Running in 1e8f83f97227 [2020-06-11T15:19:03.383Z] Removing intermediate container cfa5e3be6f13 [2020-06-11T15:19:03.383Z] ---> 1175b10a5c14 [2020-06-11T15:19:03.383Z] Step 24/24 : LABEL version=1.1.1-dev.4 [2020-06-11T15:19:03.383Z] ---> Running in f9e8917544ac [2020-06-11T15:19:03.642Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.4" -o app-service-configurable [2020-06-11T15:19:03.978Z] Removing intermediate container f9e8917544ac [2020-06-11T15:19:03.978Z] ---> ee802f8e3ea4 [2020-06-11T15:19:03.978Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T15:19:03.978Z] Successfully built ee802f8e3ea4 [2020-06-11T15:19:03.978Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-11T15:19:04.222Z] provisioning config files... [2020-06-11T15:19:04.263Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/25@tmp/config2730126820292544998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-11T15:19:04.648Z] nexus3.edgexfoundry.org:10001 [2020-06-11T15:19:04.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T15:19:05.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T15:19:05.193Z] Configure a credential helper to remove this warning. See [2020-06-11T15:19:05.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T15:19:05.193Z] [2020-06-11T15:19:05.193Z] Login Succeeded [2020-06-11T15:19:05.193Z] nexus3.edgexfoundry.org:10002 [2020-06-11T15:19:05.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T15:19:05.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T15:19:05.738Z] Configure a credential helper to remove this warning. See [2020-06-11T15:19:05.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T15:19:05.738Z] [2020-06-11T15:19:05.738Z] Login Succeeded [2020-06-11T15:19:05.738Z] nexus3.edgexfoundry.org:10003 [2020-06-11T15:19:06.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T15:19:06.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T15:19:06.330Z] Configure a credential helper to remove this warning. See [2020-06-11T15:19:06.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T15:19:06.330Z] [2020-06-11T15:19:06.330Z] Login Succeeded [2020-06-11T15:19:06.330Z] nexus3.edgexfoundry.org:10004 [2020-06-11T15:19:06.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T15:19:06.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T15:19:06.879Z] Configure a credential helper to remove this warning. See [2020-06-11T15:19:06.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T15:19:06.879Z] [2020-06-11T15:19:06.879Z] Login Succeeded [2020-06-11T15:19:06.879Z] docker.io [2020-06-11T15:19:07.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T15:19:07.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T15:19:07.743Z] Configure a credential helper to remove this warning. See [2020-06-11T15:19:07.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T15:19:07.743Z] [2020-06-11T15:19:07.743Z] Login Succeeded [Pipeline] } [2020-06-11T15:19:07.758Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-11T15:19:07.859Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-06-11T15:19:07.859Z] 175b0b70ddd3bade64d27e199a612cdb519e69fe [2020-06-11T15:19:07.859Z] latest [2020-06-11T15:19:07.859Z] 1.1.1-dev.4 [2020-06-11T15:19:07.859Z] 175b0b70ddd3bade64d27e199a612cdb519e69fe-1.1.1-dev.4 [2020-06-11T15:19:07.859Z] master [2020-06-11T15:19:07.859Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:08.267Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:175b0b70ddd3bade64d27e199a612cdb519e69fe [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:08.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:175b0b70ddd3bade64d27e199a612cdb519e69fe [2020-06-11T15:19:08.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-11T15:19:08.616Z] 0c593ba21cbd: Preparing [2020-06-11T15:19:08.616Z] 1793b8567552: Preparing [2020-06-11T15:19:08.616Z] 7f404846db42: Preparing [2020-06-11T15:19:08.616Z] e2f13739ad41: Preparing [2020-06-11T15:19:08.888Z] e2f13739ad41: Layer already exists [2020-06-11T15:19:08.888Z] 1793b8567552: Pushed [2020-06-11T15:19:09.481Z] 7f404846db42: Pushed [2020-06-11T15:19:12.870Z] 0c593ba21cbd: Pushed [2020-06-11T15:19:13.140Z] 175b0b70ddd3bade64d27e199a612cdb519e69fe: digest: sha256:400b6fc263d63980379732b10540c6e700dfd612e1e5eb1dad83f4c8026c5974 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:13.479Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:13.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-06-11T15:19:13.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-11T15:19:13.814Z] 0c593ba21cbd: Preparing [2020-06-11T15:19:13.814Z] 1793b8567552: Preparing [2020-06-11T15:19:13.814Z] 7f404846db42: Preparing [2020-06-11T15:19:13.814Z] e2f13739ad41: Preparing [2020-06-11T15:19:13.814Z] e2f13739ad41: Layer already exists [2020-06-11T15:19:13.814Z] 1793b8567552: Layer already exists [2020-06-11T15:19:13.814Z] 0c593ba21cbd: Layer already exists [2020-06-11T15:19:13.814Z] 7f404846db42: Layer already exists [2020-06-11T15:19:14.086Z] latest: digest: sha256:400b6fc263d63980379732b10540c6e700dfd612e1e5eb1dad83f4c8026c5974 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:14.427Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.1.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:14.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.1.1-dev.4 [2020-06-11T15:19:14.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-11T15:19:14.759Z] 0c593ba21cbd: Preparing [2020-06-11T15:19:14.759Z] 1793b8567552: Preparing [2020-06-11T15:19:14.759Z] 7f404846db42: Preparing [2020-06-11T15:19:14.759Z] e2f13739ad41: Preparing [2020-06-11T15:19:14.759Z] 0c593ba21cbd: Layer already exists [2020-06-11T15:19:14.759Z] e2f13739ad41: Layer already exists [2020-06-11T15:19:14.759Z] 7f404846db42: Layer already exists [2020-06-11T15:19:14.759Z] 1793b8567552: Layer already exists [2020-06-11T15:19:15.031Z] 1.1.1-dev.4: digest: sha256:400b6fc263d63980379732b10540c6e700dfd612e1e5eb1dad83f4c8026c5974 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:15.372Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:175b0b70ddd3bade64d27e199a612cdb519e69fe-1.1.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:15.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:175b0b70ddd3bade64d27e199a612cdb519e69fe-1.1.1-dev.4 [2020-06-11T15:19:15.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-11T15:19:15.703Z] 0c593ba21cbd: Preparing [2020-06-11T15:19:15.703Z] 1793b8567552: Preparing [2020-06-11T15:19:15.703Z] 7f404846db42: Preparing [2020-06-11T15:19:15.703Z] e2f13739ad41: Preparing [2020-06-11T15:19:15.703Z] 0c593ba21cbd: Layer already exists [2020-06-11T15:19:15.703Z] e2f13739ad41: Layer already exists [2020-06-11T15:19:15.703Z] 1793b8567552: Layer already exists [2020-06-11T15:19:15.703Z] 7f404846db42: Layer already exists [2020-06-11T15:19:15.975Z] 175b0b70ddd3bade64d27e199a612cdb519e69fe-1.1.1-dev.4: digest: sha256:400b6fc263d63980379732b10540c6e700dfd612e1e5eb1dad83f4c8026c5974 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:16.314Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:16.648Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-06-11T15:19:16.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-11T15:19:16.648Z] 0c593ba21cbd: Preparing [2020-06-11T15:19:16.648Z] 1793b8567552: Preparing [2020-06-11T15:19:16.648Z] 7f404846db42: Preparing [2020-06-11T15:19:16.648Z] e2f13739ad41: Preparing [2020-06-11T15:19:16.648Z] 7f404846db42: Layer already exists [2020-06-11T15:19:16.648Z] e2f13739ad41: Layer already exists [2020-06-11T15:19:16.648Z] 0c593ba21cbd: Layer already exists [2020-06-11T15:19:16.648Z] 1793b8567552: Layer already exists [2020-06-11T15:19:16.918Z] master: digest: sha256:400b6fc263d63980379732b10540c6e700dfd612e1e5eb1dad83f4c8026c5974 size: 1158 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T15:19:17.824Z] + find /w/workspace/app-service-configurable/25 [2020-06-11T15:19:17.824Z] + grep snapcraft.yaml [2020-06-11T15:19:17.824Z] + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/25/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T15:19:17.954Z] provisioning config files... [2020-06-11T15:19:17.971Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/25@tmp/config1393969701811414899tmp [Pipeline] { [Pipeline] sh [2020-06-11T15:19:18.324Z] + cp /w/workspace/app-service-configurable/25@tmp/config1393969701811414899tmp /w/workspace/app-service-configurable/25/edgex-snap-store-login [Pipeline] sh [2020-06-11T15:19:18.660Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/25:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-11T15:19:18.660Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-11T15:19:18.660Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-11T15:19:18.660Z] b2f61026a351: Pulling fs layer [2020-06-11T15:19:18.660Z] 5538fb30c42c: Pulling fs layer [2020-06-11T15:19:18.660Z] f0b05810781a: Pulling fs layer [2020-06-11T15:19:18.660Z] 0180a33352d6: Pulling fs layer [2020-06-11T15:19:18.660Z] e7604b0c0f53: Pulling fs layer [2020-06-11T15:19:18.660Z] db689cb83ae0: Pulling fs layer [2020-06-11T15:19:18.660Z] 6138af208834: Pulling fs layer [2020-06-11T15:19:18.660Z] 007c8e8c5d63: Pulling fs layer [2020-06-11T15:19:18.660Z] 4f7a387c642f: Pulling fs layer [2020-06-11T15:19:18.660Z] db689cb83ae0: Waiting [2020-06-11T15:19:18.660Z] 6138af208834: Waiting [2020-06-11T15:19:18.660Z] 007c8e8c5d63: Waiting [2020-06-11T15:19:18.660Z] 4f7a387c642f: Waiting [2020-06-11T15:19:18.660Z] e7604b0c0f53: Waiting [2020-06-11T15:19:18.660Z] 0180a33352d6: Waiting [2020-06-11T15:19:18.933Z] f0b05810781a: Download complete [2020-06-11T15:19:18.933Z] 5538fb30c42c: Download complete [2020-06-11T15:19:18.933Z] 0180a33352d6: Download complete [2020-06-11T15:19:18.933Z] db689cb83ae0: Download complete [2020-06-11T15:19:18.933Z] 6138af208834: Verifying Checksum [2020-06-11T15:19:18.933Z] 6138af208834: Download complete [2020-06-11T15:19:18.933Z] 007c8e8c5d63: Verifying Checksum [2020-06-11T15:19:18.933Z] 007c8e8c5d63: Download complete [2020-06-11T15:19:18.933Z] 4f7a387c642f: Verifying Checksum [2020-06-11T15:19:18.933Z] 4f7a387c642f: Download complete [2020-06-11T15:19:20.370Z] b2f61026a351: Verifying Checksum [2020-06-11T15:19:20.370Z] b2f61026a351: Download complete [2020-06-11T15:19:22.995Z] b2f61026a351: Pull complete [2020-06-11T15:19:23.268Z] 5538fb30c42c: Pull complete [2020-06-11T15:19:23.859Z] f0b05810781a: Pull complete [2020-06-11T15:19:24.132Z] 0180a33352d6: Pull complete [2020-06-11T15:19:26.094Z] e7604b0c0f53: Verifying Checksum [2020-06-11T15:19:26.094Z] e7604b0c0f53: Download complete [2020-06-11T15:19:30.558Z] Removing intermediate container 1e8f83f97227 [2020-06-11T15:19:30.558Z] ---> 94efa6db38d3 [2020-06-11T15:19:30.558Z] Step 14/24 : FROM alpine:latest [2020-06-11T15:19:30.822Z] latest: Pulling from library/alpine [2020-06-11T15:19:30.822Z] df20fa9351a1: Pulling fs layer [2020-06-11T15:19:31.088Z] df20fa9351a1: Verifying Checksum [2020-06-11T15:19:31.088Z] df20fa9351a1: Download complete [2020-06-11T15:19:31.682Z] df20fa9351a1: Pull complete [2020-06-11T15:19:31.682Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T15:19:31.682Z] Status: Downloaded newer image for alpine:latest [2020-06-11T15:19:31.682Z] ---> a24bb4013296 [2020-06-11T15:19:31.682Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-11T15:19:31.682Z] ---> Running in 76e2a3f1c602 [2020-06-11T15:19:31.957Z] Removing intermediate container 76e2a3f1c602 [2020-06-11T15:19:31.957Z] ---> f4e332041640 [2020-06-11T15:19:31.957Z] Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} [2020-06-11T15:19:31.957Z] ---> Running in a056e1bdf69b [2020-06-11T15:19:32.228Z] Removing intermediate container a056e1bdf69b [2020-06-11T15:19:32.228Z] ---> 085cc2a4fb54 [2020-06-11T15:19:32.228Z] Step 17/24 : RUN apk --no-cache add ca-certificates zeromq [2020-06-11T15:19:32.228Z] ---> Running in c1c1cc75a1f8 [2020-06-11T15:19:32.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-06-11T15:19:32.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-06-11T15:19:33.077Z] (1/6) Installing ca-certificates (20191127-r3) [2020-06-11T15:19:33.077Z] (2/6) Installing libgcc (9.3.0-r2) [2020-06-11T15:19:33.077Z] (3/6) Installing libsodium (1.0.18-r0) [2020-06-11T15:19:33.077Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-06-11T15:19:33.077Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-11T15:19:33.077Z] (6/6) Installing zeromq (4.3.2-r0) [2020-06-11T15:19:33.077Z] Executing busybox-1.31.1-r16.trigger [2020-06-11T15:19:33.077Z] Executing ca-certificates-20191127-r3.trigger [2020-06-11T15:19:33.353Z] OK: 9 MiB in 20 packages [2020-06-11T15:19:34.314Z] Removing intermediate container c1c1cc75a1f8 [2020-06-11T15:19:34.314Z] ---> 9295f5c4632b [2020-06-11T15:19:34.314Z] Step 18/24 : COPY --from=builder /app/res/ /res/ [2020-06-11T15:19:34.734Z] ---> 8803d73af3f4 [2020-06-11T15:19:34.734Z] Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-06-11T15:19:35.611Z] ---> a7c14f5fde51 [2020-06-11T15:19:35.611Z] Step 20/24 : EXPOSE 48095 [2020-06-11T15:19:35.877Z] ---> Running in 8e234f7ab55a [2020-06-11T15:19:36.158Z] Removing intermediate container 8e234f7ab55a [2020-06-11T15:19:36.158Z] ---> 65923ef4a5e0 [2020-06-11T15:19:36.158Z] Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-11T15:19:36.158Z] ---> Running in a300d88fc0d6 [2020-06-11T15:19:36.427Z] Removing intermediate container a300d88fc0d6 [2020-06-11T15:19:36.427Z] ---> 7f411f0f4ba6 [2020-06-11T15:19:36.427Z] Step 22/24 : LABEL arch=amd64 [2020-06-11T15:19:36.427Z] ---> Running in eb5f430cdf2c [2020-06-11T15:19:36.694Z] Removing intermediate container eb5f430cdf2c [2020-06-11T15:19:36.694Z] ---> 77593ba09b73 [2020-06-11T15:19:36.694Z] Step 23/24 : LABEL git_sha=175b0b70ddd3bade64d27e199a612cdb519e69fe [2020-06-11T15:19:36.694Z] ---> Running in a193ab5a765f [2020-06-11T15:19:36.959Z] Removing intermediate container a193ab5a765f [2020-06-11T15:19:36.959Z] ---> 60051703a055 [2020-06-11T15:19:36.959Z] Step 24/24 : LABEL version=1.1.1-dev.4 [2020-06-11T15:19:36.959Z] ---> Running in 15996e685a3b [2020-06-11T15:19:37.225Z] Removing intermediate container 15996e685a3b [2020-06-11T15:19:37.225Z] ---> 56339187d2f9 [2020-06-11T15:19:37.225Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T15:19:37.225Z] Successfully built 56339187d2f9 [2020-06-11T15:19:37.225Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-11T15:19:37.408Z] provisioning config files... [2020-06-11T15:19:37.469Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/25@tmp/config2367678736138582045tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-11T15:19:37.902Z] nexus3.edgexfoundry.org:10001 [2020-06-11T15:19:37.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T15:19:38.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T15:19:38.169Z] Configure a credential helper to remove this warning. See [2020-06-11T15:19:38.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T15:19:38.169Z] [2020-06-11T15:19:38.169Z] Login Succeeded [2020-06-11T15:19:38.169Z] nexus3.edgexfoundry.org:10002 [2020-06-11T15:19:38.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T15:19:38.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T15:19:38.440Z] Configure a credential helper to remove this warning. See [2020-06-11T15:19:38.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T15:19:38.440Z] [2020-06-11T15:19:38.440Z] Login Succeeded [2020-06-11T15:19:38.440Z] nexus3.edgexfoundry.org:10003 [2020-06-11T15:19:38.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T15:19:38.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T15:19:38.709Z] Configure a credential helper to remove this warning. See [2020-06-11T15:19:38.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T15:19:38.709Z] [2020-06-11T15:19:38.709Z] Login Succeeded [2020-06-11T15:19:38.709Z] nexus3.edgexfoundry.org:10004 [2020-06-11T15:19:38.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T15:19:38.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T15:19:38.971Z] Configure a credential helper to remove this warning. See [2020-06-11T15:19:38.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T15:19:38.971Z] [2020-06-11T15:19:38.971Z] Login Succeeded [2020-06-11T15:19:38.971Z] docker.io [2020-06-11T15:19:38.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T15:19:39.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T15:19:39.246Z] Configure a credential helper to remove this warning. See [2020-06-11T15:19:39.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T15:19:39.246Z] [2020-06-11T15:19:39.246Z] Login Succeeded [Pipeline] } [2020-06-11T15:19:39.303Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-11T15:19:39.395Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-06-11T15:19:39.395Z] 175b0b70ddd3bade64d27e199a612cdb519e69fe [2020-06-11T15:19:39.395Z] latest [2020-06-11T15:19:39.395Z] 1.1.1-dev.4 [2020-06-11T15:19:39.395Z] 175b0b70ddd3bade64d27e199a612cdb519e69fe-1.1.1-dev.4 [2020-06-11T15:19:39.395Z] master [2020-06-11T15:19:39.395Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:39.805Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:175b0b70ddd3bade64d27e199a612cdb519e69fe [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:40.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:175b0b70ddd3bade64d27e199a612cdb519e69fe [2020-06-11T15:19:40.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-11T15:19:40.114Z] 0a379170dec9: Preparing [2020-06-11T15:19:40.114Z] 4fdd8d9d9929: Preparing [2020-06-11T15:19:40.114Z] 1e327b5de5a3: Preparing [2020-06-11T15:19:40.114Z] 50644c29ef5a: Preparing [2020-06-11T15:19:40.114Z] 50644c29ef5a: Layer already exists [2020-06-11T15:19:40.397Z] 4fdd8d9d9929: Pushed [2020-06-11T15:19:40.683Z] 1e327b5de5a3: Pushed [2020-06-11T15:19:42.660Z] 0a379170dec9: Pushed [2020-06-11T15:19:42.660Z] 175b0b70ddd3bade64d27e199a612cdb519e69fe: digest: sha256:da228a1e9ca473845b8c0343a63b5719c723ca25d862d00263305fbcc31c7925 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:43.018Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:43.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-06-11T15:19:43.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-11T15:19:43.353Z] 0a379170dec9: Preparing [2020-06-11T15:19:43.353Z] 4fdd8d9d9929: Preparing [2020-06-11T15:19:43.353Z] 1e327b5de5a3: Preparing [2020-06-11T15:19:43.353Z] 50644c29ef5a: Preparing [2020-06-11T15:19:43.353Z] 1e327b5de5a3: Layer already exists [2020-06-11T15:19:43.353Z] 50644c29ef5a: Layer already exists [2020-06-11T15:19:43.353Z] 4fdd8d9d9929: Layer already exists [2020-06-11T15:19:43.353Z] 0a379170dec9: Layer already exists [2020-06-11T15:19:43.353Z] latest: digest: sha256:da228a1e9ca473845b8c0343a63b5719c723ca25d862d00263305fbcc31c7925 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:43.691Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.1.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:44.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.1.1-dev.4 [2020-06-11T15:19:44.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-11T15:19:44.030Z] 0a379170dec9: Preparing [2020-06-11T15:19:44.030Z] 4fdd8d9d9929: Preparing [2020-06-11T15:19:44.030Z] 1e327b5de5a3: Preparing [2020-06-11T15:19:44.030Z] 50644c29ef5a: Preparing [2020-06-11T15:19:44.030Z] 1e327b5de5a3: Layer already exists [2020-06-11T15:19:44.030Z] 4fdd8d9d9929: Layer already exists [2020-06-11T15:19:44.030Z] 50644c29ef5a: Layer already exists [2020-06-11T15:19:44.030Z] 0a379170dec9: Layer already exists [2020-06-11T15:19:44.030Z] 1.1.1-dev.4: digest: sha256:da228a1e9ca473845b8c0343a63b5719c723ca25d862d00263305fbcc31c7925 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:44.351Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:175b0b70ddd3bade64d27e199a612cdb519e69fe-1.1.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:44.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:175b0b70ddd3bade64d27e199a612cdb519e69fe-1.1.1-dev.4 [2020-06-11T15:19:44.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-11T15:19:44.658Z] 0a379170dec9: Preparing [2020-06-11T15:19:44.658Z] 4fdd8d9d9929: Preparing [2020-06-11T15:19:44.658Z] 1e327b5de5a3: Preparing [2020-06-11T15:19:44.658Z] 50644c29ef5a: Preparing [2020-06-11T15:19:44.658Z] 4fdd8d9d9929: Layer already exists [2020-06-11T15:19:44.658Z] 50644c29ef5a: Layer already exists [2020-06-11T15:19:44.658Z] 1e327b5de5a3: Layer already exists [2020-06-11T15:19:44.658Z] 0a379170dec9: Layer already exists [2020-06-11T15:19:44.658Z] 175b0b70ddd3bade64d27e199a612cdb519e69fe-1.1.1-dev.4: digest: sha256:da228a1e9ca473845b8c0343a63b5719c723ca25d862d00263305fbcc31c7925 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:44.996Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:19:45.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-06-11T15:19:45.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-11T15:19:45.322Z] 0a379170dec9: Preparing [2020-06-11T15:19:45.322Z] 4fdd8d9d9929: Preparing [2020-06-11T15:19:45.322Z] 1e327b5de5a3: Preparing [2020-06-11T15:19:45.322Z] 50644c29ef5a: Preparing [2020-06-11T15:19:45.322Z] 0a379170dec9: Layer already exists [2020-06-11T15:19:45.322Z] 50644c29ef5a: Layer already exists [2020-06-11T15:19:45.322Z] 1e327b5de5a3: Layer already exists [2020-06-11T15:19:45.322Z] 4fdd8d9d9929: Layer already exists [2020-06-11T15:19:45.322Z] master: digest: sha256:da228a1e9ca473845b8c0343a63b5719c723ca25d862d00263305fbcc31c7925 size: 1158 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T15:19:45.931Z] ++ find /w/workspace/app-service-configurable/25 [2020-06-11T15:19:45.931Z] ++ grep snapcraft.yaml [2020-06-11T15:19:45.931Z] + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/25/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T15:19:46.017Z] provisioning config files... [2020-06-11T15:19:46.026Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/25@tmp/config2858056692475265283tmp [Pipeline] { [Pipeline] sh [2020-06-11T15:19:46.362Z] + cp /w/workspace/app-service-configurable/25@tmp/config2858056692475265283tmp /w/workspace/app-service-configurable/25/edgex-snap-store-login [Pipeline] sh [2020-06-11T15:19:46.751Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/25:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-11T15:19:46.751Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-11T15:19:46.751Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-11T15:19:46.751Z] 5bed26d33875: Pulling fs layer [2020-06-11T15:19:46.751Z] f11b29a9c730: Pulling fs layer [2020-06-11T15:19:46.751Z] 930bda195c84: Pulling fs layer [2020-06-11T15:19:46.751Z] 78bf9a5ad49e: Pulling fs layer [2020-06-11T15:19:46.751Z] e5fbee5a4b0d: Pulling fs layer [2020-06-11T15:19:46.751Z] f452fca78f88: Pulling fs layer [2020-06-11T15:19:46.751Z] 7417ef92027a: Pulling fs layer [2020-06-11T15:19:46.751Z] 2af5c49d270b: Pulling fs layer [2020-06-11T15:19:46.751Z] df9c3bdbc40a: Pulling fs layer [2020-06-11T15:19:46.751Z] 78bf9a5ad49e: Waiting [2020-06-11T15:19:46.751Z] e5fbee5a4b0d: Waiting [2020-06-11T15:19:46.751Z] 7417ef92027a: Waiting [2020-06-11T15:19:46.751Z] f452fca78f88: Waiting [2020-06-11T15:19:46.751Z] 2af5c49d270b: Waiting [2020-06-11T15:19:46.751Z] df9c3bdbc40a: Waiting [2020-06-11T15:19:46.751Z] 930bda195c84: Download complete [2020-06-11T15:19:46.751Z] f11b29a9c730: Download complete [2020-06-11T15:19:46.751Z] 78bf9a5ad49e: Verifying Checksum [2020-06-11T15:19:46.751Z] 78bf9a5ad49e: Download complete [2020-06-11T15:19:47.042Z] f452fca78f88: Download complete [2020-06-11T15:19:47.042Z] 7417ef92027a: Verifying Checksum [2020-06-11T15:19:47.042Z] 7417ef92027a: Download complete [2020-06-11T15:19:47.042Z] 2af5c49d270b: Verifying Checksum [2020-06-11T15:19:47.042Z] 2af5c49d270b: Download complete [2020-06-11T15:19:47.042Z] df9c3bdbc40a: Verifying Checksum [2020-06-11T15:19:47.042Z] df9c3bdbc40a: Download complete [2020-06-11T15:19:47.681Z] 5bed26d33875: Verifying Checksum [2020-06-11T15:19:47.681Z] 5bed26d33875: Download complete [2020-06-11T15:19:53.281Z] 5bed26d33875: Pull complete [2020-06-11T15:19:53.913Z] e5fbee5a4b0d: Verifying Checksum [2020-06-11T15:19:53.913Z] e5fbee5a4b0d: Download complete [2020-06-11T15:19:53.913Z] f11b29a9c730: Pull complete [2020-06-11T15:19:54.188Z] 930bda195c84: Pull complete [2020-06-11T15:19:54.188Z] 78bf9a5ad49e: Pull complete [2020-06-11T15:19:58.436Z] e7604b0c0f53: Pull complete [2020-06-11T15:19:58.436Z] db689cb83ae0: Pull complete [2020-06-11T15:19:58.436Z] 6138af208834: Pull complete [2020-06-11T15:19:58.436Z] 007c8e8c5d63: Pull complete [2020-06-11T15:19:58.436Z] 4f7a387c642f: Pull complete [2020-06-11T15:19:58.436Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-11T15:19:58.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-11T15:20:05.160Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-11T15:20:05.160Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-11T15:20:05.160Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-11T15:20:05.160Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-11T15:20:05.160Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-11T15:20:05.160Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-11T15:20:05.160Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-11T15:20:05.439Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-11T15:20:05.439Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-11T15:20:05.439Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-11T15:20:05.710Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [606 kB] [2020-06-11T15:20:05.710Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-11T15:20:06.306Z] Fetched 3748 kB in 3s (1488 kB/s) [2020-06-11T15:20:10.624Z] Reading package lists... [2020-06-11T15:20:16.015Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-06-11T15:20:16.015Z] - README.md [2020-06-11T15:20:16.015Z] [2020-06-11T15:20:16.015Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-06-11T15:20:21.162Z] e5fbee5a4b0d: Pull complete [2020-06-11T15:20:21.162Z] f452fca78f88: Pull complete [2020-06-11T15:20:21.427Z] 7417ef92027a: Pull complete [2020-06-11T15:20:21.428Z] 2af5c49d270b: Pull complete [2020-06-11T15:20:21.692Z] df9c3bdbc40a: Pull complete [2020-06-11T15:20:21.692Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-11T15:20:21.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-11T15:20:22.718Z] Installing build dependencies: binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-06-11T15:20:24.571Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-11T15:20:24.571Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-11T15:20:25.005Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-11T15:20:25.005Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-11T15:20:25.323Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-11T15:20:25.323Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-11T15:20:25.601Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-11T15:20:25.602Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] [2020-06-11T15:20:25.602Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-11T15:20:25.602Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-11T15:20:25.602Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-11T15:20:26.245Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-11T15:20:26.532Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-11T15:20:26.532Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-11T15:20:26.806Z] Fetched 4909 kB in 3s (1906 kB/s) [2020-06-11T15:20:27.008Z] Reading package lists... [2020-06-11T15:20:27.601Z] Building dependency tree... [2020-06-11T15:20:27.601Z] Reading state information... [2020-06-11T15:20:28.581Z] The following packages were automatically installed and are no longer required: [2020-06-11T15:20:28.581Z] libjq1 liblzo2-2 libonig4 [2020-06-11T15:20:28.581Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T15:20:28.581Z] Suggested packages: [2020-06-11T15:20:28.581Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-06-11T15:20:28.581Z] pinentry-gnome3 tor debian-keyring gcc-7-doc libstdc++6-7-dbg gcc-multilib [2020-06-11T15:20:28.581Z] autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg [2020-06-11T15:20:28.581Z] libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg [2020-06-11T15:20:28.581Z] libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base [2020-06-11T15:20:28.581Z] git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk [2020-06-11T15:20:28.581Z] gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon [2020-06-11T15:20:28.581Z] glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc man-browser keychain [2020-06-11T15:20:28.581Z] libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-11T15:20:28.581Z] libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc [2020-06-11T15:20:28.581Z] readline-doc [2020-06-11T15:20:28.777Z] Reading package lists... [2020-06-11T15:20:30.011Z] The following NEW packages will be installed: [2020-06-11T15:20:30.011Z] binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp [2020-06-11T15:20:30.011Z] cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git [2020-06-11T15:20:30.011Z] git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client [2020-06-11T15:20:30.011Z] gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl [2020-06-11T15:20:30.011Z] libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 [2020-06-11T15:20:30.011Z] libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 [2020-06-11T15:20:30.011Z] libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot [2020-06-11T15:20:30.011Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 [2020-06-11T15:20:30.011Z] libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 [2020-06-11T15:20:30.011Z] liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 [2020-06-11T15:20:30.011Z] libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 [2020-06-11T15:20:30.011Z] libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 [2020-06-11T15:20:30.011Z] libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make [2020-06-11T15:20:30.011Z] manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 [2020-06-11T15:20:30.011Z] pinentry-curses pkg-config readline-common shared-mime-info xauth [2020-06-11T15:20:30.011Z] xdg-user-dirs xz-utils [2020-06-11T15:20:30.283Z] 0 upgraded, 95 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T15:20:30.283Z] Need to get 63.4 MB of archives. [2020-06-11T15:20:30.283Z] After this operation, 277 MB of additional disk space will be used. [2020-06-11T15:20:30.283Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] [2020-06-11T15:20:30.873Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-11T15:20:30.873Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-11T15:20:31.142Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-11T15:20:31.142Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-11T15:20:31.518Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-06-11T15:20:31.518Z] - README.md [2020-06-11T15:20:31.518Z] [2020-06-11T15:20:31.518Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-06-11T15:20:31.733Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-11T15:20:32.324Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] [2020-06-11T15:20:34.935Z] Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-06-11T15:20:35.695Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-11T15:20:35.695Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-11T15:20:36.928Z] Reading package lists... [2020-06-11T15:20:37.227Z] Building dependency tree... [2020-06-11T15:20:37.227Z] Reading state information... [2020-06-11T15:20:37.549Z] The following packages were automatically installed and are no longer required: [2020-06-11T15:20:37.549Z] libjq1 liblzo2-2 libonig4 [2020-06-11T15:20:37.549Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T15:20:37.549Z] Suggested packages: [2020-06-11T15:20:37.549Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-06-11T15:20:37.549Z] pinentry-gnome3 tor debian-keyring g++-multilib g++-7-multilib gcc-7-doc [2020-06-11T15:20:37.549Z] libstdc++6-7-dbg gcc-multilib autoconf automake libtool flex bison gdb [2020-06-11T15:20:37.549Z] gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg [2020-06-11T15:20:37.549Z] libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg [2020-06-11T15:20:37.549Z] libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-06-11T15:20:37.549Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-06-11T15:20:37.549Z] git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc bzr gdbm-l10n [2020-06-11T15:20:37.549Z] libstdc++-7-doc make-doc man-browser keychain libpam-ssh monkeysphere [2020-06-11T15:20:37.549Z] ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-06-11T15:20:37.549Z] | libterm-readline-perl-perl pinentry-doc readline-doc [2020-06-11T15:20:38.130Z] The following NEW packages will be installed: [2020-06-11T15:20:38.130Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 [2020-06-11T15:20:38.130Z] curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man [2020-06-11T15:20:38.130Z] gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server [2020-06-11T15:20:38.130Z] gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-06-11T15:20:38.130Z] libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 [2020-06-11T15:20:38.130Z] libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl [2020-06-11T15:20:38.130Z] libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl [2020-06-11T15:20:38.130Z] libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 [2020-06-11T15:20:38.130Z] libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 [2020-06-11T15:20:38.130Z] libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 [2020-06-11T15:20:38.130Z] libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 [2020-06-11T15:20:38.130Z] libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 [2020-06-11T15:20:38.130Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase [2020-06-11T15:20:38.130Z] openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config [2020-06-11T15:20:38.130Z] readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-06-11T15:20:39.106Z] 0 upgraded, 98 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T15:20:39.106Z] Need to get 73.0 MB of archives. [2020-06-11T15:20:39.106Z] After this operation, 309 MB of additional disk space will be used. [2020-06-11T15:20:39.106Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-06-11T15:20:39.377Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-11T15:20:39.377Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-11T15:20:39.377Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-11T15:20:39.377Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-11T15:20:39.642Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-11T15:20:39.642Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-11T15:20:39.940Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-11T15:20:39.940Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-11T15:20:40.538Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-11T15:20:40.538Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-11T15:20:40.538Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-11T15:20:40.538Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T15:20:40.538Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-11T15:20:40.538Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-11T15:20:40.538Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-06-11T15:20:40.821Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] [2020-06-11T15:20:40.821Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8054 kB] [2020-06-11T15:20:41.071Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-11T15:20:41.071Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-11T15:20:41.071Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-11T15:20:41.821Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB] [2020-06-11T15:20:41.821Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB] [2020-06-11T15:20:41.821Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] [2020-06-11T15:20:41.821Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-11T15:20:41.821Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB] [2020-06-11T15:20:41.821Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB] [2020-06-11T15:20:41.821Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB] [2020-06-11T15:20:41.821Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-11T15:20:41.821Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-11T15:20:42.098Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-11T15:20:42.098Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-06-11T15:20:42.098Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-11T15:20:42.098Z] Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-11T15:20:42.098Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-06-11T15:20:42.098Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] [2020-06-11T15:20:42.098Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.3 [1839 kB] [2020-06-11T15:20:42.098Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] [2020-06-11T15:20:42.098Z] Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-dev-bin amd64 2.27-3ubuntu1 [71.8 kB] [2020-06-11T15:20:42.098Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-106.107 [991 kB] [2020-06-11T15:20:42.372Z] Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dev amd64 2.27-3ubuntu1 [2587 kB] [2020-06-11T15:20:42.372Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-06-11T15:20:42.372Z] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-06-11T15:20:42.372Z] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-06-11T15:20:42.372Z] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-06-11T15:20:42.372Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-06-11T15:20:42.494Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T15:20:42.494Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-11T15:20:42.494Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-11T15:20:42.494Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-0 arm64 2.56.4-0ubuntu0.18.04.6 [983 kB] [2020-06-11T15:20:42.767Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] [2020-06-11T15:20:42.767Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.1 [7987 kB] [2020-06-11T15:20:42.957Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-06-11T15:20:42.958Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-06-11T15:20:42.958Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-06-11T15:20:42.958Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-06-11T15:20:42.958Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-06-11T15:20:42.958Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-06-11T15:20:42.958Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-06-11T15:20:42.958Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-06-11T15:20:42.958Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-06-11T15:20:43.242Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-06-11T15:20:43.242Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-06-11T15:20:43.242Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-06-11T15:20:43.242Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-06-11T15:20:43.528Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-06-11T15:20:43.796Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-06-11T15:20:43.796Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-06-11T15:20:44.080Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-06-11T15:20:44.669Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-06-11T15:20:44.669Z] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-11T15:20:44.669Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-06-11T15:20:44.669Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-11T15:20:44.669Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-06-11T15:20:44.669Z] Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-06-11T15:20:44.669Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-11T15:20:44.669Z] Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB] [2020-06-11T15:20:44.669Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.2 [123 kB] [2020-06-11T15:20:44.669Z] Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-06-11T15:20:44.669Z] Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B] [2020-06-11T15:20:44.730Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB] [2020-06-11T15:20:44.730Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB] [2020-06-11T15:20:44.730Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.3 [547 kB] [2020-06-11T15:20:44.730Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-11T15:20:44.730Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB] [2020-06-11T15:20:44.972Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.2 [316 kB] [2020-06-11T15:20:44.972Z] Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-06-11T15:20:44.972Z] Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-06-11T15:20:44.972Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-11T15:20:44.972Z] Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T15:20:44.972Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-11T15:20:44.972Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-11T15:20:45.000Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB] [2020-06-11T15:20:45.000Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xz-utils arm64 5.2.2-1.3 [79.2 kB] [2020-06-11T15:20:45.000Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-11T15:20:45.000Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] [2020-06-11T15:20:45.260Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] [2020-06-11T15:20:45.260Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.2 [127 kB] [2020-06-11T15:20:45.260Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.2 [467 kB] [2020-06-11T15:20:45.260Z] Get:82 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB] [2020-06-11T15:20:45.260Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.2 [227 kB] [2020-06-11T15:20:45.260Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.2 [91.9 kB] [2020-06-11T15:20:45.260Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.2 [84.9 kB] [2020-06-11T15:20:45.260Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.2 [215 kB] [2020-06-11T15:20:45.260Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.2 [249 kB] [2020-06-11T15:20:45.269Z] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-11T15:20:45.269Z] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] [2020-06-11T15:20:45.269Z] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-11T15:20:45.269Z] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-11T15:20:45.538Z] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-06-11T15:20:45.538Z] Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] [2020-06-11T15:20:45.538Z] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.3 [2168 kB] [2020-06-11T15:20:45.554Z] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-06-11T15:20:45.554Z] Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-06-11T15:20:45.554Z] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-06-11T15:20:45.554Z] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-06-11T15:20:45.554Z] Get:92 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-06-11T15:20:45.554Z] Get:93 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-06-11T15:20:45.554Z] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-06-11T15:20:45.554Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-06-11T15:20:45.554Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-06-11T15:20:45.554Z] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-06-11T15:20:45.809Z] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] [2020-06-11T15:20:45.809Z] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libc-dev-bin arm64 2.27-3ubuntu1 [58.6 kB] [2020-06-11T15:20:45.809Z] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-106.107 [969 kB] [2020-06-11T15:20:45.843Z] Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-06-11T15:20:46.080Z] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libc6-dev arm64 2.27-3ubuntu1 [2052 kB] [2020-06-11T15:20:46.351Z] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-06-11T15:20:46.351Z] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] [2020-06-11T15:20:46.351Z] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] [2020-06-11T15:20:46.351Z] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] [2020-06-11T15:20:46.351Z] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] [2020-06-11T15:20:46.445Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T15:20:46.445Z] Fetched 73.0 MB in 8s (9601 kB/s) [2020-06-11T15:20:46.446Z] Selecting previously unselected package liblocale-gettext-perl. [2020-06-11T15:20:46.712Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4637 files and directories currently installed.) [2020-06-11T15:20:46.712Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-06-11T15:20:46.712Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-06-11T15:20:46.712Z] Selecting previously unselected package libxau6:amd64. [2020-06-11T15:20:46.712Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-11T15:20:46.712Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T15:20:46.712Z] Selecting previously unselected package libbsd0:amd64. [2020-06-11T15:20:46.712Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-11T15:20:46.712Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T15:20:46.712Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-11T15:20:46.712Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-11T15:20:46.978Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T15:20:46.978Z] Selecting previously unselected package libxcb1:amd64. [2020-06-11T15:20:46.978Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-11T15:20:46.978Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T15:20:46.978Z] Selecting previously unselected package libx11-data. [2020-06-11T15:20:46.978Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T15:20:46.978Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T15:20:47.380Z] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-06-11T15:20:47.380Z] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] [2020-06-11T15:20:47.380Z] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] [2020-06-11T15:20:47.380Z] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] [2020-06-11T15:20:47.380Z] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] [2020-06-11T15:20:47.380Z] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] [2020-06-11T15:20:47.380Z] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] [2020-06-11T15:20:47.380Z] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] [2020-06-11T15:20:47.380Z] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] [2020-06-11T15:20:47.380Z] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] [2020-06-11T15:20:47.560Z] Selecting previously unselected package libx11-6:amd64. [2020-06-11T15:20:47.560Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-11T15:20:47.660Z] Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] [2020-06-11T15:20:47.831Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T15:20:47.831Z] Selecting previously unselected package libxext6:amd64. [2020-06-11T15:20:47.831Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-11T15:20:47.831Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T15:20:47.831Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T15:20:47.831Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T15:20:47.831Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T15:20:48.647Z] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] [2020-06-11T15:20:48.647Z] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-06-11T15:20:48.922Z] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] [2020-06-11T15:20:49.913Z] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] [2020-06-11T15:20:49.913Z] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-11T15:20:49.913Z] Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-06-11T15:20:49.913Z] Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-11T15:20:49.913Z] Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-06-11T15:20:49.913Z] Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] [2020-06-11T15:20:50.192Z] Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-11T15:20:50.192Z] Get:65 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB] [2020-06-11T15:20:50.192Z] Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.2 [106 kB] [2020-06-11T15:20:50.192Z] Get:67 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] [2020-06-11T15:20:50.192Z] Get:68 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B] [2020-06-11T15:20:50.192Z] Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.2 [276 kB] [2020-06-11T15:20:50.192Z] Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] [2020-06-11T15:20:50.192Z] Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] [2020-06-11T15:20:50.192Z] Get:72 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-11T15:20:50.192Z] Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T15:20:50.192Z] Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-11T15:20:50.408Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-11T15:20:50.408Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-11T15:20:50.408Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T15:20:50.471Z] Get:75 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-11T15:20:50.672Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-11T15:20:50.672Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-11T15:20:50.672Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T15:20:50.672Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-11T15:20:50.672Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T15:20:50.672Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T15:20:50.757Z] Get:76 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] [2020-06-11T15:20:50.757Z] Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.2 [108 kB] [2020-06-11T15:20:50.757Z] Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.2 [400 kB] [2020-06-11T15:20:50.757Z] Get:79 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB] [2020-06-11T15:20:50.757Z] Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.2 [190 kB] [2020-06-11T15:20:51.040Z] Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.2 [76.8 kB] [2020-06-11T15:20:51.040Z] Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.2 [71.6 kB] [2020-06-11T15:20:51.040Z] Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.2 [182 kB] [2020-06-11T15:20:51.040Z] Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.2 [249 kB] [2020-06-11T15:20:51.040Z] Get:85 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-06-11T15:20:51.040Z] Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] [2020-06-11T15:20:51.040Z] Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-06-11T15:20:51.040Z] Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] [2020-06-11T15:20:51.040Z] Get:89 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-06-11T15:20:51.040Z] Get:90 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] [2020-06-11T15:20:51.040Z] Get:91 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] [2020-06-11T15:20:51.040Z] Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] [2020-06-11T15:20:51.040Z] Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] [2020-06-11T15:20:51.040Z] Get:94 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] [2020-06-11T15:20:51.320Z] Get:95 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] [2020-06-11T15:20:51.982Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T15:20:52.276Z] Fetched 63.4 MB in 22s (2940 kB/s) [2020-06-11T15:20:52.276Z] Selecting previously unselected package liblocale-gettext-perl. [2020-06-11T15:20:52.277Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4630 files and directories currently installed.) [2020-06-11T15:20:52.277Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... [2020-06-11T15:20:52.277Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-06-11T15:20:52.550Z] Selecting previously unselected package libxau6:arm64. [2020-06-11T15:20:52.550Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-11T15:20:52.550Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T15:20:52.550Z] Selecting previously unselected package libbsd0:arm64. [2020-06-11T15:20:52.550Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-11T15:20:52.550Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T15:20:52.611Z] Selecting previously unselected package perl. [2020-06-11T15:20:52.611Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T15:20:52.611Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T15:20:52.611Z] Selecting previously unselected package less. [2020-06-11T15:20:52.611Z] Preparing to unpack .../13-less_487-0.1_amd64.deb ... [2020-06-11T15:20:52.611Z] Unpacking less (487-0.1) ... [2020-06-11T15:20:52.611Z] Selecting previously unselected package libexpat1:amd64. [2020-06-11T15:20:52.611Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-11T15:20:52.611Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T15:20:52.817Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-11T15:20:52.817Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-11T15:20:52.817Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T15:20:52.817Z] Selecting previously unselected package libxcb1:arm64. [2020-06-11T15:20:52.817Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-11T15:20:52.817Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T15:20:52.886Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-06-11T15:20:52.886Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-06-11T15:20:52.886Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T15:20:53.089Z] Selecting previously unselected package libx11-data. [2020-06-11T15:20:53.089Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T15:20:53.089Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T15:20:53.179Z] Selecting previously unselected package libglib2.0-data. [2020-06-11T15:20:53.179Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-06-11T15:20:53.179Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T15:20:53.179Z] Selecting previously unselected package libicu60:amd64. [2020-06-11T15:20:53.179Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_amd64.deb ... [2020-06-11T15:20:53.179Z] Unpacking libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-06-11T15:20:53.363Z] Selecting previously unselected package libx11-6:arm64. [2020-06-11T15:20:53.363Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-11T15:20:53.363Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T15:20:53.635Z] Selecting previously unselected package libxext6:arm64. [2020-06-11T15:20:53.635Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-11T15:20:53.635Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T15:20:53.635Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T15:20:53.635Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T15:20:53.635Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T15:20:54.624Z] Selecting previously unselected package readline-common. [2020-06-11T15:20:54.624Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-06-11T15:20:54.624Z] Unpacking readline-common (7.0-3) ... [2020-06-11T15:20:54.916Z] Selecting previously unselected package libreadline7:amd64. [2020-06-11T15:20:54.916Z] Preparing to unpack .../19-libreadline7_7.0-3_amd64.deb ... [2020-06-11T15:20:54.916Z] Unpacking libreadline7:amd64 (7.0-3) ... [2020-06-11T15:20:54.916Z] Selecting previously unselected package libxml2:amd64. [2020-06-11T15:20:54.916Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... [2020-06-11T15:20:54.916Z] Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-11T15:20:55.197Z] Selecting previously unselected package netbase. [2020-06-11T15:20:55.197Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-06-11T15:20:55.197Z] Unpacking netbase (5.4) ... [2020-06-11T15:20:55.197Z] Selecting previously unselected package shared-mime-info. [2020-06-11T15:20:55.197Z] Preparing to unpack .../22-shared-mime-info_1.9-2_amd64.deb ... [2020-06-11T15:20:55.197Z] Unpacking shared-mime-info (1.9-2) ... [2020-06-11T15:20:55.468Z] Selecting previously unselected package xdg-user-dirs. [2020-06-11T15:20:55.468Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ... [2020-06-11T15:20:55.468Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-11T15:20:55.603Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-11T15:20:55.603Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-11T15:20:55.603Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T15:20:55.603Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-11T15:20:55.603Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-11T15:20:55.603Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T15:20:55.603Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-11T15:20:55.603Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T15:20:55.603Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T15:20:55.748Z] Selecting previously unselected package xz-utils. [2020-06-11T15:20:55.748Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_amd64.deb ... [2020-06-11T15:20:55.748Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-06-11T15:20:55.748Z] Selecting previously unselected package libedit2:amd64. [2020-06-11T15:20:55.748Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-11T15:20:55.748Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T15:20:56.069Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-11T15:20:56.069Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-11T15:20:56.069Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T15:20:56.349Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-11T15:20:56.349Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-11T15:20:56.349Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T15:20:56.753Z] Selecting previously unselected package manpages. [2020-06-11T15:20:56.753Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-06-11T15:20:56.753Z] Unpacking manpages (4.15-1) ... [2020-06-11T15:20:56.753Z] Selecting previously unselected package openssh-client. [2020-06-11T15:20:56.753Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-11T15:20:56.753Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T15:20:57.032Z] Selecting previously unselected package perl. [2020-06-11T15:20:57.032Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T15:20:57.032Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T15:20:57.032Z] Selecting previously unselected package less. [2020-06-11T15:20:57.032Z] Preparing to unpack .../13-less_487-0.1_arm64.deb ... [2020-06-11T15:20:57.032Z] Unpacking less (487-0.1) ... [2020-06-11T15:20:57.046Z] Selecting previously unselected package xauth. [2020-06-11T15:20:57.046Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-11T15:20:57.046Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T15:20:57.046Z] Selecting previously unselected package binutils-common:amd64. [2020-06-11T15:20:57.046Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-11T15:20:57.046Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:20:57.303Z] Selecting previously unselected package libexpat1:arm64. [2020-06-11T15:20:57.303Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-11T15:20:57.303Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T15:20:57.303Z] Selecting previously unselected package libglib2.0-0:arm64. [2020-06-11T15:20:57.303Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_arm64.deb ... [2020-06-11T15:20:57.575Z] Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T15:20:57.638Z] Selecting previously unselected package libbinutils:amd64. [2020-06-11T15:20:57.638Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-11T15:20:57.638Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:20:57.638Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-06-11T15:20:57.638Z] Preparing to unpack .../33-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-11T15:20:57.638Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:20:57.846Z] Selecting previously unselected package libglib2.0-data. [2020-06-11T15:20:57.846Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-06-11T15:20:57.846Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T15:20:57.846Z] Selecting previously unselected package libicu60:arm64. [2020-06-11T15:20:57.846Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_arm64.deb ... [2020-06-11T15:20:57.846Z] Unpacking libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-06-11T15:20:58.586Z] Selecting previously unselected package binutils. [2020-06-11T15:20:58.586Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-11T15:20:58.586Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:20:58.586Z] Selecting previously unselected package libc-dev-bin. [2020-06-11T15:20:58.586Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1_amd64.deb ... [2020-06-11T15:20:58.586Z] Unpacking libc-dev-bin (2.27-3ubuntu1) ... [2020-06-11T15:20:58.863Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-06-11T15:20:58.863Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-106.107_amd64.deb ... [2020-06-11T15:20:58.863Z] Unpacking linux-libc-dev:amd64 (4.15.0-106.107) ... [2020-06-11T15:20:59.831Z] Selecting previously unselected package libc6-dev:amd64. [2020-06-11T15:20:59.831Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1_amd64.deb ... [2020-06-11T15:20:59.831Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1) ... [2020-06-11T15:21:00.454Z] Selecting previously unselected package readline-common. [2020-06-11T15:21:00.454Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-06-11T15:21:00.454Z] Unpacking readline-common (7.0-3) ... [2020-06-11T15:21:00.454Z] Selecting previously unselected package libreadline7:arm64. [2020-06-11T15:21:00.454Z] Preparing to unpack .../19-libreadline7_7.0-3_arm64.deb ... [2020-06-11T15:21:00.454Z] Unpacking libreadline7:arm64 (7.0-3) ... [2020-06-11T15:21:00.454Z] Selecting previously unselected package libxml2:arm64. [2020-06-11T15:21:00.454Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_arm64.deb ... [2020-06-11T15:21:00.454Z] Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-11T15:21:00.454Z] Selecting previously unselected package netbase. [2020-06-11T15:21:00.454Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-06-11T15:21:00.454Z] Unpacking netbase (5.4) ... [2020-06-11T15:21:00.724Z] Selecting previously unselected package shared-mime-info. [2020-06-11T15:21:00.724Z] Preparing to unpack .../22-shared-mime-info_1.9-2_arm64.deb ... [2020-06-11T15:21:00.724Z] Unpacking shared-mime-info (1.9-2) ... [2020-06-11T15:21:00.817Z] Selecting previously unselected package gcc-7-base:amd64. [2020-06-11T15:21:00.817Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:00.817Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:00.995Z] Selecting previously unselected package xdg-user-dirs. [2020-06-11T15:21:00.995Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ... [2020-06-11T15:21:00.995Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-11T15:21:01.087Z] Selecting previously unselected package libisl19:amd64. [2020-06-11T15:21:01.087Z] Preparing to unpack .../39-libisl19_0.19-1_amd64.deb ... [2020-06-11T15:21:01.087Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-06-11T15:21:01.264Z] Selecting previously unselected package xz-utils. [2020-06-11T15:21:01.264Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_arm64.deb ... [2020-06-11T15:21:01.264Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-06-11T15:21:01.361Z] Selecting previously unselected package libmpfr6:amd64. [2020-06-11T15:21:01.361Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_amd64.deb ... [2020-06-11T15:21:01.361Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-06-11T15:21:01.361Z] Selecting previously unselected package libmpc3:amd64. [2020-06-11T15:21:01.361Z] Preparing to unpack .../41-libmpc3_1.1.0-1_amd64.deb ... [2020-06-11T15:21:01.361Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-06-11T15:21:01.361Z] Selecting previously unselected package cpp-7. [2020-06-11T15:21:01.361Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:01.361Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:01.536Z] Selecting previously unselected package libedit2:arm64. [2020-06-11T15:21:01.536Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-11T15:21:01.536Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T15:21:01.536Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-11T15:21:01.536Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-11T15:21:01.536Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T15:21:01.805Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-11T15:21:01.805Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-11T15:21:01.805Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T15:21:02.075Z] Selecting previously unselected package manpages. [2020-06-11T15:21:02.075Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-06-11T15:21:02.075Z] Unpacking manpages (4.15-1) ... [2020-06-11T15:21:02.353Z] Selecting previously unselected package openssh-client. [2020-06-11T15:21:02.353Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-11T15:21:02.353Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T15:21:02.624Z] Selecting previously unselected package xauth. [2020-06-11T15:21:02.624Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-11T15:21:02.624Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T15:21:02.624Z] Selecting previously unselected package binutils-common:arm64. [2020-06-11T15:21:02.624Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-11T15:21:02.624Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:21:02.801Z] Selecting previously unselected package cpp. [2020-06-11T15:21:02.801Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-06-11T15:21:02.801Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-11T15:21:02.801Z] Selecting previously unselected package libcc1-0:amd64. [2020-06-11T15:21:02.801Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:02.801Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:02.801Z] Selecting previously unselected package libgomp1:amd64. [2020-06-11T15:21:02.801Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:02.801Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:02.896Z] Selecting previously unselected package libbinutils:arm64. [2020-06-11T15:21:02.896Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-11T15:21:02.896Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:21:03.091Z] Selecting previously unselected package libitm1:amd64. [2020-06-11T15:21:03.091Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:03.091Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:03.091Z] Selecting previously unselected package libatomic1:amd64. [2020-06-11T15:21:03.091Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:03.091Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:03.167Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2020-06-11T15:21:03.167Z] Preparing to unpack .../33-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-11T15:21:03.167Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:21:03.386Z] Selecting previously unselected package libasan4:amd64. [2020-06-11T15:21:03.386Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:03.386Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:03.712Z] Selecting previously unselected package liblsan0:amd64. [2020-06-11T15:21:03.712Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:03.712Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:03.712Z] Selecting previously unselected package libtsan0:amd64. [2020-06-11T15:21:03.712Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:03.712Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:04.007Z] Selecting previously unselected package libubsan0:amd64. [2020-06-11T15:21:04.007Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:04.007Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:04.007Z] Selecting previously unselected package libcilkrts5:amd64. [2020-06-11T15:21:04.007Z] Preparing to unpack .../52-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:04.007Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:04.141Z] Selecting previously unselected package binutils. [2020-06-11T15:21:04.141Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-11T15:21:04.141Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:21:04.141Z] Selecting previously unselected package libc-dev-bin. [2020-06-11T15:21:04.141Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1_arm64.deb ... [2020-06-11T15:21:04.141Z] Unpacking libc-dev-bin (2.27-3ubuntu1) ... [2020-06-11T15:21:04.300Z] Selecting previously unselected package libmpx2:amd64. [2020-06-11T15:21:04.301Z] Preparing to unpack .../53-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:04.301Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:04.301Z] Selecting previously unselected package libquadmath0:amd64. [2020-06-11T15:21:04.301Z] Preparing to unpack .../54-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:04.301Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:04.411Z] Selecting previously unselected package linux-libc-dev:arm64. [2020-06-11T15:21:04.412Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-106.107_arm64.deb ... [2020-06-11T15:21:04.412Z] Unpacking linux-libc-dev:arm64 (4.15.0-106.107) ... [2020-06-11T15:21:04.571Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-06-11T15:21:04.571Z] Preparing to unpack .../55-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:04.571Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:05.259Z] Selecting previously unselected package gcc-7. [2020-06-11T15:21:05.259Z] Preparing to unpack .../56-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:05.259Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:05.384Z] Selecting previously unselected package libc6-dev:arm64. [2020-06-11T15:21:05.384Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1_arm64.deb ... [2020-06-11T15:21:05.384Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1) ... [2020-06-11T15:21:06.361Z] Selecting previously unselected package gcc-7-base:arm64. [2020-06-11T15:21:06.361Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:06.361Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:06.361Z] Selecting previously unselected package libisl19:arm64. [2020-06-11T15:21:06.362Z] Preparing to unpack .../39-libisl19_0.19-1_arm64.deb ... [2020-06-11T15:21:06.362Z] Unpacking libisl19:arm64 (0.19-1) ... [2020-06-11T15:21:06.636Z] Selecting previously unselected package libmpfr6:arm64. [2020-06-11T15:21:06.636Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_arm64.deb ... [2020-06-11T15:21:06.636Z] Unpacking libmpfr6:arm64 (4.0.1-1) ... [2020-06-11T15:21:06.705Z] Selecting previously unselected package gcc. [2020-06-11T15:21:06.706Z] Preparing to unpack .../57-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-06-11T15:21:06.706Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-11T15:21:06.706Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-06-11T15:21:06.706Z] Preparing to unpack .../58-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:06.908Z] Selecting previously unselected package libmpc3:arm64. [2020-06-11T15:21:06.908Z] Preparing to unpack .../41-libmpc3_1.1.0-1_arm64.deb ... [2020-06-11T15:21:06.908Z] Unpacking libmpc3:arm64 (1.1.0-1) ... [2020-06-11T15:21:06.908Z] Selecting previously unselected package cpp-7. [2020-06-11T15:21:06.908Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:06.908Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:07.030Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:08.460Z] Selecting previously unselected package g++-7. [2020-06-11T15:21:08.460Z] Preparing to unpack .../59-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T15:21:08.460Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:08.873Z] Selecting previously unselected package cpp. [2020-06-11T15:21:08.873Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-06-11T15:21:08.873Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-11T15:21:08.873Z] Selecting previously unselected package libcc1-0:arm64. [2020-06-11T15:21:08.873Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:08.873Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:08.873Z] Selecting previously unselected package libgomp1:arm64. [2020-06-11T15:21:08.873Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:08.873Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:09.143Z] Selecting previously unselected package libitm1:arm64. [2020-06-11T15:21:09.143Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:09.143Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:09.143Z] Selecting previously unselected package libatomic1:arm64. [2020-06-11T15:21:09.143Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:09.143Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:09.414Z] Selecting previously unselected package libasan4:arm64. [2020-06-11T15:21:09.414Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:09.414Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:09.686Z] Selecting previously unselected package liblsan0:arm64. [2020-06-11T15:21:09.686Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:09.686Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:09.957Z] Selecting previously unselected package libtsan0:arm64. [2020-06-11T15:21:09.957Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:09.957Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:09.957Z] Selecting previously unselected package libubsan0:arm64. [2020-06-11T15:21:09.957Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:09.957Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:10.026Z] Selecting previously unselected package g++. [2020-06-11T15:21:10.026Z] Preparing to unpack .../60-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-06-11T15:21:10.026Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-11T15:21:10.026Z] Selecting previously unselected package make. [2020-06-11T15:21:10.026Z] Preparing to unpack .../61-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-11T15:21:10.026Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T15:21:10.026Z] Selecting previously unselected package libdpkg-perl. [2020-06-11T15:21:10.026Z] Preparing to unpack .../62-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-06-11T15:21:10.026Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-11T15:21:10.230Z] Selecting previously unselected package libgcc-7-dev:arm64. [2020-06-11T15:21:10.230Z] Preparing to unpack .../52-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:10.230Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:10.293Z] Selecting previously unselected package patch. [2020-06-11T15:21:10.293Z] Preparing to unpack .../63-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-11T15:21:10.293Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T15:21:10.293Z] Selecting previously unselected package dpkg-dev. [2020-06-11T15:21:10.293Z] Preparing to unpack .../64-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-06-11T15:21:10.293Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-11T15:21:10.506Z] Selecting previously unselected package gcc-7. [2020-06-11T15:21:10.506Z] Preparing to unpack .../53-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:10.580Z] Selecting previously unselected package build-essential. [2020-06-11T15:21:10.580Z] Preparing to unpack .../65-build-essential_12.4ubuntu1_amd64.deb ... [2020-06-11T15:21:10.580Z] Unpacking build-essential (12.4ubuntu1) ... [2020-06-11T15:21:10.580Z] Selecting previously unselected package curl. [2020-06-11T15:21:10.580Z] Preparing to unpack .../66-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T15:21:10.580Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T15:21:10.778Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:10.851Z] Selecting previously unselected package libassuan0:amd64. [2020-06-11T15:21:10.851Z] Preparing to unpack .../67-libassuan0_2.5.1-2_amd64.deb ... [2020-06-11T15:21:10.851Z] Unpacking libassuan0:amd64 (2.5.1-2) ... [2020-06-11T15:21:10.851Z] Selecting previously unselected package gpgconf. [2020-06-11T15:21:10.851Z] Preparing to unpack .../68-gpgconf_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T15:21:10.851Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:11.130Z] Selecting previously unselected package libksba8:amd64. [2020-06-11T15:21:11.130Z] Preparing to unpack .../69-libksba8_1.3.5-2_amd64.deb ... [2020-06-11T15:21:11.130Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-06-11T15:21:11.130Z] Selecting previously unselected package libnpth0:amd64. [2020-06-11T15:21:11.130Z] Preparing to unpack .../70-libnpth0_1.5-3_amd64.deb ... [2020-06-11T15:21:11.130Z] Unpacking libnpth0:amd64 (1.5-3) ... [2020-06-11T15:21:11.130Z] Selecting previously unselected package dirmngr. [2020-06-11T15:21:11.131Z] Preparing to unpack .../71-dirmngr_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T15:21:11.430Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:11.430Z] Selecting previously unselected package libfakeroot:amd64. [2020-06-11T15:21:11.430Z] Preparing to unpack .../72-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-06-11T15:21:11.430Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-06-11T15:21:11.695Z] Selecting previously unselected package fakeroot. [2020-06-11T15:21:11.695Z] Preparing to unpack .../73-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-06-11T15:21:11.695Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-06-11T15:21:11.695Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-11T15:21:11.695Z] Preparing to unpack .../74-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T15:21:11.695Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T15:21:11.695Z] Selecting previously unselected package liberror-perl. [2020-06-11T15:21:11.695Z] Preparing to unpack .../75-liberror-perl_0.17025-1_all.deb ... [2020-06-11T15:21:11.695Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T15:21:11.960Z] Selecting previously unselected package git-man. [2020-06-11T15:21:11.960Z] Preparing to unpack .../76-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T15:21:11.960Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T15:21:12.327Z] Selecting previously unselected package git. [2020-06-11T15:21:12.327Z] Preparing to unpack .../77-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-11T15:21:12.327Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T15:21:12.744Z] Selecting previously unselected package gcc. [2020-06-11T15:21:12.744Z] Preparing to unpack .../54-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-06-11T15:21:12.744Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-11T15:21:12.744Z] Selecting previously unselected package libstdc++-7-dev:arm64. [2020-06-11T15:21:12.744Z] Preparing to unpack .../55-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:12.744Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:13.719Z] Selecting previously unselected package g++-7. [2020-06-11T15:21:13.719Z] Preparing to unpack .../56-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T15:21:13.719Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:13.812Z] Selecting previously unselected package gnupg-l10n. [2020-06-11T15:21:13.812Z] Preparing to unpack .../78-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-06-11T15:21:13.812Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:13.812Z] Selecting previously unselected package gnupg-utils. [2020-06-11T15:21:13.812Z] Preparing to unpack .../79-gnupg-utils_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T15:21:13.812Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:13.812Z] Selecting previously unselected package gpg. [2020-06-11T15:21:13.812Z] Preparing to unpack .../80-gpg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T15:21:13.812Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:13.812Z] Selecting previously unselected package pinentry-curses. [2020-06-11T15:21:13.812Z] Preparing to unpack .../81-pinentry-curses_1.1.0-1_amd64.deb ... [2020-06-11T15:21:13.812Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-06-11T15:21:14.090Z] Selecting previously unselected package gpg-agent. [2020-06-11T15:21:14.090Z] Preparing to unpack .../82-gpg-agent_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T15:21:14.090Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:14.090Z] Selecting previously unselected package gpg-wks-client. [2020-06-11T15:21:14.090Z] Preparing to unpack .../83-gpg-wks-client_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T15:21:14.090Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:14.358Z] Selecting previously unselected package gpg-wks-server. [2020-06-11T15:21:14.358Z] Preparing to unpack .../84-gpg-wks-server_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T15:21:14.358Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:14.358Z] Selecting previously unselected package gpgsm. [2020-06-11T15:21:14.358Z] Preparing to unpack .../85-gpgsm_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T15:21:14.358Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:14.626Z] Selecting previously unselected package gnupg. [2020-06-11T15:21:14.626Z] Preparing to unpack .../86-gnupg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T15:21:14.626Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:14.626Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-06-11T15:21:14.626Z] Preparing to unpack .../87-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-06-11T15:21:14.626Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-06-11T15:21:14.920Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-06-11T15:21:14.920Z] Preparing to unpack .../88-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-06-11T15:21:14.920Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-11T15:21:14.920Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-06-11T15:21:14.920Z] Preparing to unpack .../89-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-06-11T15:21:14.920Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-06-11T15:21:15.283Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-06-11T15:21:15.283Z] Preparing to unpack .../90-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-06-11T15:21:15.283Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-06-11T15:21:15.283Z] Selecting previously unselected package libnorm1:amd64. [2020-06-11T15:21:15.283Z] Preparing to unpack .../91-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-06-11T15:21:15.283Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-06-11T15:21:15.283Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-06-11T15:21:15.283Z] Preparing to unpack .../92-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-06-11T15:21:15.283Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-06-11T15:21:15.602Z] Selecting previously unselected package libsodium23:amd64. [2020-06-11T15:21:15.602Z] Preparing to unpack .../93-libsodium23_1.0.16-2_amd64.deb ... [2020-06-11T15:21:15.602Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-06-11T15:21:15.602Z] Selecting previously unselected package libzmq5:amd64. [2020-06-11T15:21:15.602Z] Preparing to unpack .../94-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-06-11T15:21:15.602Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-11T15:21:15.680Z] Selecting previously unselected package g++. [2020-06-11T15:21:15.680Z] Preparing to unpack .../57-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-06-11T15:21:15.680Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-11T15:21:15.680Z] Selecting previously unselected package make. [2020-06-11T15:21:15.680Z] Preparing to unpack .../58-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-11T15:21:15.680Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T15:21:15.680Z] Selecting previously unselected package libdpkg-perl. [2020-06-11T15:21:15.680Z] Preparing to unpack .../59-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-06-11T15:21:15.680Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-11T15:21:15.942Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-06-11T15:21:15.942Z] Preparing to unpack .../95-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-06-11T15:21:15.942Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-11T15:21:15.942Z] Selecting previously unselected package manpages-dev. [2020-06-11T15:21:15.942Z] Preparing to unpack .../96-manpages-dev_4.15-1_all.deb ... [2020-06-11T15:21:15.942Z] Unpacking manpages-dev (4.15-1) ... [2020-06-11T15:21:15.955Z] Selecting previously unselected package patch. [2020-06-11T15:21:15.955Z] Preparing to unpack .../60-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-11T15:21:15.955Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T15:21:15.955Z] Selecting previously unselected package dpkg-dev. [2020-06-11T15:21:15.955Z] Preparing to unpack .../61-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-06-11T15:21:15.955Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-11T15:21:16.223Z] Selecting previously unselected package pkg-config. [2020-06-11T15:21:16.223Z] Preparing to unpack .../97-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-06-11T15:21:16.223Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-06-11T15:21:16.225Z] Selecting previously unselected package build-essential. [2020-06-11T15:21:16.226Z] Preparing to unpack .../62-build-essential_12.4ubuntu1_arm64.deb ... [2020-06-11T15:21:16.226Z] Unpacking build-essential (12.4ubuntu1) ... [2020-06-11T15:21:16.226Z] Selecting previously unselected package curl. [2020-06-11T15:21:16.226Z] Preparing to unpack .../63-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T15:21:16.226Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T15:21:16.494Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:16.494Z] Setting up libnpth0:amd64 (1.5-3) ... [2020-06-11T15:21:16.494Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T15:21:16.494Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:16.494Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-06-11T15:21:16.494Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:16.494Z] Setting up readline-common (7.0-3) ... [2020-06-11T15:21:16.494Z] Setting up manpages (4.15-1) ... [2020-06-11T15:21:16.494Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T15:21:16.495Z] Selecting previously unselected package libassuan0:arm64. [2020-06-11T15:21:16.495Z] Preparing to unpack .../64-libassuan0_2.5.1-2_arm64.deb ... [2020-06-11T15:21:16.495Z] Unpacking libassuan0:arm64 (2.5.1-2) ... [2020-06-11T15:21:16.495Z] Selecting previously unselected package gpgconf. [2020-06-11T15:21:16.495Z] Preparing to unpack .../65-gpgconf_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T15:21:16.495Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:16.766Z] Selecting previously unselected package libksba8:arm64. [2020-06-11T15:21:16.766Z] Preparing to unpack .../66-libksba8_1.3.5-2_arm64.deb ... [2020-06-11T15:21:16.766Z] Unpacking libksba8:arm64 (1.3.5-2) ... [2020-06-11T15:21:16.768Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T15:21:16.768Z] Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-06-11T15:21:16.768Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:16.768Z] Setting up less (487-0.1) ... [2020-06-11T15:21:17.036Z] Selecting previously unselected package libnpth0:arm64. [2020-06-11T15:21:17.036Z] Preparing to unpack .../67-libnpth0_1.5-3_arm64.deb ... [2020-06-11T15:21:17.036Z] Unpacking libnpth0:arm64 (1.5-3) ... [2020-06-11T15:21:17.036Z] Selecting previously unselected package dirmngr. [2020-06-11T15:21:17.036Z] Preparing to unpack .../68-dirmngr_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T15:21:17.036Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:17.308Z] Selecting previously unselected package libfakeroot:arm64. [2020-06-11T15:21:17.308Z] Preparing to unpack .../69-libfakeroot_1.22-2ubuntu1_arm64.deb ... [2020-06-11T15:21:17.308Z] Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-06-11T15:21:17.357Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T15:21:17.357Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T15:21:17.579Z] Selecting previously unselected package fakeroot. [2020-06-11T15:21:17.580Z] Preparing to unpack .../70-fakeroot_1.22-2ubuntu1_arm64.deb ... [2020-06-11T15:21:17.580Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-06-11T15:21:17.580Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-11T15:21:17.580Z] Preparing to unpack .../71-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T15:21:17.580Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T15:21:17.688Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T15:21:17.688Z] Setting up libreadline7:amd64 (7.0-3) ... [2020-06-11T15:21:17.688Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T15:21:17.688Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:17.688Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T15:21:17.852Z] Selecting previously unselected package liberror-perl. [2020-06-11T15:21:17.852Z] Preparing to unpack .../72-liberror-perl_0.17025-1_all.deb ... [2020-06-11T15:21:17.852Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T15:21:17.852Z] Selecting previously unselected package git-man. [2020-06-11T15:21:17.852Z] Preparing to unpack .../73-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T15:21:17.852Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T15:21:17.978Z] No schema files found: doing nothing. [2020-06-11T15:21:17.978Z] Setting up linux-libc-dev:amd64 (4.15.0-106.107) ... [2020-06-11T15:21:17.978Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-06-11T15:21:17.978Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-06-11T15:21:17.978Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T15:21:17.978Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T15:21:17.978Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T15:21:17.978Z] Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-11T15:21:17.978Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:18.121Z] Selecting previously unselected package git. [2020-06-11T15:21:18.121Z] Preparing to unpack .../74-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-11T15:21:18.121Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T15:21:18.260Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:18.260Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-06-11T15:21:18.260Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:18.260Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:21:18.260Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-06-11T15:21:18.260Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:18.260Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T15:21:18.260Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T15:21:18.260Z] Setting up xz-utils (5.2.2-1.3) ... [2020-06-11T15:21:18.260Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-06-11T15:21:18.260Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:18.260Z] update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:18.260Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:18.260Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:18.260Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:18.260Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:18.260Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:18.260Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:18.260Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:18.260Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:18.549Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-06-11T15:21:18.549Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-06-11T15:21:18.549Z] Setting up shared-mime-info (1.9-2) ... [2020-06-11T15:21:19.546Z] Selecting previously unselected package gnupg-l10n. [2020-06-11T15:21:19.546Z] Preparing to unpack .../75-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-06-11T15:21:19.546Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:19.546Z] Selecting previously unselected package gnupg-utils. [2020-06-11T15:21:19.546Z] Preparing to unpack .../76-gnupg-utils_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T15:21:19.546Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:19.817Z] Selecting previously unselected package gpg. [2020-06-11T15:21:19.817Z] Preparing to unpack .../77-gpg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T15:21:19.817Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:19.817Z] Selecting previously unselected package pinentry-curses. [2020-06-11T15:21:19.817Z] Preparing to unpack .../78-pinentry-curses_1.1.0-1_arm64.deb ... [2020-06-11T15:21:19.817Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-06-11T15:21:20.087Z] Selecting previously unselected package gpg-agent. [2020-06-11T15:21:20.087Z] Preparing to unpack .../79-gpg-agent_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T15:21:20.087Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:20.087Z] Selecting previously unselected package gpg-wks-client. [2020-06-11T15:21:20.087Z] Preparing to unpack .../80-gpg-wks-client_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T15:21:20.087Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:20.357Z] Selecting previously unselected package gpg-wks-server. [2020-06-11T15:21:20.357Z] Preparing to unpack .../81-gpg-wks-server_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T15:21:20.357Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:20.628Z] Selecting previously unselected package gpgsm. [2020-06-11T15:21:20.628Z] Preparing to unpack .../82-gpgsm_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T15:21:20.628Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:20.628Z] Selecting previously unselected package gnupg. [2020-06-11T15:21:20.628Z] Preparing to unpack .../83-gnupg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T15:21:20.628Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:20.899Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-06-11T15:21:20.899Z] Preparing to unpack .../84-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-06-11T15:21:20.899Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-06-11T15:21:20.899Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-06-11T15:21:20.899Z] Preparing to unpack .../85-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... [2020-06-11T15:21:20.899Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-11T15:21:21.168Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-06-11T15:21:21.168Z] Preparing to unpack .../86-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-06-11T15:21:21.168Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-06-11T15:21:21.168Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-06-11T15:21:21.168Z] Preparing to unpack .../87-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... [2020-06-11T15:21:21.168Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-06-11T15:21:21.438Z] Selecting previously unselected package libnorm1:arm64. [2020-06-11T15:21:21.438Z] Preparing to unpack .../88-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-06-11T15:21:21.438Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-06-11T15:21:21.709Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-06-11T15:21:21.709Z] Preparing to unpack .../89-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-06-11T15:21:21.709Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-06-11T15:21:21.709Z] Selecting previously unselected package libsodium23:arm64. [2020-06-11T15:21:21.709Z] Preparing to unpack .../90-libsodium23_1.0.16-2_arm64.deb ... [2020-06-11T15:21:21.709Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-06-11T15:21:21.981Z] Selecting previously unselected package libzmq5:arm64. [2020-06-11T15:21:21.981Z] Preparing to unpack .../91-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-06-11T15:21:21.981Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-11T15:21:21.981Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-06-11T15:21:21.981Z] Preparing to unpack .../92-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-06-11T15:21:22.251Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-11T15:21:22.251Z] Selecting previously unselected package manpages-dev. [2020-06-11T15:21:22.251Z] Preparing to unpack .../93-manpages-dev_4.15-1_all.deb ... [2020-06-11T15:21:22.251Z] Unpacking manpages-dev (4.15-1) ... [2020-06-11T15:21:23.224Z] Selecting previously unselected package pkg-config. [2020-06-11T15:21:23.224Z] Preparing to unpack .../94-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-06-11T15:21:23.224Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-06-11T15:21:23.224Z] Setting up libnpth0:arm64 (1.5-3) ... [2020-06-11T15:21:23.224Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T15:21:23.224Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:23.496Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-06-11T15:21:23.496Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:23.496Z] Setting up readline-common (7.0-3) ... [2020-06-11T15:21:23.496Z] Setting up manpages (4.15-1) ... [2020-06-11T15:21:23.496Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T15:21:23.496Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T15:21:23.496Z] Setting up libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-06-11T15:21:23.496Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:23.766Z] Setting up less (487-0.1) ... [2020-06-11T15:21:24.038Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T15:21:24.038Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T15:21:24.629Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T15:21:24.629Z] Setting up libreadline7:arm64 (7.0-3) ... [2020-06-11T15:21:24.629Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T15:21:24.629Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:24.629Z] Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T15:21:24.629Z] No schema files found: doing nothing. [2020-06-11T15:21:24.630Z] Setting up linux-libc-dev:arm64 (4.15.0-106.107) ... [2020-06-11T15:21:24.630Z] Setting up libmpfr6:arm64 (4.0.1-1) ... [2020-06-11T15:21:24.630Z] Setting up libksba8:arm64 (1.3.5-2) ... [2020-06-11T15:21:24.900Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T15:21:24.900Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T15:21:24.900Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T15:21:24.900Z] Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-11T15:21:24.900Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:24.900Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:25.170Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-06-11T15:21:25.170Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:25.170Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:21:25.170Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-06-11T15:21:25.170Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T15:21:25.170Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T15:21:25.170Z] Setting up xz-utils (5.2.2-1.3) ... [2020-06-11T15:21:25.170Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-06-11T15:21:25.170Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:25.170Z] update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:25.170Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:25.170Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:25.170Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:25.170Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:25.170Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:25.170Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:25.170Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:25.170Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist [2020-06-11T15:21:25.195Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-06-11T15:21:25.195Z] Setting up libc-dev-bin (2.27-3ubuntu1) ... [2020-06-11T15:21:25.195Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T15:21:25.195Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T15:21:25.195Z] Setting up manpages-dev (4.15-1) ... [2020-06-11T15:21:25.195Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T15:21:25.195Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1) ... [2020-06-11T15:21:25.195Z] Setting up libassuan0:amd64 (2.5.1-2) ... [2020-06-11T15:21:25.195Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-11T15:21:25.195Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:25.195Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T15:21:25.195Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T15:21:25.195Z] Setting up netbase (5.4) ... [2020-06-11T15:21:25.195Z] Setting up libisl19:amd64 (0.19-1) ... [2020-06-11T15:21:25.195Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-11T15:21:25.195Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:25.195Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:21:25.195Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:25.195Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:25.195Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:25.195Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-11T15:21:25.195Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-06-11T15:21:25.195Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-06-11T15:21:25.195Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:25.195Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:25.195Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:25.195Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:25.195Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:25.195Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:25.195Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:25.195Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:25.195Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:25.195Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:25.195Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:25.195Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T15:21:25.195Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:25.195Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:25.442Z] Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-06-11T15:21:25.442Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-06-11T15:21:25.442Z] Setting up shared-mime-info (1.9-2) ... [2020-06-11T15:21:25.466Z] Setting up pinentry-curses (1.1.0-1) ... [2020-06-11T15:21:25.466Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:25.466Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T15:21:25.466Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:25.466Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:21:25.466Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-11T15:21:25.466Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T15:21:25.466Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:25.738Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:25.738Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:25.738Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T15:21:25.738Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T15:21:26.004Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-06-11T15:21:26.004Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-06-11T15:21:26.004Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:21:26.004Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T15:21:26.004Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:26.004Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T15:21:26.004Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:26.004Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:26.004Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-11T15:21:26.004Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-11T15:21:26.279Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T15:21:26.279Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-06-11T15:21:26.279Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-11T15:21:26.279Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-11T15:21:26.279Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-11T15:21:26.545Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-06-11T15:21:26.545Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-06-11T15:21:26.545Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T15:21:26.545Z] Setting up build-essential (12.4ubuntu1) ... [2020-06-11T15:21:26.545Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-06-11T15:21:26.811Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T15:21:32.133Z] Setting up libmpc3:arm64 (1.1.0-1) ... [2020-06-11T15:21:32.245Z] binutils set to automatically installed. [2020-06-11T15:21:32.245Z] binutils-common set to automatically installed. [2020-06-11T15:21:32.245Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-06-11T15:21:32.245Z] build-essential set to automatically installed. [2020-06-11T15:21:32.245Z] cpp set to automatically installed. [2020-06-11T15:21:32.245Z] cpp-7 set to automatically installed. [2020-06-11T15:21:32.245Z] curl set to automatically installed. [2020-06-11T15:21:32.245Z] dirmngr set to automatically installed. [2020-06-11T15:21:32.245Z] dpkg-dev set to automatically installed. [2020-06-11T15:21:32.245Z] fakeroot set to automatically installed. [2020-06-11T15:21:32.245Z] g++ set to automatically installed. [2020-06-11T15:21:32.245Z] g++-7 set to automatically installed. [2020-06-11T15:21:32.245Z] gcc set to automatically installed. [2020-06-11T15:21:32.245Z] gcc-7 set to automatically installed. [2020-06-11T15:21:32.245Z] gcc-7-base set to automatically installed. [2020-06-11T15:21:32.245Z] git set to automatically installed. [2020-06-11T15:21:32.245Z] git-man set to automatically installed. [2020-06-11T15:21:32.245Z] gnupg set to automatically installed. [2020-06-11T15:21:32.245Z] gnupg-l10n set to automatically installed. [2020-06-11T15:21:32.245Z] gnupg-utils set to automatically installed. [2020-06-11T15:21:32.245Z] gpg set to automatically installed. [2020-06-11T15:21:32.245Z] gpg-agent set to automatically installed. [2020-06-11T15:21:32.245Z] gpg-wks-client set to automatically installed. [2020-06-11T15:21:32.245Z] gpg-wks-server set to automatically installed. [2020-06-11T15:21:32.245Z] gpgconf set to automatically installed. [2020-06-11T15:21:32.245Z] gpgsm set to automatically installed. [2020-06-11T15:21:32.245Z] less set to automatically installed. [2020-06-11T15:21:32.245Z] libalgorithm-diff-perl set to automatically installed. [2020-06-11T15:21:32.245Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-06-11T15:21:32.245Z] libalgorithm-merge-perl set to automatically installed. [2020-06-11T15:21:32.245Z] libasan4 set to automatically installed. [2020-06-11T15:21:32.245Z] libassuan0 set to automatically installed. [2020-06-11T15:21:32.245Z] libatomic1 set to automatically installed. [2020-06-11T15:21:32.245Z] libbinutils set to automatically installed. [2020-06-11T15:21:32.245Z] libbsd0 set to automatically installed. [2020-06-11T15:21:32.245Z] libc-dev-bin set to automatically installed. [2020-06-11T15:21:32.245Z] libc6-dev set to automatically installed. [2020-06-11T15:21:32.245Z] libcc1-0 set to automatically installed. [2020-06-11T15:21:32.245Z] libcilkrts5 set to automatically installed. [2020-06-11T15:21:32.245Z] libcurl3-gnutls set to automatically installed. [2020-06-11T15:21:32.245Z] libdpkg-perl set to automatically installed. [2020-06-11T15:21:32.245Z] libedit2 set to automatically installed. [2020-06-11T15:21:32.245Z] liberror-perl set to automatically installed. [2020-06-11T15:21:32.245Z] libexpat1 set to automatically installed. [2020-06-11T15:21:32.245Z] libfakeroot set to automatically installed. [2020-06-11T15:21:32.245Z] libfile-fcntllock-perl set to automatically installed. [2020-06-11T15:21:32.245Z] libgcc-7-dev set to automatically installed. [2020-06-11T15:21:32.245Z] libgdbm-compat4 set to automatically installed. [2020-06-11T15:21:32.245Z] libgdbm5 set to automatically installed. [2020-06-11T15:21:32.245Z] libglib2.0-0 set to automatically installed. [2020-06-11T15:21:32.245Z] libglib2.0-data set to automatically installed. [2020-06-11T15:21:32.245Z] libgomp1 set to automatically installed. [2020-06-11T15:21:32.245Z] libicu60 set to automatically installed. [2020-06-11T15:21:32.245Z] libisl19 set to automatically installed. [2020-06-11T15:21:32.245Z] libitm1 set to automatically installed. [2020-06-11T15:21:32.245Z] libksba8 set to automatically installed. [2020-06-11T15:21:32.245Z] liblocale-gettext-perl set to automatically installed. [2020-06-11T15:21:32.245Z] liblsan0 set to automatically installed. [2020-06-11T15:21:32.245Z] libmpc3 set to automatically installed. [2020-06-11T15:21:32.245Z] libmpfr6 set to automatically installed. [2020-06-11T15:21:32.245Z] libmpx2 set to automatically installed. [2020-06-11T15:21:32.245Z] libnorm1 set to automatically installed. [2020-06-11T15:21:32.245Z] libnpth0 set to automatically installed. [2020-06-11T15:21:32.245Z] libperl5.26 set to automatically installed. [2020-06-11T15:21:32.245Z] libpgm-5.2-0 set to automatically installed. [2020-06-11T15:21:32.245Z] libquadmath0 set to automatically installed. [2020-06-11T15:21:32.245Z] libreadline7 set to automatically installed. [2020-06-11T15:21:32.245Z] libsodium23 set to automatically installed. [2020-06-11T15:21:32.245Z] libssl1.0.0 set to automatically installed. [2020-06-11T15:21:32.245Z] libstdc++-7-dev set to automatically installed. [2020-06-11T15:21:32.245Z] libtsan0 set to automatically installed. [2020-06-11T15:21:32.245Z] libubsan0 set to automatically installed. [2020-06-11T15:21:32.245Z] libx11-6 set to automatically installed. [2020-06-11T15:21:32.245Z] libx11-data set to automatically installed. [2020-06-11T15:21:32.245Z] libxau6 set to automatically installed. [2020-06-11T15:21:32.245Z] libxcb1 set to automatically installed. [2020-06-11T15:21:32.245Z] libxdmcp6 set to automatically installed. [2020-06-11T15:21:32.245Z] libxext6 set to automatically installed. [2020-06-11T15:21:32.245Z] libxml2 set to automatically installed. [2020-06-11T15:21:32.245Z] libxmuu1 set to automatically installed. [2020-06-11T15:21:32.245Z] libzmq3-dev set to automatically installed. [2020-06-11T15:21:32.245Z] libzmq5 set to automatically installed. [2020-06-11T15:21:32.245Z] linux-libc-dev set to automatically installed. [2020-06-11T15:21:32.245Z] make set to automatically installed. [2020-06-11T15:21:32.245Z] manpages set to automatically installed. [2020-06-11T15:21:32.245Z] manpages-dev set to automatically installed. [2020-06-11T15:21:32.245Z] netbase set to automatically installed. [2020-06-11T15:21:32.245Z] openssh-client set to automatically installed. [2020-06-11T15:21:32.245Z] patch set to automatically installed. [2020-06-11T15:21:32.245Z] perl set to automatically installed. [2020-06-11T15:21:32.245Z] perl-modules-5.26 set to automatically installed. [2020-06-11T15:21:32.245Z] pinentry-curses set to automatically installed. [2020-06-11T15:21:32.245Z] pkg-config set to automatically installed. [2020-06-11T15:21:32.245Z] readline-common set to automatically installed. [2020-06-11T15:21:32.245Z] shared-mime-info set to automatically installed. [2020-06-11T15:21:32.245Z] xauth set to automatically installed. [2020-06-11T15:21:32.245Z] xdg-user-dirs set to automatically installed. [2020-06-11T15:21:32.245Z] xz-utils set to automatically installed. [2020-06-11T15:21:32.245Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T15:21:32.245Z] Please ensure the environment is properly setup before continuing. [2020-06-11T15:21:32.245Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T15:21:32.245Z] Pulling go [2020-06-11T15:21:32.403Z] Setting up libc-dev-bin (2.27-3ubuntu1) ... [2020-06-11T15:21:32.403Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T15:21:32.403Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T15:21:32.403Z] Setting up manpages-dev (4.15-1) ... [2020-06-11T15:21:32.403Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T15:21:32.675Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1) ... [2020-06-11T15:21:32.946Z] Setting up libassuan0:arm64 (2.5.1-2) ... [2020-06-11T15:21:32.946Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-11T15:21:32.946Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T15:21:32.946Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T15:21:33.217Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T15:21:33.217Z] Setting up netbase (5.4) ... [2020-06-11T15:21:33.217Z] Setting up libisl19:arm64 (0.19-1) ... [2020-06-11T15:21:33.217Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-11T15:21:33.217Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:33.243Z] 'app-service-config' has dependencies that need to be staged: go [2020-06-11T15:21:33.243Z] Skipping pull go (already ran) [2020-06-11T15:21:33.243Z] Building go [2020-06-11T15:21:33.243Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T15:21:33.243Z] Dload Upload Total Spent Left Speed [2020-06-11T15:21:33.489Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:21:33.489Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:33.489Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:33.489Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-11T15:21:33.489Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-06-11T15:21:33.489Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-06-11T15:21:33.489Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:33.489Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:33.489Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:33.489Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:33.489Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:33.489Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:33.489Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:33.489Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T15:21:33.489Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:33.767Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:33.767Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:33.767Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T15:21:33.767Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:21:33.767Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:33.767Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:34.035Z] Setting up pinentry-curses (1.1.0-1) ... [2020-06-11T15:21:34.035Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-11T15:21:34.035Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:34.035Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T15:21:34.035Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:34.312Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-11T15:21:34.312Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:34.312Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T15:21:34.312Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T15:21:34.312Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:34.582Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-11T15:21:34.582Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:34.582Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:34.582Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T15:21:34.855Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T15:21:34.855Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-06-11T15:21:34.855Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-06-11T15:21:34.855Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-11T15:21:35.125Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-06-11T15:21:35.125Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-06-11T15:21:35.125Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T15:21:35.125Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T15:21:35.125Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-06-11T15:21:35.125Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-11T15:21:35.125Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T15:21:35.396Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-06-11T15:21:35.396Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-11T15:21:35.396Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-11T15:21:35.396Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T15:21:35.396Z] Setting up build-essential (12.4ubuntu1) ... [2020-06-11T15:21:35.666Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-06-11T15:21:35.666Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T15:21:40.019Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 114M 0 3266 0 0 10401 0 3:12:31 --:--:-- 3:12:31 10368 12 114M 12 14.3M 0 0 11.1M 0 0:00:10 0:00:01 0:00:09 11.1M 25 114M 25 28.7M 0 0 12.5M 0 0:00:09 0:00:02 0:00:07 12.5M 43 114M 43 50.1M 0 0 15.2M 0 0:00:07 0:00:03 0:00:04 15.2M 61 114M 61 70.0M 0 0 16.3M 0 0:00:07 0:00:04 0:00:03 16.3M 79 114M 79 90.5M 0 0 17.1M 0 0:00:06 0:00:05 0:00:01 18.2M 95 114M 95 109M 0 0 17.3M 0 0:00:06 0:00:06 --:--:-- 18.9M 100 114M 100 114M 0 0 17.1M 0 0:00:06 0:00:06 --:--:-- 19.5M [2020-06-11T15:21:41.462Z] go1.13.10.linux-amd64.tar.gz: OK [2020-06-11T15:21:45.780Z] binutils set to automatically installed. [2020-06-11T15:21:45.780Z] binutils-aarch64-linux-gnu set to automatically installed. [2020-06-11T15:21:45.780Z] binutils-common set to automatically installed. [2020-06-11T15:21:45.780Z] build-essential set to automatically installed. [2020-06-11T15:21:45.780Z] cpp set to automatically installed. [2020-06-11T15:21:45.780Z] cpp-7 set to automatically installed. [2020-06-11T15:21:45.780Z] curl set to automatically installed. [2020-06-11T15:21:45.780Z] dirmngr set to automatically installed. [2020-06-11T15:21:45.780Z] dpkg-dev set to automatically installed. [2020-06-11T15:21:45.780Z] fakeroot set to automatically installed. [2020-06-11T15:21:45.780Z] g++ set to automatically installed. [2020-06-11T15:21:45.780Z] g++-7 set to automatically installed. [2020-06-11T15:21:45.780Z] gcc set to automatically installed. [2020-06-11T15:21:45.780Z] gcc-7 set to automatically installed. [2020-06-11T15:21:45.780Z] gcc-7-base set to automatically installed. [2020-06-11T15:21:45.780Z] git set to automatically installed. [2020-06-11T15:21:45.780Z] git-man set to automatically installed. [2020-06-11T15:21:45.780Z] gnupg set to automatically installed. [2020-06-11T15:21:45.780Z] gnupg-l10n set to automatically installed. [2020-06-11T15:21:45.780Z] gnupg-utils set to automatically installed. [2020-06-11T15:21:45.780Z] gpg set to automatically installed. [2020-06-11T15:21:45.780Z] gpg-agent set to automatically installed. [2020-06-11T15:21:45.780Z] gpg-wks-client set to automatically installed. [2020-06-11T15:21:45.780Z] gpg-wks-server set to automatically installed. [2020-06-11T15:21:45.780Z] gpgconf set to automatically installed. [2020-06-11T15:21:45.780Z] gpgsm set to automatically installed. [2020-06-11T15:21:45.780Z] less set to automatically installed. [2020-06-11T15:21:45.780Z] libalgorithm-diff-perl set to automatically installed. [2020-06-11T15:21:45.780Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-06-11T15:21:45.780Z] libalgorithm-merge-perl set to automatically installed. [2020-06-11T15:21:45.780Z] libasan4 set to automatically installed. [2020-06-11T15:21:45.780Z] libassuan0 set to automatically installed. [2020-06-11T15:21:45.780Z] libatomic1 set to automatically installed. [2020-06-11T15:21:45.780Z] libbinutils set to automatically installed. [2020-06-11T15:21:45.780Z] libbsd0 set to automatically installed. [2020-06-11T15:21:45.780Z] libc-dev-bin set to automatically installed. [2020-06-11T15:21:45.780Z] libc6-dev set to automatically installed. [2020-06-11T15:21:45.780Z] libcc1-0 set to automatically installed. [2020-06-11T15:21:45.780Z] libcurl3-gnutls set to automatically installed. [2020-06-11T15:21:45.780Z] libdpkg-perl set to automatically installed. [2020-06-11T15:21:45.780Z] libedit2 set to automatically installed. [2020-06-11T15:21:45.780Z] liberror-perl set to automatically installed. [2020-06-11T15:21:45.780Z] libexpat1 set to automatically installed. [2020-06-11T15:21:45.780Z] libfakeroot set to automatically installed. [2020-06-11T15:21:45.780Z] libfile-fcntllock-perl set to automatically installed. [2020-06-11T15:21:45.780Z] libgcc-7-dev set to automatically installed. [2020-06-11T15:21:45.780Z] libgdbm-compat4 set to automatically installed. [2020-06-11T15:21:45.780Z] libgdbm5 set to automatically installed. [2020-06-11T15:21:45.780Z] libglib2.0-0 set to automatically installed. [2020-06-11T15:21:45.780Z] libglib2.0-data set to automatically installed. [2020-06-11T15:21:45.780Z] libgomp1 set to automatically installed. [2020-06-11T15:21:45.780Z] libicu60 set to automatically installed. [2020-06-11T15:21:45.780Z] libisl19 set to automatically installed. [2020-06-11T15:21:45.780Z] libitm1 set to automatically installed. [2020-06-11T15:21:45.780Z] libksba8 set to automatically installed. [2020-06-11T15:21:45.780Z] liblocale-gettext-perl set to automatically installed. [2020-06-11T15:21:45.780Z] liblsan0 set to automatically installed. [2020-06-11T15:21:45.780Z] libmpc3 set to automatically installed. [2020-06-11T15:21:45.780Z] libmpfr6 set to automatically installed. [2020-06-11T15:21:45.780Z] libnorm1 set to automatically installed. [2020-06-11T15:21:45.780Z] libnpth0 set to automatically installed. [2020-06-11T15:21:45.780Z] libperl5.26 set to automatically installed. [2020-06-11T15:21:45.780Z] libpgm-5.2-0 set to automatically installed. [2020-06-11T15:21:45.780Z] libreadline7 set to automatically installed. [2020-06-11T15:21:45.780Z] libsodium23 set to automatically installed. [2020-06-11T15:21:45.780Z] libssl1.0.0 set to automatically installed. [2020-06-11T15:21:45.780Z] libstdc++-7-dev set to automatically installed. [2020-06-11T15:21:45.780Z] libtsan0 set to automatically installed. [2020-06-11T15:21:45.780Z] libubsan0 set to automatically installed. [2020-06-11T15:21:45.780Z] libx11-6 set to automatically installed. [2020-06-11T15:21:45.780Z] libx11-data set to automatically installed. [2020-06-11T15:21:45.780Z] libxau6 set to automatically installed. [2020-06-11T15:21:45.780Z] libxcb1 set to automatically installed. [2020-06-11T15:21:45.780Z] libxdmcp6 set to automatically installed. [2020-06-11T15:21:45.780Z] libxext6 set to automatically installed. [2020-06-11T15:21:45.780Z] libxml2 set to automatically installed. [2020-06-11T15:21:45.780Z] libxmuu1 set to automatically installed. [2020-06-11T15:21:45.780Z] libzmq3-dev set to automatically installed. [2020-06-11T15:21:45.780Z] libzmq5 set to automatically installed. [2020-06-11T15:21:45.780Z] linux-libc-dev set to automatically installed. [2020-06-11T15:21:45.780Z] make set to automatically installed. [2020-06-11T15:21:45.780Z] manpages set to automatically installed. [2020-06-11T15:21:45.780Z] manpages-dev set to automatically installed. [2020-06-11T15:21:45.780Z] netbase set to automatically installed. [2020-06-11T15:21:45.780Z] openssh-client set to automatically installed. [2020-06-11T15:21:45.780Z] patch set to automatically installed. [2020-06-11T15:21:45.780Z] perl set to automatically installed. [2020-06-11T15:21:45.780Z] perl-modules-5.26 set to automatically installed. [2020-06-11T15:21:45.780Z] pinentry-curses set to automatically installed. [2020-06-11T15:21:45.780Z] pkg-config set to automatically installed. [2020-06-11T15:21:45.780Z] readline-common set to automatically installed. [2020-06-11T15:21:45.780Z] shared-mime-info set to automatically installed. [2020-06-11T15:21:45.780Z] xauth set to automatically installed. [2020-06-11T15:21:45.780Z] xdg-user-dirs set to automatically installed. [2020-06-11T15:21:45.780Z] xz-utils set to automatically installed. [2020-06-11T15:21:45.780Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T15:21:45.780Z] Please ensure the environment is properly setup before continuing. [2020-06-11T15:21:45.780Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T15:21:45.780Z] Pulling go [2020-06-11T15:21:48.381Z] 'app-service-config' has dependencies that need to be staged: go [2020-06-11T15:21:48.381Z] Skipping pull go (already ran) [2020-06-11T15:21:48.381Z] Building go [2020-06-11T15:21:48.381Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T15:21:48.381Z] Dload Upload Total Spent Left Speed [2020-06-11T15:21:52.368Z] Staging go [2020-06-11T15:21:53.582Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.1M 0 112k 0 0 288k 0 0:05:30 --:--:-- 0:05:30 287k 17 93.1M 17 16.7M 0 0 12.1M 0 0:00:07 0:00:01 0:00:06 12.0M 38 93.1M 38 36.0M 0 0 15.1M 0 0:00:06 0:00:02 0:00:04 15.1M 56 93.1M 56 52.5M 0 0 15.5M 0 0:00:06 0:00:03 0:00:03 15.5M 75 93.1M 75 69.9M 0 0 15.9M 0 0:00:05 0:00:04 0:00:01 15.9M 94 93.1M 94 88.1M 0 0 16.3M 0 0:00:05 0:00:05 --:--:-- 17.6M 100 93.1M 100 93.1M 0 0 16.4M 0 0:00:05 0:00:05 --:--:-- 17.8M [2020-06-11T15:21:55.004Z] go1.13.10.linux-arm64.tar.gz: OK [2020-06-11T15:22:11.180Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-06-11T15:22:11.180Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-11T15:22:11.180Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-11T15:22:11.180Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-11T15:22:11.180Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-11T15:22:11.180Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-11T15:22:11.180Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-06-11T15:22:11.180Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-06-11T15:22:11.180Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-11T15:22:11.180Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] [2020-06-11T15:22:11.180Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-06-11T15:22:11.180Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-06-11T15:22:11.180Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-11T15:22:11.180Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-11T15:22:11.180Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-11T15:22:11.180Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-11T15:22:11.180Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-11T15:22:11.180Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-11T15:22:11.180Z] Fetched 18.0 MB in 6s (2956 kB/s) [2020-06-11T15:22:11.180Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-06-11T15:22:11.180Z] Fetched 224 kB in 0s (0 B/s) [2020-06-11T15:22:11.180Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-06-11T15:22:11.180Z] Fetched 157 kB in 0s (0 B/s) [2020-06-11T15:22:11.180Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-06-11T15:22:11.180Z] Fetched 221 kB in 0s (0 B/s) [2020-06-11T15:22:11.180Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-06-11T15:22:11.180Z] Fetched 143 kB in 0s (0 B/s) [2020-06-11T15:22:11.180Z] Pulling app-service-config [2020-06-11T15:22:11.754Z] Pulling config-common [2020-06-11T15:22:13.158Z] Skipping build go (already ran) [2020-06-11T15:22:13.264Z] Staging go [2020-06-11T15:22:13.427Z] Building app-service-config [2020-06-11T15:22:13.693Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.4" -o app-service-configurable [2020-06-11T15:22:15.127Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T15:22:15.443Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T15:22:15.443Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T15:22:15.443Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T15:22:15.443Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T15:22:15.443Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-06-11T15:22:15.443Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T15:22:15.443Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T15:22:15.443Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T15:22:15.443Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-06-11T15:22:15.443Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T15:22:15.443Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T15:22:15.801Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T15:22:15.801Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T15:22:15.801Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T15:22:15.801Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T15:22:15.801Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T15:22:15.801Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T15:22:15.801Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-11T15:22:15.801Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-11T15:22:15.801Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T15:22:15.801Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T15:22:15.801Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-11T15:22:15.801Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T15:22:15.801Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-11T15:22:15.801Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T15:22:15.801Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T15:22:15.801Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-06-11T15:22:15.801Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T15:22:15.801Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T15:22:15.801Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-11T15:22:15.801Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-11T15:22:15.801Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T15:22:15.801Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-11T15:22:15.801Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-11T15:22:15.801Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T15:22:15.801Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T15:22:15.801Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T15:22:15.801Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T15:22:15.801Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T15:22:15.801Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-06-11T15:22:15.801Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T15:22:16.144Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-11T15:22:16.144Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T15:22:16.144Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-11T15:22:16.553Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T15:22:16.553Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T15:22:16.553Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T15:22:16.553Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T15:22:16.553Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-11T15:22:17.041Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T15:22:17.041Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-11T15:22:17.041Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-11T15:22:17.041Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T15:22:17.041Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-11T15:22:17.041Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T15:22:17.373Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-11T15:22:17.373Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T15:22:17.373Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T15:22:17.741Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T15:22:17.741Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T15:22:17.741Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T15:22:17.741Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-11T15:22:18.011Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T15:22:18.012Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T15:22:18.012Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T15:22:18.012Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T15:22:18.012Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T15:22:18.308Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T15:22:18.308Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T15:22:18.586Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-06-11T15:22:18.586Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-06-11T15:22:18.586Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T15:22:18.586Z] go: downloading github.com/golang/snappy v0.0.1 [2020-06-11T15:22:18.586Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T15:22:18.868Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-06-11T15:22:18.868Z] go: extracting github.com/golang/snappy v0.0.1 [2020-06-11T15:22:18.868Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T15:22:18.868Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-06-11T15:22:18.868Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T15:22:18.868Z] go: downloading golang.org/x/text v0.3.2 [2020-06-11T15:22:18.868Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T15:22:20.377Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T15:22:21.049Z] go: extracting golang.org/x/text v0.3.2 [2020-06-11T15:22:22.635Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T15:22:23.056Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T15:22:23.056Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T15:22:23.056Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T15:22:23.056Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T15:22:23.056Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T15:22:23.056Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T15:22:23.056Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T15:22:23.056Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T15:22:23.056Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T15:22:23.056Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T15:22:23.056Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T15:22:23.056Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-11T15:22:23.331Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T15:22:23.331Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T15:22:23.331Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T15:22:23.331Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T15:22:23.331Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T15:22:23.331Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T15:22:23.331Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T15:22:23.331Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T15:22:23.331Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T15:22:23.331Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T15:22:23.331Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-11T15:22:23.331Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T15:22:23.331Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-11T15:22:23.331Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T15:22:23.331Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T15:22:23.331Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T15:22:23.331Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T15:22:23.331Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T15:22:23.331Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T15:22:23.331Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-11T15:22:23.331Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T15:22:23.331Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T15:22:23.331Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T15:22:23.331Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T15:22:23.616Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T15:22:23.616Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T15:22:23.616Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T15:22:23.616Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T15:22:23.616Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T15:22:56.670Z] Building config-common [2020-06-11T15:23:02.125Z] Skipping stage go (already ran) [2020-06-11T15:23:02.125Z] Staging app-service-config [2020-06-11T15:23:02.734Z] Staging config-common [2020-06-11T15:23:04.130Z] Priming go [2020-06-11T15:23:05.094Z] Priming app-service-config [2020-06-11T15:23:06.513Z] Priming config-common [2020-06-11T15:23:07.948Z] Snapping 'edgex-app-service-configurable' ... [2020-06-11T15:23:09.720Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-06-11T15:23:09.720Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-11T15:23:09.720Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-11T15:23:09.720Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-11T15:23:09.720Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] [2020-06-11T15:23:09.720Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] [2020-06-11T15:23:09.720Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] [2020-06-11T15:23:09.720Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] [2020-06-11T15:23:09.720Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-11T15:23:09.720Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-11T15:23:09.720Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-11T15:23:09.720Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-11T15:23:09.720Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-11T15:23:09.720Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-11T15:23:09.720Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] [2020-06-11T15:23:09.720Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-11T15:23:09.720Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [606 kB] [2020-06-11T15:23:09.720Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [581 B] [2020-06-11T15:23:09.720Z] Fetched 16.4 MB in 6s (650 kB/s) [2020-06-11T15:23:09.720Z] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] [2020-06-11T15:23:09.720Z] Fetched 218 kB in 0s (0 B/s) [2020-06-11T15:23:09.720Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] [2020-06-11T15:23:09.720Z] Fetched 140 kB in 0s (0 B/s) [2020-06-11T15:23:09.720Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] [2020-06-11T15:23:09.720Z] Fetched 208 kB in 0s (0 B/s) [2020-06-11T15:23:09.720Z] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] [2020-06-11T15:23:09.720Z] Fetched 90.4 kB in 0s (0 B/s) [2020-06-11T15:23:09.720Z] Pulling app-service-config [2020-06-11T15:23:10.691Z] Pulling config-common [2020-06-11T15:23:11.425Z] [2020-06-11T15:23:11.425Z] Snapped edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap [2020-06-11T15:23:13.298Z] Skipping build go (already ran) [2020-06-11T15:23:13.889Z] Building app-service-config [2020-06-11T15:23:13.889Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.4" -o app-service-configurable [2020-06-11T15:23:14.861Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T15:23:14.861Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T15:23:14.861Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-06-11T15:23:14.861Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T15:23:14.861Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T15:23:14.861Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T15:23:14.861Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T15:23:14.861Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T15:23:14.861Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T15:23:15.134Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-06-11T15:23:15.134Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T15:23:15.134Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T15:23:15.134Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T15:23:15.134Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T15:23:15.134Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T15:23:15.134Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T15:23:15.134Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T15:23:15.134Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T15:23:15.134Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T15:23:15.134Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T15:23:15.134Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-11T15:23:15.134Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T15:23:15.134Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T15:23:15.134Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-11T15:23:15.134Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-11T15:23:15.134Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T15:23:15.134Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-11T15:23:15.134Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-11T15:23:15.134Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-11T15:23:15.134Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T15:23:15.134Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-11T15:23:15.134Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-06-11T15:23:15.134Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T15:23:15.134Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-11T15:23:15.134Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T15:23:15.412Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-11T15:23:15.412Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T15:23:15.412Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-11T15:23:15.412Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T15:23:15.412Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-11T15:23:15.412Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-06-11T15:23:15.412Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T15:23:15.412Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-11T15:23:15.412Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T15:23:15.412Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T15:23:15.412Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-11T15:23:15.412Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-11T15:23:15.412Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T15:23:15.412Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T15:23:15.685Z] [2020-06-11T15:23:15.685Z] Login successful. You now have these capabilities: [2020-06-11T15:23:15.685Z] [2020-06-11T15:23:15.685Z] snaps: No restriction [2020-06-11T15:23:15.685Z] channels: No restriction [2020-06-11T15:23:15.685Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-11T15:23:15.685Z] expires: 2020-06-19T16:50:48.252993 [2020-06-11T15:23:15.685Z] [2020-06-11T15:23:15.686Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T15:23:15.686Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T15:23:15.686Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T15:23:15.686Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-11T15:23:15.686Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T15:23:15.686Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T15:23:15.686Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T15:23:15.686Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T15:23:15.686Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T15:23:15.686Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-11T15:23:15.686Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T15:23:15.962Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T15:23:15.962Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T15:23:15.962Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T15:23:15.962Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T15:23:15.962Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T15:23:15.962Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T15:23:15.962Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T15:23:15.962Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T15:23:15.962Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T15:23:15.962Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T15:23:16.276Z] Preparing to push 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap'. [2020-06-11T15:23:16.276Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-11T15:23:16.276Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-11T15:23:16.939Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-06-11T15:23:16.939Z] go: downloading github.com/golang/snappy v0.0.1 [2020-06-11T15:23:16.939Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T15:23:16.939Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T15:23:16.939Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-06-11T15:23:16.939Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-06-11T15:23:16.939Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-06-11T15:23:16.939Z] go: downloading golang.org/x/text v0.3.2 [2020-06-11T15:23:16.939Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T15:23:16.939Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T15:23:16.939Z] go: extracting github.com/golang/snappy v0.0.1 [2020-06-11T15:23:16.939Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T15:23:17.211Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T15:23:18.183Z] go: extracting golang.org/x/text v0.3.2 [2020-06-11T15:23:19.608Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T15:23:19.608Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T15:23:19.608Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T15:23:19.608Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T15:23:19.608Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T15:23:19.608Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T15:23:19.608Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T15:23:19.608Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T15:23:19.608Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T15:23:19.608Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T15:23:19.608Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T15:23:19.608Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-11T15:23:19.608Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T15:23:19.608Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T15:23:19.608Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T15:23:19.608Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T15:23:19.608Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T15:23:19.608Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T15:23:19.608Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T15:23:19.608Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T15:23:19.608Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T15:23:19.608Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-11T15:23:19.608Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T15:23:19.608Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T15:23:19.608Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T15:23:19.608Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T15:23:19.608Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T15:23:19.608Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T15:23:19.608Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T15:23:19.608Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T15:23:19.608Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T15:23:19.883Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T15:23:19.883Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T15:23:19.883Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T15:23:19.883Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-11T15:23:19.883Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T15:23:19.883Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-11T15:23:19.883Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T15:23:19.883Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T15:23:19.883Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T15:23:19.883Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T15:23:19.883Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T15:23:46.913Z] Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 71% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [] 100% [2020-06-11T15:23:51.182Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| released [2020-06-11T15:23:51.182Z] Revision 6 of 'edgex-app-service-configurable' created. [2020-06-11T15:23:52.142Z] Track Arch Channel Version Revision Notes [2020-06-11T15:23:52.142Z] latest amd64 stable v1.1.0-dev.7 5 - [2020-06-11T15:23:52.142Z] candidate ^ ^ - [2020-06-11T15:23:52.142Z] beta v1.1.0-dev.7 5 - [2020-06-11T15:23:52.142Z] edge 1.1.0-20200611+175b0b7 6 - [2020-06-11T15:23:52.143Z] Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| [2020-06-11T15:23:53.109Z] Pushing metadata from 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_amd64.snap' [2020-06-11T15:23:56.466Z] The metadata has been pushed [Pipeline] } [2020-06-11T15:23:58.417Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-11T15:24:16.414Z] Building config-common [2020-06-11T15:24:28.764Z] Skipping stage go (already ran) [2020-06-11T15:24:28.765Z] Staging app-service-config [2020-06-11T15:24:30.724Z] Staging config-common [2020-06-11T15:24:33.320Z] Priming go [2020-06-11T15:24:36.683Z] Priming app-service-config [2020-06-11T15:24:40.044Z] Priming config-common [2020-06-11T15:24:43.412Z] Snapping 'edgex-app-service-configurable' ... [2020-06-11T15:24:48.803Z] [2020-06-11T15:24:48.803Z] Snapped edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap [2020-06-11T15:24:54.176Z] [2020-06-11T15:24:54.176Z] Login successful. You now have these capabilities: [2020-06-11T15:24:54.176Z] [2020-06-11T15:24:54.446Z] snaps: No restriction [2020-06-11T15:24:54.446Z] channels: No restriction [2020-06-11T15:24:54.446Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-11T15:24:54.446Z] expires: 2020-06-19T16:50:48.252993 [2020-06-11T15:24:54.446Z] [2020-06-11T15:24:57.812Z] Preparing to push 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap'. [2020-06-11T15:24:57.812Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-11T15:24:57.812Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-11T15:25:12.146Z] Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [] 100% [2020-06-11T15:25:15.522Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ released [2020-06-11T15:25:15.522Z] Revision 7 of 'edgex-app-service-configurable' created. [2020-06-11T15:25:16.989Z] Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| [2020-06-11T15:25:16.989Z] Track Arch Channel Version Revision Notes [2020-06-11T15:25:16.989Z] latest arm64 stable - - - [2020-06-11T15:25:16.989Z] candidate - - - [2020-06-11T15:25:16.989Z] beta - - - [2020-06-11T15:25:16.989Z] edge 1.1.0-20200611+175b0b7 7 - [2020-06-11T15:25:20.350Z] Pushing metadata from 'edgex-app-service-configurable_1.1.0-20200611+175b0b7_arm64.snap' [2020-06-11T15:25:23.713Z] The metadata has been pushed [Pipeline] } [2020-06-11T15:25:27.095Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-11T15:25:27.743Z] provisioning config files... [2020-06-11T15:25:27.757Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config6737474597496953601tmp [Pipeline] { [Pipeline] sh [2020-06-11T15:25:28.081Z] + bash -s - -t @/w/workspace/_app-service-configurable_master@tmp/config6737474597496953601tmp [2020-06-11T15:25:28.081Z] + curl -s https://codecov.io/bash [2020-06-11T15:25:28.344Z] [2020-06-11T15:25:28.344Z] _____ _ [2020-06-11T15:25:28.344Z] / ____| | | [2020-06-11T15:25:28.344Z] | | ___ __| | ___ ___ _____ __ [2020-06-11T15:25:28.344Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-11T15:25:28.344Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-11T15:25:28.344Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-11T15:25:28.344Z] Bash-20200602-f809a24 [2020-06-11T15:25:28.344Z] [2020-06-11T15:25:28.344Z] [2020-06-11T15:25:28.344Z] ==> Jenkins CI detected. [2020-06-11T15:25:28.344Z] project root: . [2020-06-11T15:25:28.344Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-11T15:25:28.344Z] ==> Running gcov in . (disable via -X gcov) [2020-06-11T15:25:28.344Z] ==> Python coveragepy not found [2020-06-11T15:25:28.344Z] ==> Searching for coverage reports in: [2020-06-11T15:25:28.344Z] + . [2020-06-11T15:25:28.344Z] -> Found 1 reports [2020-06-11T15:25:28.344Z] ==> Detecting git/mercurial file structure [2020-06-11T15:25:28.344Z] ==> Reading reports [2020-06-11T15:25:28.344Z] + ./coverage.out bytes=10 [2020-06-11T15:25:28.344Z] ==> Appending adjustments [2020-06-11T15:25:28.344Z] https://docs.codecov.io/docs/fixing-reports [2020-06-11T15:25:28.344Z] + Found adjustments [2020-06-11T15:25:28.344Z] ==> Gzipping contents [2020-06-11T15:25:28.344Z] ==> Uploading reports [2020-06-11T15:25:28.344Z] url: https://codecov.io [2020-06-11T15:25:28.344Z] query: branch=master&commit=175b0b70ddd3bade64d27e199a612cdb519e69fe&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F25%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= [2020-06-11T15:25:28.344Z] -> Pinging Codecov [2020-06-11T15:25:28.344Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=175b0b70ddd3bade64d27e199a612cdb519e69fe&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F25%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= [2020-06-11T15:25:28.916Z] -> Uploading [2020-06-11T15:25:29.489Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/175b0b70ddd3bade64d27e199a612cdb519e69fe [Pipeline] } [2020-06-11T15:25:29.498Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-11T15:25:29.810Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-11T15:25:29.811Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-11T15:25:29.849Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:25:30.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T15:25:30.160Z] [2020-06-11T15:25:30.160Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:25:30.482Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T15:25:30.482Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-11T15:25:30.482Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-11T15:25:30.482Z] 408f87550127: Pulling fs layer [2020-06-11T15:25:30.482Z] fe522b08c979: Pulling fs layer [2020-06-11T15:25:30.482Z] 221eaa008020: Pulling fs layer [2020-06-11T15:25:30.482Z] 2a4607e5d6b9: Pulling fs layer [2020-06-11T15:25:30.482Z] 8f79b27c4fd2: Pulling fs layer [2020-06-11T15:25:30.482Z] e5c8dbe1645b: Pulling fs layer [2020-06-11T15:25:30.482Z] 23e8b3b47431: Pulling fs layer [2020-06-11T15:25:30.482Z] 5c568d65a230: Pulling fs layer [2020-06-11T15:25:30.482Z] 8f79b27c4fd2: Waiting [2020-06-11T15:25:30.482Z] 221eaa008020: Waiting [2020-06-11T15:25:30.482Z] e5c8dbe1645b: Waiting [2020-06-11T15:25:30.482Z] 2a4607e5d6b9: Waiting [2020-06-11T15:25:30.482Z] 23e8b3b47431: Waiting [2020-06-11T15:25:30.482Z] 5c568d65a230: Waiting [2020-06-11T15:25:30.482Z] fe522b08c979: Verifying Checksum [2020-06-11T15:25:30.482Z] fe522b08c979: Download complete [2020-06-11T15:25:30.482Z] 408f87550127: Verifying Checksum [2020-06-11T15:25:30.482Z] 408f87550127: Download complete [2020-06-11T15:25:30.482Z] 2a4607e5d6b9: Download complete [2020-06-11T15:25:30.482Z] 8f79b27c4fd2: Verifying Checksum [2020-06-11T15:25:30.482Z] 8f79b27c4fd2: Download complete [2020-06-11T15:25:30.482Z] cbdbe7a5bc2a: Verifying Checksum [2020-06-11T15:25:30.482Z] cbdbe7a5bc2a: Download complete [2020-06-11T15:25:31.089Z] cbdbe7a5bc2a: Pull complete [2020-06-11T15:25:31.089Z] e5c8dbe1645b: Verifying Checksum [2020-06-11T15:25:31.089Z] e5c8dbe1645b: Download complete [2020-06-11T15:25:31.089Z] 408f87550127: Pull complete [2020-06-11T15:25:31.388Z] 23e8b3b47431: Verifying Checksum [2020-06-11T15:25:31.388Z] 23e8b3b47431: Download complete [2020-06-11T15:25:31.662Z] fe522b08c979: Pull complete [2020-06-11T15:25:31.662Z] 5c568d65a230: Verifying Checksum [2020-06-11T15:25:31.662Z] 5c568d65a230: Download complete [2020-06-11T15:25:32.240Z] 221eaa008020: Download complete [2020-06-11T15:25:38.865Z] 221eaa008020: Pull complete [2020-06-11T15:25:38.865Z] 2a4607e5d6b9: Pull complete [2020-06-11T15:25:38.865Z] 8f79b27c4fd2: Pull complete [2020-06-11T15:25:40.268Z] e5c8dbe1645b: Pull complete [2020-06-11T15:25:45.557Z] 23e8b3b47431: Pull complete [2020-06-11T15:25:45.819Z] 5c568d65a230: Pull complete [2020-06-11T15:25:45.819Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-11T15:25:45.819Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T15:25:45.819Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-11T15:25:45.981Z] prd-centos7-docker-4c-2g-2575 does not seem to be running inside a container [2020-06-11T15:25:46.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-11T15:25:46.744Z] $ docker top 14a9794a98fb01e592ac429b5d5152d1ee5b765e039b9ca05607538bc68a3f8c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T15:25:47.155Z] + snyk monitor '--org=edgex-jenkins' [2020-06-11T15:26:05.295Z] [2020-06-11T15:26:05.295Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-06-11T15:26:05.295Z] [2020-06-11T15:26:05.295Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/04785aa2-0610-461f-802e-9c5050b2fe28 [2020-06-11T15:26:05.295Z] [2020-06-11T15:26:05.295Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-11T15:26:05.295Z] [2020-06-11T15:26:05.295Z] [Pipeline] } [2020-06-11T15:26:05.309Z] $ docker stop --time=1 14a9794a98fb01e592ac429b5d5152d1ee5b765e039b9ca05607538bc68a3f8c [2020-06-11T15:26:08.345Z] $ docker rm -f 14a9794a98fb01e592ac429b5d5152d1ee5b765e039b9ca05607538bc68a3f8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:26:09.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T15:26:09.315Z] [2020-06-11T15:26:09.315Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:26:09.631Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T15:26:09.632Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-11T15:26:09.632Z] e7c96db7181b: Pulling fs layer [2020-06-11T15:26:09.632Z] 1868ca2cb446: Pulling fs layer [2020-06-11T15:26:09.632Z] 136be5d0fe8e: Pulling fs layer [2020-06-11T15:26:09.632Z] 894bfe63afcb: Pulling fs layer [2020-06-11T15:26:09.632Z] 894bfe63afcb: Waiting [2020-06-11T15:26:09.632Z] 1868ca2cb446: Verifying Checksum [2020-06-11T15:26:09.632Z] 1868ca2cb446: Download complete [2020-06-11T15:26:09.632Z] 136be5d0fe8e: Verifying Checksum [2020-06-11T15:26:09.632Z] 136be5d0fe8e: Download complete [2020-06-11T15:26:09.632Z] e7c96db7181b: Verifying Checksum [2020-06-11T15:26:09.632Z] e7c96db7181b: Download complete [2020-06-11T15:26:09.632Z] 894bfe63afcb: Verifying Checksum [2020-06-11T15:26:09.632Z] 894bfe63afcb: Download complete [2020-06-11T15:26:09.892Z] e7c96db7181b: Pull complete [2020-06-11T15:26:10.154Z] 1868ca2cb446: Pull complete [2020-06-11T15:26:10.154Z] 136be5d0fe8e: Pull complete [2020-06-11T15:26:10.419Z] 894bfe63afcb: Pull complete [2020-06-11T15:26:10.419Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-11T15:26:10.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T15:26:10.419Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-11T15:26:10.512Z] prd-centos7-docker-4c-2g-2575 does not seem to be running inside a container [2020-06-11T15:26:10.556Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T15:26:11.570Z] $ docker top a20498dec0ae7ca984338b9dea981ba2125e0c9f0ded8c7bd7233135177f412e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T15:26:12.030Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:175b0b70ddd3bade64d27e199a612cdb519e69fe [2020-06-11T15:26:12.030Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T15:26:16.325Z] $ docker stop --time=1 a20498dec0ae7ca984338b9dea981ba2125e0c9f0ded8c7bd7233135177f412e [2020-06-11T15:26:17.762Z] $ docker rm -f a20498dec0ae7ca984338b9dea981ba2125e0c9f0ded8c7bd7233135177f412e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:26:18.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T15:26:18.196Z] . [Pipeline] withDockerContainer [2020-06-11T15:26:18.299Z] prd-centos7-docker-4c-2g-2575 does not seem to be running inside a container [2020-06-11T15:26:18.344Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T15:26:19.009Z] $ docker top fbf3539f2635596971ca1e142d0c2120ff8cc5632f83db9fae78bb1cbc3d0973 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T15:26:19.469Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:175b0b70ddd3bade64d27e199a612cdb519e69fe [2020-06-11T15:26:19.469Z] + tee [2020-06-11T15:26:19.469Z] clair timeout 1m0s [2020-06-11T15:26:19.469Z] docker timeout: 1m0s [2020-06-11T15:26:19.469Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T15:26:20.102Z] $ docker stop --time=1 fbf3539f2635596971ca1e142d0c2120ff8cc5632f83db9fae78bb1cbc3d0973 [2020-06-11T15:26:21.441Z] $ docker rm -f fbf3539f2635596971ca1e142d0c2120ff8cc5632f83db9fae78bb1cbc3d0973 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-11T15:26:21.849Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-06-11T15:26:21.863Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_175b0b70ddd3bade64d27e199a612cdb519e69fe.html [Pipeline] writeFile [Pipeline] step [2020-06-11T15:26:21.891Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:26:22.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T15:26:22.222Z] . [Pipeline] withDockerContainer [2020-06-11T15:26:22.323Z] prd-centos7-docker-4c-2g-2575 does not seem to be running inside a container [2020-06-11T15:26:22.361Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T15:26:22.963Z] $ docker top c1afa965425e7b2ef78ee3a1bcb69c635489b2d04c7041d6233a5b7a025bf7f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T15:26:23.424Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:175b0b70ddd3bade64d27e199a612cdb519e69fe [2020-06-11T15:26:23.424Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T15:26:27.749Z] $ docker stop --time=1 c1afa965425e7b2ef78ee3a1bcb69c635489b2d04c7041d6233a5b7a025bf7f9 [2020-06-11T15:26:29.066Z] $ docker rm -f c1afa965425e7b2ef78ee3a1bcb69c635489b2d04c7041d6233a5b7a025bf7f9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:26:29.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T15:26:29.478Z] . [Pipeline] withDockerContainer [2020-06-11T15:26:29.562Z] prd-centos7-docker-4c-2g-2575 does not seem to be running inside a container [2020-06-11T15:26:29.602Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T15:26:30.127Z] $ docker top 8d3086be3b7198d1c386d82e5acc152dfb3ff38de907307b1184519777ef8f2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T15:26:30.560Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:175b0b70ddd3bade64d27e199a612cdb519e69fe+ [2020-06-11T15:26:30.560Z] tee [2020-06-11T15:26:30.560Z] clair timeout 1m0s [2020-06-11T15:26:30.560Z] docker timeout: 1m0s [2020-06-11T15:26:30.560Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T15:26:31.186Z] $ docker stop --time=1 8d3086be3b7198d1c386d82e5acc152dfb3ff38de907307b1184519777ef8f2e [2020-06-11T15:26:32.479Z] $ docker rm -f 8d3086be3b7198d1c386d82e5acc152dfb3ff38de907307b1184519777ef8f2e [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-11T15:26:32.901Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-06-11T15:26:32.916Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_175b0b70ddd3bade64d27e199a612cdb519e69fe.html [Pipeline] writeFile [Pipeline] step [2020-06-11T15:26:32.945Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:26:33.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T15:26:33.500Z] . [Pipeline] withDockerContainer [2020-06-11T15:26:33.620Z] prd-centos7-docker-4c-2g-2575 does not seem to be running inside a container [2020-06-11T15:26:33.708Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T15:26:34.269Z] $ docker top 1f81162355601531507243bf3334bed8c5adfd873f74dfe157c4da6dd32e5921 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T15:26:34.475Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T15:26:34.475Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T15:26:34.663Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T15:26:34.667Z] $ docker exec 1f81162355601531507243bf3334bed8c5adfd873f74dfe157c4da6dd32e5921 ssh-agent [2020-06-11T15:26:34.822Z] SSH_AUTH_SOCK=/tmp/ssh-6YcYkpxUoqqR/agent.13 [2020-06-11T15:26:34.822Z] SSH_AGENT_PID=18 [2020-06-11T15:26:34.828Z] Running ssh-add (command line suppressed) [2020-06-11T15:26:34.944Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8881286217901869435.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8881286217901869435.key) [2020-06-11T15:26:34.998Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T15:26:35.314Z] + git semver tag [2020-06-11T15:26:35.314Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T15:26:35.314Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-11T15:26:35.314Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-11T15:26:35.314Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T15:26:35.314Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T15:26:35.314Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T15:26:35.314Z] # $SEMVER_BRANCH = master [2020-06-11T15:26:35.314Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-06-11T15:26:35.314Z] # 175b0b70ddd3bade64d27e199a612cdb519e69fe HEAD [2020-06-11T15:26:35.576Z] # -> Force: false [2020-06-11T15:26:35.576Z] # f6b0b9485d7586a31712568f9a41bc4966a8f7f9 refs/tags/v1.1.1-dev.4 [Pipeline] } [2020-06-11T15:26:35.588Z] $ docker exec --env ******** --env ******** 1f81162355601531507243bf3334bed8c5adfd873f74dfe157c4da6dd32e5921 ssh-agent -k [2020-06-11T15:26:35.709Z] unset SSH_AUTH_SOCK; [2020-06-11T15:26:35.709Z] unset SSH_AGENT_PID; [2020-06-11T15:26:35.709Z] echo Agent pid 18 killed; [2020-06-11T15:26:35.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T15:26:36.127Z] + git semver [Pipeline] } [2020-06-11T15:26:36.144Z] $ docker stop --time=1 1f81162355601531507243bf3334bed8c5adfd873f74dfe157c4da6dd32e5921 [2020-06-11T15:26:37.468Z] $ docker rm -f 1f81162355601531507243bf3334bed8c5adfd873f74dfe157c4da6dd32e5921 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:26:37.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T15:26:37.962Z] [2020-06-11T15:26:37.962Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:26:38.286Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T15:26:38.286Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-11T15:26:38.286Z] ab5ef0e58194: Pulling fs layer [2020-06-11T15:26:38.286Z] 9712f1f96733: Pulling fs layer [2020-06-11T15:26:38.286Z] 63f879dbbcfc: Pulling fs layer [2020-06-11T15:26:38.286Z] 0d9ebad4ef96: Pulling fs layer [2020-06-11T15:26:38.286Z] e9a5061849ea: Pulling fs layer [2020-06-11T15:26:38.286Z] d747dcd14b5f: Pulling fs layer [2020-06-11T15:26:38.286Z] 2de7ff778b66: Pulling fs layer [2020-06-11T15:26:38.286Z] 0d9ebad4ef96: Waiting [2020-06-11T15:26:38.286Z] e9a5061849ea: Waiting [2020-06-11T15:26:38.286Z] d747dcd14b5f: Waiting [2020-06-11T15:26:38.286Z] 2de7ff778b66: Waiting [2020-06-11T15:26:38.286Z] 9712f1f96733: Download complete [2020-06-11T15:26:38.875Z] 63f879dbbcfc: Verifying Checksum [2020-06-11T15:26:38.875Z] 63f879dbbcfc: Download complete [2020-06-11T15:26:38.875Z] e9a5061849ea: Verifying Checksum [2020-06-11T15:26:38.875Z] e9a5061849ea: Download complete [2020-06-11T15:26:38.875Z] d747dcd14b5f: Verifying Checksum [2020-06-11T15:26:38.875Z] d747dcd14b5f: Download complete [2020-06-11T15:26:39.454Z] 0d9ebad4ef96: Verifying Checksum [2020-06-11T15:26:39.454Z] 0d9ebad4ef96: Download complete [2020-06-11T15:26:39.454Z] 2de7ff778b66: Verifying Checksum [2020-06-11T15:26:39.454Z] 2de7ff778b66: Download complete [2020-06-11T15:26:39.454Z] ab5ef0e58194: Verifying Checksum [2020-06-11T15:26:39.454Z] ab5ef0e58194: Download complete [2020-06-11T15:26:43.686Z] ab5ef0e58194: Pull complete [2020-06-11T15:26:43.686Z] 9712f1f96733: Pull complete [2020-06-11T15:26:47.008Z] 63f879dbbcfc: Pull complete [2020-06-11T15:26:55.167Z] 0d9ebad4ef96: Pull complete [2020-06-11T15:26:55.167Z] e9a5061849ea: Pull complete [2020-06-11T15:26:55.167Z] d747dcd14b5f: Pull complete [2020-06-11T15:26:59.381Z] 2de7ff778b66: Pull complete [2020-06-11T15:26:59.381Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-11T15:26:59.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T15:26:59.381Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-11T15:26:59.535Z] prd-centos7-docker-4c-2g-2575 does not seem to be running inside a container [2020-06-11T15:26:59.576Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-11T15:27:02.421Z] $ docker top a1b39f3af26e2841a5453e5253a1d397a5c833ebb58f7d91c7fd7d69a8e947fd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-11T15:27:02.572Z] provisioning config files... [2020-06-11T15:27:02.583Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config2098853530379387284tmp [2020-06-11T15:27:02.598Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config7784912566024521844tmp [2020-06-11T15:27:02.611Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config744575058417241781tmp [Pipeline] { [Pipeline] echo [2020-06-11T15:27:02.638Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T15:27:02.929Z] ---> sigul-configuration.sh [2020-06-11T15:27:02.929Z] gpg: directory `/root/.gnupg' created [2020-06-11T15:27:02.929Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-11T15:27:02.929Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-11T15:27:02.929Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-11T15:27:02.929Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-11T15:27:02.929Z] gpg: CAST5 encrypted data [2020-06-11T15:27:03.189Z] gpg: encrypted with 1 passphrase [2020-06-11T15:27:03.189Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-11T15:27:03.480Z] + mkdir /home/jenkins [2020-06-11T15:27:03.480Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-11T15:27:03.772Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-11T15:27:03.781Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T15:27:04.070Z] ---> sigul-install.sh [2020-06-11T15:27:09.365Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-11T15:27:09.673Z] + git tag --list [2020-06-11T15:27:09.673Z] v1.1.1-dev.4 [Pipeline] sh [2020-06-11T15:27:09.970Z] + lftools sign git-tag v1.1.1-dev.4 [2020-06-11T15:27:10.949Z] Signing Git tag with Sigul... [2020-06-11T15:27:10.949Z] Signing v1.1.1-dev.4 [Pipeline] echo [2020-06-11T15:27:12.379Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T15:27:12.671Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-11T15:27:12.680Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-11T15:27:12.725Z] $ docker stop --time=1 a1b39f3af26e2841a5453e5253a1d397a5c833ebb58f7d91c7fd7d69a8e947fd [2020-06-11T15:27:14.313Z] $ docker rm -f a1b39f3af26e2841a5453e5253a1d397a5c833ebb58f7d91c7fd7d69a8e947fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:27:14.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T15:27:14.840Z] . [Pipeline] withDockerContainer [2020-06-11T15:27:14.931Z] prd-centos7-docker-4c-2g-2575 does not seem to be running inside a container [2020-06-11T15:27:14.972Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T15:27:15.521Z] $ docker top 3bab0b537c507af74fab1c6f3b3d58857520666e47f142217385f566ae7f50af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T15:27:15.714Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T15:27:15.714Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T15:27:15.888Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T15:27:15.892Z] $ docker exec 3bab0b537c507af74fab1c6f3b3d58857520666e47f142217385f566ae7f50af ssh-agent [2020-06-11T15:27:16.060Z] SSH_AUTH_SOCK=/tmp/ssh-g1GpeSSwMXIF/agent.12 [2020-06-11T15:27:16.060Z] SSH_AGENT_PID=17 [2020-06-11T15:27:16.078Z] Running ssh-add (command line suppressed) [2020-06-11T15:27:16.210Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2418936717906548753.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2418936717906548753.key) [2020-06-11T15:27:16.261Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T15:27:16.573Z] + git semver bump pre [2020-06-11T15:27:16.573Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T15:27:16.573Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-11T15:27:16.573Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-11T15:27:16.573Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T15:27:16.573Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T15:27:16.573Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T15:27:16.573Z] # $SEMVER_BRANCH = master [2020-06-11T15:27:16.573Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-06-11T15:27:16.573Z] 1.1.1-dev.5 [Pipeline] } [2020-06-11T15:27:16.585Z] $ docker exec --env ******** --env ******** 3bab0b537c507af74fab1c6f3b3d58857520666e47f142217385f566ae7f50af ssh-agent -k [2020-06-11T15:27:16.699Z] unset SSH_AUTH_SOCK; [2020-06-11T15:27:16.699Z] unset SSH_AGENT_PID; [2020-06-11T15:27:16.699Z] echo Agent pid 17 killed; [2020-06-11T15:27:16.747Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T15:27:17.140Z] + git semver [Pipeline] } [2020-06-11T15:27:17.155Z] $ docker stop --time=1 3bab0b537c507af74fab1c6f3b3d58857520666e47f142217385f566ae7f50af [2020-06-11T15:27:18.478Z] $ docker rm -f 3bab0b537c507af74fab1c6f3b3d58857520666e47f142217385f566ae7f50af [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:27:18.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T15:27:18.924Z] . [Pipeline] withDockerContainer [2020-06-11T15:27:19.020Z] prd-centos7-docker-4c-2g-2575 does not seem to be running inside a container [2020-06-11T15:27:19.069Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T15:27:19.653Z] $ docker top bc826c14422a1126b10ade11b01c1dd4d4dfa41aa32af72a1f6ec21063adf2c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T15:27:19.834Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T15:27:19.834Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T15:27:20.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T15:27:20.021Z] $ docker exec bc826c14422a1126b10ade11b01c1dd4d4dfa41aa32af72a1f6ec21063adf2c5 ssh-agent [2020-06-11T15:27:20.186Z] SSH_AUTH_SOCK=/tmp/ssh-kSm3XotMlscw/agent.12 [2020-06-11T15:27:20.186Z] SSH_AGENT_PID=17 [2020-06-11T15:27:20.194Z] Running ssh-add (command line suppressed) [2020-06-11T15:27:20.316Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7613267789544582415.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7613267789544582415.key) [2020-06-11T15:27:20.372Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T15:27:20.679Z] + git semver push [2020-06-11T15:27:20.679Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T15:27:20.679Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-11T15:27:20.679Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-11T15:27:20.679Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T15:27:20.679Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T15:27:20.679Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T15:27:20.679Z] # $SEMVER_BRANCH = master [2020-06-11T15:27:20.679Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-06-11T15:27:27.280Z] $ docker exec --env ******** --env ******** bc826c14422a1126b10ade11b01c1dd4d4dfa41aa32af72a1f6ec21063adf2c5 ssh-agent -k [2020-06-11T15:27:27.443Z] unset SSH_AUTH_SOCK; [2020-06-11T15:27:27.443Z] unset SSH_AGENT_PID; [2020-06-11T15:27:27.443Z] echo Agent pid 17 killed; [2020-06-11T15:27:27.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T15:27:27.855Z] + git semver [Pipeline] } [2020-06-11T15:27:27.871Z] $ docker stop --time=1 bc826c14422a1126b10ade11b01c1dd4d4dfa41aa32af72a1f6ec21063adf2c5 [2020-06-11T15:27:29.422Z] $ docker rm -f bc826c14422a1126b10ade11b01c1dd4d4dfa41aa32af72a1f6ec21063adf2c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-11T15:27:30.140Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T15:27:30.705Z] ---> package-listing.sh [2020-06-11T15:27:30.705Z] ++ facter osfamily [2020-06-11T15:27:30.705Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-11T15:27:30.705Z] + OS_FAMILY=redhat [2020-06-11T15:27:30.705Z] + workspace=/w/workspace/_app-service-configurable_master [2020-06-11T15:27:30.705Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-11T15:27:30.705Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-11T15:27:30.705Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-11T15:27:30.705Z] + PACKAGES=/tmp/packages_start.txt [2020-06-11T15:27:30.705Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-06-11T15:27:30.705Z] + PACKAGES=/tmp/packages_end.txt [2020-06-11T15:27:30.705Z] + case "${OS_FAMILY}" in [2020-06-11T15:27:30.705Z] + rpm -qa [2020-06-11T15:27:30.705Z] + sort [2020-06-11T15:27:34.925Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-11T15:27:34.925Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-11T15:27:34.925Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-11T15:27:34.925Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-06-11T15:27:34.925Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-06-11T15:27:34.925Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:27:35.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T15:27:35.652Z] [2020-06-11T15:27:35.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-11T15:27:35.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T15:27:35.984Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-11T15:27:35.984Z] c9b1b535fdd9: Pulling fs layer [2020-06-11T15:27:35.984Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-11T15:27:35.984Z] 756a868c4378: Pulling fs layer [2020-06-11T15:27:35.984Z] 444b2fc9a129: Pulling fs layer [2020-06-11T15:27:35.984Z] ea15f1150254: Pulling fs layer [2020-06-11T15:27:35.984Z] 41b27a9f41bf: Pulling fs layer [2020-06-11T15:27:35.984Z] 28c525ee5125: Pulling fs layer [2020-06-11T15:27:35.984Z] 094b1ea09ed8: Pulling fs layer [2020-06-11T15:27:35.984Z] 138eaada9080: Pulling fs layer [2020-06-11T15:27:35.984Z] 0622d0fa9048: Pulling fs layer [2020-06-11T15:27:35.984Z] 444b2fc9a129: Waiting [2020-06-11T15:27:35.984Z] ea15f1150254: Waiting [2020-06-11T15:27:35.984Z] 41b27a9f41bf: Waiting [2020-06-11T15:27:35.984Z] 28c525ee5125: Waiting [2020-06-11T15:27:35.984Z] 094b1ea09ed8: Waiting [2020-06-11T15:27:35.984Z] 0622d0fa9048: Waiting [2020-06-11T15:27:35.984Z] 138eaada9080: Waiting [2020-06-11T15:27:35.984Z] 2cc5ad85d9ab: Download complete [2020-06-11T15:27:35.984Z] 444b2fc9a129: Verifying Checksum [2020-06-11T15:27:35.984Z] 444b2fc9a129: Download complete [2020-06-11T15:27:35.984Z] c9b1b535fdd9: Verifying Checksum [2020-06-11T15:27:35.984Z] c9b1b535fdd9: Download complete [2020-06-11T15:27:35.984Z] ea15f1150254: Verifying Checksum [2020-06-11T15:27:35.984Z] ea15f1150254: Download complete [2020-06-11T15:27:35.984Z] 28c525ee5125: Verifying Checksum [2020-06-11T15:27:35.984Z] 28c525ee5125: Download complete [2020-06-11T15:27:36.565Z] 756a868c4378: Verifying Checksum [2020-06-11T15:27:36.565Z] 756a868c4378: Download complete [2020-06-11T15:27:36.565Z] 138eaada9080: Verifying Checksum [2020-06-11T15:27:36.565Z] 138eaada9080: Download complete [2020-06-11T15:27:36.566Z] 0622d0fa9048: Download complete [2020-06-11T15:27:36.566Z] 094b1ea09ed8: Verifying Checksum [2020-06-11T15:27:36.566Z] 094b1ea09ed8: Download complete [2020-06-11T15:27:36.827Z] c9b1b535fdd9: Pull complete [2020-06-11T15:27:37.088Z] 41b27a9f41bf: Verifying Checksum [2020-06-11T15:27:37.088Z] 41b27a9f41bf: Download complete [2020-06-11T15:27:37.088Z] 2cc5ad85d9ab: Pull complete [2020-06-11T15:27:38.486Z] 756a868c4378: Pull complete [2020-06-11T15:27:38.746Z] 444b2fc9a129: Pull complete [2020-06-11T15:27:39.006Z] ea15f1150254: Pull complete [2020-06-11T15:27:42.322Z] 41b27a9f41bf: Pull complete [2020-06-11T15:27:42.583Z] 28c525ee5125: Pull complete [2020-06-11T15:27:45.902Z] 094b1ea09ed8: Pull complete [2020-06-11T15:27:45.902Z] 138eaada9080: Pull complete [2020-06-11T15:27:45.902Z] 0622d0fa9048: Pull complete [2020-06-11T15:27:45.902Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-11T15:27:45.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T15:27:45.902Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-11T15:27:46.013Z] prd-centos7-docker-4c-2g-2575 does not seem to be running inside a container [2020-06-11T15:27:46.058Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-11T15:27:48.403Z] $ docker top 4855878e0b981fc719ea68e9d19918fd16bd13af0aaabb86cf56c5aacedbc0df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T15:27:48.563Z] provisioning config files... [2020-06-11T15:27:48.578Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2037082554998297507tmp [Pipeline] { [Pipeline] echo [2020-06-11T15:27:48.611Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T15:27:48.905Z] ---> create-netrc.sh [Pipeline] echo [2020-06-11T15:27:48.915Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T15:27:49.212Z] ---> logs-deploy.sh [2020-06-11T15:27:49.212Z] + ARCHIVE_ARTIFACTS= [2020-06-11T15:27:49.212Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-11T15:27:49.212Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-11T15:27:49.213Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-11T15:27:49.213Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/25 [2020-06-11T15:27:49.213Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/25/ [2020-06-11T15:27:49.213Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/25 /w/workspace/_app-service-configurable_master [2020-06-11T15:27:50.597Z] Archives upload complete. [2020-06-11T15:27:50.597Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/25 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/25/ [2020-06-11T15:27:51.170Z] ---> uname -a: [2020-06-11T15:27:51.170Z] Linux 4855878e0b98 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-11T15:27:51.170Z] [2020-06-11T15:27:51.170Z] [2020-06-11T15:27:51.170Z] ---> lscpu: [2020-06-11T15:27:51.170Z] Architecture: x86_64 [2020-06-11T15:27:51.170Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-11T15:27:51.170Z] Byte Order: Little Endian [2020-06-11T15:27:51.170Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-11T15:27:51.170Z] CPU(s): 4 [2020-06-11T15:27:51.170Z] On-line CPU(s) list: 0-3 [2020-06-11T15:27:51.170Z] Thread(s) per core: 1 [2020-06-11T15:27:51.170Z] Core(s) per socket: 1 [2020-06-11T15:27:51.170Z] Socket(s): 4 [2020-06-11T15:27:51.170Z] NUMA node(s): 1 [2020-06-11T15:27:51.170Z] Vendor ID: GenuineIntel [2020-06-11T15:27:51.170Z] CPU family: 6 [2020-06-11T15:27:51.170Z] Model: 44 [2020-06-11T15:27:51.170Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-11T15:27:51.170Z] Stepping: 1 [2020-06-11T15:27:51.170Z] CPU MHz: 2933.438 [2020-06-11T15:27:51.170Z] BogoMIPS: 5866.87 [2020-06-11T15:27:51.170Z] Virtualization: VT-x [2020-06-11T15:27:51.170Z] Hypervisor vendor: KVM [2020-06-11T15:27:51.170Z] Virtualization type: full [2020-06-11T15:27:51.170Z] L1d cache: 128 KiB [2020-06-11T15:27:51.170Z] L1i cache: 128 KiB [2020-06-11T15:27:51.170Z] L2 cache: 16 MiB [2020-06-11T15:27:51.170Z] L3 cache: 64 MiB [2020-06-11T15:27:51.170Z] NUMA node0 CPU(s): 0-3 [2020-06-11T15:27:51.170Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-11T15:27:51.170Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-11T15:27:51.170Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-11T15:27:51.170Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-11T15:27:51.170Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-11T15:27:51.170Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-11T15:27:51.170Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-11T15:27:51.170Z] Vulnerability Tsx async abort: Not affected [2020-06-11T15:27:51.170Z] 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-06-11T15:27:51.170Z] [2020-06-11T15:27:51.170Z] [2020-06-11T15:27:51.170Z] ---> nproc: [2020-06-11T15:27:51.170Z] 4 [2020-06-11T15:27:51.170Z] [2020-06-11T15:27:51.170Z] [2020-06-11T15:27:51.170Z] ---> df -h: [2020-06-11T15:27:51.170Z] Filesystem Size Used Available Use% Mounted on [2020-06-11T15:27:51.170Z] overlay 50.0G 8.1G 41.9G 16% / [2020-06-11T15:27:51.170Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-11T15:27:51.170Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-06-11T15:27:51.170Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-11T15:27:51.170Z] /dev/vda1 50.0G 8.1G 41.9G 16% /etc/resolv.conf [2020-06-11T15:27:51.170Z] /dev/vda1 50.0G 8.1G 41.9G 16% /etc/hostname [2020-06-11T15:27:51.170Z] /dev/vda1 50.0G 8.1G 41.9G 16% /etc/hosts [2020-06-11T15:27:51.170Z] /dev/vda1 50.0G 8.1G 41.9G 16% /var/log/sa [2020-06-11T15:27:51.170Z] /dev/vda1 50.0G 8.1G 41.9G 16% /w/workspace/_app-service-configurable_master [2020-06-11T15:27:51.171Z] /dev/vda1 50.0G 8.1G 41.9G 16% /w/workspace/_app-service-configurable_master@tmp [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] ---> free -m: [2020-06-11T15:27:51.171Z] total used free shared buff/cache available [2020-06-11T15:27:51.171Z] Mem: 1837 795 111 0 930 974 [2020-06-11T15:27:51.171Z] Swap: 1023 3 1020 [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] ---> ip addr: [2020-06-11T15:27:51.171Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-11T15:27:51.171Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-11T15:27:51.171Z] inet 127.0.0.1/8 scope host lo [2020-06-11T15:27:51.171Z] valid_lft forever preferred_lft forever [2020-06-11T15:27:51.171Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-06-11T15:27:51.171Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-11T15:27:51.171Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-11T15:27:51.171Z] valid_lft forever preferred_lft forever [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] ---> sar -b -r -n DEV: [2020-06-11T15:27:51.171Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/11/20 _x86_64_ (4 CPU) [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] 15:12:25 LINUX RESTART [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] 15:13:01 tps rtps wtps bread/s bwrtn/s [2020-06-11T15:27:51.171Z] 15:14:01 56.96 14.29 42.67 4945.99 4713.60 [2020-06-11T15:27:51.171Z] 15:15:01 1.60 0.00 1.60 0.00 28.79 [2020-06-11T15:27:51.171Z] 15:16:01 0.40 0.00 0.40 0.00 7.18 [2020-06-11T15:27:51.171Z] 15:17:01 0.17 0.00 0.17 0.00 1.47 [2020-06-11T15:27:51.171Z] 15:18:01 0.23 0.00 0.23 0.00 3.53 [2020-06-11T15:27:51.171Z] 15:19:01 0.32 0.00 0.32 0.00 4.06 [2020-06-11T15:27:51.171Z] 15:20:01 0.30 0.02 0.28 0.13 3.33 [2020-06-11T15:27:51.171Z] 15:21:01 0.27 0.00 0.27 0.00 2.48 [2020-06-11T15:27:51.171Z] 15:22:01 0.22 0.00 0.22 0.00 2.56 [2020-06-11T15:27:51.171Z] 15:23:01 0.27 0.00 0.27 0.00 3.48 [2020-06-11T15:27:51.171Z] 15:24:01 0.45 0.00 0.45 0.00 4.16 [2020-06-11T15:27:51.171Z] 15:25:01 0.70 0.00 0.70 0.00 8.38 [2020-06-11T15:27:51.171Z] 15:26:01 244.88 156.35 88.53 7024.07 31392.46 [2020-06-11T15:27:51.171Z] 15:27:01 193.97 51.09 142.88 2573.26 32217.05 [2020-06-11T15:27:51.171Z] Average: 35.78 15.84 19.93 1039.09 4886.69 [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] 15:13:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-11T15:27:51.171Z] 15:14:01 163440 1718116 91.31 2620 1119044 1109700 37.87 445256 1113008 120 [2020-06-11T15:27:51.171Z] 15:15:01 169648 1711908 90.98 2620 1119048 1072236 36.59 443592 1110040 8 [2020-06-11T15:27:51.171Z] 15:16:01 168476 1713080 91.05 2620 1119056 1072464 36.60 446144 1108976 8 [2020-06-11T15:27:51.171Z] 15:17:01 166156 1715400 91.17 2620 1119056 1072440 36.60 448060 1108736 20 [2020-06-11T15:27:51.171Z] 15:18:01 166812 1714744 91.13 2620 1119120 1072308 36.60 452324 1104064 28 [2020-06-11T15:27:51.171Z] 15:19:01 167608 1713948 91.09 2620 1119068 1072260 36.59 452100 1104048 12 [2020-06-11T15:27:51.171Z] 15:20:01 167684 1713872 91.09 2620 1119076 1072364 36.60 451984 1104048 8 [2020-06-11T15:27:51.171Z] 15:21:01 167560 1713996 91.09 2620 1119084 1072364 36.60 447960 1108096 8 [2020-06-11T15:27:51.171Z] 15:22:01 167640 1713916 91.09 2620 1119088 1072364 36.60 447964 1108096 16 [2020-06-11T15:27:51.171Z] 15:23:01 167248 1714308 91.11 2620 1119096 1072448 36.60 442580 1113912 16 [2020-06-11T15:27:51.171Z] 15:24:01 167428 1714128 91.10 2620 1119096 1072436 36.60 442440 1113912 12 [2020-06-11T15:27:51.171Z] 15:25:01 167740 1713816 91.09 2620 1119104 1072364 36.60 442188 1113912 16 [2020-06-11T15:27:51.171Z] 15:26:01 76708 1804848 95.92 2596 1065232 1325300 45.23 584852 1000940 68024 [2020-06-11T15:27:51.171Z] 15:27:01 104060 1777496 94.47 1704 954100 1885332 64.34 631804 861284 24 [2020-06-11T15:27:51.171Z] Average: 156301 1725255 91.69 2553 1103448 1151170 39.29 469946 1083791 4880 [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] 15:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-11T15:27:51.171Z] 15:14:01 eth0 397.37 238.83 912.03 82.33 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:14:01 docker0 1.52 1.50 0.37 2.74 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:15:01 eth0 0.70 0.08 0.06 0.01 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:16:01 eth0 2.48 1.38 1.78 0.24 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:17:01 eth0 0.85 0.45 0.31 0.21 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:18:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:19:01 eth0 0.22 0.20 0.07 0.04 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:21:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:22:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:23:01 eth0 0.23 0.18 0.09 0.04 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:24:01 eth0 0.17 0.12 0.07 0.04 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:25:01 eth0 0.10 0.12 0.01 0.01 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:26:01 eth0 185.05 142.85 4078.05 19.70 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:26:01 veth2721fca 37.82 40.75 4.24 301.69 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:26:01 docker0 39.34 42.12 4.10 304.42 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:27:01 eth0 190.38 145.68 3400.14 80.61 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:27:01 veth3b65bff 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] 15:27:01 docker0 1.88 1.65 0.37 0.75 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] Average: eth0 55.59 37.89 599.66 13.10 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] Average: veth3b65bff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] Average: docker0 2.95 3.13 0.32 21.80 0.00 0.00 0.00 [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] ---> sar -P ALL: [2020-06-11T15:27:51.171Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/11/20 _x86_64_ (4 CPU) [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] 15:12:25 LINUX RESTART [2020-06-11T15:27:51.171Z] [2020-06-11T15:27:51.171Z] 15:13:01 CPU %user %nice %system %iowait %steal %idle [2020-06-11T15:27:51.171Z] 15:14:01 all 9.57 0.00 3.25 2.08 0.01 85.10 [2020-06-11T15:27:51.171Z] 15:14:01 0 8.71 0.00 4.59 1.57 0.00 85.12 [2020-06-11T15:27:51.171Z] 15:14:01 1 8.66 0.00 2.90 1.96 0.00 86.49 [2020-06-11T15:27:51.171Z] 15:14:01 2 8.89 0.00 3.33 4.56 0.02 83.20 [2020-06-11T15:27:51.171Z] 15:14:01 3 12.00 0.00 2.21 0.20 0.02 85.58 [2020-06-11T15:27:51.171Z] 15:15:01 all 0.13 0.00 0.05 0.00 0.00 99.82 [2020-06-11T15:27:51.171Z] 15:15:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2020-06-11T15:27:51.171Z] 15:15:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-06-11T15:27:51.171Z] 15:15:01 2 0.40 0.00 0.05 0.00 0.00 99.55 [2020-06-11T15:27:51.171Z] 15:15:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-06-11T15:27:51.171Z] 15:16:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-06-11T15:27:51.171Z] 15:16:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2020-06-11T15:27:51.171Z] 15:16:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2020-06-11T15:27:51.171Z] 15:16:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-11T15:27:51.171Z] 15:16:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-06-11T15:27:51.171Z] 15:17:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-06-11T15:27:51.171Z] 15:17:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2020-06-11T15:27:51.171Z] 15:17:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-06-11T15:27:51.171Z] 15:17:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-06-11T15:27:51.171Z] 15:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2020-06-11T15:27:51.171Z] 15:18:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-06-11T15:27:51.171Z] 15:18:01 0 0.50 0.00 0.07 0.00 0.00 99.43 [2020-06-11T15:27:51.171Z] 15:18:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-06-11T15:27:51.171Z] 15:18:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-11T15:27:51.171Z] 15:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-06-11T15:27:51.171Z] 15:19:01 all 0.08 0.00 0.06 0.00 0.00 99.86 [2020-06-11T15:27:51.171Z] 15:19:01 0 0.25 0.00 0.03 0.00 0.00 99.72 [2020-06-11T15:27:51.171Z] 15:19:01 1 0.02 0.00 0.10 0.00 0.00 99.88 [2020-06-11T15:27:51.171Z] 15:19:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-06-11T15:27:51.171Z] 15:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-06-11T15:27:51.171Z] 15:20:01 all 0.04 0.00 0.02 0.00 0.00 99.94 [2020-06-11T15:27:51.171Z] 15:20:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-06-11T15:27:51.171Z] 15:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-11T15:27:51.171Z] 15:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-11T15:27:51.171Z] 15:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-11T15:27:51.171Z] 15:21:01 all 0.12 0.00 0.03 0.00 0.00 99.85 [2020-06-11T15:27:51.171Z] 15:21:01 0 0.42 0.00 0.05 0.00 0.00 99.53 [2020-06-11T15:27:51.171Z] 15:21:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-06-11T15:27:51.171Z] 15:21:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-11T15:27:51.171Z] 15:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2020-06-11T15:27:51.171Z] 15:22:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-06-11T15:27:51.172Z] 15:22:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2020-06-11T15:27:51.172Z] 15:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-11T15:27:51.172Z] 15:22:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-11T15:27:51.172Z] 15:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-11T15:27:51.172Z] 15:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-06-11T15:27:51.172Z] 15:23:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2020-06-11T15:27:51.172Z] 15:23:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-11T15:27:51.172Z] 15:23:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-06-11T15:27:51.172Z] 15:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-06-11T15:27:51.172Z] 15:24:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2020-06-11T15:27:51.172Z] 15:24:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2020-06-11T15:27:51.172Z] 15:24:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-11T15:27:51.172Z] 15:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-11T15:27:51.172Z] 15:24:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-06-11T15:27:51.172Z] 15:25:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2020-06-11T15:27:51.172Z] 15:25:01 0 0.52 0.00 0.03 0.00 0.02 99.43 [2020-06-11T15:27:51.172Z] 15:25:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-06-11T15:27:51.172Z] 15:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-06-11T15:27:51.172Z] 15:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-06-11T15:27:51.172Z] 15:26:01 all 7.98 0.00 4.61 2.58 0.02 84.80 [2020-06-11T15:27:51.172Z] 15:26:01 0 8.65 0.00 5.01 2.70 0.00 83.64 [2020-06-11T15:27:51.172Z] 15:26:01 1 8.28 0.00 4.93 1.57 0.02 85.21 [2020-06-11T15:27:51.172Z] 15:26:01 2 6.69 0.00 4.46 3.13 0.03 85.69 [2020-06-11T15:27:51.172Z] 15:26:01 3 8.31 0.00 4.02 2.94 0.03 84.69 [2020-06-11T15:27:51.172Z] 15:27:01 all 9.64 0.00 7.15 2.96 0.03 80.22 [2020-06-11T15:27:51.172Z] 15:27:01 0 9.88 0.00 6.73 0.52 0.05 82.81 [2020-06-11T15:27:51.172Z] 15:27:01 1 9.55 0.00 7.66 3.40 0.02 79.37 [2020-06-11T15:27:51.172Z] 15:27:01 2 9.45 0.00 7.25 3.62 0.03 79.64 [2020-06-11T15:27:51.172Z] 15:27:01 3 9.68 0.00 6.95 4.30 0.02 79.05 [2020-06-11T15:27:51.172Z] Average: all 2.03 0.00 1.09 0.54 0.00 96.33 [2020-06-11T15:27:51.172Z] Average: 0 2.24 0.00 1.19 0.34 0.00 96.23 [2020-06-11T15:27:51.172Z] Average: 1 1.91 0.00 1.13 0.49 0.00 96.47 [2020-06-11T15:27:51.172Z] Average: 2 1.83 0.00 1.10 0.80 0.01 96.26 [2020-06-11T15:27:51.172Z] Average: 3 2.14 0.00 0.95 0.53 0.00 96.38 [2020-06-11T15:27:51.172Z] [2020-06-11T15:27:51.172Z] [2020-06-11T15:27:51.172Z]