Pull request #2848 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 75c894124bda8f900718f9d7dfec267e83cb5ab0+70c918de78a758e1281f9e18824a6a08fc9647aa (0328bc093abdb024e9e9b70b5d92a273e17152da) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 f3f382fce060f16c10d6f597981912fab355381a 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 --version # 'git version 2.16.6' > 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 f3f382fce060f16c10d6f597981912fab355381a 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 > git --version # 'git version 2.16.6' 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], 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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . 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/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-9136 in /w/workspace/edgexfoundry_edgex-go_PR-2848 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2848/head:refs/remotes/origin/PR-2848 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit 75c894124bda8f900718f9d7dfec267e83cb5ab0 Merge succeeded, producing 75c894124bda8f900718f9d7dfec267e83cb5ab0 Checking out Revision 75c894124bda8f900718f9d7dfec267e83cb5ab0 (PR-2848) > git config core.sparsecheckout # timeout=10 > git checkout -f 75c894124bda8f900718f9d7dfec267e83cb5ab0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75c894124bda8f900718f9d7dfec267e83cb5ab0 # timeout=10 Commit message: "fix(snap): strip commit+date from version" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:40:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:40:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 6252f2d244ab7c75ec4fe1b58532704959deb956 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:40:13 ========================================================= 14:40:13 EdgeX Global Pipelines Version Info 14:40:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:40:15 ------------------- 14:40:15 stable info: 14:40:15 ------------------- 14:40:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:40:15 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 14:40:15 Message: update stable to v1.0.148 14:40:16 ------------------- 14:40:16 experimental info: 14:40:16 ------------------- 14:40:16 Commited By: **** collab-it+edgex@linuxfoundation.org 14:40:16 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 14:40:16 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:40:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:40:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:40:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:40:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:40:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:40:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:40:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:40:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:40:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:40:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:40:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:40:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:40:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:40:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:40:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:40:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:40:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:40:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:40:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:40:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:40:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:40:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2848 [Pipeline] echo 14:40:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2848 [Pipeline] echo 14:40:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2848 [Pipeline] echo 14:40:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 75c894124bda8f900718f9d7dfec267e83cb5ab0 [Pipeline] echo 14:40:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 75c8941 [Pipeline] echo 14:40:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 14:40:20 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 14:40:20 + for file in '`ls cmd/**/Dockerfile`' 14:40:20 ++ cut -d/ -f2 14:40:20 ++ dirname cmd/core-command/Dockerfile 14:40:20 + echo core-command,cmd/core-command/Dockerfile 14:40:20 + for file in '`ls cmd/**/Dockerfile`' 14:40:20 ++ dirname cmd/core-data/Dockerfile 14:40:20 ++ cut -d/ -f2 14:40:20 + echo core-data,cmd/core-data/Dockerfile 14:40:20 + for file in '`ls cmd/**/Dockerfile`' 14:40:20 ++ dirname cmd/core-metadata/Dockerfile 14:40:20 ++ cut -d/ -f2 14:40:20 + echo core-metadata,cmd/core-metadata/Dockerfile 14:40:20 + for file in '`ls cmd/**/Dockerfile`' 14:40:20 ++ cut -d/ -f2 14:40:20 ++ dirname cmd/security-proxy-setup/Dockerfile 14:40:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:40:20 + for file in '`ls cmd/**/Dockerfile`' 14:40:20 ++ dirname cmd/security-secrets-setup/Dockerfile 14:40:20 ++ cut -d/ -f2 14:40:20 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 14:40:20 + for file in '`ls cmd/**/Dockerfile`' 14:40:20 ++ cut -d/ -f2 14:40:20 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:40:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:40:20 + for file in '`ls cmd/**/Dockerfile`' 14:40:20 ++ cut -d/ -f2 14:40:20 ++ dirname cmd/support-logging/Dockerfile 14:40:20 + echo support-logging,cmd/support-logging/Dockerfile 14:40:20 + for file in '`ls cmd/**/Dockerfile`' 14:40:20 ++ cut -d/ -f2 14:40:20 ++ dirname cmd/support-notifications/Dockerfile 14:40:20 + echo support-notifications,cmd/support-notifications/Dockerfile 14:40:20 + for file in '`ls cmd/**/Dockerfile`' 14:40:20 ++ dirname cmd/support-scheduler/Dockerfile 14:40:20 ++ cut -d/ -f2 14:40:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:40:20 + for file in '`ls cmd/**/Dockerfile`' 14:40:20 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:40:20 ++ cut -d/ -f2 14:40:20 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:40:20 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 14:40:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:40:23 14:40:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:40:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:40:23 latest: Pulling from edgex-devops/git-semver 14:40:23 31603596830f: Pulling fs layer 14:40:23 2a8b12db71e7: Pulling fs layer 14:40:23 6ca5941a6612: Pulling fs layer 14:40:23 ecc8261a40a4: Pulling fs layer 14:40:23 ecc8261a40a4: Waiting 14:40:23 2a8b12db71e7: Verifying Checksum 14:40:23 2a8b12db71e7: Download complete 14:40:24 31603596830f: Verifying Checksum 14:40:24 31603596830f: Download complete 14:40:24 ecc8261a40a4: Verifying Checksum 14:40:24 ecc8261a40a4: Download complete 14:40:24 31603596830f: Pull complete 14:40:24 6ca5941a6612: Verifying Checksum 14:40:24 6ca5941a6612: Download complete 14:40:24 2a8b12db71e7: Pull complete 14:40:26 6ca5941a6612: Pull complete 14:40:26 ecc8261a40a4: Pull complete 14:40:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:40:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:40:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:40:26 prd-centos7-docker-4c-2g-9136 does not seem to be running inside a container 14:40:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:40:29 $ docker top e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:40:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:40:30 [ssh-agent] Looking for ssh-agent implementation... 14:40:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:40:30 $ docker exec e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 ssh-agent 14:40:31 SSH_AUTH_SOCK=/tmp/ssh-GfoQ6eAXtkvw/agent.11 14:40:31 SSH_AGENT_PID=17 14:40:31 Running ssh-add (command line suppressed) 14:40:31 Identity added: /w/workspace/edgex-go/6@tmp/private_key_735665132213052682.key (/w/workspace/edgex-go/6@tmp/private_key_735665132213052682.key) 14:40:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:40:32 + git tag --points-at HEAD [Pipeline] } 14:40:32 $ docker exec --env ******** --env ******** e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 ssh-agent -k 14:40:32 unset SSH_AUTH_SOCK; 14:40:32 unset SSH_AGENT_PID; 14:40:32 echo Agent pid 17 killed; 14:40:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:40:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:40:32 [ssh-agent] Looking for ssh-agent implementation... 14:40:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:40:33 $ docker exec e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 ssh-agent 14:40:33 SSH_AUTH_SOCK=/tmp/ssh-zYzMie7zTPDQ/agent.45 14:40:33 SSH_AGENT_PID=50 14:40:33 Running ssh-add (command line suppressed) 14:40:33 Identity added: /w/workspace/edgex-go/6@tmp/private_key_5771285913176790767.key (/w/workspace/edgex-go/6@tmp/private_key_5771285913176790767.key) 14:40:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:40:34 + git semver init 14:40:34 # -> Open(): unable to determine branch for HEAD 14:40:34 # $GIT_DIR = /w/workspace/edgex-go/6/.git 14:40:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 14:40:34 # $SEMVER_REMOTE_NAME = origin 14:40:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:40:34 # $SEMVER_USER_NAME = edgex-jenkins 14:40:34 # $SEMVER_BRANCH = PR-2848 14:40:34 # $SEMVER_TEMP = /tmp/semver-385329377 14:40:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:41:14 # '/tmp/semver-385329377' -> '/w/workspace/edgex-go/6/.semver' 14:41:14 # -> Force: false 14:41:14 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 14:41:14 $ docker exec --env ******** --env ******** e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 ssh-agent -k 14:41:14 unset SSH_AUTH_SOCK; 14:41:14 unset SSH_AGENT_PID; 14:41:14 echo Agent pid 50 killed; 14:41:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:41:15 + git semver [Pipeline] } 14:41:15 $ docker stop --time=1 e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 14:41:16 $ docker rm -f e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 [Pipeline] // withDockerContainer [Pipeline] sh 14:41:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:41:18 Stashed 1 file(s) [Pipeline] echo 14:41:18 [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 14:41:19 ========================================================= 14:41:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:41:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:41:19 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 14:41:25 Sending build context to Docker daemon 325.8MB 14:41:25 Step 1/7 : ARG BASE=golang:1.15-alpine 14:41:25 Step 2/7 : FROM ${BASE} 14:41:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:41:25 df20fa9351a1: Pulling fs layer 14:41:25 ed8968b2872e: Pulling fs layer 14:41:25 a92cc7c5fd73: Pulling fs layer 14:41:25 e871e8e8d7a9: Pulling fs layer 14:41:25 e73272ec9a57: Pulling fs layer 14:41:25 1e910a182e73: Pulling fs layer 14:41:25 4e634b169226: Pulling fs layer 14:41:25 e73272ec9a57: Waiting 14:41:25 1e910a182e73: Waiting 14:41:25 e871e8e8d7a9: Waiting 14:41:25 4e634b169226: Waiting 14:41:25 a92cc7c5fd73: Verifying Checksum 14:41:25 a92cc7c5fd73: Download complete 14:41:25 ed8968b2872e: Verifying Checksum 14:41:25 ed8968b2872e: Download complete 14:41:25 e73272ec9a57: Download complete 14:41:25 1e910a182e73: Verifying Checksum 14:41:25 1e910a182e73: Download complete 14:41:25 df20fa9351a1: Verifying Checksum 14:41:25 df20fa9351a1: Download complete 14:41:26 df20fa9351a1: Pull complete 14:41:26 ed8968b2872e: Pull complete 14:41:26 a92cc7c5fd73: Pull complete 14:41:31 4e634b169226: Verifying Checksum 14:41:31 4e634b169226: Download complete 14:41:32 e871e8e8d7a9: Verifying Checksum 14:41:32 e871e8e8d7a9: Download complete 14:41:34 Still waiting to schedule task 14:41:34 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:41:43 e871e8e8d7a9: Pull complete 14:41:43 e73272ec9a57: Pull complete 14:41:43 1e910a182e73: Pull complete 14:41:49 4e634b169226: Pull complete 14:41:49 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 14:41:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:41:49 ---> f7629b54cfaa 14:41:49 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 14:41:49 ---> Running in e7ab31288bb9 14:41:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:41:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:41:51 (1/12) Installing libmagic (5.38-r0) 14:41:52 (2/12) Installing file (5.38-r0) 14:41:52 (3/12) Installing libc-dev (0.7.2-r3) 14:41:52 (4/12) Installing g++ (9.3.0-r2) 14:41:58 (5/12) Installing fortify-headers (1.1-r0) 14:41:58 (6/12) Installing patch (2.7.6-r6) 14:41:58 (7/12) Installing build-base (0.5-r2) 14:41:58 (8/12) Installing libsodium (1.0.18-r0) 14:41:58 (9/12) Installing pkgconf (1.7.2-r0) 14:41:58 (10/12) Installing libsodium-dev (1.0.18-r0) 14:41:58 (11/12) Installing libzmq (4.3.3-r0) 14:41:58 (12/12) Installing zeromq-dev (4.3.3-r0) 14:41:58 Executing busybox-1.31.1-r16.trigger 14:41:58 OK: 233 MiB in 51 packages 14:42:02 Removing intermediate container e7ab31288bb9 14:42:02 ---> ea1c822f92fb 14:42:02 Step 4/7 : WORKDIR /edgex-go 14:42:02 ---> Running in cb7588af962a 14:42:02 Removing intermediate container cb7588af962a 14:42:02 ---> 33467a06e14a 14:42:02 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:42:03 latest: Pulling from library/docker 14:42:03 188c0c94c7c5: Pulling fs layer 14:42:03 0c7c675703d6: Pulling fs layer 14:42:03 cc8c12a437cb: Pulling fs layer 14:42:03 c5dafad2182a: Pulling fs layer 14:42:03 5aa711733414: Pulling fs layer 14:42:03 058f73b55e4b: Pulling fs layer 14:42:03 8c9c664faf12: Pulling fs layer 14:42:03 5aa711733414: Waiting 14:42:03 058f73b55e4b: Waiting 14:42:03 8c9c664faf12: Waiting 14:42:03 c5dafad2182a: Waiting 14:42:03 cc8c12a437cb: Verifying Checksum 14:42:03 cc8c12a437cb: Download complete 14:42:03 0c7c675703d6: Verifying Checksum 14:42:03 0c7c675703d6: Download complete 14:42:03 188c0c94c7c5: Verifying Checksum 14:42:03 188c0c94c7c5: Download complete 14:42:03 5aa711733414: Verifying Checksum 14:42:03 5aa711733414: Download complete 14:42:03 058f73b55e4b: Verifying Checksum 14:42:03 058f73b55e4b: Download complete 14:42:03 8c9c664faf12: Verifying Checksum 14:42:03 8c9c664faf12: Download complete 14:42:04 188c0c94c7c5: Pull complete 14:42:04 0c7c675703d6: Pull complete 14:42:05 cc8c12a437cb: Pull complete 14:42:05 c5dafad2182a: Verifying Checksum 14:42:05 c5dafad2182a: Download complete 14:42:11 c5dafad2182a: Pull complete 14:42:11 5aa711733414: Pull complete 14:42:11 058f73b55e4b: Pull complete 14:42:11 8c9c664faf12: Pull complete 14:42:11 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 14:42:11 Status: Downloaded newer image for docker:latest 14:42:13 ---> 6d963cfd0d6d 14:42:13 Step 6/7 : COPY go.mod . 14:42:13 ---> e48389742e84 14:42:13 Step 7/7 : RUN go mod download 14:42:13 ---> Running in e0f9d840cec6 14:42:35 Removing intermediate container e0f9d840cec6 14:42:35 ---> cac5458f2f86 14:42:36 Successfully built cac5458f2f86 14:42:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:42:36 + docker inspect -f . ci-base-image-x86_64 14:42:36 . [Pipeline] withDockerContainer 14:42:37 prd-centos7-docker-4c-2g-9136 does not seem to be running inside a container 14:42:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:42:38 $ docker top 686ec5d8a69ec66ef77331375b895d7a65548107d44e739906695f06d71bf686 -eo pid,comm [Pipeline] { [Pipeline] sh 14:42:39 + go version 14:42:39 go version go1.15.2 linux/amd64 [Pipeline] } 14:42:39 $ docker stop --time=1 686ec5d8a69ec66ef77331375b895d7a65548107d44e739906695f06d71bf686 14:42:41 $ docker rm -f 686ec5d8a69ec66ef77331375b895d7a65548107d44e739906695f06d71bf686 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:42:42 + docker inspect -f . ci-base-image-x86_64 14:42:42 . [Pipeline] withDockerContainer 14:42:42 prd-centos7-docker-4c-2g-9136 does not seem to be running inside a container 14:42:42 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:42:43 $ docker top 6f8ecae7d5bc8196ba849cfe0837bb753a007dca95371c5bb12e1a8262ac6f5a -eo pid,comm [Pipeline] { [Pipeline] echo 14:42:44 ========================================================= 14:42:44 [edgeXBuildGoParallel] Running Tests and Build... 14:42:44 ========================================================= [Pipeline] sh 14:42:44 + make test 14:42:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:42:48 ? github.com/edgexfoundry/edgex-go [no test files] 14:43:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:43:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:43:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:43:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:43:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:43:18 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.012s 14:43:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 14:43:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:43:18 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 14:43:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:43:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:43:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:43:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:43:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:43:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9137 in /w/workspace/edgexfoundry_edgex-go_PR-2848 [Pipeline] { [Pipeline] ws 14:43:22 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 14:43:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements 14:43:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:43:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:43:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:43:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:43:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:43:27 using credential edgex-jenkins-ssh 14:43:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.065s coverage: 27.1% of statements 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:43:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:43:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:43:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.028s coverage: 64.9% of statements 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:43:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.065s coverage: 84.5% of statements 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:43:27 Cloning the remote Git repository 14:43:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:43:27 > git init /w/workspace/edgex-go/6 # timeout=10 14:43:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:43:27 > git --version # timeout=10 14:43:27 > git --version # 'git version 2.17.1' 14:43:27 using GIT_SSH to set credentials SSH Credentials for GitHub 14:43:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:43:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.117s coverage: 28.6% of statements 14:43:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:43:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:43:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:43:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:43:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:43:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements 14:43:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:43:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements 14:43:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:43:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.064s coverage: 86.7% of statements 14:43:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:43:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements 14:43:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:43:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 100.0% of statements 14:43:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:43:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:43:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:43:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:43:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.069s coverage: 95.7% of statements 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:43:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:43:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.010s coverage: 0.0% of statements [no tests to run] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:43:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.082s coverage: 63.5% of statements 14:43:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:43:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 14:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.024s coverage: 91.3% of statements 14:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements 14:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.017s coverage: 73.7% of statements 14:43:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements 14:43:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.198s coverage: 55.9% of statements 14:43:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:43:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:43:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 14:43:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 14:43:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:43:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:43:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:43:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:43:42 using GIT_SSH to set credentials SSH Credentials for GitHub 14:43:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2848/head:refs/remotes/origin/PR-2848 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:43:43 Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit 75c894124bda8f900718f9d7dfec267e83cb5ab0 14:43:44 Merge succeeded, producing 75c894124bda8f900718f9d7dfec267e83cb5ab0 14:43:44 Checking out Revision 75c894124bda8f900718f9d7dfec267e83cb5ab0 (PR-2848) 14:43:43 > git config core.sparsecheckout # timeout=10 14:43:43 > git checkout -f 75c894124bda8f900718f9d7dfec267e83cb5ab0 # timeout=10 14:43:44 > git remote # timeout=10 14:43:44 > git config --get remote.origin.url # timeout=10 14:43:44 using GIT_SSH to set credentials SSH Credentials for GitHub 14:43:44 > git merge 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 14:43:44 > git rev-parse HEAD^{commit} # timeout=10 14:43:44 > git config core.sparsecheckout # timeout=10 14:43:44 > git checkout -f 75c894124bda8f900718f9d7dfec267e83cb5ab0 # timeout=10 14:43:48 Commit message: "fix(snap): strip commit+date from version" 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.301s coverage: 86.3% of statements 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.665s coverage: 72.2% of statements 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.226s coverage: 72.1% of statements 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.079s coverage: 82.4% of statements 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.046s coverage: 48.4% of statements 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.010s coverage: 28.8% of statements 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.047s coverage: 96.8% of statements 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 36.5% of statements 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.1% of statements 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.032s coverage: 42.9% of statements 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.025s coverage: 83.8% of statements 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.074s coverage: 47.1% of statements 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.040s coverage: 100.0% of statements 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.013s coverage: 100.0% of statements 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:43:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.073s coverage: 100.0% of statements 14:43:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 14:43:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.094s coverage: 29.1% of statements 14:43:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:43:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:43:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:43:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:43:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:43:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements 14:43:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:43:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.020s coverage: 100.0% of statements 14:43:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:43:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 14:43:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [Pipeline] echo 14:43:49 ========================================================= 14:43:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:43:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:43:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 14:43:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:43:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:43:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:43:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:43:50 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 14:43:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.017s coverage: 87.9% of statements 14:43:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:43:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:43:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 14:43:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements 14:43:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.129s coverage: 100.0% of statements 14:43:52 GO111MODULE=on go vet ./... 14:43:53 Sending build context to Docker daemon 165.3MB 14:43:53 Step 1/7 : ARG BASE=golang:1.15-alpine 14:43:53 Step 2/7 : FROM ${BASE} 14:43:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:43:53 b538f80385f9: Pulling fs layer 14:43:53 74f711af9a0d: Pulling fs layer 14:43:53 99f96fe45779: Pulling fs layer 14:43:53 8529a6b9a6be: Pulling fs layer 14:43:53 45590311c82a: Pulling fs layer 14:43:53 69ca0ff8b7b3: Pulling fs layer 14:43:53 209524e5b208: Pulling fs layer 14:43:53 8529a6b9a6be: Waiting 14:43:53 45590311c82a: Waiting 14:43:53 69ca0ff8b7b3: Waiting 14:43:53 209524e5b208: Waiting 14:43:53 99f96fe45779: Verifying Checksum 14:43:53 99f96fe45779: Download complete 14:43:53 74f711af9a0d: Download complete 14:43:53 45590311c82a: Verifying Checksum 14:43:53 45590311c82a: Download complete 14:43:53 69ca0ff8b7b3: Verifying Checksum 14:43:53 69ca0ff8b7b3: Download complete 14:43:53 b538f80385f9: Download complete 14:43:54 b538f80385f9: Pull complete 14:43:54 74f711af9a0d: Pull complete 14:43:55 99f96fe45779: Pull complete 14:43:56 209524e5b208: Verifying Checksum 14:43:56 209524e5b208: Download complete 14:43:57 8529a6b9a6be: Verifying Checksum 14:43:57 8529a6b9a6be: Download complete 14:44:07 8529a6b9a6be: Pull complete 14:44:07 45590311c82a: Pull complete 14:44:08 69ca0ff8b7b3: Pull complete 14:44:08 gofmt -l . 14:44:08 [ "`gofmt -l .`" = "" ] 14:44:09 ./bin/test-go-mod-tidy.sh 14:44:11 ./bin/test-attribution-txt.sh 14:44:12 209524e5b208: Pull complete 14:44:12 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 14:44:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:44:12 ---> 5bddaf1c2fca 14:44:12 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] sh 14:44:15 + ls -al . 14:44:15 total 632 14:44:15 drwxrwxr-x 10 1001 1001 4096 Oct 27 14:44 . 14:44:15 drwxr-xr-x 4 root root 28 Oct 27 14:42 .. 14:44:15 -rw-rw-r-- 1 1001 1001 11 Oct 27 14:40 .dockerignore 14:44:15 drwxrwxr-x 8 1001 1001 179 Oct 27 14:40 .git 14:44:15 drwxrwxr-x 3 1001 1001 125 Oct 27 14:40 .github 14:44:15 -rw-rw-r-- 1 1001 1001 932 Oct 27 14:40 .gitignore 14:44:15 drwx------ 3 1001 1001 47 Oct 27 14:41 .semver 14:44:15 -rw-rw-r-- 1 1001 1001 166 Oct 27 14:40 .sonarcloud.properties 14:44:15 -rw-rw-r-- 1 1001 1001 3804 Oct 27 14:40 CONTRIBUTING.md 14:44:15 -rw-rw-r-- 1 1001 1001 1035 Oct 27 14:40 Dockerfile.build 14:44:15 -rw-rw-r-- 1 1001 1001 863 Oct 27 14:40 Jenkinsfile 14:44:15 -rw-rw-r-- 1 1001 1001 10775 Oct 27 14:40 LICENSE 14:44:15 -rw-rw-r-- 1 1001 1001 6237 Oct 27 14:40 Makefile 14:44:15 -rw-rw-r-- 1 1001 1001 6447 Oct 27 14:40 README.md 14:44:15 -rw-rw-r-- 1 1001 1001 259 Oct 27 14:40 SECURITY.md 14:44:15 -rw-rw-r-- 1 1001 1001 5 Oct 27 14:41 VERSION 14:44:15 -rw-rw-r-- 1 1001 1001 4131 Oct 27 14:40 ZMQWindows.md 14:44:15 drwxrwxr-x 2 1001 1001 117 Oct 27 14:40 bin 14:44:15 drwxrwxr-x 15 1001 1001 4096 Oct 27 14:40 cmd 14:44:15 -rw-r--r-- 1 root root 539324 Oct 27 14:43 coverage.out 14:44:15 -rw-r--r-- 1 root root 1041 Oct 27 14:44 go.mod 14:44:15 -rw-r--r-- 1 root root 19010 Oct 27 14:44 go.sum 14:44:15 drwxrwxr-x 8 1001 1001 127 Oct 27 14:40 internal 14:44:15 drwxrwxr-x 4 1001 1001 26 Oct 27 14:40 openapi 14:44:15 drwxrwxr-x 4 1001 1001 71 Oct 27 14:40 snap 14:44:15 -rw-rw-r-- 1 1001 1001 168 Oct 27 14:40 version.go [Pipeline] sh 14:44:15 ---> Running in 2683d53b764d 14:44:15 + '[' -e coverage.out ] 14:44:15 + chown 1001:1001 coverage.out [Pipeline] stash 14:44:16 Stashed 1 file(s) [Pipeline] sh 14:44:16 + make build 14:44:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:44:18 (1/12) Installing libmagic (5.38-r0) 14:44:18 (2/12) Installing file (5.38-r0) 14:44:18 (3/12) Installing libc-dev (0.7.2-r3) 14:44:18 (4/12) Installing g++ (9.3.0-r2) 14:44:25 (5/12) Installing fortify-headers (1.1-r0) 14:44:25 (6/12) Installing patch (2.7.6-r6) 14:44:25 (7/12) Installing build-base (0.5-r2) 14:44:25 (8/12) Installing libsodium (1.0.18-r0) 14:44:25 (9/12) Installing pkgconf (1.7.2-r0) 14:44:25 (10/12) Installing libsodium-dev (1.0.18-r0) 14:44:25 (11/12) Installing libzmq (4.3.3-r0) 14:44:25 (12/12) Installing zeromq-dev (4.3.3-r0) 14:44:25 Executing busybox-1.31.1-r16.trigger 14:44:25 OK: 217 MiB in 51 packages 14:44:29 Removing intermediate container 2683d53b764d 14:44:29 ---> 33421519cde9 14:44:29 Step 4/7 : WORKDIR /edgex-go 14:44:29 ---> Running in 5c7976c9445d 14:44:30 Removing intermediate container 5c7976c9445d 14:44:30 ---> ceecf308d24c 14:44:30 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:44:30 latest: Pulling from library/docker 14:44:30 5f621e34cdf4: Pulling fs layer 14:44:30 85db56a05063: Pulling fs layer 14:44:30 ccb67d6aeaaa: Pulling fs layer 14:44:30 a0b19fc83503: Pulling fs layer 14:44:30 8eb508b41278: Pulling fs layer 14:44:30 37236713561e: Pulling fs layer 14:44:30 07c93f2b1b56: Pulling fs layer 14:44:30 a0b19fc83503: Waiting 14:44:30 8eb508b41278: Waiting 14:44:30 37236713561e: Waiting 14:44:30 07c93f2b1b56: Waiting 14:44:30 ccb67d6aeaaa: Verifying Checksum 14:44:30 ccb67d6aeaaa: Download complete 14:44:30 5f621e34cdf4: Download complete 14:44:30 85db56a05063: Verifying Checksum 14:44:30 85db56a05063: Download complete 14:44:31 37236713561e: Verifying Checksum 14:44:31 37236713561e: Download complete 14:44:31 8eb508b41278: Verifying Checksum 14:44:31 8eb508b41278: Download complete 14:44:31 07c93f2b1b56: Verifying Checksum 14:44:31 07c93f2b1b56: Download complete 14:44:31 5f621e34cdf4: Pull complete 14:44:32 85db56a05063: Pull complete 14:44:32 a0b19fc83503: Verifying Checksum 14:44:32 a0b19fc83503: Download complete 14:44:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:44:32 ccb67d6aeaaa: Pull complete 14:44:36 a0b19fc83503: Pull complete 14:44:36 8eb508b41278: Pull complete 14:44:36 37236713561e: Pull complete 14:44:37 07c93f2b1b56: Pull complete 14:44:37 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 14:44:37 Status: Downloaded newer image for docker:latest 14:44:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:44:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 14:44:40 ---> 7102efb46f86 14:44:40 Step 6/7 : COPY go.mod . 14:44:40 ---> 59be37354731 14:44:40 Step 7/7 : RUN go mod download 14:44:41 ---> Running in cac970801f49 14:44:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:44:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:44:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:44:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:44:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 14:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:44:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:45:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:45:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 14:45:05 $ docker stop --time=1 6f8ecae7d5bc8196ba849cfe0837bb753a007dca95371c5bb12e1a8262ac6f5a 14:45:07 Removing intermediate container cac970801f49 14:45:07 ---> 444f0707a3e6 14:45:07 Successfully built 444f0707a3e6 14:45:07 Successfully tagged ci-base-image-arm64:latest 14:45:08 $ docker rm -f 6f8ecae7d5bc8196ba849cfe0837bb753a007dca95371c5bb12e1a8262ac6f5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { 14:45:09 + docker inspect -f . ci-base-image-arm64 14:45:09 . [Pipeline] withDockerContainer 14:45:12 prd-ubuntu18.04-docker-arm64-4c-16g-9137 does not seem to be running inside a container 14:45:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:45:13 $ docker top 3a7f49037824632ff328e6399323ffdc5ccbb00f4433c6da55d0d0fe78db3639 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 14:45:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:45:14 14:45:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:45:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:45:14 latest: Pulling from edgex-devops/edgex-compose 14:45:14 cbdbe7a5bc2a: Pulling fs layer 14:45:14 ca9280d653b3: Pulling fs layer 14:45:14 7e9c9ca2126c: Pulling fs layer 14:45:15 + go version 14:45:15 go version go1.15.2 linux/arm64 [Pipeline] } 14:45:15 $ docker stop --time=1 3a7f49037824632ff328e6399323ffdc5ccbb00f4433c6da55d0d0fe78db3639 14:45:15 cbdbe7a5bc2a: Verifying Checksum 14:45:15 cbdbe7a5bc2a: Download complete 14:45:16 cbdbe7a5bc2a: Pull complete 14:45:16 ca9280d653b3: Verifying Checksum 14:45:16 ca9280d653b3: Download complete 14:45:17 $ docker rm -f 3a7f49037824632ff328e6399323ffdc5ccbb00f4433c6da55d0d0fe78db3639 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:45:18 + docker inspect -f . ci-base-image-arm64 14:45:18 . [Pipeline] withDockerContainer 14:45:18 ca9280d653b3: Pull complete 14:45:18 prd-ubuntu18.04-docker-arm64-4c-16g-9137 does not seem to be running inside a container 14:45:18 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:45:19 $ docker top cc10c0796805d97fda23c2efdfe89afee0fe2cd3c3e8ca8b5d67fbf737d6f4bb -eo pid,comm [Pipeline] { [Pipeline] echo 14:45:20 ========================================================= 14:45:20 [edgeXBuildGoParallel] Running Tests and Build... 14:45:20 ========================================================= [Pipeline] sh 14:45:20 7e9c9ca2126c: Download complete 14:45:21 + make test 14:45:21 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:45:23 ? github.com/edgexfoundry/edgex-go [no test files] 14:45:29 7e9c9ca2126c: Pull complete 14:45:29 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:45:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:45:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:45:29 prd-centos7-docker-4c-2g-9136 does not seem to be running inside a container 14:45:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:45:30 $ docker top fcdb7afcd9b85f06b50863221549eb3ec5043d85f1885ee57d8993c837a5932d -eo pid,comm [Pipeline] { [Pipeline] sh 14:45:31 + docker-compose build --help 14:45:31 + grep parallel 14:45:33 --parallel Build images in parallel. [Pipeline] } 14:45:33 $ docker stop --time=1 fcdb7afcd9b85f06b50863221549eb3ec5043d85f1885ee57d8993c837a5932d 14:45:34 $ docker rm -f fcdb7afcd9b85f06b50863221549eb3ec5043d85f1885ee57d8993c837a5932d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:45:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:45:35 . [Pipeline] withDockerContainer 14:45:35 prd-centos7-docker-4c-2g-9136 does not seem to be running inside a container 14:45:36 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:45:37 $ docker top 49b3bb2f55fc5172ef7fbd492ac7fcb3089c6fccecb2cec629a8cdf4ccf3dc56 -eo pid,comm [Pipeline] { [Pipeline] sh 14:45:37 + docker-compose -f ./docker-compose-build.yml build --parallel 14:45:39 Building docker-core-command-go ... 14:45:39 Building docker-core-data-go ... 14:45:39 Building docker-core-metadata-go ... 14:45:39 Building docker-security-proxy-setup-go ... 14:45:39 Building docker-security-secrets-setup-go ... 14:45:39 Building docker-security-secretstore-setup-go ... 14:45:39 Building docker-support-logging-go ... 14:45:39 Building docker-support-notifications-go ... 14:45:39 Building docker-support-scheduler-go ... 14:45:39 Building docker-sys-mgmt-agent-go ... 14:45:39 Building docker-core-data-go 14:45:39 Building docker-support-scheduler-go 14:45:39 Building docker-security-secrets-setup-go 14:45:39 Building docker-core-metadata-go 14:45:39 Building docker-security-secretstore-setup-go 14:45:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:46:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:46:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:46:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:46:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:46:14 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.019s 14:46:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 14:46:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:46:14 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 14:46:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:46:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:46:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:46:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:46:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:46:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements 14:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:46:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:46:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:46:27 ---> cac5458f2f86 14:46:27 Step 3/22 : WORKDIR /edgex-go 14:46:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 14:46:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:46:27 ---> cac5458f2f86 14:46:27 Step 3/26 : WORKDIR /edgex-go 14:46:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 14:46:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:46:27 14:46:27 Step 2/29 : FROM ${BUILDER_BASE} AS build-env ---> cac5458f2f86 14:46:27 14:46:27 Step 3/21 : WORKDIR /edgex-go ---> cac5458f2f86 14:46:27 14:46:27 Step 3/29 : WORKDIR /edgex-go 14:46:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 14:46:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:46:27 ---> cac5458f2f86 14:46:27 Step 3/23 : WORKDIR /edgex-go 14:46:28 ---> Running in 9ec0e092be9c 14:46:28 ---> Running in 9d374937d685 14:46:28 ---> Running in 6cfb5a28daf6 14:46:28 ---> Running in 96404fbeb55f 14:46:28 ---> Running in a4c1534d4a70 14:46:29 Removing intermediate container a4c1534d4a70 14:46:29 ---> 6c5218fd75e9 14:46:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:46:29 Removing intermediate container 96404fbeb55f 14:46:29 ---> c41203c025d0 14:46:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:46:29 Removing intermediate container 9ec0e092be9c 14:46:29 ---> e618d94bbecd 14:46:29 Step 4/29 : RUN apk update && apk add make git 14:46:29 Removing intermediate container 6cfb5a28daf6 14:46:29 ---> 56b46247ccd6 14:46:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:46:29 Removing intermediate container 9d374937d685 14:46:29 ---> d1e17167bf95 14:46:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:46:29 ---> Running in d485e3298614 14:46:29 ---> Running in 2a65612f4b66 14:46:29 ---> Running in 83365681a4c4 14:46:29 ---> Running in ed9891c262d7 14:46:29 ---> Running in 80bc0b3d119e 14:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.229s coverage: 27.1% of statements 14:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 14:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements 14:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.407s coverage: 66.0% of statements 14:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:46:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:46:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.409s coverage: 84.5% of statements 14:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:46:33 Removing intermediate container 2a65612f4b66 14:46:33 ---> f81ea5275867 14:46:33 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 14:46:33 Removing intermediate container 80bc0b3d119e 14:46:33 ---> 9d8d730ad8d6 14:46:33 Step 5/21 : RUN apk update && apk add make git 14:46:33 Removing intermediate container 83365681a4c4 14:46:33 ---> 7685487e6175 14:46:33 Step 5/22 : RUN apk update && apk add make git 14:46:33 Removing intermediate container d485e3298614 14:46:33 ---> 8393d1b4efa7 14:46:33 Step 5/26 : RUN apk update && apk add make git 14:46:33 ---> Running in 7b446e82c3f3 14:46:33 ---> Running in f57397ca98a7 14:46:33 ---> Running in b4993050d723 14:46:33 ---> Running in 998d5a3e7aeb 14:46:33 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:46:33 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:46:33 OK: 12752 distinct packages available 14:46:35 OK: 233 MiB in 51 packages 14:46:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:46:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:46:36 Removing intermediate container ed9891c262d7 14:46:36 ---> fc8e19ef5747 14:46:36 Step 5/29 : COPY go.mod . 14:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:46:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.446s coverage: 28.6% of statements 14:46:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:46:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:46:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:46:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:46:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:46:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 14:46:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:46:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements 14:46:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:46:37 ---> ec5e7567d92d 14:46:37 Step 6/29 : RUN go mod download 14:46:37 ---> Running in 36ed180df16a 14:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:46:37 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:46:37 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:46:37 OK: 12752 distinct packages available 14:46:37 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:46:37 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:46:37 OK: 12752 distinct packages available 14:46:37 OK: 233 MiB in 51 packages 14:46:37 OK: 233 MiB in 51 packages 14:46:38 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:46:38 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:46:38 OK: 12752 distinct packages available 14:46:38 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:46:38 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:46:38 OK: 12752 distinct packages available 14:46:38 OK: 233 MiB in 51 packages 14:46:38 OK: 233 MiB in 51 packages 14:46:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.065s coverage: 86.7% of statements 14:46:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:46:40 Removing intermediate container b4993050d723 14:46:40 ---> 614833efdcd1 14:46:40 Step 6/22 : COPY go.mod . 14:46:40 Removing intermediate container 7b446e82c3f3 14:46:40 ---> 5ec888b2c53a 14:46:40 Step 6/23 : COPY go.mod . 14:46:40 Removing intermediate container f57397ca98a7 14:46:40 ---> 06ac329eb70b 14:46:40 Step 6/21 : COPY go.mod . 14:46:40 Removing intermediate container 998d5a3e7aeb 14:46:40 ---> 9aa8b7fbaf98 14:46:40 Step 6/26 : COPY go.mod . 14:46:40 ---> 203724a2b311 14:46:40 Step 7/22 : RUN go mod download 14:46:40 ---> Running in f29338324538 14:46:40 ---> ed2fa6c74d3e 14:46:40 Step 7/23 : RUN go mod download 14:46:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements 14:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:46:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.107s coverage: 100.0% of statements 14:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:46:41 ---> Running in 46c89d1dd422 14:46:41 ---> 9efabab6fdb6 14:46:41 Step 7/21 : RUN go mod download 14:46:41 ---> cb58a86bf34a 14:46:41 Step 7/26 : RUN go mod download 14:46:41 ---> Running in c9d0d080b6c3 14:46:41 ---> Running in 94c01fbca7bc 14:46:42 Removing intermediate container 36ed180df16a 14:46:42 ---> 0b03a381aefb 14:46:42 Step 7/29 : COPY . . 14:46:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.187s coverage: 95.7% of statements 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:46:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:46:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.0% of statements [no tests to run] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:46:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:46:44 Removing intermediate container f29338324538 14:46:44 ---> fadbce813b21 14:46:44 Step 8/22 : COPY . . 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 63.5% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.021s coverage: 100.0% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.018s coverage: 91.3% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.010s coverage: 100.0% of statements 14:46:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements 14:46:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.013s coverage: 100.0% of statements 14:46:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.292s coverage: 55.9% of statements 14:46:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:46:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:46:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 14:46:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 14:46:50 Removing intermediate container 46c89d1dd422 14:46:50 ---> d1b8b78e613c 14:46:50 Step 8/23 : COPY . . 14:46:50 Removing intermediate container c9d0d080b6c3 14:46:50 ---> 4611db00ea35 14:46:50 Step 8/21 : COPY . . 14:46:53 Removing intermediate container 94c01fbca7bc 14:46:53 ---> 26132ccbbdad 14:46:53 Step 8/26 : COPY . . 14:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.768s coverage: 86.3% of statements 14:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 14:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.256s coverage: 72.2% of statements 14:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.423s coverage: 72.1% of statements 14:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements 14:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements 14:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 14:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 14:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 14:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.016s coverage: 28.8% of statements 14:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 14:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements 14:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 14:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.072s coverage: 36.5% of statements 14:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.330s coverage: 84.1% of statements 14:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.051s coverage: 100.0% of statements 14:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.048s coverage: 42.9% of statements 14:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 14:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 14:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.017s coverage: 100.0% of statements 14:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 14:47:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.027s coverage: 83.8% of statements 14:47:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 14:47:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.151s coverage: 47.1% of statements 14:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:47:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements 14:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:47:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements 14:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:47:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements 14:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:47:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.233s coverage: 29.1% of statements 14:47:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:47:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:47:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:47:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:47:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:47:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 14:47:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:47:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 14:47:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:47:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements 14:47:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:47:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 14:47:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:47:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:47:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:47:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:47:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 14:47:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:47:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:47:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 14:47:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements 14:47:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements 14:47:13 GO111MODULE=on go vet ./... 14:47:35 gofmt -l . 14:47:35 [ "`gofmt -l .`" = "" ] 14:47:38 ./bin/test-go-mod-tidy.sh 14:47:39 ./bin/test-attribution-txt.sh 14:47:41 ---> 63eb6aed56a3 14:47:41 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 14:47:41 ---> 2d5d441285b6 14:47:41 Step 9/22 : RUN make cmd/core-metadata/core-metadata 14:47:41 ---> Running in a73c01bf6b7c 14:47:41 ---> Running in 14968d3fe1b6 14:47:41 ---> c90c9b3a9e7a 14:47:41 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 14:47:42 ---> 6f21fc21e174 14:47:42 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 14:47:42 ---> 5a1d17e83593 14:47:42 Step 9/23 : RUN make cmd/core-data/core-data 14:47:42 ---> Running in 7d5969cddbc6 14:47:42 ---> Running in 54c7e7a329c1 14:47:42 ---> Running in 76e223f877fc [Pipeline] sh 14:47:44 + ls -al . 14:47:44 total 660 14:47:44 drwxrwxr-x 9 1001 1001 4096 Oct 27 14:47 . 14:47:44 drwxr-xr-x 4 root root 4096 Oct 27 14:45 .. 14:47:44 -rw-rw-r-- 1 1001 1001 11 Oct 27 14:43 .dockerignore 14:47:44 drwxrwxr-x 8 1001 1001 4096 Oct 27 14:43 .git 14:47:44 drwxrwxr-x 3 1001 1001 4096 Oct 27 14:43 .github 14:47:44 -rw-rw-r-- 1 1001 1001 932 Oct 27 14:43 .gitignore 14:47:44 -rw-rw-r-- 1 1001 1001 166 Oct 27 14:43 .sonarcloud.properties 14:47:44 -rw-rw-r-- 1 1001 1001 3804 Oct 27 14:43 CONTRIBUTING.md 14:47:44 -rw-rw-r-- 1 1001 1001 1035 Oct 27 14:43 Dockerfile.build 14:47:44 -rw-rw-r-- 1 1001 1001 863 Oct 27 14:43 Jenkinsfile 14:47:44 -rw-rw-r-- 1 1001 1001 10775 Oct 27 14:43 LICENSE 14:47:44 -rw-rw-r-- 1 1001 1001 6237 Oct 27 14:43 Makefile 14:47:44 -rw-rw-r-- 1 1001 1001 6447 Oct 27 14:43 README.md 14:47:44 -rw-rw-r-- 1 1001 1001 259 Oct 27 14:43 SECURITY.md 14:47:44 -rw-rw-r-- 1 1001 1001 5 Oct 27 14:41 VERSION 14:47:44 -rw-rw-r-- 1 1001 1001 4131 Oct 27 14:43 ZMQWindows.md 14:47:44 drwxrwxr-x 2 1001 1001 4096 Oct 27 14:43 bin 14:47:44 drwxrwxr-x 15 1001 1001 4096 Oct 27 14:43 cmd 14:47:44 -rw-r--r-- 1 root root 539324 Oct 27 14:47 coverage.out 14:47:44 -rw-r--r-- 1 root root 1041 Oct 27 14:47 go.mod 14:47:44 -rw-r--r-- 1 root root 19010 Oct 27 14:47 go.sum 14:47:44 drwxrwxr-x 8 1001 1001 4096 Oct 27 14:43 internal 14:47:44 drwxrwxr-x 4 1001 1001 4096 Oct 27 14:43 openapi 14:47:44 drwxrwxr-x 4 1001 1001 4096 Oct 27 14:43 snap 14:47:44 -rw-rw-r-- 1 1001 1001 168 Oct 27 14:43 version.go [Pipeline] sh 14:47:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:47:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:47:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 14:47:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:47:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:47:44 + '[' -e coverage.out ] 14:47:44 + chown 1001:1001 coverage.out [Pipeline] stash 14:47:44 Warning: overwriting stash ‘coverage-report’ 14:47:46 Stashed 1 file(s) [Pipeline] sh 14:47:46 + make build 14:47:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:48:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:48:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:48:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 14:48:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:48:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:48:32 Removing intermediate container a73c01bf6b7c 14:48:32 ---> f2dfdb74fbbb 14:48:32 14:48:32 Step 9/29 : FROM alpine:latest 14:48:32 latest: Pulling from library/alpine 14:48:32 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 14:48:32 Status: Downloaded newer image for alpine:latest 14:48:32 ---> d6e46aa2470d 14:48:32 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 14:48:32 ---> Running in 795b6cc02701 14:48:33 Removing intermediate container 795b6cc02701 14:48:33 ---> fd0e2e9ed336 14:48:33 Step 11/29 : USER root 14:48:33 ---> Running in 01fad78cfced 14:48:33 Removing intermediate container 01fad78cfced 14:48:33 ---> 16d0eedb46e7 14:48:33 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 14:48:34 ---> Running in 480fc1767181 14:48:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:48:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:48:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 14:48:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:48:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:48:39 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:48:39 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:48:39 OK: 12744 distinct packages available 14:48:39 (1/2) Installing ca-certificates (20191127-r4) 14:48:39 (2/2) Installing dumb-init (1.2.2-r1) 14:48:39 Executing busybox-1.31.1-r19.trigger 14:48:39 Executing ca-certificates-20191127-r4.trigger 14:48:39 OK: 6 MiB in 16 packages 14:48:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:48:43 Removing intermediate container 480fc1767181 14:48:43 ---> c9765ac049c1 14:48:43 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 14:48:43 Removing intermediate container 7d5969cddbc6 14:48:43 ---> dcf34533d121 14:48:43 14:48:43 Step 10/21 : FROM scratch 14:48:43 ---> 14:48:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:48:43 ---> Running in 44a3e0a2c9e9 14:48:43 ---> Running in ba2572903525 14:48:43 Removing intermediate container 44a3e0a2c9e9 14:48:43 ---> 25f2fda7d695 14:48:43 Step 14/29 : WORKDIR $BASE_DIR 14:48:44 ---> Running in 3016c0703c2c 14:48:44 Removing intermediate container ba2572903525 14:48:44 ---> c1947070cbe7 14:48:44 Step 12/21 : ENV APP_PORT=48085 14:48:45 ---> Running in 6f735fae3be6 14:48:45 Removing intermediate container 3016c0703c2c 14:48:45 ---> 68f1d008f61f 14:48:45 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 14:48:45 Removing intermediate container 54c7e7a329c1 14:48:45 ---> 67546a1922be 14:48:45 14:48:45 Step 10/26 : FROM alpine:3.10 14:48:45 ---> Running in fe246bc09896 14:48:45 Removing intermediate container 6f735fae3be6 14:48:45 ---> 4dd05fa64627 14:48:45 Step 13/21 : EXPOSE $APP_PORT 14:48:45 ---> Running in fd3fbe4efde7 14:48:45 3.10: Pulling from library/alpine 14:48:46 Removing intermediate container fd3fbe4efde7 14:48:46 ---> 175adf65554f 14:48:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 14:48:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 14:48:47 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 14:48:47 Status: Downloaded newer image for alpine:3.10 14:48:47 ---> be4e4bea2c2e 14:48:47 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 14:48:49 ---> b4f480474de8 14:48:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:48:49 ---> Running in 8ae8d62b337c 14:48:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:48:50 Removing intermediate container 14968d3fe1b6 14:48:50 ---> 8f8496ccef16 14:48:50 14:48:50 Step 10/22 : FROM scratch 14:48:50 ---> 14:48:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:48:50 Removing intermediate container fe246bc09896 14:48:50 ---> 2cbb4021261c 14:48:50 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 14:48:50 ---> Using cache 14:48:50 ---> c1947070cbe7 14:48:50 Step 12/22 : ENV APP_PORT=48081 14:48:50 ---> ecd958c75554 14:48:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 14:48:50 ---> Running in 7f0e81d4a32c 14:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 14:48:51 Removing intermediate container 7f0e81d4a32c 14:48:51 ---> 08e7ff7ab1d5 14:48:51 Step 13/22 : EXPOSE $APP_PORT 14:48:51 ---> Running in bfd146d4da2d 14:48:51 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 14:48:51 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 14:48:51 OK: 10346 distinct packages available 14:48:51 ---> a0e759a338a1 14:48:51 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 14:48:51 ---> 485120f5e2d4 14:48:51 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 14:48:51 (1/5) Installing ca-certificates (20191127-r2) 14:48:52 Removing intermediate container bfd146d4da2d 14:48:52 ---> d9aaacc41b26 14:48:52 Step 14/22 : WORKDIR / 14:48:52 ---> Running in 087f18a48dbb 14:48:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:48:53 ---> Running in a7083321b0c0 14:48:53 ---> 7aff1a776a86 14:48:53 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 14:48:53 Removing intermediate container 087f18a48dbb 14:48:53 ---> d93e91323c67 14:48:53 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:48:54 (2/5) Installing nghttp2-libs (1.39.2-r1) 14:48:54 (3/5) Installing libcurl (7.66.0-r1) 14:48:54 (4/5) Installing curl (7.66.0-r1) 14:48:54 ---> 42fae47cd1b6 14:48:54 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 14:48:54 (5/5) Installing dumb-init (1.2.2-r1) 14:48:54 Executing busybox-1.30.1-r3.trigger 14:48:54 Executing ca-certificates-20191127-r2.trigger 14:48:54 OK: 7 MiB in 19 packages 14:48:55 Removing intermediate container 76e223f877fc 14:48:55 ---> a9e9a612dbf6 14:48:55 14:48:55 Step 10/23 : FROM alpine 14:48:55 ---> d6e46aa2470d 14:48:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:48:55 ---> Running in a3058d90aba9 14:48:55 Removing intermediate container a7083321b0c0 14:48:55 ---> 775079d327b8 14:48:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 14:48:55 ---> dbfa3c58ec4b 14:48:55 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 14:48:55 ---> Running in a2128d76cb23 14:48:56 Removing intermediate container a3058d90aba9 14:48:56 ---> 426160af88dd 14:48:56 Step 19/21 : LABEL arch=x86_64 14:48:56 ---> 466ec4988b96 14:48:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:48:56 ---> Running in 449745d5d247 14:48:56 Removing intermediate container a2128d76cb23 14:48:56 ---> bc379ac9a206 14:48:56 Step 12/23 : ENV APP_PORT=48080 14:48:56 ---> 4d74a5a43cff 14:48:56 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 14:48:56 Removing intermediate container 8ae8d62b337c 14:48:56 ---> aeb31793db05 14:48:56 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:48:56 ---> Running in 25f73d9cbb03 14:48:56 ---> Running in bb3a6a2e14ca 14:48:57 ---> Running in 0ccf8798771d 14:48:57 Removing intermediate container 449745d5d247 14:48:57 ---> 6a62e9b962b9 14:48:57 Step 20/21 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:48:57 ---> Running in a8d29f9ff675 14:48:57 Removing intermediate container 25f73d9cbb03 14:48:57 ---> d4e931a63ad1 14:48:57 Step 13/23 : EXPOSE $APP_PORT 14:48:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:48:57 ---> 0be5ad17d838 14:48:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:48:57 Removing intermediate container 0ccf8798771d 14:48:57 ---> e9eb322af619 14:48:57 Step 13/26 : WORKDIR / 14:48:57 ---> Running in f0bca262f348 14:48:57 ---> Running in 8a40dd23d92c 14:48:57 Removing intermediate container a8d29f9ff675 14:48:57 ---> 2bf3bbc6055d 14:48:57 Step 21/21 : LABEL version=0.0.0 14:48:57 Removing intermediate container f0bca262f348 14:48:57 ---> 3dea693f3e4d 14:48:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:48:57 ---> Running in 19bcb1c60145 14:48:58 ---> bb188326937a 14:48:58 Step 18/22 : ENTRYPOINT ["/core-metadata"] 14:48:58 Removing intermediate container 8a40dd23d92c 14:48:58 ---> 60378f4924ff 14:48:58 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:48:58 ---> Running in 13fd62fe9a68 14:48:58 ---> Running in 0d772e0920d0 14:48:58 Removing intermediate container 19bcb1c60145 14:48:58 ---> b335ecd39082 14:48:58 14:48:58 ---> c3cf88cb3a60 14:48:58 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:48:58 Removing intermediate container 0d772e0920d0 14:48:58 ---> dc51bb8180a6 14:48:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:48:58 Removing intermediate container bb3a6a2e14ca 14:48:58 ---> 49088f9052af 14:48:58 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 14:48:59 Successfully built b335ecd39082 14:48:59 ---> Running in 80aca914b83a 14:48:59 Successfully tagged docker-support-scheduler-go:latest 14:48:59 Building docker-support-notifications-go 14:48:59  Building docker-support-scheduler-go ... done  ---> 6922c30848da 14:48:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:48:59 Removing intermediate container 80aca914b83a 14:48:59 ---> c2934583b5df 14:48:59 Step 20/22 : LABEL arch=x86_64 14:48:59 ---> 43d94a72f8bc 14:48:59 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:48:59 ---> Running in aba65b0cd344 14:48:59 ---> Running in c899bb5898ab 14:48:59 ---> 612c3e9c9662 14:48:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 14:49:00 Removing intermediate container aba65b0cd344 14:49:00 ---> 2b70a1fd123d 14:49:00 Step 21/22 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:49:00 Removing intermediate container 13fd62fe9a68 14:49:00 ---> 074a1dc4d4ed 14:49:00 Step 15/23 : RUN apk --no-cache add zeromq 14:49:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 14:49:01 ---> Running in ce1f5abd5f2e 14:49:01 ---> ae4dcf7663e6 14:49:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:49:01 ---> Running in bdd9c53e8aa9 14:49:01 Removing intermediate container ce1f5abd5f2e 14:49:01 ---> ab05493582c0 14:49:01 Step 22/22 : LABEL version=0.0.0 14:49:02 ---> Running in 452894780e22 14:49:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:49:03 ---> e26ea4060ebb 14:49:03 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:49:03 Removing intermediate container 452894780e22 14:49:03 ---> cfbcc991416d 14:49:03 14:49:03 Successfully built cfbcc991416d 14:49:03 Successfully tagged docker-core-metadata-go:latest 14:49:03  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 14:49:03 Removing intermediate container c899bb5898ab 14:49:03 ---> dabf9f43bcac 14:49:03 Step 24/29 : RUN chmod 755 security-secrets-setup 14:49:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:49:04 ---> Running in 4616fb0932af [Pipeline] } 14:49:04 $ docker stop --time=1 cc10c0796805d97fda23c2efdfe89afee0fe2cd3c3e8ca8b5d67fbf737d6f4bb 14:49:04 (1/5) Installing libgcc (9.3.0-r2) 14:49:04 (2/5) Installing libsodium (1.0.18-r0) 14:49:04 (3/5) Installing libstdc++ (9.3.0-r2) 14:49:05 (4/5) Installing libzmq (4.3.3-r0) 14:49:06 (5/5) Installing zeromq (4.3.3-r0) 14:49:06 ---> 1b7a4bf1a01f 14:49:06 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 14:49:06 Executing busybox-1.31.1-r19.trigger 14:49:06 OK: 8 MiB in 19 packages 14:49:06 $ docker rm -f cc10c0796805d97fda23c2efdfe89afee0fe2cd3c3e8ca8b5d67fbf737d6f4bb 14:49:07 ---> f21e47e22145 14:49:07 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:49:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:49:08 14:49:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:49:09 ---> 2a0d3fd08c27 14:49:09 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:49:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:49:09 latest: Pulling from edgex-devops/edgex-compose-arm64 14:49:09 29e5d40040c1: Pulling fs layer 14:49:09 1ce36da41761: Pulling fs layer 14:49:09 25b303627fd3: Pulling fs layer 14:49:10 Removing intermediate container bdd9c53e8aa9 14:49:10 ---> a231410df980 14:49:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 14:49:10 29e5d40040c1: Verifying Checksum 14:49:10 29e5d40040c1: Download complete 14:49:10 ---> Running in cdf49f1b69f4 14:49:10 1ce36da41761: Verifying Checksum 14:49:10 1ce36da41761: Download complete 14:49:11 Removing intermediate container 4616fb0932af 14:49:11 ---> 05edec4def51 14:49:11 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 14:49:11 29e5d40040c1: Pull complete 14:49:12 ---> Running in 4c9ce4628ee9 14:49:12 ---> 894108627831 14:49:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:49:12 1ce36da41761: Pull complete 14:49:12 25b303627fd3: Verifying Checksum 14:49:12 25b303627fd3: Download complete 14:49:14 Removing intermediate container 4c9ce4628ee9 14:49:14 ---> cad6a1a06647 14:49:14 Step 26/29 : CMD [ "generate" ] 14:49:15 ---> Running in eb6ff3acc79d 14:49:15 ---> 21d1ca5f4372 14:49:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:49:16 Removing intermediate container eb6ff3acc79d 14:49:16 ---> 28093f3ffbaf 14:49:16 Step 27/29 : LABEL arch=x86_64 14:49:18 ---> Running in 1a65d551e01a 14:49:18 Removing intermediate container cdf49f1b69f4 14:49:18 ---> bbb7de0e8059 14:49:18 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 14:49:18 ---> 8b233954dcd3 14:49:18 Step 19/23 : ENTRYPOINT ["/core-data"] 14:49:18 ---> Running in 9e4c106dd86b 14:49:19 ---> Running in f79a36bc1db5 14:49:20 Removing intermediate container 1a65d551e01a 14:49:20 ---> 8192aec70b20 14:49:20 Step 28/29 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:49:20 Removing intermediate container 9e4c106dd86b 14:49:20 ---> b1431ff33457 14:49:20 Step 24/26 : LABEL arch=x86_64 14:49:20 ---> Running in 3777f6e0ff7e 14:49:20 ---> Running in fa35a11edf46 14:49:21 Removing intermediate container f79a36bc1db5 14:49:21 ---> 51cd6819f01f 14:49:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:49:21 ---> Running in 10d4892dfedd 14:49:22 Removing intermediate container 3777f6e0ff7e 14:49:22 ---> 9ef6ebe7780c 14:49:22 Step 29/29 : LABEL version=0.0.0 14:49:22 Removing intermediate container fa35a11edf46 14:49:22 ---> 2554e9ec11fe 14:49:22 Step 25/26 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:49:22 25b303627fd3: Pull complete 14:49:22 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:49:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:49:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:49:22 ---> Running in 7c1f27acace4 14:49:22 ---> Running in d68d684a90da 14:49:23 prd-ubuntu18.04-docker-arm64-4c-16g-9137 does not seem to be running inside a container 14:49:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:49:23 Removing intermediate container 10d4892dfedd 14:49:23 ---> f34cfbe177bd 14:49:23 Step 21/23 : LABEL arch=x86_64 14:49:24 ---> Running in 73e3259db354 14:49:24 Removing intermediate container 7c1f27acace4 14:49:24 ---> 1300c0afb74a 14:49:24 Step 26/26 : LABEL version=0.0.0 14:49:25 Removing intermediate container d68d684a90da 14:49:25 ---> 372cab8dad46 14:49:25 14:49:26 ---> Running in ec50fb6e52aa 14:49:26 $ docker top fc67a2bc7db69be9868b159c54a243737ee0b710335f104ff843922ad62b4ee8 -eo pid,comm [Pipeline] { [Pipeline] sh 14:49:26 Removing intermediate container 73e3259db354 14:49:26 ---> 14ffd2d32370 14:49:26 Step 22/23 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:49:27 Successfully built 372cab8dad46 14:49:27 Successfully tagged docker-security-secrets-setup-go:latest 14:49:27  Building docker-security-secrets-setup-go ... done Building docker-core-command-go 14:49:27 ---> Running in 61f207b2fb61 14:49:27 Removing intermediate container ec50fb6e52aa 14:49:27 ---> c50355815919 14:49:27 14:49:27 + docker-compose build --help 14:49:27 + grep parallel 14:49:28 Successfully built c50355815919 14:49:28 Successfully tagged docker-security-secretstore-setup-go:latest 14:49:28  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 14:49:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 14:49:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:49:28 ---> cac5458f2f86 14:49:28 Step 3/24 : WORKDIR /edgex-go 14:49:28 ---> Using cache 14:49:28 ---> d1e17167bf95 14:49:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:49:28 ---> Using cache 14:49:28 ---> 9d8d730ad8d6 14:49:28 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 14:49:29 Removing intermediate container 61f207b2fb61 14:49:29 ---> 9237c4596bc6 14:49:29 Step 23/23 : LABEL version=0.0.0 14:49:29 ---> Running in cc943c48b410 14:49:29 ---> Running in 0dc349f35347 14:49:31 --parallel Build images in parallel. 14:49:31 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 14:49:31 Step 2/27 : FROM ${BUILDER_BASE} AS builder 14:49:31 ---> cac5458f2f86 14:49:31 Step 3/27 : WORKDIR /edgex-go 14:49:31 ---> Using cache 14:49:31 ---> d1e17167bf95 14:49:31 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:49:31 ---> Using cache 14:49:31 ---> 9d8d730ad8d6 14:49:31 Step 5/27 : RUN apk update && apk add make bash git [Pipeline] } 14:49:31 $ docker stop --time=1 fc67a2bc7db69be9868b159c54a243737ee0b710335f104ff843922ad62b4ee8 14:49:32 ---> Running in 98dd777f3819 14:49:33 $ docker rm -f fc67a2bc7db69be9868b159c54a243737ee0b710335f104ff843922ad62b4ee8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 14:49:33 Removing intermediate container 0dc349f35347 14:49:33 ---> 40312bbda8ad 14:49:33 14:49:33 Successfully built 40312bbda8ad 14:49:33 Successfully tagged docker-core-data-go:latest 14:49:33 Building docker-security-proxy-setup-go 14:49:33  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 14:49:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:49:34 . [Pipeline] withDockerContainer 14:49:34 prd-ubuntu18.04-docker-arm64-4c-16g-9137 does not seem to be running inside a container 14:49:34 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:49:35 $ docker top eb319edabb54e2a864ff5d180d84becde1a568fcbb76db9f9d57d463f17444b3 -eo pid,comm 14:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:49:36 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:49:36 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:49:36 OK: 12752 distinct packages available [Pipeline] { [Pipeline] sh 14:49:36 OK: 233 MiB in 51 packages 14:49:36 + docker-compose -f ./docker-compose-build.yml build --parallel 14:49:37 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:49:37 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:49:37 OK: 12752 distinct packages available 14:49:37 OK: 233 MiB in 51 packages 14:49:37 Removing intermediate container cc943c48b410 14:49:37 ---> e38933a868ef 14:49:37 Step 6/24 : COPY go.mod . 14:49:38 ---> 845030625879 14:49:38 Step 7/24 : RUN go mod download 14:49:38 ---> Running in dad229dc42bb 14:49:38 Removing intermediate container 98dd777f3819 14:49:38 ---> 78c1cbc3f827 14:49:38 Step 6/27 : COPY go.mod . 14:49:39 ---> 8835acf17e52 14:49:39 Step 7/27 : RUN go mod download 14:49:40 ---> Running in 064c26ecfa31 14:49:40 Building docker-core-command-go ... 14:49:40 Building docker-core-data-go ... 14:49:40 Building docker-core-metadata-go ... 14:49:40 Building docker-security-proxy-setup-go ... 14:49:40 Building docker-security-secrets-setup-go ... 14:49:40 Building docker-security-secretstore-setup-go ... 14:49:40 Building docker-support-logging-go ... 14:49:40 Building docker-support-notifications-go ... 14:49:40 Building docker-support-scheduler-go ... 14:49:40 Building docker-sys-mgmt-agent-go ... 14:49:40 Building docker-security-proxy-setup-go 14:49:40 Building docker-support-logging-go 14:49:40 Building docker-sys-mgmt-agent-go 14:49:40 Building docker-security-secretstore-setup-go 14:49:40 Building docker-core-data-go 14:49:43 Removing intermediate container dad229dc42bb 14:49:43 ---> ece85e9bcb31 14:49:43 Step 8/24 : COPY . . 14:49:44 Removing intermediate container 064c26ecfa31 14:49:44 ---> 9885ee30317d 14:49:44 Step 8/27 : COPY . . 14:49:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:49:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:49:59 ---> cac5458f2f86 14:49:59 Step 3/22 : WORKDIR /edgex-go 14:49:59 ---> Using cache 14:49:59 ---> d1e17167bf95 14:49:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:49:59 ---> Using cache 14:49:59 ---> 9d8d730ad8d6 14:49:59 Step 5/22 : RUN apk update && apk add make && apk add bash git 14:49:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:49:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:49:59 ---> cac5458f2f86 14:49:59 Step 3/22 : WORKDIR /edgex-go 14:49:59 ---> Using cache 14:49:59 ---> d1e17167bf95 14:49:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:49:59 ---> Using cache 14:49:59 ---> 9d8d730ad8d6 14:49:59 Step 5/22 : RUN apk update && apk add make git 14:49:59 ---> Using cache 14:49:59 ---> 06ac329eb70b 14:49:59 Step 6/22 : COPY go.mod . 14:49:59 ---> Using cache 14:49:59 ---> 9efabab6fdb6 14:49:59 Step 7/22 : RUN go mod download 14:49:59 ---> Using cache 14:49:59 ---> 4611db00ea35 14:49:59 Step 8/22 : COPY . . 14:50:00 ---> Using cache 14:50:00 ---> c90c9b3a9e7a 14:50:00 Step 9/22 : RUN make cmd/core-command/core-command 14:50:02 ---> Running in 525ddce6fd99 14:50:02 ---> Running in 7b5f5df5784f 14:50:02 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 14:50:02 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:50:02 ---> cac5458f2f86 14:50:02 Step 3/20 : WORKDIR /edgex-go 14:50:02 ---> Using cache 14:50:02 ---> d1e17167bf95 14:50:02 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:50:02 ---> Using cache 14:50:02 ---> 9d8d730ad8d6 14:50:02 Step 5/20 : RUN apk update && apk add make git 14:50:02 ---> Using cache 14:50:02 ---> 06ac329eb70b 14:50:02 Step 6/20 : COPY go.mod . 14:50:02 ---> Using cache 14:50:02 ---> 9efabab6fdb6 14:50:02 Step 7/20 : RUN go mod download 14:50:02 ---> Using cache 14:50:02 ---> 4611db00ea35 14:50:02 Step 8/20 : COPY . . 14:50:02 ---> Using cache 14:50:02 ---> c90c9b3a9e7a 14:50:02 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 14:50:04 ---> Running in 946567b6452a 14:50:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:50:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:50:07 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:50:07 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:50:07 OK: 12752 distinct packages available 14:50:08 OK: 233 MiB in 51 packages 14:50:09 OK: 233 MiB in 51 packages 14:50:14 Removing intermediate container 525ddce6fd99 14:50:14 ---> 66bba1d9c88a 14:50:14 Step 6/22 : COPY go.mod . 14:50:17 ---> 5f4329fa14d0 14:50:17 Step 7/22 : RUN go mod download 14:50:17 ---> Running in 0f18a88d7429 14:50:28 Removing intermediate container 0f18a88d7429 14:50:28 ---> 81e75da3b823 14:50:28 Step 8/22 : COPY . . 14:50:34 ---> 3ce635b2adeb 14:50:34 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:50:34 ---> 617a643e0917 14:50:34 Step 9/24 : RUN make cmd/support-notifications/support-notifications 14:50:35 ---> Running in 2483a893d87c 14:50:35 ---> Running in 7def41720c95 14:50:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:50:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:50:56 Removing intermediate container 946567b6452a 14:50:56 ---> 60a519d804c6 14:50:56 14:50:56 Step 10/20 : FROM alpine 14:50:56 ---> d6e46aa2470d 14:50:56 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 14:50:56 ---> Running in 06ff6dc0ae30 14:50:56 Removing intermediate container 7b5f5df5784f 14:50:56 ---> 2764d5d5a44d 14:50:56 14:50:56 Step 10/22 : FROM scratch 14:50:56 ---> 14:50:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:50:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:50:57 ---> Using cache 14:50:57 ---> c1947070cbe7 14:50:57 Step 12/22 : ENV APP_PORT=48082 14:50:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:50:57 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:50:57 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:50:57 OK: 12744 distinct packages available 14:50:57 ---> Running in f48aeebd8338 14:50:57 (1/4) Installing ca-certificates (20191127-r4) 14:50:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:50:58 (3/4) Installing libcurl (7.69.1-r1) 14:50:58 (4/4) Installing curl (7.69.1-r1) 14:50:58 Executing busybox-1.31.1-r19.trigger 14:50:58 Executing ca-certificates-20191127-r4.trigger 14:50:58 OK: 7 MiB in 18 packages 14:50:59 Removing intermediate container f48aeebd8338 14:50:59 ---> 32ea3713c839 14:50:59 Step 13/22 : EXPOSE $APP_PORT 14:50:59 ---> Running in 4330279c4450 14:51:00 Removing intermediate container 4330279c4450 14:51:00 ---> 05ceaec6480f 14:51:00 Step 14/22 : WORKDIR / 14:51:00 ---> Running in 5437f9e8c980 14:51:01 Removing intermediate container 5437f9e8c980 14:51:01 ---> 79f067bf804b 14:51:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 14:51:01 Removing intermediate container 06ff6dc0ae30 14:51:01 ---> 8615af332ab6 14:51:01 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:51:02 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 14:51:02 Step 2/27 : FROM ${BUILDER_BASE} AS builder 14:51:02 ---> 444f0707a3e6 14:51:02 Step 3/27 : WORKDIR /edgex-go 14:51:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:51:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:51:02 ---> 444f0707a3e6 14:51:02 Step 3/22 : WORKDIR /edgex-go 14:51:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 14:51:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:51:02 ---> 444f0707a3e6 14:51:02 Step 3/26 : WORKDIR /edgex-go 14:51:02 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 14:51:02 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:51:02 ---> 444f0707a3e6 14:51:02 Step 3/20 : WORKDIR /edgex-go 14:51:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 14:51:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:51:02 ---> 444f0707a3e6 14:51:02 Step 3/23 : WORKDIR /edgex-go 14:51:02 ---> Running in f651686bb5d2 14:51:02 ---> Running in 00aae6e1b56d 14:51:02 ---> Running in bde36e89f1df 14:51:02 ---> Running in 2a5b827251ae 14:51:02 ---> Running in c59971d6d48d 14:51:02 Removing intermediate container bde36e89f1df 14:51:02 Removing intermediate container f651686bb5d2 14:51:02 Removing intermediate container 2a5b827251ae 14:51:02 ---> 92b197af2e40 14:51:02 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:02 ---> 3bbac9f31413 14:51:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:02 ---> 8b53e6dac9b5 14:51:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:02 Removing intermediate container c59971d6d48d 14:51:02 ---> 5fc23886cfe6 14:51:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:02 Removing intermediate container 00aae6e1b56d 14:51:02 ---> 37a837911ca8 14:51:02 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:02 ---> Running in e0a6703221ea 14:51:02 ---> Running in 3520c025a3e7 14:51:02 ---> Running in 90c375ec43df 14:51:02 ---> Running in c57968f65501 14:51:02 ---> Running in baf558a5253b 14:51:02 ---> 3bb443fffaea 14:51:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:51:02 ---> Running in 13bd78717571 14:51:03 ---> f003b1a3249a 14:51:03 Step 9/22 : RUN make cmd/support-logging/support-logging 14:51:03 Removing intermediate container 13bd78717571 14:51:03 ---> ea57a053ad2a 14:51:03 Step 13/20 : WORKDIR /edgex 14:51:03 ---> Running in 6ab5944abbfa 14:51:03 ---> Running in 9897cc69b3c4 14:51:04 Removing intermediate container 9897cc69b3c4 14:51:04 ---> 34cb9a1ec909 14:51:04 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:51:04 ---> b019ef511d2a 14:51:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:51:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 14:51:05 ---> 078554982dd1 14:51:05 Step 18/22 : ENTRYPOINT ["/core-command"] 14:51:05 Removing intermediate container 3520c025a3e7 14:51:05 ---> fff617569113 14:51:05 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 14:51:05 ---> Running in 1d8c9dc18212 14:51:05 ---> 84570ed9cd13 14:51:05 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:51:05 Removing intermediate container e0a6703221ea 14:51:05 ---> 7599358d5cc8 14:51:05 Step 5/20 : RUN apk update && apk add make git 14:51:05 Removing intermediate container c57968f65501 14:51:05 ---> c282bcccc1d8 14:51:05 Step 5/22 : RUN apk update && apk add make && apk add bash git 14:51:05 ---> Running in 9bad28e50c18 14:51:06 ---> Running in 92b0536dbb20 14:51:06 Removing intermediate container 90c375ec43df 14:51:06 ---> be9b8a8c411d 14:51:06 Step 5/26 : RUN apk update && apk add make git 14:51:06 ---> Running in b6d5f908120d 14:51:06 Removing intermediate container baf558a5253b 14:51:06 ---> c27e1a7f08f9 14:51:06 Step 5/27 : RUN apk update && apk add make bash git 14:51:06 ---> Running in 80aafa28f5a0 14:51:06 ---> Running in a790e63b57f4 14:51:07 Removing intermediate container 9bad28e50c18 14:51:07 ---> 508a5f1d989a 14:51:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:51:07 ---> 0fb30787c571 14:51:07 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:51:07 ---> Running in 09149220e007 14:51:07 ---> Running in d72e83f19dd5 14:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:51:08 Removing intermediate container 09149220e007 14:51:08 ---> cf2efeb1b3af 14:51:08 Step 20/22 : LABEL arch=x86_64 14:51:08 Removing intermediate container d72e83f19dd5 14:51:08 ---> 026e32be5002 14:51:08 Step 17/20 : CMD ["--init=true"] 14:51:08 ---> Running in b1e6e42ae7c9 14:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:51:08 ---> Running in c5a41165c83c 14:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:51:08 Removing intermediate container b1e6e42ae7c9 14:51:08 ---> a2a36c9a496d 14:51:08 Step 21/22 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:51:08 Removing intermediate container c5a41165c83c 14:51:08 ---> 3ca200a1d3c3 14:51:08 Step 18/20 : LABEL arch=x86_64 14:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:51:09 ---> Running in b83b4677d15e 14:51:09 ---> Running in 55472c509324 14:51:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:51:09 Removing intermediate container b83b4677d15e 14:51:09 ---> 34b00858aa5c 14:51:09 Step 22/22 : LABEL version=0.0.0 14:51:09 Removing intermediate container 55472c509324 14:51:09 ---> e1995380c1fb 14:51:09 Step 19/20 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:51:09 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:51:09 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:51:09 OK: 12623 distinct packages available 14:51:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:51:09 ---> Running in 665fd21c154f 14:51:09 ---> Running in 514e0aa7f487 14:51:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:51:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:51:09 Removing intermediate container 665fd21c154f 14:51:09 ---> 74a7164aea91 14:51:09 14:51:09 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:51:09 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:51:09 OK: 12623 distinct packages available 14:51:10 OK: 217 MiB in 51 packages 14:51:10 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:51:10 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:51:10 OK: 12623 distinct packages available 14:51:10 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:51:10 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:51:10 OK: 12623 distinct packages available 14:51:10 Removing intermediate container 514e0aa7f487 14:51:10 ---> fa904909905c 14:51:10 Step 20/20 : LABEL version=0.0.0 14:51:10 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:51:10 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:51:10 OK: 12623 distinct packages available 14:51:10 Successfully built 74a7164aea91 14:51:10 Successfully tagged docker-core-command-go:latest 14:51:10  Building docker-core-command-go ... done  ---> Running in 8e9a86682a64 14:51:11 OK: 217 MiB in 51 packages 14:51:11 OK: 217 MiB in 51 packages 14:51:11 Removing intermediate container 8e9a86682a64 14:51:11 ---> ee395004b6a7 14:51:11 14:51:11 OK: 217 MiB in 51 packages 14:51:11 OK: 217 MiB in 51 packages 14:51:11 Successfully built ee395004b6a7 14:51:11 Successfully tagged docker-security-proxy-setup-go:latest 14:51:12 Removing intermediate container 1d8c9dc18212 14:51:12 ---> ceae89154c16 14:51:12 Step 6/23 : COPY go.mod . 14:51:12 OK: 217 MiB in 51 packages 14:51:12 Removing intermediate container 92b0536dbb20 14:51:12 ---> 7107e8d1bd95 14:51:12 Step 6/20 : COPY go.mod . 14:51:13 ---> 7b283394d670 14:51:13 Step 7/23 : RUN go mod download 14:51:13 Removing intermediate container 80aafa28f5a0 14:51:13 ---> e01c0b380a3d 14:51:13 Step 6/26 : COPY go.mod . 14:51:13 ---> Running in c4929a5a77f1 14:51:13 Removing intermediate container a790e63b57f4 14:51:13 ---> 3c2b3297a5a3 14:51:13 Step 6/27 : COPY go.mod . 14:51:14 ---> 35be554606da 14:51:14 Step 7/20 : RUN go mod download 14:51:14 ---> Running in f20bb2fa9ea5 14:51:14 Removing intermediate container b6d5f908120d 14:51:14 ---> e518a076691f 14:51:14 Step 6/22 : COPY go.mod . 14:51:14 ---> a5da8106d371 14:51:14 Step 7/27 : RUN go mod download 14:51:14 ---> 1225d5b9dafb 14:51:14 Step 7/26 : RUN go mod download 14:51:15 ---> Running in 952ab3a7289b 14:51:15 ---> Running in ea1c69ad7989 14:51:15 ---> 05feec05a77b 14:51:15 Step 7/22 : RUN go mod download 14:51:15 ---> Running in 866ffe0bce50 14:51:16  Building docker-security-proxy-setup-go ... done Removing intermediate container 7def41720c95 14:51:16 ---> a6c238dc269a 14:51:16 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:51:16 Removing intermediate container 2483a893d87c 14:51:16 ---> b7454fdc77df 14:51:16 14:51:16 Step 10/24 : FROM scratch 14:51:16 ---> 14:51:16 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:51:16 ---> Running in 948c5e2022cd 14:51:16 ---> Running in 911da2cc04e0 14:51:17 Removing intermediate container 911da2cc04e0 14:51:17 ---> 122c522a227d 14:51:17 Step 12/24 : ENV APP_PORT=48060 14:51:17 ---> Running in 66e641b09086 14:51:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:51:18 Removing intermediate container 66e641b09086 14:51:18 ---> 7cda86c08bd6 14:51:18 Step 13/24 : EXPOSE $APP_PORT 14:51:18 ---> Running in 1324f77a8fdc 14:51:18 Removing intermediate container 1324f77a8fdc 14:51:18 ---> 052183a98973 14:51:18 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 14:51:19 Removing intermediate container c4929a5a77f1 14:51:19 ---> 7bccb2bfd5cc 14:51:19 Step 8/23 : COPY . . 14:51:19 Removing intermediate container f20bb2fa9ea5 14:51:19 ---> e228bc59d1ab 14:51:19 Step 8/20 : COPY . . 14:51:19 ---> 43e43e4cd470 14:51:19 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 14:51:21 Removing intermediate container ea1c69ad7989 14:51:21 ---> ed804d05003d 14:51:21 Step 8/26 : COPY . . 14:51:21 Removing intermediate container 952ab3a7289b 14:51:21 ---> a3ddc18391bc 14:51:21 Step 8/27 : COPY . . 14:51:21 ---> 9a066c290b4a 14:51:21 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 14:51:21 Removing intermediate container 948c5e2022cd 14:51:21 ---> d720cd643677 14:51:21 14:51:21 Step 11/27 : FROM docker:latest 14:51:21 ---> 6972c414f322 14:51:21 Step 12/27 : RUN apk add --no-cache bash 14:51:21 ---> Running in b05e3238bef4 14:51:21 Removing intermediate container 866ffe0bce50 14:51:21 ---> d2aa286ca2c4 14:51:21 Step 8/22 : COPY . . 14:51:23 ---> 2ef2be28e1d5 14:51:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 14:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:51:23 (1/2) Installing readline (8.0.4-r0) 14:51:23 (2/2) Installing bash (5.0.17-r0) 14:51:23 Executing bash-5.0.17-r0.post-install 14:51:23 Executing busybox-1.31.1-r19.trigger 14:51:24 OK: 12 MiB in 22 packages 14:51:24 ---> 8171e5fa876a 14:51:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:51:24 ---> 60fb83581c57 14:51:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:51:24 Removing intermediate container b05e3238bef4 14:51:24 ---> a543be6bc7b2 14:51:24 Step 13/27 : RUN rm -rf /var/cache/apk/* 14:51:25 ---> Running in f8a779cc6420 14:51:26 ---> bab804975234 14:51:26 Step 20/24 : ENTRYPOINT ["/support-notifications"] 14:51:26 ---> Running in cf53d80db4da 14:51:26 Removing intermediate container cf53d80db4da 14:51:26 ---> 526f63947ad8 14:51:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:51:26 ---> Running in 4a9491ee27cf 14:51:27 Removing intermediate container 4a9491ee27cf 14:51:27 ---> 3c617ec076f4 14:51:27 Step 22/24 : LABEL arch=x86_64 14:51:28 ---> Running in b2b494a99dfa 14:51:28 Removing intermediate container f8a779cc6420 14:51:28 ---> 453959736b3c 14:51:28 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:51:28 Removing intermediate container 6ab5944abbfa 14:51:28 ---> e576189e960c 14:51:28 14:51:28 Step 10/22 : FROM scratch 14:51:28 ---> 14:51:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:51:28 ---> Running in c72689a1913d 14:51:28 ---> Using cache 14:51:28 ---> 122c522a227d 14:51:28 Step 12/22 : ENV APP_PORT=48061 14:51:28 Removing intermediate container b2b494a99dfa 14:51:28 ---> 19fcc202e84b 14:51:28 Step 23/24 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:51:28 ---> Running in 148a60199fe7 14:51:28 ---> Running in c32414695ccb 14:51:29 Removing intermediate container c72689a1913d 14:51:29 ---> 8205fea8a935 14:51:29 Step 15/27 : ENV APP_PORT=48090 14:51:29 ---> Running in 0a5e251a0836 14:51:29 Removing intermediate container 148a60199fe7 14:51:29 ---> 928ba070ae82 14:51:29 Step 13/22 : EXPOSE $APP_PORT 14:51:29 ---> Running in 6edac5efd7b6 14:51:29 Removing intermediate container c32414695ccb 14:51:29 ---> d70bfcf547a0 14:51:29 Step 24/24 : LABEL version=0.0.0 14:51:29 ---> Running in d4d853488573 14:51:29 Removing intermediate container 0a5e251a0836 14:51:29 ---> c2bffe908514 14:51:29 Step 16/27 : EXPOSE $APP_PORT 14:51:29 Removing intermediate container 6edac5efd7b6 14:51:29 ---> 552a98ea6cd2 14:51:29 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 14:51:29 ---> Running in d0d2ab9beeed 14:51:30 Removing intermediate container d4d853488573 14:51:30 ---> eb82279d0394 14:51:30 14:51:30 Removing intermediate container d0d2ab9beeed 14:51:30 ---> 1c51c58bcc3d 14:51:30 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:51:30 Successfully built eb82279d0394 14:51:30 Successfully tagged docker-support-notifications-go:latest 14:51:30  Building docker-support-notifications-go ... done  ---> 5b55597b6f5b 14:51:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 14:51:31 ---> 591ec063f260 14:51:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 14:51:31 ---> 4c6bde143536 14:51:31 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:51:31 ---> 6d82cdcef056 14:51:31 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:51:31 ---> 1fb7c0ddc595 14:51:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 14:51:32 ---> 01f34d4d142e 14:51:32 Step 20/27 : RUN apk --no-cache add py3-pip 14:51:32 ---> Running in dcf2ddac57dd 14:51:32 ---> 488f28cefd96 14:51:32 Step 18/22 : ENTRYPOINT ["/support-logging"] 14:51:32 ---> Running in 9e5025d4e76c 14:51:32 Removing intermediate container 9e5025d4e76c 14:51:32 ---> 9fc66afbd300 14:51:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:51:32 ---> Running in eef1337cd4d9 14:51:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:51:33 Removing intermediate container eef1337cd4d9 14:51:33 ---> b1c454fa74be 14:51:33 Step 20/22 : LABEL arch=x86_64 14:51:33 ---> Running in 2ec623dcd98a 14:51:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:51:33 Removing intermediate container 2ec623dcd98a 14:51:33 ---> 7ac6ad52c024 14:51:33 Step 21/22 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:51:33 (1/33) Installing libbz2 (1.0.8-r1) 14:51:33 (2/33) Installing expat (2.2.9-r1) 14:51:33 ---> Running in 794bb80e2edd 14:51:33 (3/33) Installing libffi (3.3-r2) 14:51:33 (4/33) Installing gdbm (1.13-r1) 14:51:33 (5/33) Installing xz-libs (5.2.5-r0) 14:51:33 (6/33) Installing sqlite-libs (3.32.1-r0) 14:51:33 (7/33) Installing python3 (3.8.5-r0) 14:51:33 Removing intermediate container 794bb80e2edd 14:51:33 ---> 93c31818d6d6 14:51:33 Step 22/22 : LABEL version=0.0.0 14:51:33 ---> Running in bee07876234c 14:51:35 Removing intermediate container bee07876234c 14:51:35 ---> feb01dee9f3f 14:51:35 14:51:35 Successfully built feb01dee9f3f 14:51:35 Successfully tagged docker-support-logging-go:latest 14:51:35  Building docker-support-logging-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 14:51:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:51:35 (10/33) Installing py3-parsing (2.4.7-r0) 14:51:35 (11/33) Installing py3-six (1.15.0-r0) 14:51:35 (12/33) Installing py3-packaging (20.4-r0) 14:51:35 (13/33) Installing py3-setuptools (47.0.0-r0) 14:51:35 (14/33) Installing py3-chardet (3.0.4-r4) 14:51:36 (15/33) Installing py3-idna (2.9-r0) 14:51:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:51:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:51:36 (18/33) Installing py3-requests (2.23.0-r0) 14:51:36 (19/33) Installing py3-msgpack (1.0.0-r0) 14:51:36 (20/33) Installing py3-lockfile (0.12.2-r3) 14:51:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:51:36 (22/33) Installing py3-colorama (0.4.3-r0) 14:51:36 (23/33) Installing py3-distlib (0.3.0-r0) 14:51:36 (24/33) Installing py3-distro (1.5.0-r1) 14:51:36 (25/33) Installing py3-webencodings (0.5.1-r3) 14:51:36 (26/33) Installing py3-html5lib (1.0.1-r4) 14:51:36 (27/33) Installing py3-pytoml (0.1.21-r0) 14:51:36 (28/33) Installing py3-pep517 (0.8.2-r0) 14:51:36 (29/33) Installing py3-progress (1.5-r0) 14:51:36 (30/33) Installing py3-toml (0.10.1-r0) 14:51:36 (31/33) Installing py3-retrying (1.3.3-r0) 14:51:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:51:36 (33/33) Installing py3-pip (20.1.1-r0) 14:51:36 Executing busybox-1.31.1-r19.trigger 14:51:36 OK: 71 MiB in 55 packages 14:51:43 ---> 10abbfc053cf 14:51:43 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 14:51:43 ---> 90946e472029 14:51:43 Step 9/23 : RUN make cmd/core-data/core-data 14:51:43 ---> c3259f3984ca 14:51:43 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:51:43 ---> 6e7c34459a6b 14:51:43 Step 9/22 : RUN make cmd/support-logging/support-logging 14:51:43 ---> 5234056a856d 14:51:43 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 14:51:43 ---> Running in bbbd34b1d0c6 14:51:43 ---> Running in 58d45a8bc7d8 14:51:43 ---> Running in e1d073786cc3 14:51:43 ---> Running in 13f0e4eae6d3 14:51:43 ---> Running in 396b56a69fc5 14:51:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:51:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:51:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 14:51:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:51:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:51:46 Removing intermediate container dcf2ddac57dd 14:51:46 ---> 2dd6e6fa88af 14:51:46 Step 21/27 : RUN pip install docker-compose==1.23.2 14:51:46 ---> Running in 69acf80715fe 14:51:48 Collecting docker-compose==1.23.2 14:51:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:51:48 Collecting websocket-client<1.0,>=0.32.0 14:51:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 14:51:48 Collecting docopt<0.7,>=0.6.1 14:51:48 Downloading docopt-0.6.2.tar.gz (25 kB) 14:51:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:51:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:51:50 Collecting jsonschema<3,>=2.5.1 14:51:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:51:50 Collecting cached-property<2,>=1.2.0 14:51:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:51:50 Collecting dockerpty<0.5,>=0.4.1 14:51:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:51:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:51:50 Collecting texttable<0.10,>=0.9.0 14:51:50 Downloading texttable-0.9.1.tar.gz (11 kB) 14:51:51 Collecting docker<4.0,>=3.6.0 14:51:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:51:51 Collecting PyYAML<4,>=3.10 14:51:52 Downloading PyYAML-3.13.tar.gz (270 kB) 14:51:53 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 14:51:53 Collecting urllib3<1.25,>=1.21.1 14:51:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:51:53 Collecting idna<2.8,>=2.5 14:51:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:51:53 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 14:51:53 Collecting docker-pycreds>=0.4.0 14:51:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:51:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:51:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:51:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:51:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:51:53 Installing collected packages: websocket-client, docopt, urllib3, idna, requests, jsonschema, cached-property, dockerpty, texttable, docker-pycreds, docker, PyYAML, docker-compose 14:51:53 Running setup.py install for docopt: started 14:51:54 Running setup.py install for docopt: finished with status 'done' 14:51:54 Attempting uninstall: urllib3 14:51:54 Found existing installation: urllib3 1.25.9 14:51:54 Uninstalling urllib3-1.25.9: 14:51:54 Successfully uninstalled urllib3-1.25.9 14:51:54 Attempting uninstall: idna 14:51:54 Found existing installation: idna 2.9 14:51:54 Uninstalling idna-2.9: 14:51:55 Successfully uninstalled idna-2.9 14:51:55 Attempting uninstall: requests 14:51:55 Found existing installation: requests 2.23.0 14:51:55 Uninstalling requests-2.23.0: 14:51:55 Successfully uninstalled requests-2.23.0 14:51:55 Running setup.py install for dockerpty: started 14:51:56 Running setup.py install for dockerpty: finished with status 'done' 14:51:56 Running setup.py install for texttable: started 14:51:58 Running setup.py install for texttable: finished with status 'done' 14:51:58 Running setup.py install for PyYAML: started 14:51:58 Running setup.py install for PyYAML: finished with status 'done' 14:51:59 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 14:52:02 Removing intermediate container 69acf80715fe 14:52:02 ---> f91a9becce34 14:52:02 Step 22/27 : RUN apk --no-cache add curl 14:52:02 ---> Running in 1ba8d27e2c5b 14:52:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:52:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:52:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:52:03 (2/3) Installing libcurl (7.69.1-r1) 14:52:03 (3/3) Installing curl (7.69.1-r1) 14:52:03 Executing busybox-1.31.1-r19.trigger 14:52:03 OK: 72 MiB in 58 packages 14:52:03 Removing intermediate container 1ba8d27e2c5b 14:52:03 ---> 78022ddc6c2a 14:52:03 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 14:52:03 ---> Running in 0e29e65173bd 14:52:03 Removing intermediate container 0e29e65173bd 14:52:03 ---> 0b90043ea13f 14:52:03 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:52:04 ---> Running in aaea64850f6c 14:52:04 Removing intermediate container aaea64850f6c 14:52:04 ---> d2804a914fe9 14:52:04 Step 25/27 : LABEL arch=x86_64 14:52:04 ---> Running in 02da6616751d 14:52:04 Removing intermediate container 02da6616751d 14:52:04 ---> 25c6cb405d67 14:52:04 Step 26/27 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:52:04 ---> Running in b39d422d21c3 14:52:04 Removing intermediate container b39d422d21c3 14:52:04 ---> 7f1b117fdae2 14:52:04 Step 27/27 : LABEL version=0.0.0 14:52:04 ---> Running in 4a43a86482d3 14:52:04 Removing intermediate container 4a43a86482d3 14:52:04 ---> 535646423705 14:52:04 14:52:05 Successfully built 535646423705 14:52:05 Successfully tagged docker-sys-mgmt-agent-go:latest 14:52:05  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:52:05 $ docker stop --time=1 49b3bb2f55fc5172ef7fbd492ac7fcb3089c6fccecb2cec629a8cdf4ccf3dc56 14:52:07 $ docker rm -f 49b3bb2f55fc5172ef7fbd492ac7fcb3089c6fccecb2cec629a8cdf4ccf3dc56 [Pipeline] // withDockerContainer [Pipeline] sh 14:52:08 + grep docker 14:52:08 + docker images 14:52:08 docker-sys-mgmt-agent-go latest 535646423705 4 seconds ago 290MB 14:52:08 docker-support-logging-go latest feb01dee9f3f 34 seconds ago 11.1MB 14:52:08 docker-support-notifications-go latest eb82279d0394 39 seconds ago 13.6MB 14:52:08 docker-security-proxy-setup-go latest ee395004b6a7 57 seconds ago 15.8MB 14:52:08 docker-core-command-go latest 74a7164aea91 59 seconds ago 12.2MB 14:52:08 docker-core-data-go latest 40312bbda8ad 2 minutes ago 23.7MB 14:52:08 docker-security-secretstore-setup-go latest c50355815919 2 minutes ago 32.4MB 14:52:08 docker-security-secrets-setup-go latest 372cab8dad46 2 minutes ago 24MB 14:52:08 docker-core-metadata-go latest cfbcc991416d 3 minutes ago 14.5MB 14:52:08 docker-support-scheduler-go latest b335ecd39082 3 minutes ago 12.3MB 14:52:08 docker latest 6972c414f322 5 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 14:52:24 Still waiting to schedule task 14:52:24 All nodes of label ‘centos7-docker-8c-8g’ are offline 14:53:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:53:07 Removing intermediate container e1d073786cc3 14:53:07 ---> 49fbbce83011 14:53:07 14:53:07 Step 10/20 : FROM alpine 14:53:07 latest: Pulling from library/alpine 14:53:07 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 14:53:07 Status: Downloaded newer image for alpine:latest 14:53:07 ---> 2e77e061c27f 14:53:07 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 14:53:07 ---> Running in 108f59c666c8 14:53:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:53:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:53:10 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:53:10 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:53:10 OK: 12615 distinct packages available 14:53:11 (1/4) Installing ca-certificates (20191127-r4) 14:53:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:53:11 (3/4) Installing libcurl (7.69.1-r1) 14:53:11 (4/4) Installing curl (7.69.1-r1) 14:53:11 Executing busybox-1.31.1-r19.trigger 14:53:11 Executing ca-certificates-20191127-r4.trigger 14:53:11 OK: 7 MiB in 18 packages 14:53:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 14:53:15 Removing intermediate container 108f59c666c8 14:53:15 ---> 0835281acbbc 14:53:15 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:53:16 ---> Running in 179dba481977 14:53:17 Removing intermediate container 58d45a8bc7d8 14:53:17 ---> ba835cc4be1d 14:53:17 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:53:17 Removing intermediate container 179dba481977 14:53:17 ---> 1d378c9d0bd4 14:53:17 Step 13/20 : WORKDIR /edgex 14:53:17 ---> Running in e3cb3458defb 14:53:17 ---> Running in 1efc3b3460fc 14:53:18 Removing intermediate container 1efc3b3460fc 14:53:18 ---> 7f3e24af5c73 14:53:18 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:53:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:53:21 ---> 6d7ff4cb5f28 14:53:21 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:53:22 Removing intermediate container 13f0e4eae6d3 14:53:22 ---> 598d262b5323 14:53:22 14:53:22 Step 10/22 : FROM scratch 14:53:22 ---> 14:53:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:53:22 ---> Running in e7528741e0f9 14:53:23 ---> 715afcea2880 14:53:23 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:53:24 Removing intermediate container e7528741e0f9 14:53:24 ---> 74718c106810 14:53:24 Step 12/22 : ENV APP_PORT=48061 14:53:24 ---> Running in f3893fe2f7db 14:53:24 ---> Running in f44c0f2d1c83 14:53:25 Removing intermediate container f3893fe2f7db 14:53:25 ---> 5b8de92ce53b 14:53:25 Step 17/20 : CMD ["--init=true"] 14:53:26 Removing intermediate container f44c0f2d1c83 14:53:26 ---> 19b7a9a5dd3e 14:53:26 Step 13/22 : EXPOSE $APP_PORT 14:53:26 ---> Running in e671d2ea285e 14:53:26 ---> Running in 261ba86bc2b1 14:53:27 Removing intermediate container e3cb3458defb 14:53:27 ---> 5622c5a4b4a7 14:53:27 14:53:27 Step 11/27 : FROM docker:latest 14:53:27 ---> 5d4db4dc0692 14:53:27 Step 12/27 : RUN apk add --no-cache bash 14:53:27 Removing intermediate container 261ba86bc2b1 14:53:27 ---> f35c3a7fd613 14:53:27 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 14:53:27 ---> Running in 044bb9d544f9 14:53:27 Removing intermediate container e671d2ea285e 14:53:27 ---> 4f058e7a9eab 14:53:27 Step 18/20 : LABEL arch=arm64 14:53:27 Removing intermediate container 396b56a69fc5 14:53:27 ---> b20c0ce29cf0 14:53:27 14:53:27 Step 10/26 : FROM alpine:3.10 14:53:27 ---> Running in 9c188065cb4b 14:53:28 3.10: Pulling from library/alpine 14:53:29 Removing intermediate container 9c188065cb4b 14:53:29 ---> 4465ccebf434 14:53:29 Step 19/20 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:53:29 ---> e16f1aa03445 14:53:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 14:53:29 ---> Running in a68ca33f3528 14:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:53:30 Removing intermediate container a68ca33f3528 14:53:30 ---> eb5b8a505033 14:53:30 Step 20/20 : LABEL version=0.0.0 14:53:30 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 14:53:30 Status: Downloaded newer image for alpine:3.10 14:53:30 ---> 536a684cf733 14:53:30 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 14:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:53:30 ---> Running in 662062ae17f8 14:53:30 ---> Running in fd126cabf62d 14:53:31 ---> f43cbc10a1d4 14:53:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 14:53:31 (1/2) Installing readline (8.0.4-r0) 14:53:31 (2/2) Installing bash (5.0.17-r0) 14:53:31 Executing bash-5.0.17-r0.post-install 14:53:31 Executing busybox-1.31.1-r19.trigger 14:53:31 OK: 12 MiB in 22 packages 14:53:31 Removing intermediate container 662062ae17f8 14:53:31 ---> b4c6e8d0420f 14:53:31 14:53:32 Running on prd-centos7-docker-8c-8g-9138 in /w/workspace/edgexfoundry_edgex-go_PR-2848 [Pipeline] { [Pipeline] ws 14:53:32 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 14:53:32 Successfully built b4c6e8d0420f 14:53:32 Successfully tagged docker-security-proxy-setup-go-arm64:latest 14:53:32  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 14:53:33 ---> cc79b9df956a 14:53:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 14:53:33 Removing intermediate container 044bb9d544f9 14:53:33 ---> ad3f39c4be5b 14:53:33 Step 13/27 : RUN rm -rf /var/cache/apk/* 14:53:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 14:53:33 ---> Running in 8650b9b840be 14:53:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 14:53:34 using credential edgex-jenkins-ssh 14:53:34 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 14:53:34 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 14:53:34 OK: 10167 distinct packages available 14:53:34 Cloning the remote Git repository 14:53:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:53:34 > git init /w/workspace/edgex-go/6 # timeout=10 14:53:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:53:34 > git --version # timeout=10 14:53:34 > git --version # 'git version 2.16.5' 14:53:34 using GIT_SSH to set credentials SSH Credentials for GitHub 14:53:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:53:35 (1/5) Installing ca-certificates (20191127-r2) 14:53:35 (2/5) Installing nghttp2-libs (1.39.2-r1) 14:53:35 (3/5) Installing libcurl (7.66.0-r1) 14:53:35 (4/5) Installing curl (7.66.0-r1) 14:53:35 (5/5) Installing dumb-init (1.2.2-r1) 14:53:35 Executing busybox-1.30.1-r3.trigger 14:53:35 ---> d9f4221398c2 14:53:35 Step 18/22 : ENTRYPOINT ["/support-logging"] 14:53:35 Executing ca-certificates-20191127-r2.trigger 14:53:35 OK: 7 MiB in 19 packages 14:53:36 ---> Running in 9b3acbacdd61 14:53:38 Removing intermediate container 9b3acbacdd61 14:53:38 ---> 0a1c6735e200 14:53:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:53:39 ---> Running in fbf99181c8c9 14:53:39 Removing intermediate container 8650b9b840be 14:53:39 ---> 09c9270f518b 14:53:39 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:53:39 Removing intermediate container fd126cabf62d 14:53:39 ---> 482160586ef6 14:53:39 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:53:39 ---> Running in 19c05d17060e 14:53:39 ---> Running in 3d9bba593055 14:53:39 Removing intermediate container fbf99181c8c9 14:53:39 ---> d755cd554f6c 14:53:39 Step 20/22 : LABEL arch=arm64 14:53:39 ---> Running in 5515ce375925 14:53:40 Removing intermediate container 3d9bba593055 14:53:40 ---> 53f9d86ead53 14:53:40 Step 13/26 : WORKDIR / 14:53:40 Removing intermediate container 19c05d17060e 14:53:40 ---> 206be10704e0 14:53:40 Step 15/27 : ENV APP_PORT=48090 14:53:40 ---> Running in ddcac63c426f 14:53:40 Removing intermediate container 5515ce375925 14:53:40 ---> 8ef3a6212bbb 14:53:40 Step 21/22 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:53:40 ---> Running in e4a0242c342e 14:53:40 ---> Running in 7d3c9bbd2285 14:53:41 Removing intermediate container ddcac63c426f 14:53:41 ---> aae29e7cbe97 14:53:41 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:53:41 Removing intermediate container e4a0242c342e 14:53:41 ---> 93242e8e15c6 14:53:41 Step 16/27 : EXPOSE $APP_PORT 14:53:42 Removing intermediate container 7d3c9bbd2285 14:53:42 ---> 7403483ceae8 14:53:42 Step 22/22 : LABEL version=0.0.0 14:53:42 Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit 75c894124bda8f900718f9d7dfec267e83cb5ab0 14:53:42 Merge succeeded, producing 75c894124bda8f900718f9d7dfec267e83cb5ab0 14:53:42 Checking out Revision 75c894124bda8f900718f9d7dfec267e83cb5ab0 (PR-2848) 14:53:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:53:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:53:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:53:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:53:41 using GIT_SSH to set credentials SSH Credentials for GitHub 14:53:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2848/head:refs/remotes/origin/PR-2848 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:53:42 > git config core.sparsecheckout # timeout=10 14:53:42 > git checkout -f 75c894124bda8f900718f9d7dfec267e83cb5ab0 # timeout=10 14:53:42 > git remote # timeout=10 14:53:42 > git config --get remote.origin.url # timeout=10 14:53:42 using GIT_SSH to set credentials SSH Credentials for GitHub 14:53:42 > git merge 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 14:53:42 > git rev-parse HEAD^{commit} # timeout=10 14:53:42 > git config core.sparsecheckout # timeout=10 14:53:42 > git checkout -f 75c894124bda8f900718f9d7dfec267e83cb5ab0 # timeout=10 14:53:42 ---> Running in ed6517159951 14:53:43 ---> 98ad095d4a83 14:53:43 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:53:43 ---> Running in 081bfaf40e03 14:53:43 Removing intermediate container ed6517159951 14:53:43 ---> 9ee175f4255e 14:53:43 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:53:43 Removing intermediate container 081bfaf40e03 14:53:43 ---> 242864673534 14:53:43 14:53:44 Successfully built 242864673534 14:53:44 ---> eb40506b502e 14:53:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:53:44 Successfully tagged docker-support-logging-go-arm64:latest 14:53:44  Building docker-support-logging-go ... done Building docker-support-scheduler-go 14:53:45 ---> 96e981594c05 14:53:45 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:53:45 ---> 468480a49450 14:53:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 14:53:46 Commit message: "fix(snap): strip commit+date from version" [Pipeline] withEnv [Pipeline] { 14:53:46 ---> 81ec5def625f 14:53:46 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:53:47 ---> 498d05936dce 14:53:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] sh 14:53:48 ++ find /w/workspace/edgex-go/6 14:53:48 ++ grep snapcraft.yaml 14:53:48 + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:53:48 provisioning config files... 14:53:48 copy managed file [EdgeX] to file:/w/workspace/edgex-go/6@tmp/config2745690401730831043tmp [Pipeline] { [Pipeline] sh 14:53:48 + cp /w/workspace/edgex-go/6@tmp/config2745690401730831043tmp /w/workspace/edgex-go/6/edgex-snap-store-login [Pipeline] sh 14:53:48 ---> 55fc3f55dce8 14:53:48 Step 20/27 : RUN apk --no-cache add py3-pip 14:53:49 + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/6:/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 14:53:49 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 14:53:49 latest: Pulling from edgex-devops/edgex-snap-builder 14:53:49 f08d8e2a3ba1: Pulling fs layer 14:53:49 3baa9cb2483b: Pulling fs layer 14:53:49 94e5ff4c0b15: Pulling fs layer 14:53:49 1860925334f9: Pulling fs layer 14:53:49 2daf38717194: Pulling fs layer 14:53:49 309017e8d7a4: Pulling fs layer 14:53:49 f7790dc9fd0f: Pulling fs layer 14:53:49 cac0ae9282c2: Pulling fs layer 14:53:49 1f4cadf9a1ed: Pulling fs layer 14:53:49 309017e8d7a4: Waiting 14:53:49 f7790dc9fd0f: Waiting 14:53:49 cac0ae9282c2: Waiting 14:53:49 1f4cadf9a1ed: Waiting 14:53:49 1860925334f9: Waiting 14:53:49 2daf38717194: Waiting 14:53:49 94e5ff4c0b15: Verifying Checksum 14:53:49 94e5ff4c0b15: Download complete 14:53:49 3baa9cb2483b: Download complete 14:53:49 1860925334f9: Verifying Checksum 14:53:49 1860925334f9: Download complete 14:53:49 309017e8d7a4: Verifying Checksum 14:53:49 309017e8d7a4: Download complete 14:53:49 ---> Running in 5b11428281fd 14:53:50 ---> d0d21f863442 14:53:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:53:50 f7790dc9fd0f: Verifying Checksum 14:53:50 f7790dc9fd0f: Download complete 14:53:50 cac0ae9282c2: Download complete 14:53:51 1f4cadf9a1ed: Verifying Checksum 14:53:51 1f4cadf9a1ed: Download complete 14:53:52 f08d8e2a3ba1: Download complete 14:53:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:53:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:53:53 (1/33) Installing libbz2 (1.0.8-r1) 14:53:53 (2/33) Installing expat (2.2.9-r1) 14:53:53 (3/33) Installing libffi (3.3-r2) 14:53:53 (4/33) Installing gdbm (1.13-r1) 14:53:53 (5/33) Installing xz-libs (5.2.5-r0) 14:53:53 (6/33) Installing sqlite-libs (3.32.1-r0) 14:53:53 (7/33) Installing python3 (3.8.5-r0) 14:53:53 f08d8e2a3ba1: Pull complete 14:53:53 3baa9cb2483b: Pull complete 14:53:53 94e5ff4c0b15: Pull complete 14:53:53 1860925334f9: Pull complete 14:53:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:53:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:53:53 ---> 444f0707a3e6 14:53:53 Step 3/22 : WORKDIR /edgex-go 14:53:53 ---> Using cache 14:53:53 ---> 37a837911ca8 14:53:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:53:53 ---> Using cache 14:53:53 ---> c27e1a7f08f9 14:53:53 Step 5/22 : RUN apk update && apk add make git 14:53:54 ---> d912967d98fb 14:53:54 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 14:53:54 ---> Running in f9696aa3a761 14:53:54 Removing intermediate container bbbd34b1d0c6 14:53:54 ---> f10273299d69 14:53:54 14:53:54 Step 10/23 : FROM alpine 14:53:54 ---> 2e77e061c27f 14:53:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:53:55 ---> Running in 3110ecb1a0ad 14:53:55 ---> b6b8d1087ff4 14:53:55 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:53:56 Removing intermediate container 3110ecb1a0ad 14:53:56 ---> 57ec3784ba21 14:53:56 Step 12/23 : ENV APP_PORT=48080 14:53:56 (8/33) Installing py3-appdirs (1.4.4-r1) 14:53:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:53:56 (10/33) Installing py3-parsing (2.4.7-r0) 14:53:57 (11/33) Installing py3-six (1.15.0-r0) 14:53:57 (12/33) Installing py3-packaging (20.4-r0) 14:53:57 (13/33) Installing py3-setuptools (47.0.0-r0) 14:53:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:53:57 (14/33) Installing py3-chardet (3.0.4-r4) 14:53:57 (15/33) Installing py3-idna (2.9-r0) 14:53:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:53:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:53:57 (18/33) Installing py3-requests (2.23.0-r0) 14:53:57 ---> Running in e7a4d7019b6f 14:53:57 (19/33) Installing py3-msgpack (1.0.0-r0) 14:53:57 (20/33) Installing py3-lockfile (0.12.2-r3) 14:53:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:53:57 (22/33) Installing py3-colorama (0.4.3-r0) 14:53:57 (23/33) Installing py3-distlib (0.3.0-r0) 14:53:57 (24/33) Installing py3-distro (1.5.0-r1) 14:53:57 (25/33) Installing py3-webencodings (0.5.1-r3) 14:53:57 ---> a879bca28dd0 14:53:57 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:53:57 (26/33) Installing py3-html5lib (1.0.1-r4) 14:53:57 (27/33) Installing py3-pytoml (0.1.21-r0) 14:53:57 (28/33) Installing py3-pep517 (0.8.2-r0) 14:53:57 (29/33) Installing py3-progress (1.5-r0) 14:53:57 (30/33) Installing py3-toml (0.10.1-r0) 14:53:57 (31/33) Installing py3-retrying (1.3.3-r0) 14:53:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:53:57 (33/33) Installing py3-pip (20.1.1-r0) 14:53:58 2daf38717194: Verifying Checksum 14:53:58 2daf38717194: Download complete 14:53:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:53:58 Executing busybox-1.31.1-r19.trigger 14:53:58 OK: 71 MiB in 55 packages 14:53:58 ---> Running in 395140806cec 14:53:58 Removing intermediate container e7a4d7019b6f 14:53:58 ---> f3c41bc039af 14:53:58 Step 13/23 : EXPOSE $APP_PORT 14:53:59 ---> Running in 4c02ff9e966d 14:53:59 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:53:59 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:53:59 OK: 12623 distinct packages available 14:53:59 Removing intermediate container 4c02ff9e966d 14:53:59 ---> edbd771450d8 14:53:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:53:59 OK: 217 MiB in 51 packages 14:54:00 ---> Running in d146bbe4ef9c 14:54:02 Removing intermediate container f9696aa3a761 14:54:02 ---> 08082cd76b8e 14:54:02 Step 6/22 : COPY go.mod . 14:54:03 Removing intermediate container 395140806cec 14:54:03 ---> 001061908549 14:54:03 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 14:54:03 ---> Running in 7b7efbf05fec 14:54:04 ---> 3a17b299a952 14:54:04 Step 7/22 : RUN go mod download 14:54:04 ---> Running in 9a51384efb2d 14:54:04 Removing intermediate container 7b7efbf05fec 14:54:04 ---> f540f7ddfac3 14:54:04 Step 24/26 : LABEL arch=arm64 14:54:05 ---> Running in b5a5a088bdea 14:54:05 Removing intermediate container d146bbe4ef9c 14:54:05 ---> 73adebefa500 14:54:05 Step 15/23 : RUN apk --no-cache add zeromq 14:54:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 14:54:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:54:05 ---> 444f0707a3e6 14:54:05 Step 3/21 : WORKDIR /edgex-go 14:54:05 ---> Using cache 14:54:05 ---> 37a837911ca8 14:54:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:54:05 ---> Using cache 14:54:05 ---> c27e1a7f08f9 14:54:05 Step 5/21 : RUN apk update && apk add make git 14:54:05 ---> Using cache 14:54:05 ---> 08082cd76b8e 14:54:05 Step 6/21 : COPY go.mod . 14:54:05 ---> Using cache 14:54:05 ---> 3a17b299a952 14:54:05 Step 7/21 : RUN go mod download 14:54:05 ---> Running in 4b72bff25dd6 14:54:05 ---> Running in ff8918aba81c 14:54:06 Removing intermediate container b5a5a088bdea 14:54:06 ---> 0c4854bc064e 14:54:06 Step 25/26 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:54:06 ---> Running in 86aba0e006cb 14:54:07 Removing intermediate container 86aba0e006cb 14:54:07 ---> 243e91fae506 14:54:07 Step 26/26 : LABEL version=0.0.0 14:54:07 ---> Running in aa72f2963f5d 14:54:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:54:08 Removing intermediate container 5b11428281fd 14:54:08 ---> b8c26dfd7481 14:54:08 Step 21/27 : RUN pip install docker-compose==1.23.2 14:54:08 ---> Running in d62fb6575506 14:54:08 Removing intermediate container aa72f2963f5d 14:54:08 ---> 77ed0cd8d087 14:54:08 14:54:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:54:09 Removing intermediate container 9a51384efb2d 14:54:09 ---> b29c4983131f 14:54:09 Step 8/22 : COPY . . 14:54:09 Successfully built 77ed0cd8d087 14:54:09 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:54:09 Building docker-core-command-go 14:54:09  Building docker-security-secretstore-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) 14:54:09 (2/5) Installing libsodium (1.0.18-r0) 14:54:09 (3/5) Installing libstdc++ (9.3.0-r2) 14:54:09 (4/5) Installing libzmq (4.3.3-r0) 14:54:09 (5/5) Installing zeromq (4.3.3-r0) 14:54:10 Executing busybox-1.31.1-r19.trigger 14:54:10 OK: 8 MiB in 19 packages 14:54:13 Removing intermediate container ff8918aba81c 14:54:13 ---> 9be08869f59f 14:54:13 Step 8/21 : COPY . . 14:54:15 Collecting docker-compose==1.23.2 14:54:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:54:16 Removing intermediate container 4b72bff25dd6 14:54:16 ---> 65db37fe7fc6 14:54:16 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 14:54:17 Collecting jsonschema<3,>=2.5.1 14:54:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:54:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:54:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:54:19 ---> 50062cfac4ab 14:54:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:54:19 Collecting cached-property<2,>=1.2.0 14:54:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:54:20 2daf38717194: Pull complete 14:54:20 309017e8d7a4: Pull complete 14:54:20 f7790dc9fd0f: Pull complete 14:54:20 cac0ae9282c2: Pull complete 14:54:20 Collecting dockerpty<0.5,>=0.4.1 14:54:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:54:20 1f4cadf9a1ed: Pull complete 14:54:20 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 14:54:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 14:54:21 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 14:54:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:54:21 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:54:21 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 14:54:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] 14:54:21 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 14:54:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] 14:54:22 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 14:54:22 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 14:54:22 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 14:54:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 14:54:22 Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 14:54:22 ---> aed79c3e11b8 14:54:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:54:22 Collecting docopt<0.7,>=0.6.1 14:54:22 Downloading docopt-0.6.2.tar.gz (25 kB) 14:54:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 14:54:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] 14:54:23 Fetched 8169 kB in 2s (4413 kB/s) 14:54:24 Reading package lists... 14:54:25 ---> b55ba898c2b4 14:54:25 Step 19/23 : ENTRYPOINT ["/core-data"] 14:54:25 Collecting texttable<0.10,>=0.9.0 14:54:25 Downloading texttable-0.9.1.tar.gz (11 kB) 14:54:25 ---> Running in d4684dfeb784 14:54:26 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: 14:54:26 - README.md 14:54:26 14:54:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:54:27 Removing intermediate container d4684dfeb784 14:54:27 ---> 1f475a9c8493 14:54:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:54:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:54:27 ---> Running in 78edf2d9f21b 14:54:28 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:54:28 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:54:28 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:54:28 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 14:54:28 Collecting websocket-client<1.0,>=0.32.0 14:54:28 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 14:54:28 ---> 7135e5f517ef 14:54:28 Step 9/22 : RUN make cmd/core-metadata/core-metadata 14:54:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:54:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:54:28 ---> 444f0707a3e6 14:54:28 Step 3/22 : WORKDIR /edgex-go 14:54:28 ---> Using cache 14:54:28 ---> 37a837911ca8 14:54:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:54:28 ---> Using cache 14:54:28 ---> c27e1a7f08f9 14:54:28 Step 5/22 : RUN apk update && apk add make git 14:54:28 ---> Using cache 14:54:28 ---> 08082cd76b8e 14:54:28 Step 6/22 : COPY go.mod . 14:54:28 ---> Using cache 14:54:28 ---> 3a17b299a952 14:54:28 Step 7/22 : RUN go mod download 14:54:28 ---> Using cache 14:54:28 ---> 9be08869f59f 14:54:28 Step 8/22 : COPY . . 14:54:29 Removing intermediate container 78edf2d9f21b 14:54:29 ---> 105667e9fc85 14:54:29 Step 21/23 : LABEL arch=arm64 14:54:29 Collecting docker<4.0,>=3.6.0 14:54:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:54:29 ---> Running in fce2dad847e9 14:54:29 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 57% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 14:54:29 ---> Running in 8a8e78c35fdd 14:54:30 Collecting PyYAML<4,>=3.10 14:54:30 Downloading PyYAML-3.13.tar.gz (270 kB) 14:54:31 Removing intermediate container 8a8e78c35fdd 14:54:31 ---> 241881a4a446 14:54:31 Step 22/23 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:54:31 Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-base perl-modules-5.26 pkg-config unzip zip 14:54:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:54:32 ---> Running in 5d8877bf3beb 14:54:32 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 56% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 14:54:33 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 14:54:33 Reading state information... 0% Reading state information... 0% Reading state information... Done 14:54:33 The following packages were automatically installed and are no longer required: 14:54:33 libjq1 libonig4 14:54:33 Use 'sudo apt autoremove' to remove them. 14:54:33 Suggested packages: 14:54:33 binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring 14:54:33 gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf 14:54:33 automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg 14:54:33 libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg 14:54:33 libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 14:54:33 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 14:54:33 git-mediawiki git-svn lrzip glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc 14:54:33 man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 14:54:33 | libterm-readline-perl-perl 14:54:33 The following NEW packages will be installed: 14:54:33 binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake 14:54:33 cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib 14:54:33 g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man 14:54:33 less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 14:54:33 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 14:54:33 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl 14:54:33 libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils 14:54:33 libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 14:54:33 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 14:54:33 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 14:54:33 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 14:54:33 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 14:54:33 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 14:54:33 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 14:54:33 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 14:54:33 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 14:54:33 perl perl-modules-5.26 pkg-config unzip zip 14:54:33 The following packages will be upgraded: 14:54:33 perl-base 14:54:33 1 upgraded, 101 newly installed, 0 to remove and 31 not upgraded. 14:54:33 Need to get 81.6 MB of archives. 14:54:33 After this operation, 369 MB of additional disk space will be used. 14:54:34 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 14:54:34 Removing intermediate container 5d8877bf3beb 14:54:34 ---> 17b8cae83c0e 14:54:34 Step 23/23 : LABEL version=0.0.0 14:54:34 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 668 kB/1391 kB 48%] 2% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 14:54:34 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 14:54:34 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 14:54:34 2% [3 perl-modules-5.26 22.9 kB/2762 kB 1%] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 14:54:34 5% [4 libgdbm5 20.5 kB/26.0 kB 79%] 5% [Working] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 14:54:34 5% [5 libgdbm-compat4 0 B/6084 B 0%] 5% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 14:54:34 5% [6 libperl5.26 26.3 kB/3534 kB 1%] 9% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 14:54:34 9% [7 perl 60.8 kB/201 kB 30%] 9% [Working] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 14:54:34 9% [8 less 36.1 kB/112 kB 32%] 9% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 14:54:34 9% [9 netbase 0 B/12.7 kB 0%] 10% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 14:54:34 10% [10 manpages 0 B/1234 kB 0%] 11% [Working] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 14:54:34 11% [11 binutils-common 7696 B/196 kB 4%] 11% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 14:54:34 11% [12 libbinutils 7549 B/488 kB 2%] 12% [Working] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 14:54:34 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 14:54:34 ---> Running in 5051fdcb7365 14:54:35 12% [13 binutils-x86-64-linux-gnu 0 B/1839 kB 0%] 14% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 14:54:35 14% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 14:54:35 14% [15 libc-dev-bin 35.7 kB/71.8 kB 50%] 15% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] 14:54:35 15% [16 linux-libc-dev 29.2 kB/998 kB 3%] 16% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 14:54:35 Collecting idna<2.8,>=2.5 14:54:35 ---> 41c18194196c 14:54:35 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 14:54:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:54:35 16% [17 libc6-dev 14.3 kB/2585 kB 1%] 19% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 14:54:35 19% [18 gcc-7-base 18.3 kB/18.3 kB 100%] 19% [Working] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 14:54:35 19% [19 libisl19 32.1 kB/551 kB 6%] 19% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 14:54:35 20% [20 libmpfr6 65.5 kB/243 kB 27%] 20% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 14:54:35 20% [21 libmpc3 23.9 kB/40.8 kB 59%] 20% [Working] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 14:54:36 20% [22 cpp-7 0 B/8591 kB 0%] 29% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 14:54:36 29% [23 cpp 27.7 kB/27.7 kB 100%] 29% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 14:54:36 29% [24 libcc1-0 4096 B/39.4 kB 10%] 29% [Working] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 14:54:36 29% [25 libgomp1 24.6 kB/76.5 kB 32%] 29% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 14:54:36 30% [26 libitm1 27.9 kB/27.9 kB 100%] 30% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 14:54:36 30% [27 libatomic1 9192 B/9192 B 100%] 30% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 14:54:36 30% [28 libasan4 16.4 kB/358 kB 5%] 30% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 14:54:36 30% [29 liblsan0 25.9 kB/133 kB 20%] 31% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 14:54:36 31% [30 libtsan0 24.0 kB/288 kB 8%] 31% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 14:54:36 31% [31 libubsan0 26.6 kB/126 kB 21%] 32% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 14:54:36 32% [32 libcilkrts5 30.6 kB/42.5 kB 72%] 32% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 14:54:36 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 14:54:36 32% [34 libquadmath0 55.1 kB/134 kB 41%] 32% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 14:54:36 32% [35 libgcc-7-dev 10.4 kB/2378 kB 0%] 35% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 14:54:36 ---> Running in 0332ac27322a 14:54:36 Removing intermediate container 5051fdcb7365 14:54:36 ---> 29ff4db25cac 14:54:36 14:54:36 Collecting urllib3<1.25,>=1.21.1 14:54:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:54:36 35% [36 gcc-7 20.7 kB/9381 kB 0%] 44% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 14:54:36 44% [37 gcc 5184 B/5184 B 100%] 44% [Working] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 14:54:36 44% [38 libstdc++-7-dev 0 B/1471 kB 0%] 46% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 14:54:36 46% [39 g++-7 11.6 kB/9697 kB 0%] 56% [Working] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 14:54:36 56% [40 g++ 1568 B/1568 B 100%] 56% [Working] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 14:54:36 56% [41 make 0 B/154 kB 0%] 56% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 14:54:37 56% [42 libdpkg-perl 28.7 kB/211 kB 14%] 57% [Working] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 14:54:37 57% [43 patch 39.0 kB/102 kB 38%] 57% [Working] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 14:54:37 57% [44 dpkg-dev 0 B/607 kB 0%] 58% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 14:54:37 58% [45 build-essential 4758 B/4758 B 100%] 58% [Working] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] 14:54:37 58% [46 cmake-data 45.5 kB/1332 kB 3%] 60% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] 14:54:37 60% [47 libarchive13 24.4 kB/288 kB 8%] 60% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 14:54:37 60% [48 libjsoncpp1 22.4 kB/73.6 kB 30%] 60% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 14:54:37 60% [49 librhash0 12.9 kB/78.1 kB 17%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 14:54:37 61% [50 libuv1 43.1 kB/64.4 kB 67%] 61% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] 14:54:37 Collecting docker-pycreds>=0.4.0 14:54:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:54:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:54:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:54:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:54:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:54:37 61% [51 cmake 44.0 kB/3152 kB 1%] 64% [Working] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 14:54:37 64% [52 curl 0 B/159 kB 0%] 64% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 14:54:37 65% [53 libfakeroot 10.2 kB/25.9 kB 39%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 14:54:37 65% [54 fakeroot 38.0 kB/62.3 kB 61%] 65% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] 14:54:37 65% [55 libc6-i386 23.1 kB/2650 kB 1%] 68% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.2 [1817 kB] 14:54:37 68% [56 libc6-dev-i386 22.7 kB/1817 kB 1%] 70% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.2 [2847 kB] 14:54:37 70% [57 libc6-x32 26.9 kB/2847 kB 1%] 73% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.2 [2018 kB] 14:54:37 Successfully built 29ff4db25cac 14:54:37 Successfully tagged docker-core-data-go-arm64:latest 14:54:37 Building docker-support-notifications-go 14:54:37 73% [58 libc6-dev-x32 10.9 kB/2018 kB 1%] 75% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] 14:54:37 75% [59 lib32gcc1 24.0 kB/48.1 kB 50%] 75% [Working] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] 14:54:37 75% [60 libx32gcc1 0 B/40.5 kB 0%] 75% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] 14:54:37 75% [61 lib32gomp1 65.5 kB/83.7 kB 78%] 76% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] 14:54:37 76% [62 libx32gomp1 47.4 kB/77.8 kB 61%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] 14:54:37 76% [63 lib32itm1 30.0 kB/30.0 kB 100%] 76% [Working] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] 14:54:37 76% [64 libx32itm1 4608 B/28.1 kB 16%] 76% [Working] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] 14:54:37 76% [65 lib32atomic1 8664 B/8664 B 100%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] 14:54:37 77% [66 libx32atomic1 9188 B/9188 B 100%] 77% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] 14:54:37 77% [67 lib32asan4 23.4 kB/362 kB 6%] 77% [Waiting for headers] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] 14:54:37 77% [68 libx32asan4 41.0 kB/351 kB 12%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] 14:54:37 78% [69 lib32stdc++6 0 B/415 kB 0%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] 14:54:37 79% [70 lib32ubsan0 8688 B/140 kB 6%] 79% [Working] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] 14:54:37 79% [71 libx32stdc++6 0 B/387 kB 0%] 79% [Working] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] 14:54:37 79% [72 libx32ubsan0 0 B/127 kB 0%] 80% [Working] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] 14:54:37 80% [73 lib32cilkrts5 8953 B/47.2 kB 19%] 80% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] 14:54:37 80% [74 libx32cilkrts5 0 B/43.0 kB 0%] 80% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] 14:54:37 80% [75 lib32mpx2 12.9 kB/12.9 kB 100%] 80% [Working] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] 14:54:37 80% [76 lib32quadmath0 36.1 kB/208 kB 17%] 81% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] 14:54:37 81% [77 libx32quadmath0 20.3 kB/135 kB 15%] 81% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] 14:54:37 81% [78 lib32gcc-7-dev 20.1 kB/2211 kB 1%] 84% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] 14:54:37 84% [79 libx32gcc-7-dev 24.8 kB/1999 kB 1%] 86% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] 14:54:37 86% [80 gcc-7-multilib 1048 B/1048 B 100%] 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] 14:54:37 86% [81 lib32stdc++-7-dev 2905 B/626 kB 0%] 87% [Waiting for headers] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] 14:54:37 87% [82 libx32stdc++-7-dev 26.5 kB/582 kB 5%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] 14:54:38 87% [83 g++-7-multilib 642 B/1064 B 60%] 88% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] 14:54:38 88% [Working] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] 14:54:38 88% [85 g++-multilib 1020 B/1020 B 100%] 88% [Working] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 14:54:38 88% [86 libcurl3-gnutls 0 B/213 kB 0%] 88% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 14:54:38 88% [87 liberror-perl 18.7 kB/22.8 kB 82%] 89% [Working] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 14:54:38 89% [88 git-man 0 B/804 kB 0%] 90% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 14:54:38  Building docker-core-data-go ... done Installing collected packages: jsonschema, idna, urllib3, requests, cached-property, dockerpty, docopt, texttable, websocket-client, docker-pycreds, docker, PyYAML, docker-compose 14:54:38 90% [89 git 0 B/3915 kB 0%] 94% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 14:54:38 94% [90 libalgorithm-diff-perl 41.0 kB/47.6 kB 86%] 94% [Working] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 14:54:38 94% [91 libalgorithm-diff-xs-perl 0 B/11.1 kB 0%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 14:54:38 94% [92 libalgorithm-merge-perl 4096 B/12.0 kB 34%] 94% [Working] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 14:54:38 94% [93 libfile-fcntllock-perl 24.6 kB/33.2 kB 74%] 95% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 14:54:38 95% [94 libnorm1 8192 B/224 kB 4%] 95% [Waiting for headers] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 14:54:38 95% [95 libpgm-5.2-0 24.6 kB/157 kB 16%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 14:54:38 95% [96 libsodium23 32.4 kB/143 kB 23%] 96% [Working] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 14:54:38 96% [97 libzmq5 20.3 kB/221 kB 9%] 96% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 14:54:38 96% [98 libzmq3-dev 30.6 kB/400 kB 8%] 97% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 14:54:38 97% [99 manpages-dev 0 B/2217 kB 0%] 99% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 14:54:38 99% [100 pkg-config 0 B/45.0 kB 0%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 14:54:38 99% [101 unzip 0 B/167 kB 0%] 100% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 14:54:38 100% [102 zip 12.6 kB/167 kB 8%] 100% [Working] Fetched 81.6 MB in 5s (15.7 MB/s) 14:54:39 Attempting uninstall: idna 14:54:39 Found existing installation: idna 2.9 14:54:39 Uninstalling idna-2.9: 14:54:39 Successfully uninstalled idna-2.9 14:54:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:54:39 debconf: delaying package configuration, since apt-utils is not installed 14:54:39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 14:54:39 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 14:54:39 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 14:54:40 Attempting uninstall: urllib3 14:54:40 Found existing installation: urllib3 1.25.9 14:54:40 Uninstalling urllib3-1.25.9: 14:54:40 Successfully uninstalled urllib3-1.25.9 14:54:41 Attempting uninstall: requests 14:54:41 Found existing installation: requests 2.23.0 14:54:41 Uninstalling requests-2.23.0: 14:54:41 Successfully uninstalled requests-2.23.0 14:54:41 Running setup.py install for dockerpty: started 14:54:42 Setting up perl-base (5.26.1-6ubuntu0.5) ... 14:54:42 Selecting previously unselected package liblocale-gettext-perl. 14:54:42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 14:54:42 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 14:54:42 Unpacking liblocale-gettext-perl (1.07-3build2) ... 14:54:42 Selecting previously unselected package perl-modules-5.26. 14:54:42 Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 14:54:42 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 14:54:43 Selecting previously unselected package libgdbm5:amd64. 14:54:43 Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... 14:54:43 Unpacking libgdbm5:amd64 (1.14.1-6) ... 14:54:43 Selecting previously unselected package libgdbm-compat4:amd64. 14:54:43 Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... 14:54:43 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 14:54:43 Selecting previously unselected package libperl5.26:amd64. 14:54:43 Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 14:54:43 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 14:54:43 Selecting previously unselected package perl. 14:54:43 Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... 14:54:43 Unpacking perl (5.26.1-6ubuntu0.5) ... 14:54:44 Selecting previously unselected package less. 14:54:44 Preparing to unpack .../006-less_487-0.1_amd64.deb ... 14:54:44 Unpacking less (487-0.1) ... 14:54:44 Selecting previously unselected package netbase. 14:54:44 Preparing to unpack .../007-netbase_5.4_all.deb ... 14:54:44 Unpacking netbase (5.4) ... 14:54:44 Selecting previously unselected package manpages. 14:54:44 Preparing to unpack .../008-manpages_4.15-1_all.deb ... 14:54:44 Unpacking manpages (4.15-1) ... 14:54:44 Selecting previously unselected package binutils-common:amd64. 14:54:44 Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 14:54:44 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 14:54:44 Selecting previously unselected package libbinutils:amd64. 14:54:44 Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 14:54:44 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 14:54:44 Selecting previously unselected package binutils-x86-64-linux-gnu. 14:54:44 Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 14:54:44 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 14:54:44 Selecting previously unselected package binutils. 14:54:44 Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 14:54:44 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 14:54:44 Selecting previously unselected package libc-dev-bin. 14:54:44 Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 14:54:44 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 14:54:44 Selecting previously unselected package linux-libc-dev:amd64. 14:54:44 Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... 14:54:44 Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... 14:54:45 Selecting previously unselected package libc6-dev:amd64. 14:54:45 Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 14:54:45 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 14:54:46 Running setup.py install for dockerpty: finished with status 'done' 14:54:46 Running setup.py install for docopt: started 14:54:46 Selecting previously unselected package gcc-7-base:amd64. 14:54:46 Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:46 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 14:54:46 Selecting previously unselected package libisl19:amd64. 14:54:46 Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... 14:54:46 Unpacking libisl19:amd64 (0.19-1) ... 14:54:46 Selecting previously unselected package libmpfr6:amd64. 14:54:46 Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... 14:54:46 Unpacking libmpfr6:amd64 (4.0.1-1) ... 14:54:46 Selecting previously unselected package libmpc3:amd64. 14:54:46 Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... 14:54:46 Unpacking libmpc3:amd64 (1.1.0-1) ... 14:54:46 Selecting previously unselected package cpp-7. 14:54:46 Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:46 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 14:54:47 Selecting previously unselected package cpp. 14:54:47 Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:54:47 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 14:54:47 Selecting previously unselected package libcc1-0:amd64. 14:54:47 Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:47 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:54:47 Selecting previously unselected package libgomp1:amd64. 14:54:47 Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:47 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:54:47 Selecting previously unselected package libitm1:amd64. 14:54:47 Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:47 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:54:47 Selecting previously unselected package libatomic1:amd64. 14:54:47 Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:47 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:54:47 Selecting previously unselected package libasan4:amd64. 14:54:47 Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:47 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 14:54:47 Selecting previously unselected package liblsan0:amd64. 14:54:47 Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:47 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:54:47 Selecting previously unselected package libtsan0:amd64. 14:54:47 Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:47 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:54:47 Selecting previously unselected package libubsan0:amd64. 14:54:47 Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:47 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 14:54:47 Selecting previously unselected package libcilkrts5:amd64. 14:54:47 Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:47 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 14:54:48 Selecting previously unselected package libmpx2:amd64. 14:54:48 Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:48 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 14:54:48 Selecting previously unselected package libquadmath0:amd64. 14:54:48 Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:48 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:54:48 Selecting previously unselected package libgcc-7-dev:amd64. 14:54:48 Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:48 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:54:48 Selecting previously unselected package gcc-7. 14:54:48 Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:48 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 14:54:48 Running setup.py install for docopt: finished with status 'done' 14:54:48 Running setup.py install for texttable: started 14:54:49 Selecting previously unselected package gcc. 14:54:49 Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:54:49 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 14:54:49 ---> 1c5ab261a597 14:54:49 Step 9/22 : RUN make cmd/core-command/core-command 14:54:49 Selecting previously unselected package libstdc++-7-dev:amd64. 14:54:49 Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:49 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:54:49 ---> Running in f2302392e3a1 14:54:50 Selecting previously unselected package g++-7. 14:54:50 Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:50 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 14:54:51 Selecting previously unselected package g++. 14:54:51 Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:54:51 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 14:54:51 Selecting previously unselected package make. 14:54:51 Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... 14:54:51 Unpacking make (4.1-9.1ubuntu1) ... 14:54:51 Selecting previously unselected package libdpkg-perl. 14:54:51 Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 14:54:51 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 14:54:51 Selecting previously unselected package patch. 14:54:51 Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... 14:54:51 Unpacking patch (2.7.6-2ubuntu1.1) ... 14:54:51 Selecting previously unselected package dpkg-dev. 14:54:51 Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 14:54:51 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 14:54:51 Selecting previously unselected package build-essential. 14:54:51 Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... 14:54:51 Unpacking build-essential (12.4ubuntu1) ... 14:54:51 Selecting previously unselected package cmake-data. 14:54:51 Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 14:54:51 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... 14:54:52 Running setup.py install for texttable: finished with status 'done' 14:54:52 Selecting previously unselected package libarchive13:amd64. 14:54:52 Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... 14:54:52 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 14:54:52 Selecting previously unselected package libjsoncpp1:amd64. 14:54:52 Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... 14:54:52 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 14:54:52 Selecting previously unselected package librhash0:amd64. 14:54:52 Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... 14:54:52 Unpacking librhash0:amd64 (1.3.6-2) ... 14:54:52 Selecting previously unselected package libuv1:amd64. 14:54:52 Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... 14:54:52 Unpacking libuv1:amd64 (1.18.0-3) ... 14:54:52 Selecting previously unselected package cmake. 14:54:52 Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 14:54:52 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 14:54:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:54:53 Selecting previously unselected package curl. 14:54:53 Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... 14:54:53 Unpacking curl (7.58.0-2ubuntu3.10) ... 14:54:53 Selecting previously unselected package libfakeroot:amd64. 14:54:53 Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... 14:54:53 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 14:54:53 Selecting previously unselected package fakeroot. 14:54:53 Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... 14:54:53 Unpacking fakeroot (1.22-2ubuntu1) ... 14:54:53 Selecting previously unselected package libc6-i386. 14:54:53 Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... 14:54:53 Unpacking libc6-i386 (2.27-3ubuntu1.2) ... 14:54:53 Running setup.py install for PyYAML: started 14:54:54 Selecting previously unselected package libc6-dev-i386. 14:54:54 Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... 14:54:54 Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... 14:54:54 Selecting previously unselected package libc6-x32. 14:54:54 Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... 14:54:54 Unpacking libc6-x32 (2.27-3ubuntu1.2) ... 14:54:55 Selecting previously unselected package libc6-dev-x32. 14:54:55 Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... 14:54:55 Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... 14:54:55 Selecting previously unselected package lib32gcc1. 14:54:55 Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:55 Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 14:54:55 Selecting previously unselected package libx32gcc1. 14:54:55 Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:55 Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 14:54:55 Selecting previously unselected package lib32gomp1. 14:54:55 Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:55 Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 14:54:55 Selecting previously unselected package libx32gomp1. 14:54:55 Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:55 Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 14:54:55 Selecting previously unselected package lib32itm1. 14:54:55 Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:55 Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... 14:54:55 Selecting previously unselected package libx32itm1. 14:54:55 Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:55 Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... 14:54:55 Selecting previously unselected package lib32atomic1. 14:54:55 Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:55 Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 14:54:55 Selecting previously unselected package libx32atomic1. 14:54:55 Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:55 Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 14:54:56 Selecting previously unselected package lib32asan4. 14:54:56 Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:56 Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... 14:54:56 Selecting previously unselected package libx32asan4. 14:54:56 Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:56 Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... 14:54:56 Selecting previously unselected package lib32stdc++6. 14:54:56 Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:56 Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 14:54:56 Selecting previously unselected package lib32ubsan0. 14:54:56 Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:56 Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 14:54:56 Selecting previously unselected package libx32stdc++6. 14:54:56 Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:56 Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 14:54:56 Selecting previously unselected package libx32ubsan0. 14:54:56 Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:56 Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 14:54:56 Selecting previously unselected package lib32cilkrts5. 14:54:56 Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:56 Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 14:54:56 Selecting previously unselected package libx32cilkrts5. 14:54:56 Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:56 Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 14:54:56 Selecting previously unselected package lib32mpx2. 14:54:56 Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:56 Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 14:54:56 Selecting previously unselected package lib32quadmath0. 14:54:56 Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:56 Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 14:54:57 Selecting previously unselected package libx32quadmath0. 14:54:57 Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:54:57 Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 14:54:57 Selecting previously unselected package lib32gcc-7-dev. 14:54:57 Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:57 Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 14:54:57 Running setup.py install for PyYAML: finished with status 'done' 14:54:57 Selecting previously unselected package libx32gcc-7-dev. 14:54:57 Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:57 Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 14:54:57 Selecting previously unselected package gcc-7-multilib. 14:54:57 Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:57 Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 14:54:57 Selecting previously unselected package lib32stdc++-7-dev. 14:54:57 Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:57 Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 14:54:57 Selecting previously unselected package libx32stdc++-7-dev. 14:54:57 Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:57 Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 14:54:58 Selecting previously unselected package g++-7-multilib. 14:54:58 Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:54:58 Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 14:54:58 Selecting previously unselected package gcc-multilib. 14:54:58 Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:54:58 Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... 14:54:58 Selecting previously unselected package g++-multilib. 14:54:58 Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:54:58 Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... 14:54:58 Selecting previously unselected package libcurl3-gnutls:amd64. 14:54:58 Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 14:54:58 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 14:54:58 Selecting previously unselected package liberror-perl. 14:54:58 Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... 14:54:58 Unpacking liberror-perl (0.17025-1) ... 14:54:58 Selecting previously unselected package git-man. 14:54:58 Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 14:54:58 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 14:54:58 Selecting previously unselected package git. 14:54:58 Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 14:54:58 Unpacking git (1:2.17.1-1ubuntu0.7) ... 14:54:58 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 14:54:59 Selecting previously unselected package libalgorithm-diff-perl. 14:54:59 Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... 14:54:59 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 14:54:59 Selecting previously unselected package libalgorithm-diff-xs-perl. 14:54:59 Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 14:54:59 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 14:54:59 Selecting previously unselected package libalgorithm-merge-perl. 14:54:59 Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... 14:54:59 Unpacking libalgorithm-merge-perl (0.08-3) ... 14:54:59 Selecting previously unselected package libfile-fcntllock-perl. 14:54:59 Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 14:54:59 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 14:54:59 Selecting previously unselected package libnorm1:amd64. 14:54:59 Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 14:54:59 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:54:59 Selecting previously unselected package libpgm-5.2-0:amd64. 14:54:59 Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 14:54:59 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:54:59 Selecting previously unselected package libsodium23:amd64. 14:54:59 Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... 14:54:59 Unpacking libsodium23:amd64 (1.0.16-2) ... 14:54:59 Selecting previously unselected package libzmq5:amd64. 14:54:59 Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 14:54:59 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:54:59 Selecting previously unselected package libzmq3-dev:amd64. 14:54:59 Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 14:54:59 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:54:59 Selecting previously unselected package manpages-dev. 14:54:59 Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... 14:54:59 Unpacking manpages-dev (4.15-1) ... 14:55:00 Selecting previously unselected package pkg-config. 14:55:00 Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 14:55:00 Unpacking pkg-config (0.29.1-0ubuntu2) ... 14:55:00 Selecting previously unselected package unzip. 14:55:00 Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... 14:55:00 Unpacking unzip (6.0-21ubuntu1) ... 14:55:00 Selecting previously unselected package zip. 14:55:00 Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... 14:55:00 Unpacking zip (3.0-11build1) ... 14:55:00 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:55:00 Setting up libc6-x32 (2.27-3ubuntu1.2) ... 14:55:00 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:55:00 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:55:00 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:55:00 Setting up manpages (4.15-1) ... 14:55:00 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 14:55:00 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:55:00 Setting up less (487-0.1) ... 14:55:00 Setting up make (4.1-9.1ubuntu1) ... 14:55:00 Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 14:55:00 Setting up curl (7.58.0-2ubuntu3.10) ... 14:55:00 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 14:55:00 Setting up libuv1:amd64 (1.18.0-3) ... 14:55:00 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 14:55:00 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:55:00 Setting up unzip (6.0-21ubuntu1) ... 14:55:00 Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... 14:55:00 Setting up libmpfr6:amd64 (4.0.1-1) ... 14:55:00 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 14:55:00 Setting up libc6-i386 (2.27-3ubuntu1.2) ... 14:55:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 14:55:00 Setting up libgdbm5:amd64 (1.14.1-6) ... 14:55:00 Setting up zip (3.0-11build1) ... 14:55:01 Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up librhash0:amd64 (1.3.6-2) ... 14:55:01 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:55:01 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 14:55:01 Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 14:55:01 Setting up libsodium23:amd64 (1.0.16-2) ... 14:55:01 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up patch (2.7.6-2ubuntu1.1) ... 14:55:01 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 14:55:01 Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up liblocale-gettext-perl (1.07-3build2) ... 14:55:01 Setting up libmpc3:amd64 (1.1.0-1) ... 14:55:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 14:55:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:55:01 ---> 444f0707a3e6 14:55:01 Step 3/24 : WORKDIR /edgex-go 14:55:01 ---> Using cache 14:55:01 ---> 37a837911ca8 14:55:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:55:01 ---> Using cache 14:55:01 ---> c27e1a7f08f9 14:55:01 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 14:55:01 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 14:55:01 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 14:55:01 Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up manpages-dev (4.15-1) ... 14:55:01 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 14:55:01 Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up netbase (5.4) ... 14:55:01 Setting up libisl19:amd64 (0.19-1) ... 14:55:01 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 14:55:01 Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... 14:55:01 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:55:01 Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 14:55:01 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 14:55:01 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 14:55:01 Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 14:55:01 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 14:55:01 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 14:55:01 Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... 14:55:01 Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:55:01 Setting up fakeroot (1.22-2ubuntu1) ... 14:55:01 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 14:55:01 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 14:55:01 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 14:55:01 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 14:55:01 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 14:55:01 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 14:55:01 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 14:55:01 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 14:55:01 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 14:55:01 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:55:01 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 14:55:01 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:55:01 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 14:55:01 Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 14:55:01 Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 14:55:01 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 14:55:01 Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 14:55:01 Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... 14:55:01 Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... 14:55:01 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 14:55:01 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 14:55:02 Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 14:55:02 Setting up perl (5.26.1-6ubuntu0.5) ... 14:55:02 Setting up libfile-fcntllock-perl (0.22-3build2) ... 14:55:02 Setting up libalgorithm-diff-perl (1.19.03-1) ... 14:55:02 Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 14:55:02 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 14:55:02 Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 14:55:02 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 14:55:02 Setting up liberror-perl (0.17025-1) ... 14:55:02 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 14:55:02 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 14:55:02 Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 14:55:02 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 14:55:02 Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 14:55:02 Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 14:55:02 Setting up libalgorithm-merge-perl (0.08-3) ... 14:55:02 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 14:55:02 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 14:55:02 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 14:55:02 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 14:55:02 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 14:55:02 Setting up git (1:2.17.1-1ubuntu0.7) ... 14:55:02 Setting up build-essential (12.4ubuntu1) ... 14:55:02 Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... 14:55:02 Setting up pkg-config (0.29.1-0ubuntu2) ... 14:55:02 Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... 14:55:02 Processing triggers for mime-support (3.60ubuntu1) ... 14:55:02 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 14:55:02 ---> Running in 10d8b48bc496 14:55:04 binutils set to automatically installed. 14:55:04 binutils-common set to automatically installed. 14:55:04 binutils-x86-64-linux-gnu set to automatically installed. 14:55:04 build-essential set to automatically installed. 14:55:04 cmake set to automatically installed. 14:55:04 cmake-data set to automatically installed. 14:55:04 cpp set to automatically installed. 14:55:04 cpp-7 set to automatically installed. 14:55:04 curl set to automatically installed. 14:55:04 dpkg-dev set to automatically installed. 14:55:04 fakeroot set to automatically installed. 14:55:04 g++ set to automatically installed. 14:55:04 g++-7 set to automatically installed. 14:55:04 g++-7-multilib set to automatically installed. 14:55:04 g++-multilib set to automatically installed. 14:55:04 gcc set to automatically installed. 14:55:04 gcc-7 set to automatically installed. 14:55:04 gcc-7-base set to automatically installed. 14:55:04 gcc-7-multilib set to automatically installed. 14:55:04 gcc-multilib set to automatically installed. 14:55:04 git set to automatically installed. 14:55:04 git-man set to automatically installed. 14:55:04 less set to automatically installed. 14:55:04 lib32asan4 set to automatically installed. 14:55:04 lib32atomic1 set to automatically installed. 14:55:04 lib32cilkrts5 set to automatically installed. 14:55:04 lib32gcc-7-dev set to automatically installed. 14:55:04 lib32gcc1 set to automatically installed. 14:55:04 lib32gomp1 set to automatically installed. 14:55:04 lib32itm1 set to automatically installed. 14:55:04 lib32mpx2 set to automatically installed. 14:55:04 lib32quadmath0 set to automatically installed. 14:55:04 lib32stdc++-7-dev set to automatically installed. 14:55:04 lib32stdc++6 set to automatically installed. 14:55:04 lib32ubsan0 set to automatically installed. 14:55:04 libalgorithm-diff-perl set to automatically installed. 14:55:04 libalgorithm-diff-xs-perl set to automatically installed. 14:55:04 libalgorithm-merge-perl set to automatically installed. 14:55:04 libarchive13 set to automatically installed. 14:55:04 libasan4 set to automatically installed. 14:55:04 libatomic1 set to automatically installed. 14:55:04 libbinutils set to automatically installed. 14:55:04 libc-dev-bin set to automatically installed. 14:55:04 libc6-dev set to automatically installed. 14:55:04 libc6-dev-i386 set to automatically installed. 14:55:04 libc6-dev-x32 set to automatically installed. 14:55:04 libc6-i386 set to automatically installed. 14:55:04 libc6-x32 set to automatically installed. 14:55:04 libcc1-0 set to automatically installed. 14:55:04 libcilkrts5 set to automatically installed. 14:55:04 libcurl3-gnutls set to automatically installed. 14:55:04 libdpkg-perl set to automatically installed. 14:55:04 liberror-perl set to automatically installed. 14:55:04 libfakeroot set to automatically installed. 14:55:04 libfile-fcntllock-perl set to automatically installed. 14:55:04 libgcc-7-dev set to automatically installed. 14:55:04 libgdbm-compat4 set to automatically installed. 14:55:04 libgdbm5 set to automatically installed. 14:55:04 libgomp1 set to automatically installed. 14:55:04 libisl19 set to automatically installed. 14:55:04 libitm1 set to automatically installed. 14:55:04 libjsoncpp1 set to automatically installed. 14:55:04 liblocale-gettext-perl set to automatically installed. 14:55:04 liblsan0 set to automatically installed. 14:55:04 libmpc3 set to automatically installed. 14:55:04 libmpfr6 set to automatically installed. 14:55:04 libmpx2 set to automatically installed. 14:55:04 libnorm1 set to automatically installed. 14:55:04 libperl5.26 set to automatically installed. 14:55:04 libpgm-5.2-0 set to automatically installed. 14:55:04 libquadmath0 set to automatically installed. 14:55:04 librhash0 set to automatically installed. 14:55:04 libsodium23 set to automatically installed. 14:55:04 libstdc++-7-dev set to automatically installed. 14:55:04 libtsan0 set to automatically installed. 14:55:04 libubsan0 set to automatically installed. 14:55:04 libuv1 set to automatically installed. 14:55:04 libx32asan4 set to automatically installed. 14:55:04 libx32atomic1 set to automatically installed. 14:55:04 libx32cilkrts5 set to automatically installed. 14:55:04 libx32gcc-7-dev set to automatically installed. 14:55:04 libx32gcc1 set to automatically installed. 14:55:04 libx32gomp1 set to automatically installed. 14:55:04 libx32itm1 set to automatically installed. 14:55:04 libx32quadmath0 set to automatically installed. 14:55:04 libx32stdc++-7-dev set to automatically installed. 14:55:04 libx32stdc++6 set to automatically installed. 14:55:04 libx32ubsan0 set to automatically installed. 14:55:04 libzmq3-dev set to automatically installed. 14:55:04 libzmq5 set to automatically installed. 14:55:04 linux-libc-dev set to automatically installed. 14:55:04 make set to automatically installed. 14:55:04 manpages set to automatically installed. 14:55:04 manpages-dev set to automatically installed. 14:55:04 netbase set to automatically installed. 14:55:04 patch set to automatically installed. 14:55:04 perl set to automatically installed. 14:55:04 perl-base set to automatically installed. 14:55:05 perl-modules-5.26 set to automatically installed. 14:55:05 pkg-config set to automatically installed. 14:55:05 unzip set to automatically installed. 14:55:05 zip set to automatically installed. 14:55:05 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 14:55:05 Please ensure the environment is properly setup before continuing. 14:55:05 Ignore this message if the appropriate measures have already been taken 14:55:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:55:05 Removing intermediate container d62fb6575506 14:55:05 ---> 5a003b91d82f 14:55:05 Step 22/27 : RUN apk --no-cache add curl 14:55:05 Pulling go-build-helper  14:55:06 ---> Running in 759ad9a4a896 14:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:55:06 'go115' has dependencies that need to be staged: go-build-helper 14:55:06 Skipping pull go-build-helper (already ran) 14:55:06 Building go-build-helper  14:55:07 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:55:07 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:55:07 OK: 12623 distinct packages available 14:55:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:55:08 OK: 217 MiB in 51 packages 14:55:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:55:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:55:09 (2/3) Installing libcurl (7.69.1-r1) 14:55:09 (3/3) Installing curl (7.69.1-r1) 14:55:09 Executing busybox-1.31.1-r19.trigger 14:55:09 OK: 71 MiB in 58 packages 14:55:10 Removing intermediate container 10d8b48bc496 14:55:10 ---> 82908a9de600 14:55:10 Step 6/24 : COPY go.mod . 14:55:10 Staging go-build-helper  14:55:11 Pulling go115  14:55:11 Removing intermediate container 759ad9a4a896 14:55:11 ---> 8e38f4bd1cff 14:55:11 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 14:55:11 ---> 7aa56edd90f4 14:55:11 Step 7/24 : RUN go mod download 14:55:11 ---> Running in 1e558a4a38a9 14:55:12 'app-service-config' has dependencies that need to be staged: go115 14:55:12 Skipping pull go115 (already ran) 14:55:12 Building go115  14:55:12 % Total % Received % Xferd Average Speed Time Time Time Current 14:55:12 Dload Upload Total Spent Left Speed 14:55:12 ---> Running in e9ca2e40ad98 14:55:13 Removing intermediate container 1e558a4a38a9 14:55:13 ---> 40ce4b6585e3 14:55:13 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:55:13 ---> Running in a642b25e75f9 14:55:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 115M 28 32.9M 0 0 46.8M 0 0:00:02 --:--:-- 0:00:02 46.8M 81 115M 81 93.7M 0 0 55.2M 0 0:00:02 0:00:01 0:00:01 55.2M 100 115M 100 115M 0 0 56.0M 0 0:00:02 0:00:02 --:--:-- 56.0M 14:55:14 Removing intermediate container a642b25e75f9 14:55:14 ---> 85e78028ddd5 14:55:14 Step 25/27 : LABEL arch=arm64 14:55:14 ---> Running in ed2d05050310 14:55:14 go1.15.2.linux-amd64.tar.gz: OK 14:55:15 Removing intermediate container ed2d05050310 14:55:15 ---> c41ac369f57a 14:55:15 Step 26/27 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:55:15 ---> Running in fb8ccb8df0e4 14:55:16 Removing intermediate container fb8ccb8df0e4 14:55:16 ---> 2405baace5dd 14:55:16 Step 27/27 : LABEL version=0.0.0 14:55:16 ---> Running in 584f035e9c16 14:55:17 Removing intermediate container 584f035e9c16 14:55:17 ---> 301040aecf43 14:55:17 14:55:17 Removing intermediate container e9ca2e40ad98 14:55:17 ---> d5f6c0176d6f 14:55:17 Step 8/24 : COPY . . 14:55:17 Successfully built 301040aecf43 14:55:17 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 14:55:17 Building docker-security-secrets-setup-go 14:55:21 Staging go115  14:55:22 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:55:22 2% [Working] 64% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:55:22 30% 2% 2% 2% Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] 14:55:22 2% 51% 51% 51% Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] 14:55:22 54% 58% Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] 14:55:22 59% 95% Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 14:55:22 95% 96% 98% 98% 98% 99% 99% 99% 99% 99% 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:55:22 97% 99% 99% 99% 99% 99% 99% 22% [Working] 22% [Working] 22% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 14:55:23 22% 22% 22% 22% 17% [Working] 17% [Working] 17% Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 14:55:23 17% 18% 57% 71% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 14:55:23 71% 71% Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 14:55:23 77% Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 14:55:23 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 14:55:23 79% 88% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 14:55:23 88% 89% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 14:55:23 89% 89% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 14:55:24 89% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 14:55:24 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 14:55:25 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 21.3 MB in 0s (0 B/s) 14:55:28 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:55:29 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) 14:55:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:55:29 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 14:55:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:55:30 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) 14:55:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:55:30 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) 14:55:31 Pulling app-service-config  14:55:32 Cloning into '/build/parts/app-service-config/src'... 14:55:32 remote: Enumerating objects: 19, done. 14:55:32 remote: Counting objects: 5% (1/19) remote: Counting objects: 10% (2/19) remote: Counting objects: 15% (3/19) remote: Counting objects: 21% (4/19) remote: Counting objects: 26% (5/19) remote: Counting objects: 31% (6/19) remote: Counting objects: 36% (7/19) remote: Counting objects: 42% (8/19) remote: Counting objects: 47% (9/19) remote: Counting objects: 52% (10/19) remote: Counting objects: 57% (11/19) remote: Counting objects: 63% (12/19) remote: Counting objects: 68% (13/19) remote: Counting objects: 73% (14/19) remote: Counting objects: 78% (15/19) remote: Counting objects: 84% (16/19) remote: Counting objects: 89% (17/19) remote: Counting objects: 94% (18/19) remote: Counting objects: 100% (19/19) remote: Counting objects: 100% (19/19), done. 14:55:32 remote: Compressing objects: 7% (1/14) remote: Compressing objects: 14% (2/14) remote: Compressing objects: 21% (3/14) remote: Compressing objects: 28% (4/14) remote: Compressing objects: 35% (5/14) remote: Compressing objects: 42% (6/14) remote: Compressing objects: 50% (7/14) remote: Compressing objects: 57% (8/14) remote: Compressing objects: 64% (9/14) remote: Compressing objects: 71% (10/14) remote: Compressing objects: 78% (11/14) remote: Compressing objects: 85% (12/14) remote: Compressing objects: 92% (13/14) remote: Compressing objects: 100% (14/14) remote: Compressing objects: 100% (14/14), done. 14:55:32 Receiving objects: 0% (1/823) Receiving objects: 1% (9/823) Receiving objects: 2% (17/823) Receiving objects: 3% (25/823) Receiving objects: 4% (33/823) Receiving objects: 5% (42/823) Receiving objects: 6% (50/823) Receiving objects: 7% (58/823) Receiving objects: 8% (66/823) Receiving objects: 9% (75/823) Receiving objects: 10% (83/823) Receiving objects: 11% (91/823) Receiving objects: 12% (99/823) Receiving objects: 13% (107/823) Receiving objects: 14% (116/823) Receiving objects: 15% (124/823) Receiving objects: 16% (132/823) Receiving objects: 17% (140/823) Receiving objects: 18% (149/823) Receiving objects: 19% (157/823) Receiving objects: 20% (165/823) Receiving objects: 21% (173/823) Receiving objects: 22% (182/823) Receiving objects: 23% (190/823) Receiving objects: 24% (198/823) Receiving objects: 25% (206/823) Receiving objects: 26% (214/823) Receiving objects: 27% (223/823) Receiving objects: 28% (231/823) Receiving objects: 29% (239/823) Receiving objects: 30% (247/823) Receiving objects: 31% (256/823) Receiving objects: 32% (264/823) Receiving objects: 33% (272/823) Receiving objects: 34% (280/823) Receiving objects: 35% (289/823) Receiving objects: 36% (297/823) Receiving objects: 37% (305/823) Receiving objects: 38% (313/823) Receiving objects: 39% (321/823) Receiving objects: 40% (330/823) Receiving objects: 41% (338/823) Receiving objects: 42% (346/823) Receiving objects: 43% (354/823) Receiving objects: 44% (363/823) Receiving objects: 45% (371/823) Receiving objects: 46% (379/823) Receiving objects: 47% (387/823) Receiving objects: 48% (396/823) Receiving objects: 49% (404/823) Receiving objects: 50% (412/823) Receiving objects: 51% (420/823) Receiving objects: 52% (428/823) Receiving objects: 53% (437/823) Receiving objects: 54% (445/823) Receiving objects: 55% (453/823) Receiving objects: 56% (461/823) Receiving objects: 57% (470/823) Receiving objects: 58% (478/823) Receiving objects: 59% (486/823) Receiving objects: 60% (494/823) Receiving objects: 61% (503/823) Receiving objects: 62% (511/823) Receiving objects: 63% (519/823) Receiving objects: 64% (527/823) Receiving objects: 65% (535/823) Receiving objects: 66% (544/823) Receiving objects: 67% (552/823) Receiving objects: 68% (560/823) Receiving objects: 69% (568/823) remote: Total 823 (delta 3), reused 11 (delta 1), pack-reused 804 14:55:32 Receiving objects: 70% (577/823) Receiving objects: 71% (585/823) Receiving objects: 72% (593/823) Receiving objects: 73% (601/823) Receiving objects: 74% (610/823) Receiving objects: 75% (618/823) Receiving objects: 76% (626/823) Receiving objects: 77% (634/823) Receiving objects: 78% (642/823) Receiving objects: 79% (651/823) Receiving objects: 80% (659/823) Receiving objects: 81% (667/823) Receiving objects: 82% (675/823) Receiving objects: 83% (684/823) Receiving objects: 84% (692/823) Receiving objects: 85% (700/823) Receiving objects: 86% (708/823) Receiving objects: 87% (717/823) Receiving objects: 88% (725/823) Receiving objects: 89% (733/823) Receiving objects: 90% (741/823) Receiving objects: 91% (749/823) Receiving objects: 92% (758/823) Receiving objects: 93% (766/823) Receiving objects: 94% (774/823) Receiving objects: 95% (782/823) Receiving objects: 96% (791/823) Receiving objects: 97% (799/823) Receiving objects: 98% (807/823) Receiving objects: 99% (815/823) Receiving objects: 100% (823/823) Receiving objects: 100% (823/823), 181.99 KiB | 5.69 MiB/s, done. 14:55:32 Resolving deltas: 0% (0/310) Resolving deltas: 1% (4/310) Resolving deltas: 2% (7/310) Resolving deltas: 3% (10/310) Resolving deltas: 5% (18/310) Resolving deltas: 9% (30/310) Resolving deltas: 11% (35/310) Resolving deltas: 12% (38/310) Resolving deltas: 22% (69/310) Resolving deltas: 24% (76/310) Resolving deltas: 25% (80/310) Resolving deltas: 26% (82/310) Resolving deltas: 27% (86/310) Resolving deltas: 31% (97/310) Resolving deltas: 34% (107/310) Resolving deltas: 35% (109/310) Resolving deltas: 46% (143/310) Resolving deltas: 52% (162/310) Resolving deltas: 53% (166/310) Resolving deltas: 54% (168/310) Resolving deltas: 55% (171/310) Resolving deltas: 63% (198/310) Resolving deltas: 65% (203/310) Resolving deltas: 68% (213/310) Resolving deltas: 72% (225/310) Resolving deltas: 77% (241/310) Resolving deltas: 78% (242/310) Resolving deltas: 79% (245/310) Resolving deltas: 94% (292/310) Resolving deltas: 100% (310/310) Resolving deltas: 100% (310/310), done. 14:55:32 Pulling config-common  14:55:33 Pulling consul  14:55:34 Cloning into '/build/parts/consul/src'... 14:55:34 remote: Enumerating objects: 9433, done. 14:55:34 remote: Counting objects: 0% (1/9433) remote: Counting objects: 1% (95/9433) remote: Counting objects: 2% (189/9433) remote: Counting objects: 3% (283/9433) remote: Counting objects: 4% (378/9433) remote: Counting objects: 5% (472/9433) remote: Counting objects: 6% (566/9433) remote: Counting objects: 7% (661/9433) remote: Counting objects: 8% (755/9433) remote: Counting objects: 9% (849/9433) remote: Counting objects: 10% (944/9433) remote: Counting objects: 11% (1038/9433) remote: Counting objects: 12% (1132/9433) remote: Counting objects: 13% (1227/9433) remote: Counting objects: 14% (1321/9433) remote: Counting objects: 15% (1415/9433) remote: Counting objects: 16% (1510/9433) remote: Counting objects: 17% (1604/9433) remote: Counting objects: 18% (1698/9433) remote: Counting objects: 19% (1793/9433) remote: Counting objects: 20% (1887/9433) remote: Counting objects: 21% (1981/9433) remote: Counting objects: 22% (2076/9433) remote: Counting objects: 23% (2170/9433) remote: Counting objects: 24% (2264/9433) remote: Counting objects: 25% (2359/9433) remote: Counting objects: 26% (2453/9433) remote: Counting objects: 27% (2547/9433) remote: Counting objects: 28% (2642/9433) remote: Counting objects: 29% (2736/9433) remote: Counting objects: 30% (2830/9433) remote: Counting objects: 31% (2925/9433) remote: Counting objects: 32% (3019/9433) remote: Counting objects: 33% (3113/9433) remote: Counting objects: 34% (3208/9433) remote: Counting objects: 35% (3302/9433) remote: Counting objects: 36% (3396/9433) remote: Counting objects: 37% (3491/9433) remote: Counting objects: 38% (3585/9433) remote: Counting objects: 39% (3679/9433) remote: Counting objects: 40% (3774/9433) remote: Counting objects: 41% (3868/9433) remote: Counting objects: 42% (3962/9433) remote: Counting objects: 43% (4057/9433) remote: Counting objects: 44% (4151/9433) remote: Counting objects: 45% (4245/9433) remote: Counting objects: 46% (4340/9433) remote: Counting objects: 47% (4434/9433) remote: Counting objects: 48% (4528/9433) remote: Counting objects: 49% (4623/9433) remote: Counting objects: 50% (4717/9433) remote: Counting objects: 51% (4811/9433) remote: Counting objects: 52% (4906/9433) remote: Counting objects: 53% (5000/9433) remote: Counting objects: 54% (5094/9433) remote: Counting objects: 55% (5189/9433) remote: Counting objects: 56% (5283/9433) remote: Counting objects: 57% (5377/9433) remote: Counting objects: 58% (5472/9433) remote: Counting objects: 59% (5566/9433) remote: Counting objects: 60% (5660/9433) remote: Counting objects: 61% (5755/9433) remote: Counting objects: 62% (5849/9433) remote: Counting objects: 63% (5943/9433) remote: Counting objects: 64% (6038/9433) remote: Counting objects: 65% (6132/9433) remote: Counting objects: 66% (6226/9433) remote: Counting objects: 67% (6321/9433) remote: Counting objects: 68% (6415/9433) remote: Counting objects: 69% (6509/9433) remote: Counting objects: 70% (6604/9433) remote: Counting objects: 71% (6698/9433) remote: Counting objects: 72% (6792/9433) remote: Counting objects: 73% (6887/9433) remote: Counting objects: 74% (6981/9433) remote: Counting objects: 75% (7075/9433) remote: Counting objects: 76% (7170/9433) remote: Counting objects: 77% (7264/9433) remote: Counting objects: 78% (7358/9433) remote: Counting objects: 79% (7453/9433) remote: Counting objects: 80% (7547/9433) remote: Counting objects: 81% (7641/9433) remote: Counting objects: 82% (7736/9433) remote: Counting objects: 83% (7830/9433) remote: Counting objects: 84% (7924/9433) remote: Counting objects: 85% (8019/9433) remote: Counting objects: 86% (8113/9433) remote: Counting objects: 87% (8207/9433) remote: Counting objects: 88% (8302/9433) remote: Counting objects: 89% (8396/9433) remote: Counting objects: 90% (8490/9433) remote: Counting objects: 91% (8585/9433) remote: Counting objects: 92% (8679/9433) remote: Counting objects: 93% (8773/9433) remote: Counting objects: 94% (8868/9433) remote: Counting objects: 95% (8962/9433) remote: Counting objects: 96% (9056/9433) remote: Counting objects: 97% (9151/9433) remote: Counting objects: 98% (9245/9433) remote: Counting objects: 99% (9339/9433) remote: Counting objects: 100% (9433/9433) remote: Counting objects: 100% (9433/9433), done. 14:55:35 remote: Compressing objects: 0% (1/7554) remote: Compressing objects: 1% (76/7554) remote: Compressing objects: 2% (152/7554) remote: Compressing objects: 3% (227/7554) remote: Compressing objects: 4% (303/7554) remote: Compressing objects: 5% (378/7554) remote: Compressing objects: 6% (454/7554) remote: Compressing objects: 7% (529/7554) remote: Compressing objects: 8% (605/7554) remote: Compressing objects: 9% (680/7554) remote: Compressing objects: 10% (756/7554) remote: Compressing objects: 11% (831/7554) remote: Compressing objects: 12% (907/7554) remote: Compressing objects: 13% (983/7554) remote: Compressing objects: 14% (1058/7554) remote: Compressing objects: 15% (1134/7554) remote: Compressing objects: 16% (1209/7554) remote: Compressing objects: 17% (1285/7554) remote: Compressing objects: 18% (1360/7554) remote: Compressing objects: 19% (1436/7554) remote: Compressing objects: 20% (1511/7554) remote: Compressing objects: 21% (1587/7554) remote: Compressing objects: 22% (1662/7554) remote: Compressing objects: 23% (1738/7554) remote: Compressing objects: 24% (1813/7554) remote: Compressing objects: 25% (1889/7554) remote: Compressing objects: 26% (1965/7554) remote: Compressing objects: 27% (2040/7554) remote: Compressing objects: 28% (2116/7554) remote: Compressing objects: 29% (2191/7554) remote: Compressing objects: 30% (2267/7554) remote: Compressing objects: 31% (2342/7554) remote: Compressing objects: 32% (2418/7554) remote: Compressing objects: 33% (2493/7554) remote: Compressing objects: 34% (2569/7554) remote: Compressing objects: 35% (2644/7554) remote: Compressing objects: 36% (2720/7554) remote: Compressing objects: 37% (2795/7554) remote: Compressing objects: 38% (2871/7554) remote: Compressing objects: 39% (2947/7554) remote: Compressing objects: 40% (3022/7554) remote: Compressing objects: 41% (3098/7554) remote: Compressing objects: 42% (3173/7554) remote: Compressing objects: 43% (3249/7554) remote: Compressing objects: 44% (3324/7554) remote: Compressing objects: 45% (3400/7554) remote: Compressing objects: 46% (3475/7554) remote: Compressing objects: 47% (3551/7554) remote: Compressing objects: 48% (3626/7554) remote: Compressing objects: 49% (3702/7554) remote: Compressing objects: 50% (3777/7554) remote: Compressing objects: 51% (3853/7554) remote: Compressing objects: 52% (3929/7554) remote: Compressing objects: 53% (4004/7554) remote: Compressing objects: 54% (4080/7554) remote: Compressing objects: 55% (4155/7554) remote: Compressing objects: 56% (4231/7554) remote: Compressing objects: 57% (4306/7554) remote: Compressing objects: 58% (4382/7554) remote: Compressing objects: 59% (4457/7554) remote: Compressing objects: 60% (4533/7554) remote: Compressing objects: 61% (4608/7554) remote: Compressing objects: 62% (4684/7554) remote: Compressing objects: 63% (4760/7554) remote: Compressing objects: 64% (4835/7554) remote: Compressing objects: 65% (4911/7554) remote: Compressing objects: 66% (4986/7554) remote: Compressing objects: 67% (5062/7554) remote: Compressing objects: 68% (5137/7554) remote: Compressing objects: 68% (5195/7554) remote: Compressing objects: 69% (5213/7554) remote: Compressing objects: 70% (5288/7554) remote: Compressing objects: 71% (5364/7554) remote: Compressing objects: 72% (5439/7554) remote: Compressing objects: 73% (5515/7554) remote: Compressing objects: 74% (5590/7554) remote: Compressing objects: 75% (5666/7554) remote: Compressing objects: 76% (5742/7554) remote: Compressing objects: 77% (5817/7554) remote: Compressing objects: 78% (5893/7554) remote: Compressing objects: 79% (5968/7554) remote: Compressing objects: 80% (6044/7554) remote: Compressing objects: 81% (6119/7554) remote: Compressing objects: 82% (6195/7554) remote: Compressing objects: 83% (6270/7554) remote: Compressing objects: 84% (6346/7554) remote: Compressing objects: 85% (6421/7554) remote: Compressing objects: 86% (6497/7554) remote: Compressing objects: 87% (6572/7554) remote: Compressing objects: 88% (6648/7554) remote: Compressing objects: 89% (6724/7554) remote: Compressing objects: 90% (6799/7554) remote: Compressing objects: 91% (6875/7554) remote: Compressing objects: 92% (6950/7554) remote: Compressing objects: 93% (7026/7554) remote: Compressing objects: 94% (7101/7554) remote: Compressing objects: 95% (7177/7554) remote: Compressing objects: 96% (7252/7554) remote: Compressing objects: 97% (7328/7554) remote: Compressing objects: 98% (7403/7554) remote: Compressing objects: 99% (7479/7554) remote: Compressing objects: 100% (7554/7554) remote: Compressing objects: 100% (7554/7554), done. 14:55:37 Receiving objects: 0% (1/9433) Receiving objects: 1% (95/9433) Receiving objects: 2% (189/9433) Receiving objects: 3% (283/9433) Receiving objects: 4% (378/9433) Receiving objects: 5% (472/9433) Receiving objects: 6% (566/9433) Receiving objects: 7% (661/9433) Receiving objects: 8% (755/9433) Receiving objects: 9% (849/9433) Receiving objects: 10% (944/9433) Receiving objects: 11% (1038/9433) Receiving objects: 12% (1132/9433) Receiving objects: 13% (1227/9433) Receiving objects: 14% (1321/9433) Receiving objects: 15% (1415/9433) Receiving objects: 16% (1510/9433) Receiving objects: 17% (1604/9433) Receiving objects: 18% (1698/9433) Receiving objects: 19% (1793/9433) Receiving objects: 19% (1828/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 20% (1887/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 21% (1981/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 22% (2076/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 23% (2170/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 24% (2264/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 25% (2359/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 26% (2453/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 27% (2547/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 28% (2642/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 29% (2736/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 30% (2830/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 31% (2925/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 32% (3019/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 33% (3113/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 34% (3208/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 35% (3302/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 36% (3396/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 37% (3491/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 38% (3585/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 39% (3679/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 40% (3774/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 41% (3868/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 42% (3962/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 43% (4057/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 44% (4151/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 45% (4245/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 46% (4340/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 47% (4434/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 48% (4528/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 49% (4623/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 50% (4717/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 51% (4811/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 52% (4906/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 53% (5000/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 54% (5094/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 55% (5189/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 56% (5283/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 57% (5377/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 58% (5472/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 59% (5566/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 60% (5660/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 61% (5755/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 62% (5849/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 63% (5943/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 64% (6038/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 65% (6132/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 66% (6226/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 67% (6321/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 68% (6415/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 69% (6509/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 70% (6604/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 71% (6698/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 72% (6792/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 73% (6887/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 74% (6981/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 75% (7075/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 76% (7170/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 77% (7264/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 78% (7358/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 79% (7453/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 80% (7547/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 81% (7641/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 82% (7736/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 83% (7830/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 84% (7924/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 85% (8019/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 86% (8113/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 87% (8207/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 88% (8302/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 89% (8396/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 90% (8490/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 91% (8585/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 92% (8679/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 93% (8773/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 94% (8868/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 95% (8962/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 96% (9056/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 97% (9151/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 98% (9245/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 98% (9270/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 99% (9339/9433), 14.61 MiB | 7.96 MiB/s remote: Total 9433 (delta 1883), reused 6081 (delta 1372), pack-reused 0 14:55:37 Receiving objects: 100% (9433/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 100% (9433/9433), 27.62 MiB | 12.41 MiB/s, done. 14:55:37 Resolving deltas: 0% (0/1883) Resolving deltas: 1% (19/1883) Resolving deltas: 2% (41/1883) Resolving deltas: 4% (94/1883) Resolving deltas: 5% (95/1883) Resolving deltas: 6% (115/1883) Resolving deltas: 7% (136/1883) Resolving deltas: 8% (151/1883) Resolving deltas: 9% (170/1883) Resolving deltas: 10% (192/1883) Resolving deltas: 11% (209/1883) Resolving deltas: 12% (226/1883) Resolving deltas: 13% (245/1883) Resolving deltas: 14% (266/1883) Resolving deltas: 15% (284/1883) Resolving deltas: 16% (308/1883) Resolving deltas: 17% (324/1883) Resolving deltas: 18% (344/1883) Resolving deltas: 19% (358/1883) Resolving deltas: 20% (378/1883) Resolving deltas: 21% (396/1883) Resolving deltas: 22% (415/1883) Resolving deltas: 23% (434/1883) Resolving deltas: 24% (455/1883) Resolving deltas: 25% (471/1883) Resolving deltas: 26% (491/1883) Resolving deltas: 27% (522/1883) Resolving deltas: 28% (538/1883) Resolving deltas: 29% (549/1883) Resolving deltas: 30% (566/1883) Resolving deltas: 31% (584/1883) Resolving deltas: 33% (622/1883) Resolving deltas: 35% (665/1883) Resolving deltas: 37% (714/1883) Resolving deltas: 38% (717/1883) Resolving deltas: 39% (735/1883) Resolving deltas: 40% (756/1883) Resolving deltas: 41% (773/1883) Resolving deltas: 42% (794/1883) Resolving deltas: 43% (818/1883) Resolving deltas: 44% (829/1883) Resolving deltas: 45% (848/1883) Resolving deltas: 46% (882/1883) Resolving deltas: 47% (887/1883) Resolving deltas: 48% (905/1883) Resolving deltas: 49% (928/1883) Resolving deltas: 50% (951/1883) Resolving deltas: 51% (961/1883) Resolving deltas: 52% (980/1883) Resolving deltas: 53% (998/1883) Resolving deltas: 54% (1017/1883) Resolving deltas: 55% (1036/1883) Resolving deltas: 56% (1055/1883) Resolving deltas: 57% (1077/1883) Resolving deltas: 58% (1093/1883) Resolving deltas: 59% (1124/1883) Resolving deltas: 60% (1132/1883) Resolving deltas: 61% (1150/1883) Resolving deltas: 62% (1168/1883) Resolving deltas: 63% (1188/1883) Resolving deltas: 64% (1206/1883) Resolving deltas: 65% (1226/1883) Resolving deltas: 66% (1245/1883) Resolving deltas: 67% (1262/1883) Resolving deltas: 68% (1281/1883) Resolving deltas: 69% (1304/1883) Resolving deltas: 70% (1321/1883) Resolving deltas: 71% (1337/1883) Resolving deltas: 72% (1360/1883) Resolving deltas: 73% (1380/1883) Resolving deltas: 74% (1396/1883) Resolving deltas: 75% (1414/1883) Resolving deltas: 76% (1433/1883) Resolving deltas: 77% (1457/1883) Resolving deltas: 79% (1495/1883) Resolving deltas: 82% (1548/1883) Resolving deltas: 83% (1563/1883) Resolving deltas: 84% (1585/1883) Resolving deltas: 85% (1602/1883) Resolving deltas: 86% (1622/1883) Resolving deltas: 87% (1644/1883) Resolving deltas: 88% (1658/1883) Resolving deltas: 90% (1713/1883) Resolving deltas: 92% (1736/1883) Resolving deltas: 93% (1768/1883) Resolving deltas: 94% (1773/1883) Resolving deltas: 95% (1789/1883) Resolving deltas: 96% (1810/1883) Resolving deltas: 97% (1827/1883) Resolving deltas: 98% (1847/1883) Resolving deltas: 99% (1867/1883) Resolving deltas: 100% (1883/1883) Resolving deltas: 100% (1883/1883), done. 14:55:38 Note: checking out '12b16df320052414244659e4dadda078f67849ed'. 14:55:38 14:55:38 You are in 'detached HEAD' state. You can look around, make experimental 14:55:38 changes and commit them, and you can discard any commits you make in this 14:55:38 state without impacting any branches by performing another checkout. 14:55:38 14:55:38 If you want to create a new branch to retain commits you create, you may 14:55:38 do so (now or later) by using -b with the checkout command again. Example: 14:55:38 14:55:38 git checkout -b 14:55:38 14:55:39 Checking out files: 79% (6894/8715) Checking out files: 80% (6972/8715) Checking out files: 81% (7060/8715) Checking out files: 82% (7147/8715) Checking out files: 83% (7234/8715) Checking out files: 84% (7321/8715) Checking out files: 85% (7408/8715) Checking out files: 86% (7495/8715) Checking out files: 87% (7583/8715) Checking out files: 88% (7670/8715) Checking out files: 89% (7757/8715) Checking out files: 90% (7844/8715) Checking out files: 91% (7931/8715) Checking out files: 92% (8018/8715) Checking out files: 93% (8105/8715) Checking out files: 94% (8193/8715) Checking out files: 95% (8280/8715) Checking out files: 96% (8367/8715) Checking out files: 97% (8454/8715) Checking out files: 98% (8541/8715) Checking out files: 99% (8628/8715) Checking out files: 100% (8715/8715) Checking out files: 100% (8715/8715), done. 14:55:39 Pulling device-virtual-go  14:55:40  Building docker-sys-mgmt-agent-go ... done  ---> c6f6a793555d 14:55:40 Step 9/24 : RUN make cmd/support-notifications/support-notifications 14:55:40 ---> Running in 32144845487e 14:55:40 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 14:55:40 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 14:55:40 ---> 444f0707a3e6 14:55:40 Step 3/29 : WORKDIR /edgex-go 14:55:40 ---> Using cache 14:55:40 ---> 37a837911ca8 14:55:40 Step 4/29 : RUN apk update && apk add make git 14:55:40 ---> Running in 50e7c53dd750 14:55:40 Cloning into '/build/parts/device-virtual-go/src'... 14:55:40 remote: Enumerating objects: 39, done. 14:55:40 remote: Counting objects: 2% (1/39) remote: Counting objects: 5% (2/39) remote: Counting objects: 7% (3/39) remote: Counting objects: 10% (4/39) remote: Counting objects: 12% (5/39) remote: Counting objects: 15% (6/39) remote: Counting objects: 17% (7/39) remote: Counting objects: 20% (8/39) remote: Counting objects: 23% (9/39) remote: Counting objects: 25% (10/39) remote: Counting objects: 28% (11/39) remote: Counting objects: 30% (12/39) remote: Counting objects: 33% (13/39) remote: Counting objects: 35% (14/39) remote: Counting objects: 38% (15/39) remote: Counting objects: 41% (16/39) remote: Counting objects: 43% (17/39) remote: Counting objects: 46% (18/39) remote: Counting objects: 48% (19/39) remote: Counting objects: 51% (20/39) remote: Counting objects: 53% (21/39) remote: Counting objects: 56% (22/39) remote: Counting objects: 58% (23/39) remote: Counting objects: 61% (24/39) remote: Counting objects: 64% (25/39) remote: Counting objects: 66% (26/39) remote: Counting objects: 69% (27/39) remote: Counting objects: 71% (28/39) remote: Counting objects: 74% (29/39) remote: Counting objects: 76% (30/39) remote: Counting objects: 79% (31/39) remote: Counting objects: 82% (32/39) remote: Counting objects: 84% (33/39) remote: Counting objects: 87% (34/39) remote: Counting objects: 89% (35/39) remote: Counting objects: 92% (36/39) remote: Counting objects: 94% (37/39) remote: Counting objects: 97% (38/39) remote: Counting objects: 100% (39/39) remote: Counting objects: 100% (39/39), done. 14:55:40 remote: Compressing objects: 2% (1/35) remote: Compressing objects: 5% (2/35) remote: Compressing objects: 8% (3/35) remote: Compressing objects: 11% (4/35) remote: Compressing objects: 14% (5/35) remote: Compressing objects: 17% (6/35) remote: Compressing objects: 20% (7/35) remote: Compressing objects: 22% (8/35) remote: Compressing objects: 25% (9/35) remote: Compressing objects: 28% (10/35) remote: Compressing objects: 31% (11/35) remote: Compressing objects: 34% (12/35) remote: Compressing objects: 37% (13/35) remote: Compressing objects: 40% (14/35) remote: Compressing objects: 42% (15/35) remote: Compressing objects: 45% (16/35) remote: Compressing objects: 48% (17/35) remote: Compressing objects: 51% (18/35) remote: Compressing objects: 54% (19/35) remote: Compressing objects: 57% (20/35) remote: Compressing objects: 60% (21/35) remote: Compressing objects: 62% (22/35) remote: Compressing objects: 65% (23/35) remote: Compressing objects: 68% (24/35) remote: Compressing objects: 71% (25/35) remote: Compressing objects: 74% (26/35) remote: Compressing objects: 77% (27/35) remote: Compressing objects: 80% (28/35) remote: Compressing objects: 82% (29/35) remote: Compressing objects: 85% (30/35) remote: Compressing objects: 88% (31/35) remote: Compressing objects: 91% (32/35) remote: Compressing objects: 94% (33/35) remote: Compressing objects: 97% (34/35) remote: Compressing objects: 100% (35/35) remote: Compressing objects: 100% (35/35), done. 14:55:40 remote: Total 39 (delta 7), reused 14 (delta 3), pack-reused 0 14:55:40 Unpacking objects: 2% (1/39) Unpacking objects: 5% (2/39) Unpacking objects: 7% (3/39) Unpacking objects: 10% (4/39) Unpacking objects: 12% (5/39) Unpacking objects: 15% (6/39) Unpacking objects: 17% (7/39) Unpacking objects: 20% (8/39) Unpacking objects: 23% (9/39) Unpacking objects: 25% (10/39) Unpacking objects: 28% (11/39) Unpacking objects: 30% (12/39) Unpacking objects: 33% (13/39) Unpacking objects: 35% (14/39) Unpacking objects: 38% (15/39) Unpacking objects: 41% (16/39) Unpacking objects: 43% (17/39) Unpacking objects: 46% (18/39) Unpacking objects: 48% (19/39) Unpacking objects: 51% (20/39) Unpacking objects: 53% (21/39) Unpacking objects: 56% (22/39) Unpacking objects: 58% (23/39) Unpacking objects: 61% (24/39) Unpacking objects: 64% (25/39) Unpacking objects: 66% (26/39) Unpacking objects: 69% (27/39) Unpacking objects: 71% (28/39) Unpacking objects: 74% (29/39) Unpacking objects: 76% (30/39) Unpacking objects: 79% (31/39) Unpacking objects: 82% (32/39) Unpacking objects: 84% (33/39) Unpacking objects: 87% (34/39) Unpacking objects: 89% (35/39) Unpacking objects: 92% (36/39) Unpacking objects: 94% (37/39) Unpacking objects: 97% (38/39) Unpacking objects: 100% (39/39) Unpacking objects: 100% (39/39), done. 14:55:40 Note: checking out '765a8ae72530510c4ebab34c81f831f56123a77d'. 14:55:40 14:55:40 You are in 'detached HEAD' state. You can look around, make experimental 14:55:40 changes and commit them, and you can discard any commits you make in this 14:55:40 state without impacting any branches by performing another checkout. 14:55:40 14:55:40 If you want to create a new branch to retain commits you create, you may 14:55:40 do so (now or later) by using -b with the checkout command again. Example: 14:55:40 14:55:40 git checkout -b 14:55:40 14:55:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:55:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:55:42 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:55:43 0% [Working] 0% [Working] 0% 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:55:43 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:55:43 69% 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 14:55:43 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 14:55:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:55:44 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:55:44 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:55:44 OK: 12623 distinct packages available 14:55:45 OK: 217 MiB in 51 packages 14:55:46 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:55:46 100% [Working] Fetched 0 B in 0s (0 B/s) 14:55:46 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:55:46 100% [Working] Fetched 0 B in 0s (0 B/s) 14:55:47 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:55:47 100% [Working] Fetched 0 B in 0s (0 B/s) 14:55:47 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:55:47 100% [Working] Fetched 0 B in 0s (0 B/s) 14:55:47 Pulling edgex-go  14:55:47 Removing intermediate container 50e7c53dd750 14:55:47 ---> 3e0a1d787080 14:55:47 Step 5/29 : COPY go.mod . 14:55:48 ---> f14c42c2393d 14:55:48 Step 6/29 : RUN go mod download 14:55:48 ---> Running in 83a1d93ed726 14:55:50 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:55:50 0% [Working] 0% [Working] 0% 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:55:50 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:55:50 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 14:55:50 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 14:55:53 Removing intermediate container 83a1d93ed726 14:55:53 ---> 5f5c5f5a900e 14:55:53 Step 7/29 : COPY . . 14:55:54 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 linux-libc-dev_4.15.0-122.124_amd64.deb [998 kB] 14:55:54 1% 71% 100% [Working] Fetched 998 kB in 0s (0 B/s) 14:55:55 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-dev_2.27-3ubuntu1.2_amd64.deb [2585 kB] 14:55:55 0% 27% 100% [Working] Fetched 2585 kB in 0s (0 B/s) 14:55:56 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] 14:55:56 0% 26% 100% [Working] Fetched 2762 kB in 0s (0 B/s) 14:55:56 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 zlib1g-dev_1.2.11.dfsg-0ubuntu2_amd64.deb [176 kB] 14:55:57 7% 100% [Working] Fetched 176 kB in 0s (0 B/s) 14:55:57 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] 14:55:58 0% 20% 100% [Working] Fetched 3534 kB in 0s (0 B/s) 14:55:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpcre3_8.39-9_amd64.deb [229 kB] 14:55:58 5% 100% [Working] Fetched 229 kB in 0s (0 B/s) 14:55:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] 14:55:59 48% 100% [Working] Fetched 26.0 kB in 0s (0 B/s) 14:55:59 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc-dev-bin_2.27-3ubuntu1.2_amd64.deb [71.8 kB] 14:55:59 17% 100% [Working] Fetched 71.8 kB in 0s (0 B/s) 14:55:59 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] 14:56:00 6% 100% [Working] Fetched 201 kB in 0s (0 B/s) 14:56:00 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] 14:56:00 100% [Working] Fetched 6084 B in 0s (0 B/s) 14:56:03 Copying needed target link from the system /lib/x86_64-linux-gnu/libz.so.1.2.11 14:56:04 Pulling kong  14:56:07 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:56:07 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:56:07 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:56:07 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 14:56:08 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 14:56:11 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:56:11 100% [Working] Fetched 0 B in 0s (0 B/s) 14:56:11 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:56:11 100% [Working] Fetched 0 B in 0s (0 B/s) 14:56:12 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:56:12 100% [Working] Fetched 0 B in 0s (0 B/s) 14:56:12 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:56:12 100% [Working] Fetched 0 B in 0s (0 B/s) 14:56:12 ---> ecc5dda148d3 14:56:12 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 14:56:12 ---> Running in d14790008815 14:56:12 Pulling kuiper  14:56:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 14:56:13 Cloning into '/build/parts/kuiper/src'... 14:56:13 remote: Enumerating objects: 4, done. 14:56:13 remote: Counting objects: 25% (1/4) remote: Counting objects: 50% (2/4) remote: Counting objects: 75% (3/4) remote: Counting objects: 100% (4/4) remote: Counting objects: 100% (4/4), done. 14:56:13 remote: Compressing objects: 25% (1/4) remote: Compressing objects: 50% (2/4) remote: Compressing objects: 75% (3/4) remote: Compressing objects: 100% (4/4) remote: Compressing objects: 100% (4/4), done. 14:56:16 Receiving objects: 0% (1/7865) Receiving objects: 1% (79/7865) Receiving objects: 2% (158/7865) Receiving objects: 3% (236/7865) Receiving objects: 4% (315/7865) Receiving objects: 5% (394/7865) Receiving objects: 6% (472/7865) Receiving objects: 7% (551/7865) Receiving objects: 8% (630/7865) Receiving objects: 9% (708/7865) Receiving objects: 10% (787/7865) Receiving objects: 11% (866/7865) Receiving objects: 12% (944/7865) Receiving objects: 13% (1023/7865) Receiving objects: 14% (1102/7865) Receiving objects: 15% (1180/7865) Receiving objects: 16% (1259/7865) Receiving objects: 17% (1338/7865) Receiving objects: 18% (1416/7865) Receiving objects: 19% (1495/7865) Receiving objects: 20% (1573/7865) Receiving objects: 21% (1652/7865) Receiving objects: 22% (1731/7865) Receiving objects: 23% (1809/7865) Receiving objects: 24% (1888/7865) Receiving objects: 25% (1967/7865) Receiving objects: 26% (2045/7865) Receiving objects: 27% (2124/7865) Receiving objects: 28% (2203/7865) Receiving objects: 29% (2281/7865) Receiving objects: 30% (2360/7865) Receiving objects: 31% (2439/7865) Receiving objects: 32% (2517/7865) Receiving objects: 33% (2596/7865) Receiving objects: 34% (2675/7865) Receiving objects: 35% (2753/7865) Receiving objects: 36% (2832/7865) Receiving objects: 37% (2911/7865) Receiving objects: 38% (2989/7865) Receiving objects: 39% (3068/7865) Receiving objects: 40% (3146/7865) Receiving objects: 41% (3225/7865) Receiving objects: 42% (3304/7865) Receiving objects: 43% (3382/7865) Receiving objects: 44% (3461/7865) Receiving objects: 45% (3540/7865) Receiving objects: 46% (3618/7865) Receiving objects: 47% (3697/7865) Receiving objects: 48% (3776/7865) Receiving objects: 49% (3854/7865) Receiving objects: 50% (3933/7865) Receiving objects: 51% (4012/7865) Receiving objects: 52% (4090/7865) Receiving objects: 53% (4169/7865) Receiving objects: 54% (4248/7865) Receiving objects: 55% (4326/7865) Receiving objects: 56% (4405/7865) Receiving objects: 57% (4484/7865) Receiving objects: 58% (4562/7865) Receiving objects: 59% (4641/7865) Receiving objects: 60% (4719/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 61% (4798/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 62% (4877/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 63% (4955/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 64% (5034/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 65% (5113/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 66% (5191/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 67% (5270/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 68% (5349/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 69% (5427/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 70% (5506/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 71% (5585/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 72% (5663/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 73% (5742/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 74% (5821/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 75% (5899/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 76% (5978/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 77% (6057/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 77% (6110/7865), 7.43 MiB | 7.26 MiB/s Receiving objects: 77% (6111/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 78% (6135/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 79% (6214/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 80% (6292/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 81% (6371/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 82% (6450/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 83% (6528/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 84% (6607/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 85% (6686/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 86% (6764/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 87% (6843/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 88% (6922/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 89% (7000/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 90% (7079/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 91% (7158/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 92% (7236/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 93% (7315/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 94% (7394/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 95% (7472/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 96% (7551/7865), 14.63 MiB | 7.22 MiB/s remote: Total 7865 (delta 0), reused 1 (delta 0), pack-reused 7861 14:56:16 Receiving objects: 97% (7630/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 98% (7708/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 99% (7787/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 100% (7865/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 100% (7865/7865), 19.17 MiB | 7.65 MiB/s, done. 14:56:16 Resolving deltas: 0% (0/5050) Resolving deltas: 1% (51/5050) Resolving deltas: 2% (102/5050) Resolving deltas: 3% (153/5050) Resolving deltas: 4% (231/5050) Resolving deltas: 5% (262/5050) Resolving deltas: 6% (306/5050) Resolving deltas: 7% (395/5050) Resolving deltas: 8% (407/5050) Resolving deltas: 9% (457/5050) Resolving deltas: 10% (507/5050) Resolving deltas: 11% (558/5050) Resolving deltas: 12% (608/5050) Resolving deltas: 13% (661/5050) Resolving deltas: 14% (710/5050) Resolving deltas: 15% (758/5050) Resolving deltas: 16% (810/5050) Resolving deltas: 17% (860/5050) Resolving deltas: 18% (911/5050) Resolving deltas: 19% (983/5050) Resolving deltas: 20% (1020/5050) Resolving deltas: 21% (1087/5050) Resolving deltas: 22% (1112/5050) Resolving deltas: 23% (1164/5050) Resolving deltas: 24% (1212/5050) Resolving deltas: 25% (1267/5050) Resolving deltas: 26% (1322/5050) Resolving deltas: 27% (1368/5050) Resolving deltas: 28% (1428/5050) Resolving deltas: 29% (1494/5050) Resolving deltas: 30% (1527/5050) Resolving deltas: 32% (1643/5050) Resolving deltas: 33% (1689/5050) Resolving deltas: 34% (1732/5050) Resolving deltas: 35% (1773/5050) Resolving deltas: 36% (1825/5050) Resolving deltas: 37% (1869/5050) Resolving deltas: 38% (1919/5050) Resolving deltas: 39% (1970/5050) Resolving deltas: 40% (2022/5050) Resolving deltas: 41% (2074/5050) Resolving deltas: 42% (2127/5050) Resolving deltas: 43% (2172/5050) Resolving deltas: 44% (2228/5050) Resolving deltas: 45% (2281/5050) Resolving deltas: 47% (2406/5050) Resolving deltas: 48% (2463/5050) Resolving deltas: 49% (2499/5050) Resolving deltas: 50% (2537/5050) Resolving deltas: 51% (2585/5050) Resolving deltas: 52% (2635/5050) Resolving deltas: 53% (2681/5050) Resolving deltas: 54% (2735/5050) Resolving deltas: 55% (2778/5050) Resolving deltas: 56% (2842/5050) Resolving deltas: 57% (2886/5050) Resolving deltas: 58% (2952/5050) Resolving deltas: 60% (3072/5050) Resolving deltas: 61% (3081/5050) Resolving deltas: 62% (3175/5050) Resolving deltas: 63% (3184/5050) Resolving deltas: 64% (3232/5050) Resolving deltas: 65% (3286/5050) Resolving deltas: 66% (3357/5050) Resolving deltas: 67% (3390/5050) Resolving deltas: 68% (3449/5050) Resolving deltas: 69% (3486/5050) Resolving deltas: 70% (3540/5050) Resolving deltas: 71% (3602/5050) Resolving deltas: 72% (3639/5050) Resolving deltas: 73% (3687/5050) Resolving deltas: 74% (3739/5050) Resolving deltas: 75% (3796/5050) Resolving deltas: 76% (3851/5050) Resolving deltas: 77% (3904/5050) Resolving deltas: 78% (3963/5050) Resolving deltas: 80% (4044/5050) Resolving deltas: 81% (4097/5050) Resolving deltas: 82% (4141/5050) Resolving deltas: 83% (4225/5050) Resolving deltas: 84% (4242/5050) Resolving deltas: 85% (4294/5050) Resolving deltas: 86% (4344/5050) Resolving deltas: 87% (4394/5050) Resolving deltas: 88% (4482/5050) Resolving deltas: 89% (4501/5050) Resolving deltas: 90% (4552/5050) Resolving deltas: 91% (4645/5050) Resolving deltas: 92% (4652/5050) Resolving deltas: 93% (4731/5050) Resolving deltas: 94% (4754/5050) Resolving deltas: 95% (4799/5050) Resolving deltas: 96% (4851/5050) Resolving deltas: 97% (4899/5050) Resolving deltas: 98% (4957/5050) Resolving deltas: 99% (5015/5050) Resolving deltas: 100% (5050/5050) Resolving deltas: 100% (5050/5050), done. 14:56:16 Note: checking out '2dd53791ab79e7b902d6ca90361961f61066a1a0'. 14:56:16 14:56:16 You are in 'detached HEAD' state. You can look around, make experimental 14:56:16 changes and commit them, and you can discard any commits you make in this 14:56:16 state without impacting any branches by performing another checkout. 14:56:16 14:56:16 If you want to create a new branch to retain commits you create, you may 14:56:16 do so (now or later) by using -b with the checkout command again. Example: 14:56:16 14:56:16 git checkout -b 14:56:16 14:56:18 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:56:18 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:56:18 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:56:18 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 14:56:19 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 14:56:23 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 14:56:23 13% 100% [Working] Fetched 96.5 kB in 0s (0 B/s) 14:56:23 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-common_190ubuntu0.1_all.deb [157 kB] 14:56:24 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 14:56:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 init-system-helpers_1.51_all.deb [37.3 kB] 14:56:24 33% 100% [Working] Fetched 37.3 kB in 0s (0 B/s) 14:56:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.1_amd64.deb [279 kB] 14:56:25 4% 100% [Working] Fetched 279 kB in 0s (0 B/s) 14:56:25 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb [122 kB] 14:56:25 10% 100% [Working] Fetched 122 kB in 0s (0 B/s) 14:56:25 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 14:56:25 99% 100% [Working] Fetched 8848 B in 0s (0 B/s) 14:56:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 14:56:26 26% 100% [Working] Fetched 47.8 kB in 0s (0 B/s) 14:56:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 14:56:26 84% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) 14:56:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb [155 kB] 14:56:27 8% 100% [Working] Fetched 155 kB in 0s (0 B/s) 14:56:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [614 kB] 14:56:27 2% 100% [Working] Fetched 614 kB in 0s (0 B/s) 14:56:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 14:56:28 85% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) 14:56:28 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 14:56:28 2% 100% [Working] Fetched 499 kB in 0s (0 B/s) 14:56:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libicu60_60.2-3ubuntu3.1_amd64.deb [8054 kB] 14:56:29 0% 8% 100% [Working] Fetched 8054 kB in 0s (0 B/s) 14:56:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 14:56:30 5% 100% [Working] Fetched 240 kB in 0s (0 B/s) 14:56:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] 14:56:30 100% [Working] Fetched 0 B in 0s (0 B/s) 14:56:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 14:56:30 43% 100% [Working] Fetched 29.3 kB in 0s (0 B/s) 14:56:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 netbase_5.4_all.deb [12.7 kB] 14:56:31 99% 100% [Working] Fetched 12.7 kB in 0s (0 B/s) 14:56:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.1_amd64.deb [85.6 kB] 14:56:31 14% 100% [Working] Fetched 85.6 kB in 0s (0 B/s) 14:56:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 14:56:31 25% 100% [Working] Fetched 49.2 kB in 0s (0 B/s) 14:56:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpq5_10.14-0ubuntu0.18.04.1_amd64.deb [107 kB] 14:56:32 11% 100% [Working] Fetched 107 kB in 0s (0 B/s) 14:56:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ssl-cert_1.0.39_all.deb [17.0 kB] 14:56:33 74% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) 14:56:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] 14:56:33 100% [Working] Fetched 0 B in 0s (0 B/s) 14:56:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-10_10.14-0ubuntu0.18.04.1_amd64.deb [3766 kB] 14:56:34 0% 19% 100% [Working] Fetched 3766 kB in 0s (0 B/s) 14:56:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client_10+190ubuntu0.1_all.deb [5896 B] 14:56:34 100% [Working] Fetched 5896 B in 0s (0 B/s) 14:56:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.1_amd64.deb [30.9 kB] 14:56:34 40% 100% [Working] Fetched 30.9 kB in 0s (0 B/s) 14:56:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb [17.0 kB] 14:56:34 73% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) 14:56:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql_10+190ubuntu0.1_all.deb [5884 B] 14:56:35 99% 100% [Working] Fetched 5884 B in 0s (0 B/s) 14:56:35 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] 14:56:35 100% [Working] Fetched 0 B in 0s (0 B/s) 14:56:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 14:56:35 14% 100% [Working] Fetched 85.9 kB in 0s (0 B/s) 14:56:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ucf_3.0038_all.deb [50.5 kB] 14:56:36 24% 100% [Working] Fetched 50.5 kB in 0s (0 B/s) 14:56:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 14:56:36 99% 100% [Working] Fetched 8720 B in 0s (0 B/s) 14:56:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-contrib_10+190ubuntu0.1_all.deb [5896 B] 14:56:36 99% 100% [Working] Fetched 5896 B in 0s (0 B/s) 14:56:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 14:56:37 10% 100% [Working] Fetched 137 kB in 0s (0 B/s) 14:56:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 14:56:37 11% 100% [Working] Fetched 109 kB in 0s (0 B/s) 14:56:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb [663 kB] 14:56:38 1% 100% [Working] Fetched 663 kB in 0s (0 B/s) 14:56:38 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 14:56:38 1% 100% [Working] Fetched 645 kB in 0s (0 B/s) 14:56:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libedit2_3.1-20170329-1_amd64.deb [76.9 kB] 14:56:39 16% 100% [Working] Fetched 76.9 kB in 0s (0 B/s) 14:56:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 14:56:39 Removing intermediate container 0332ac27322a 14:56:39 ---> bff0b013eb03 14:56:39 14:56:39 Step 10/21 : FROM scratch 14:56:39 ---> 14:56:39 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:56:39 ---> Running in 8484dc36ec22 14:56:39 11% 100% [Working] Fetched 41.3 kB in 0s (0 B/s) 14:56:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] 14:56:39 100% [Working] Fetched 0 B in 0s (0 B/s) 14:56:40 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 14:56:40 70% 100% [Working] Fetched 17.9 kB in 0s (0 B/s) 14:56:40 Removing intermediate container 8484dc36ec22 14:56:40 ---> 2a3f3089e1dd 14:56:40 Step 12/21 : ENV APP_PORT=48085 14:56:40 ---> Running in 4ba6c8870679 14:56:40 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 14:56:40 Removing intermediate container 4ba6c8870679 14:56:40 ---> b81f2246f92b 14:56:40 Step 13/21 : EXPOSE $APP_PORT 14:56:41 3% 100% [Working] Fetched 368 kB in 0s (0 B/s) 14:56:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 14:56:41 ---> Running in e92b0f4dabcb 14:56:41 6% 100% [Working] Fetched 187 kB in 0s (0 B/s) 14:56:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 14:56:41 Removing intermediate container e92b0f4dabcb 14:56:41 ---> 88680b9ab755 14:56:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 14:56:42 7% 100% [Working] Fetched 175 kB in 0s (0 B/s) 14:56:42 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 14:56:42 ---> 3f84bd0913b8 14:56:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:56:42 6% 100% [Working] Fetched 206 kB in 0s (0 B/s) 14:56:42 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] 14:56:43 0% 46% 100% [Working] Fetched 1301 kB in 0s (0 B/s) 14:56:43 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 14:56:43 34% 100% [Working] Fetched 36.2 kB in 0s (0 B/s) 14:56:43 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] 14:56:43 99% 100% [Working] Fetched 0 B in 0s (0 B/s) 14:56:44 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 14:56:44 11% 100% [Working] Fetched 107 kB in 0s (0 B/s) 14:56:44 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-10_10.14-0ubuntu0.18.04.1_amd64.deb [941 kB] 14:56:44 ---> 2abd1a26b32b 14:56:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:56:45 1% 69% 100% [Working] Fetched 941 kB in 0s (0 B/s) 14:56:45 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 14:56:45 25% 100% [Working] Fetched 48.7 kB in 0s (0 B/s) 14:56:45 ---> c2c2a39c510e 14:56:45 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 14:56:45 ---> Running in b24cae5ae860 14:56:45 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb [150 kB] 14:56:46 8% 100% [Working] Fetched 150 kB in 0s (0 B/s) 14:56:46 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-common_190ubuntu0.1_all.deb [29.6 kB] 14:56:46 Removing intermediate container b24cae5ae860 14:56:46 ---> 8fa94a9c1eff 14:56:46 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:56:46 42% 100% [Working] Fetched 29.6 kB in 0s (0 B/s) 14:56:46 ---> Running in b952f7c166e2 14:56:47 Removing intermediate container b952f7c166e2 14:56:47 ---> b5b5de92cd1a 14:56:47 Step 19/21 : LABEL arch=arm64 14:56:47 ---> Running in 244fdca41445 14:56:48 Removing intermediate container 244fdca41445 14:56:48 ---> 4b782fcbb7ba 14:56:48 Step 20/21 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:56:48 ---> Running in 99570f1a96d2 14:56:48 Removing intermediate container 99570f1a96d2 14:56:48 ---> 205ccf3fd702 14:56:48 Step 21/21 : LABEL version=0.0.0 14:56:49 ---> Running in 4281f7932381 14:56:49 Removing intermediate container 4281f7932381 14:56:49 ---> 32e0a357e313 14:56:49 14:56:50 Successfully built 32e0a357e313 14:56:50 Successfully tagged docker-support-scheduler-go-arm64:latest 14:56:54 Pulling postgres  14:56:54 Pulling redis  14:56:54 Cloning into '/build/parts/redis/src'... 14:56:55  Building docker-support-scheduler-go ... done Removing intermediate container f2302392e3a1 14:56:55 ---> 7b59e7031e53 14:56:55 14:56:55 Step 10/22 : FROM scratch 14:56:55 ---> 14:56:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:56:55 Removing intermediate container fce2dad847e9 14:56:55 ---> 9716d5fd1381 14:56:55 14:56:55 Step 10/22 : FROM scratch 14:56:55 ---> 14:56:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:56:55 ---> Using cache 14:56:55 ---> 2a3f3089e1dd 14:56:55 Step 12/22 : ENV APP_PORT=48082 14:56:55 ---> Using cache 14:56:55 ---> 2a3f3089e1dd 14:56:55 Step 12/22 : ENV APP_PORT=48081 14:56:55 remote: Enumerating objects: 881, done. 14:56:55 remote: Counting objects: 0% (1/881) remote: Counting objects: 1% (9/881) remote: Counting objects: 2% (18/881) remote: Counting objects: 3% (27/881) remote: Counting objects: 4% (36/881) remote: Counting objects: 5% (45/881) remote: Counting objects: 6% (53/881) remote: Counting objects: 7% (62/881) remote: Counting objects: 8% (71/881) remote: Counting objects: 9% (80/881) remote: Counting objects: 10% (89/881) remote: Counting objects: 11% (97/881) remote: Counting objects: 12% (106/881) remote: Counting objects: 13% (115/881) remote: Counting objects: 14% (124/881) remote: Counting objects: 15% (133/881) remote: Counting objects: 16% (141/881) remote: Counting objects: 17% (150/881) remote: Counting objects: 18% (159/881) remote: Counting objects: 19% (168/881) remote: Counting objects: 20% (177/881) remote: Counting objects: 21% (186/881) remote: Counting objects: 22% (194/881) remote: Counting objects: 23% (203/881) remote: Counting objects: 24% (212/881) remote: Counting objects: 25% (221/881) remote: Counting objects: 26% (230/881) remote: Counting objects: 27% (238/881) remote: Counting objects: 28% (247/881) remote: Counting objects: 29% (256/881) remote: Counting objects: 30% (265/881) remote: Counting objects: 31% (274/881) remote: Counting objects: 32% (282/881) remote: Counting objects: 33% (291/881) remote: Counting objects: 34% (300/881) remote: Counting objects: 35% (309/881) remote: Counting objects: 36% (318/881) remote: Counting objects: 37% (326/881) remote: Counting objects: 38% (335/881) remote: Counting objects: 39% (344/881) remote: Counting objects: 40% (353/881) remote: Counting objects: 41% (362/881) remote: Counting objects: 42% (371/881) remote: Counting objects: 43% (379/881) remote: Counting objects: 44% (388/881) remote: Counting objects: 45% (397/881) remote: Counting objects: 46% (406/881) remote: Counting objects: 47% (415/881) remote: Counting objects: 48% (423/881) remote: Counting objects: 49% (432/881) remote: Counting objects: 50% (441/881) remote: Counting objects: 51% (450/881) remote: Counting objects: 52% (459/881) remote: Counting objects: 53% (467/881) remote: Counting objects: 54% (476/881) remote: Counting objects: 55% (485/881) remote: Counting objects: 56% (494/881) remote: Counting objects: 57% (503/881) remote: Counting objects: 58% (511/881) remote: Counting objects: 59% (520/881) remote: Counting objects: 60% (529/881) remote: Counting objects: 61% (538/881) remote: Counting objects: 62% (547/881) remote: Counting objects: 63% (556/881) remote: Counting objects: 64% (564/881) remote: Counting objects: 65% (573/881) remote: Counting objects: 66% (582/881) remote: Counting objects: 67% (591/881) remote: Counting objects: 68% (600/881) remote: Counting objects: 69% (608/881) remote: Counting objects: 70% (617/881) remote: Counting objects: 71% (626/881) remote: Counting objects: 72% (635/881) remote: Counting objects: 73% (644/881) remote: Counting objects: 74% (652/881) remote: Counting objects: 75% (661/881) remote: Counting objects: 76% (670/881) remote: Counting objects: 77% (679/881) remote: Counting objects: 78% (688/881) remote: Counting objects: 79% (696/881) remote: Counting objects: 80% (705/881) remote: Counting objects: 81% (714/881) remote: Counting objects: 82% (723/881) remote: Counting objects: 83% (732/881) remote: Counting objects: 84% (741/881) remote: Counting objects: 85% (749/881) remote: Counting objects: 86% (758/881) remote: Counting objects: 87% (767/881) remote: Counting objects: 88% (776/881) remote: Counting objects: 89% (785/881) remote: Counting objects: 90% (793/881) remote: Counting objects: 91% (802/881) remote: Counting objects: 92% (811/881) remote: Counting objects: 93% (820/881) remote: Counting objects: 94% (829/881) remote: Counting objects: 95% (837/881) remote: Counting objects: 96% (846/881) remote: Counting objects: 97% (855/881) remote: Counting objects: 98% (864/881) remote: Counting objects: 99% (873/881) remote: Counting objects: 100% (881/881) remote: Counting objects: 100% (881/881), done. 14:56:55 ---> Running in d98abe3a7c0a 14:56:55 ---> Running in 03ed1cc72dd1 14:56:55 remote: Compressing objects: 0% (1/788) remote: Compressing objects: 1% (8/788) remote: Compressing objects: 2% (16/788) remote: Compressing objects: 3% (24/788) remote: Compressing objects: 4% (32/788) remote: Compressing objects: 5% (40/788) remote: Compressing objects: 6% (48/788) remote: Compressing objects: 7% (56/788) remote: Compressing objects: 8% (64/788) remote: Compressing objects: 9% (71/788) remote: Compressing objects: 10% (79/788) remote: Compressing objects: 11% (87/788) remote: Compressing objects: 12% (95/788) remote: Compressing objects: 13% (103/788) remote: Compressing objects: 14% (111/788) remote: Compressing objects: 15% (119/788) remote: Compressing objects: 16% (127/788) remote: Compressing objects: 17% (134/788) remote: Compressing objects: 18% (142/788) remote: Compressing objects: 19% (150/788) remote: Compressing objects: 20% (158/788) remote: Compressing objects: 21% (166/788) remote: Compressing objects: 22% (174/788) remote: Compressing objects: 23% (182/788) remote: Compressing objects: 24% (190/788) remote: Compressing objects: 25% (197/788) remote: Compressing objects: 26% (205/788) remote: Compressing objects: 27% (213/788) remote: Compressing objects: 28% (221/788) remote: Compressing objects: 29% (229/788) remote: Compressing objects: 30% (237/788) remote: Compressing objects: 31% (245/788) remote: Compressing objects: 32% (253/788) remote: Compressing objects: 33% (261/788) remote: Compressing objects: 34% (268/788) remote: Compressing objects: 35% (276/788) remote: Compressing objects: 36% (284/788) remote: Compressing objects: 37% (292/788) remote: Compressing objects: 38% (300/788) remote: Compressing objects: 39% (308/788) remote: Compressing objects: 40% (316/788) remote: Compressing objects: 41% (324/788) remote: Compressing objects: 42% (331/788) remote: Compressing objects: 43% (339/788) remote: Compressing objects: 44% (347/788) remote: Compressing objects: 45% (355/788) remote: Compressing objects: 46% (363/788) remote: Compressing objects: 47% (371/788) remote: Compressing objects: 48% (379/788) remote: Compressing objects: 49% (387/788) remote: Compressing objects: 50% (394/788) remote: Compressing objects: 51% (402/788) remote: Compressing objects: 52% (410/788) remote: Compressing objects: 53% (418/788) remote: Compressing objects: 54% (426/788) remote: Compressing objects: 55% (434/788) remote: Compressing objects: 56% (442/788) remote: Compressing objects: 57% (450/788) remote: Compressing objects: 58% (458/788) remote: Compressing objects: 59% (465/788) remote: Compressing objects: 60% (473/788) remote: Compressing objects: 61% (481/788) remote: Compressing objects: 62% (489/788) remote: Compressing objects: 63% (497/788) remote: Compressing objects: 64% (505/788) remote: Compressing objects: 65% (513/788) remote: Compressing objects: 66% (521/788) remote: Compressing objects: 67% (528/788) remote: Compressing objects: 68% (536/788) remote: Compressing objects: 69% (544/788) remote: Compressing objects: 70% (552/788) remote: Compressing objects: 71% (560/788) remote: Compressing objects: 72% (568/788) remote: Compressing objects: 73% (576/788) remote: Compressing objects: 74% (584/788) remote: Compressing objects: 75% (591/788) remote: Compressing objects: 76% (599/788) remote: Compressing objects: 77% (607/788) remote: Compressing objects: 78% (615/788) remote: Compressing objects: 79% (623/788) remote: Compressing objects: 80% (631/788) remote: Compressing objects: 81% (639/788) remote: Compressing objects: 82% (647/788) remote: Compressing objects: 83% (655/788) remote: Compressing objects: 84% (662/788) remote: Compressing objects: 85% (670/788) remote: Compressing objects: 86% (678/788) remote: Compressing objects: 87% (686/788) remote: Compressing objects: 88% (694/788) remote: Compressing objects: 89% (702/788) remote: Compressing objects: 90% (710/788) remote: Compressing objects: 91% (718/788) remote: Compressing objects: 92% (725/788) remote: Compressing objects: 93% (733/788) remote: Compressing objects: 94% (741/788) remote: Compressing objects: 95% (749/788) remote: Compressing objects: 96% (757/788) remote: Compressing objects: 97% (765/788) remote: Compressing objects: 98% (773/788) remote: Compressing objects: 99% (781/788) remote: Compressing objects: 100% (788/788) remote: Compressing objects: 100% (788/788), done. 14:56:56 Receiving objects: 0% (1/881) Receiving objects: 1% (9/881) Receiving objects: 2% (18/881) Receiving objects: 3% (27/881) Receiving objects: 4% (36/881) Receiving objects: 5% (45/881) Receiving objects: 6% (53/881) Receiving objects: 7% (62/881) Receiving objects: 8% (71/881) Receiving objects: 9% (80/881) Receiving objects: 10% (89/881) Receiving objects: 11% (97/881) Receiving objects: 12% (106/881) Receiving objects: 13% (115/881) Receiving objects: 14% (124/881) Receiving objects: 15% (133/881) Receiving objects: 16% (141/881) Receiving objects: 17% (150/881) Receiving objects: 18% (159/881) Receiving objects: 19% (168/881) Receiving objects: 20% (177/881) Receiving objects: 21% (186/881) Receiving objects: 22% (194/881) Receiving objects: 23% (203/881) Receiving objects: 24% (212/881) Receiving objects: 25% (221/881) Receiving objects: 26% (230/881) Receiving objects: 27% (238/881) Receiving objects: 28% (247/881) Receiving objects: 29% (256/881) Receiving objects: 30% (265/881) Receiving objects: 31% (274/881) Receiving objects: 32% (282/881) Receiving objects: 33% (291/881) Receiving objects: 34% (300/881) Receiving objects: 35% (309/881) Receiving objects: 36% (318/881) Receiving objects: 37% (326/881) Receiving objects: 38% (335/881) Receiving objects: 39% (344/881) Receiving objects: 40% (353/881) Receiving objects: 41% (362/881) Receiving objects: 42% (371/881) Receiving objects: 43% (379/881) Receiving objects: 44% (388/881) Receiving objects: 45% (397/881) Receiving objects: 46% (406/881) Receiving objects: 47% (415/881) Receiving objects: 48% (423/881) Receiving objects: 49% (432/881) Receiving objects: 50% (441/881) Receiving objects: 51% (450/881) Receiving objects: 52% (459/881) Receiving objects: 53% (467/881) Receiving objects: 54% (476/881) Receiving objects: 55% (485/881) Receiving objects: 56% (494/881) Receiving objects: 57% (503/881) Receiving objects: 58% (511/881) Receiving objects: 59% (520/881) Receiving objects: 60% (529/881) Receiving objects: 61% (538/881) Receiving objects: 62% (547/881) Receiving objects: 63% (556/881) Receiving objects: 64% (564/881) Receiving objects: 65% (573/881) Receiving objects: 66% (582/881) Receiving objects: 67% (591/881) Receiving objects: 68% (600/881) Receiving objects: 69% (608/881) Receiving objects: 70% (617/881) Receiving objects: 71% (626/881) Receiving objects: 72% (635/881) Receiving objects: 73% (644/881) Receiving objects: 74% (652/881) Receiving objects: 75% (661/881) Receiving objects: 76% (670/881) Receiving objects: 77% (679/881) Receiving objects: 78% (688/881) Receiving objects: 79% (696/881) Receiving objects: 80% (705/881) Receiving objects: 81% (714/881) Receiving objects: 82% (723/881) Receiving objects: 83% (732/881) Receiving objects: 84% (741/881) Receiving objects: 85% (749/881) Receiving objects: 86% (758/881) Receiving objects: 87% (767/881) Receiving objects: 88% (776/881) Receiving objects: 89% (785/881) Receiving objects: 90% (793/881) Receiving objects: 91% (802/881) Receiving objects: 92% (811/881) Receiving objects: 93% (820/881) Receiving objects: 94% (829/881) Receiving objects: 95% (837/881) Receiving objects: 96% (846/881) Receiving objects: 97% (855/881) Receiving objects: 98% (864/881) remote: Total 881 (delta 102), reused 574 (delta 66), pack-reused 0 14:56:56 Receiving objects: 99% (873/881) Receiving objects: 100% (881/881) Receiving objects: 100% (881/881), 2.40 MiB | 9.77 MiB/s, done. 14:56:56 Resolving deltas: 0% (0/102) Resolving deltas: 2% (3/102) Resolving deltas: 3% (4/102) Resolving deltas: 6% (7/102) Resolving deltas: 7% (8/102) Resolving deltas: 8% (9/102) Resolving deltas: 9% (10/102) Resolving deltas: 10% (11/102) Resolving deltas: 11% (12/102) Resolving deltas: 12% (13/102) Resolving deltas: 14% (15/102) Resolving deltas: 16% (17/102) Resolving deltas: 17% (18/102) Resolving deltas: 18% (19/102) Resolving deltas: 21% (22/102) Resolving deltas: 22% (23/102) Resolving deltas: 25% (26/102) Resolving deltas: 27% (28/102) Resolving deltas: 30% (31/102) Resolving deltas: 34% (35/102) Resolving deltas: 37% (38/102) Resolving deltas: 38% (39/102) Resolving deltas: 39% (40/102) Resolving deltas: 42% (43/102) Resolving deltas: 44% (45/102) Resolving deltas: 46% (47/102) Resolving deltas: 50% (52/102) Resolving deltas: 51% (53/102) Resolving deltas: 54% (56/102) Resolving deltas: 57% (59/102) Resolving deltas: 58% (60/102) Resolving deltas: 59% (61/102) Resolving deltas: 60% (62/102) Resolving deltas: 62% (64/102) Resolving deltas: 63% (65/102) Resolving deltas: 64% (66/102) Resolving deltas: 66% (68/102) Resolving deltas: 67% (69/102) Resolving deltas: 73% (75/102) Resolving deltas: 77% (79/102) Resolving deltas: 78% (80/102) Resolving deltas: 80% (82/102) Resolving deltas: 83% (85/102) Resolving deltas: 85% (87/102) Resolving deltas: 88% (90/102) Resolving deltas: 89% (91/102) Resolving deltas: 90% (92/102) Resolving deltas: 91% (93/102) Resolving deltas: 93% (95/102) Resolving deltas: 96% (98/102) Resolving deltas: 97% (99/102) Resolving deltas: 98% (100/102) Resolving deltas: 99% (101/102) Resolving deltas: 100% (102/102) Resolving deltas: 100% (102/102), done. 14:56:56 Note: checking out '03b59cd5f0788a52039287daa83229d459641ff5'. 14:56:56 14:56:56 You are in 'detached HEAD' state. You can look around, make experimental 14:56:56 changes and commit them, and you can discard any commits you make in this 14:56:56 state without impacting any branches by performing another checkout. 14:56:56 14:56:56 If you want to create a new branch to retain commits you create, you may 14:56:56 do so (now or later) by using -b with the checkout command again. Example: 14:56:56 14:56:56 git checkout -b 14:56:56 14:56:56 Removing intermediate container 03ed1cc72dd1 14:56:56 ---> 70c022cc278e 14:56:56 Step 13/22 : EXPOSE $APP_PORT 14:56:56 Removing intermediate container d98abe3a7c0a 14:56:56 ---> 266cd050f93c 14:56:56 Step 13/22 : EXPOSE $APP_PORT 14:56:56 ---> Running in 58b433cc6c1d 14:56:56 ---> Running in 2f3ee06018b4 14:56:57 Removing intermediate container 58b433cc6c1d 14:56:57 ---> 262969f6ba22 14:56:57 Step 14/22 : WORKDIR / 14:56:57 ---> Running in 55b3785d45e8 14:56:57 Removing intermediate container 2f3ee06018b4 14:56:57 ---> 069de61d20dd 14:56:57 Step 14/22 : WORKDIR / 14:56:57 ---> Running in 0dbc0a8f53b7 14:56:58 Removing intermediate container 55b3785d45e8 14:56:58 ---> 861d8a446415 14:56:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 14:56:58 Removing intermediate container 0dbc0a8f53b7 14:56:58 ---> 46e37ccafb79 14:56:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 14:56:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:56:58 0% [Working] 0% [Working] 0% Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:56:58 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:56:58 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 14:56:58 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 14:56:59 ---> ae553d0e4314 14:56:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:56:59 ---> 8d4d2c908c89 14:56:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:57:02 ---> 6b7ecc5fd79f 14:57:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:57:02 ---> 0ec3f8df3419 14:57:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:57:02 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb [415 kB] 14:57:02 3% 100% [Working] Fetched 415 kB in 0s (0 B/s) 14:57:02 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb [18.7 kB] 14:57:03 ---> 13a2bcf36410 14:57:03 Step 18/22 : ENTRYPOINT ["/core-command"] 14:57:03 67% 100% [Working] Fetched 18.7 kB in 0s (0 B/s) 14:57:03 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32gcc1_8.4.0-1ubuntu1~18.04_amd64.deb [48.1 kB] 14:57:03 ---> 00ebc0b5cbe8 14:57:03 Step 18/22 : ENTRYPOINT ["/core-metadata"] 14:57:03 ---> Running in 8d86aa0fa64e 14:57:03 ---> Running in 9fea568ad238 14:57:03 26% 100% [Working] Fetched 48.1 kB in 0s (0 B/s) 14:57:03 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-i386_2.27-3ubuntu1.2_amd64.deb [2650 kB] 14:57:04 Removing intermediate container 9fea568ad238 14:57:04 ---> 343e944becae 14:57:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:57:04 Removing intermediate container 8d86aa0fa64e 14:57:04 ---> 592c4d5802a5 14:57:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:57:04 ---> Running in e5eb8ec0c710 14:57:04 ---> Running in 7c9cb9d778e7 14:57:04 0% 22% 100% [Working] Fetched 2650 kB in 0s (0 B/s) 14:57:05 Removing intermediate container e5eb8ec0c710 14:57:05 ---> 26e8c6fc4201 14:57:05 Step 20/22 : LABEL arch=arm64 14:57:05 Removing intermediate container 7c9cb9d778e7 14:57:05 ---> 0804436090bb 14:57:05 Step 20/22 : LABEL arch=arm64 14:57:05 Pulling snapcraft-preload  14:57:05 ---> Running in a18525a2983a 14:57:05 ---> Running in ae648b676c4e 14:57:05 Cloning into '/build/parts/snapcraft-preload/src'... 14:57:06 Removing intermediate container a18525a2983a 14:57:06 ---> d0139cc4a1b6 14:57:06 Step 21/22 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:57:06 remote: Enumerating objects: 187, done. 14:57:06 Receiving objects: 0% (1/187) Receiving objects: 1% (2/187) Receiving objects: 2% (4/187) Receiving objects: 3% (6/187) Receiving objects: 4% (8/187) Receiving objects: 5% (10/187) Receiving objects: 6% (12/187) Receiving objects: 7% (14/187) Receiving objects: 8% (15/187) Receiving objects: 9% (17/187) Receiving objects: 10% (19/187) Receiving objects: 11% (21/187) Receiving objects: 12% (23/187) Receiving objects: 13% (25/187) Receiving objects: 14% (27/187) Receiving objects: 15% (29/187) Receiving objects: 16% (30/187) Receiving objects: 17% (32/187) Receiving objects: 18% (34/187) Receiving objects: 19% (36/187) Receiving objects: 20% (38/187) Receiving objects: 21% (40/187) Receiving objects: 22% (42/187) Receiving objects: 23% (44/187) Receiving objects: 24% (45/187) Receiving objects: 25% (47/187) Receiving objects: 26% (49/187) Receiving objects: 27% (51/187) Receiving objects: 28% (53/187) Receiving objects: 29% (55/187) Receiving objects: 30% (57/187) Receiving objects: 31% (58/187) Receiving objects: 32% (60/187) Receiving objects: 33% (62/187) Receiving objects: 34% (64/187) Receiving objects: 35% (66/187) Receiving objects: 36% (68/187) Receiving objects: 37% (70/187) Receiving objects: 38% (72/187) Receiving objects: 39% (73/187) Receiving objects: 40% (75/187) Receiving objects: 41% (77/187) Receiving objects: 42% (79/187) Receiving objects: 43% (81/187) Receiving objects: 44% (83/187) Receiving objects: 45% (85/187) Receiving objects: 46% (87/187) Receiving objects: 47% (88/187) Receiving objects: 48% (90/187) Receiving objects: 49% (92/187) Receiving objects: 50% (94/187) Receiving objects: 51% (96/187) Receiving objects: 52% (98/187) Receiving objects: 53% (100/187) Receiving objects: 54% (101/187) Receiving objects: 55% (103/187) Receiving objects: 56% (105/187) Receiving objects: 57% (107/187) Receiving objects: 58% (109/187) Receiving objects: 59% (111/187) Receiving objects: 60% (113/187) Receiving objects: 61% (115/187) Receiving objects: 62% (116/187) Receiving objects: 63% (118/187) Receiving objects: 64% (120/187) Receiving objects: 65% (122/187) Receiving objects: 66% (124/187) Receiving objects: 67% (126/187) Receiving objects: 68% (128/187) remote: Total 187 (delta 0), reused 0 (delta 0), pack-reused 187 14:57:06 Receiving objects: 69% (130/187) Receiving objects: 70% (131/187) Receiving objects: 71% (133/187) Receiving objects: 72% (135/187) Receiving objects: 73% (137/187) Receiving objects: 74% (139/187) Receiving objects: 75% (141/187) Receiving objects: 76% (143/187) Receiving objects: 77% (144/187) Receiving objects: 78% (146/187) Receiving objects: 79% (148/187) Receiving objects: 80% (150/187) Receiving objects: 81% (152/187) Receiving objects: 82% (154/187) Receiving objects: 83% (156/187) Receiving objects: 84% (158/187) Receiving objects: 85% (159/187) Receiving objects: 86% (161/187) Receiving objects: 87% (163/187) Receiving objects: 88% (165/187) Receiving objects: 89% (167/187) Receiving objects: 90% (169/187) Receiving objects: 91% (171/187) Receiving objects: 92% (173/187) Receiving objects: 93% (174/187) Receiving objects: 94% (176/187) Receiving objects: 95% (178/187) Receiving objects: 96% (180/187) Receiving objects: 97% (182/187) Receiving objects: 98% (184/187) Receiving objects: 99% (186/187) Receiving objects: 100% (187/187) Receiving objects: 100% (187/187), 56.64 KiB | 3.78 MiB/s, done. 14:57:06 Resolving deltas: 0% (0/112) Resolving deltas: 7% (8/112) Resolving deltas: 12% (14/112) Resolving deltas: 17% (20/112) Resolving deltas: 49% (55/112) Resolving deltas: 50% (57/112) Resolving deltas: 67% (76/112) Resolving deltas: 72% (81/112) Resolving deltas: 75% (84/112) Resolving deltas: 95% (107/112) Resolving deltas: 100% (112/112) Resolving deltas: 100% (112/112), done. 14:57:06 ---> Running in 1e5137c4734f 14:57:06 From https://github.com/sergiusens/snapcraft-preload 14:57:06 * branch d654bbe8a5add5a4bea14d96342b656990c5c818 -> FETCH_HEAD 14:57:06 Note: checking out 'd654bbe8a5add5a4bea14d96342b656990c5c818'. 14:57:06 14:57:06 You are in 'detached HEAD' state. You can look around, make experimental 14:57:06 changes and commit them, and you can discard any commits you make in this 14:57:06 state without impacting any branches by performing another checkout. 14:57:06 14:57:06 If you want to create a new branch to retain commits you create, you may 14:57:06 do so (now or later) by using -b with the checkout command again. Example: 14:57:06 14:57:06 git checkout -b 14:57:06 14:57:06 HEAD is now at d654bbe use SNAP_INSTANCE_NAME instead of SNAP_NAME for prefixing /dev/shm files (fixed #35) (#36) 14:57:06 Removing intermediate container ae648b676c4e 14:57:06 ---> d2a5106691d4 14:57:06 Step 21/22 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:57:06 ---> Running in a1d265741d92 14:57:07 Removing intermediate container 1e5137c4734f 14:57:07 ---> a9ea81438af8 14:57:07 Step 22/22 : LABEL version=0.0.0 14:57:07 Removing intermediate container a1d265741d92 14:57:07 ---> a50833f80208 14:57:07 Step 22/22 : LABEL version=0.0.0 14:57:07 ---> Running in 071b115cf888 14:57:07 ---> Running in 605e207ea2e8 14:57:08 Removing intermediate container 071b115cf888 14:57:08 ---> 399a6ed510c3 14:57:08 14:57:08 Removing intermediate container 605e207ea2e8 14:57:08 ---> 6b30e8c8cc6f 14:57:08 14:57:08 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:57:08 Successfully built 399a6ed510c3 14:57:08 Successfully tagged docker-core-metadata-go-arm64:latest 14:57:08 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:57:08 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:57:08 69% 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 14:57:08  Building docker-core-metadata-go ... done Successfully built 6b30e8c8cc6f 14:57:08 Successfully tagged docker-core-command-go-arm64:latest 14:57:09 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 14:57:13 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 14:57:13 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:13 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.1_amd64.deb [279 kB] 14:57:13 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:13 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb [122 kB] 14:57:13 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:13 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 14:57:13 16% 100% [Working] Fetched 77.8 kB in 0s (0 B/s) 14:57:13 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 14:57:13 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:13 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 14:57:13 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:14 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 14:57:14 27% 100% [Working] Fetched 45.6 kB in 0s (0 B/s) 14:57:14 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 14:57:14 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:14 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] 14:57:15 5% 100% [Working] Fetched 214 kB in 0s (0 B/s) 14:57:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb [155 kB] 14:57:15 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 14:57:15 24% 100% [Working] Fetched 50.6 kB in 0s (0 B/s) 14:57:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 14:57:15 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:15  Building docker-core-command-go ... done Removing intermediate container d14790008815 14:57:15 ---> 99e11d09a40c 14:57:15 14:57:15 Step 9/29 : FROM alpine:latest 14:57:15 ---> 2e77e061c27f 14:57:15 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 14:57:15 ---> Running in 868378c42aec 14:57:15 Removing intermediate container 32144845487e 14:57:15 ---> 36fdd6175c63 14:57:15 14:57:15 Step 10/24 : FROM scratch 14:57:15 ---> 14:57:15 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:57:15 ---> Using cache 14:57:15 ---> 74718c106810 14:57:15 Step 12/24 : ENV APP_PORT=48060 14:57:15 ---> Running in 71e29e34964d 14:57:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 14:57:16 Removing intermediate container 868378c42aec 14:57:16 ---> e92e14a1eb40 14:57:16 Step 11/29 : USER root 14:57:16 ---> Running in c35f727e8a76 14:57:16 30% 100% [Working] Fetched 41.8 kB in 0s (0 B/s) 14:57:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 14:57:16 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:16 Removing intermediate container 71e29e34964d 14:57:16 ---> 3576ae709656 14:57:16 Step 13/24 : EXPOSE $APP_PORT 14:57:16 ---> Running in 217e44fe1976 14:57:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 14:57:16 Removing intermediate container c35f727e8a76 14:57:16 ---> fa00190d7a15 14:57:16 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 14:57:16 ---> Running in cca0d4f7743c 14:57:16 12% 100% [Working] Fetched 111 kB in 0s (0 B/s) 14:57:16 Removing intermediate container 217e44fe1976 14:57:16 ---> d3a2bb021f5d 14:57:16 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 14:57:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 14:57:16 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:16 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 14:57:16 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:17 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.1_amd64.deb [85.6 kB] 14:57:17 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:17 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 14:57:17 51% 100% [Working] Fetched 24.5 kB in 0s (0 B/s) 14:57:17 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 14:57:17 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:17 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 14:57:17 ---> 4dd2ca1774f5 14:57:17 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 14:57:18 23% 100% [Working] Fetched 54.2 kB in 0s (0 B/s) 14:57:18 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.1_amd64.deb [30.9 kB] 14:57:18 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:18 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb [17.0 kB] 14:57:18 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:18 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 14:57:18 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:57:18 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 14:57:18 99% 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:18 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 14:57:18 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:18 ---> 7937b88ed145 14:57:18 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 14:57:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:57:18 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 14:57:19 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:57:19 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:57:19 OK: 12615 distinct packages available 14:57:19 11% 100% [Working] Fetched 119 kB in 0s (0 B/s) 14:57:19 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 14:57:19 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:19 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 14:57:19 99% 100% [Working] Fetched 11.1 kB in 0s (0 B/s) 14:57:19 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 14:57:19 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:19 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 14:57:19 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:19 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 14:57:19 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:19 ---> bd14f08f74ba 14:57:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 14:57:19 (1/2) Installing ca-certificates (20191127-r4) 14:57:20 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 14:57:20 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:20 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 14:57:20 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:20 (2/2) Installing dumb-init (1.2.2-r1) 14:57:20 Executing busybox-1.31.1-r19.trigger 14:57:20 Executing ca-certificates-20191127-r4.trigger 14:57:20 OK: 6 MiB in 16 packages 14:57:20 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 14:57:20 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:20 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 14:57:20 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:20 ---> 6376a3509451 14:57:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:57:20 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] 14:57:20 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:20 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 14:57:20 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:20 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] 14:57:21 7% 100% [Working] Fetched 159 kB in 0s (0 B/s) 14:57:21 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 14:57:21 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:21 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 14:57:21 100% [Working] Fetched 0 B in 0s (0 B/s) 14:57:21 ---> ef325eb666a7 14:57:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:57:21 Removing intermediate container cca0d4f7743c 14:57:21 ---> af9088393741 14:57:21 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 14:57:21 ---> Running in 5a4e2345753d 14:57:22 Removing intermediate container 5a4e2345753d 14:57:22 ---> fa4cf1347c5a 14:57:22 Step 14/29 : WORKDIR $BASE_DIR 14:57:22 ---> 11aec6b58370 14:57:22 Step 20/24 : ENTRYPOINT ["/support-notifications"] 14:57:22 ---> Running in cdfe3014d826 14:57:22 ---> Running in fa602c5bb80b 14:57:23 Removing intermediate container cdfe3014d826 14:57:23 Removing intermediate container fa602c5bb80b 14:57:23 ---> 04f0b3db3386 14:57:23 ---> 3c4615272d39 14:57:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 14:57:23 14:57:23 ---> Running in 198dddc1a206 14:57:23 ---> Running in e2d08c29e395 14:57:23 Pulling static-packages  14:57:23 Removing intermediate container e2d08c29e395 14:57:23 ---> 60f758e269c0 14:57:23 Step 22/24 : LABEL arch=arm64 14:57:24 ---> Running in 716f76338a6e 14:57:24 Pulling vault  14:57:24 Removing intermediate container 716f76338a6e 14:57:24 ---> 761aafb63af7 14:57:24 Step 23/24 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:57:24 ---> Running in fdb11eb16bf5 14:57:25 Cloning into '/build/parts/vault/src'... 14:57:25 Removing intermediate container fdb11eb16bf5 14:57:25 ---> caf8d690fa7a 14:57:25 Step 24/24 : LABEL version=0.0.0 14:57:25 ---> Running in db40a519a99e 14:57:25 remote: Enumerating objects: 12795, done. 14:57:25 remote: Counting objects: 0% (1/12795) remote: Counting objects: 1% (128/12795) remote: Counting objects: 2% (256/12795) remote: Counting objects: 3% (384/12795) remote: Counting objects: 4% (512/12795) remote: Counting objects: 5% (640/12795) remote: Counting objects: 6% (768/12795) remote: Counting objects: 7% (896/12795) remote: Counting objects: 8% (1024/12795) remote: Counting objects: 9% (1152/12795) remote: Counting objects: 10% (1280/12795) remote: Counting objects: 11% (1408/12795) remote: Counting objects: 12% (1536/12795) remote: Counting objects: 13% (1664/12795) remote: Counting objects: 14% (1792/12795) remote: Counting objects: 15% (1920/12795) remote: Counting objects: 16% (2048/12795) remote: Counting objects: 17% (2176/12795) remote: Counting objects: 18% (2304/12795) remote: Counting objects: 19% (2432/12795) remote: Counting objects: 20% (2559/12795) remote: Counting objects: 21% (2687/12795) remote: Counting objects: 22% (2815/12795) remote: Counting objects: 23% (2943/12795) remote: Counting objects: 24% (3071/12795) remote: Counting objects: 25% (3199/12795) remote: Counting objects: 26% (3327/12795) remote: Counting objects: 27% (3455/12795) remote: Counting objects: 28% (3583/12795) remote: Counting objects: 29% (3711/12795) remote: Counting objects: 30% (3839/12795) remote: Counting objects: 31% (3967/12795) remote: Counting objects: 32% (4095/12795) remote: Counting objects: 33% (4223/12795) remote: Counting objects: 34% (4351/12795) remote: Counting objects: 35% (4479/12795) remote: Counting objects: 36% (4607/12795) remote: Counting objects: 37% (4735/12795) remote: Counting objects: 38% (4863/12795) remote: Counting objects: 39% (4991/12795) remote: Counting objects: 40% (5118/12795) remote: Counting objects: 41% (5246/12795) remote: Counting objects: 42% (5374/12795) remote: Counting objects: 43% (5502/12795) remote: Counting objects: 44% (5630/12795) remote: Counting objects: 45% (5758/12795) remote: Counting objects: 46% (5886/12795) remote: Counting objects: 47% (6014/12795) remote: Counting objects: 48% (6142/12795) remote: Counting objects: 49% (6270/12795) remote: Counting objects: 50% (6398/12795) remote: Counting objects: 51% (6526/12795) remote: Counting objects: 52% (6654/12795) remote: Counting objects: 53% (6782/12795) remote: Counting objects: 54% (6910/12795) remote: Counting objects: 55% (7038/12795) remote: Counting objects: 56% (7166/12795) remote: Counting objects: 57% (7294/12795) remote: Counting objects: 58% (7422/12795) remote: Counting objects: 59% (7550/12795) remote: Counting objects: 60% (7677/12795) remote: Counting objects: 61% (7805/12795) remote: Counting objects: 62% (7933/12795) remote: Counting objects: 63% (8061/12795) remote: Counting objects: 64% (8189/12795) remote: Counting objects: 65% (8317/12795) remote: Counting objects: 66% (8445/12795) remote: Counting objects: 67% (8573/12795) remote: Counting objects: 68% (8701/12795) remote: Counting objects: 69% (8829/12795) remote: Counting objects: 70% (8957/12795) remote: Counting objects: 71% (9085/12795) remote: Counting objects: 72% (9213/12795) remote: Counting objects: 73% (9341/12795) remote: Counting objects: 74% (9469/12795) remote: Counting objects: 75% (9597/12795) remote: Counting objects: 76% (9725/12795) remote: Counting objects: 77% (9853/12795) remote: Counting objects: 78% (9981/12795) remote: Counting objects: 79% (10109/12795) remote: Counting objects: 80% (10236/12795) remote: Counting objects: 81% (10364/12795) remote: Counting objects: 82% (10492/12795) remote: Counting objects: 83% (10620/12795) remote: Counting objects: 84% (10748/12795) remote: Counting objects: 85% (10876/12795) remote: Counting objects: 86% (11004/12795) remote: Counting objects: 87% (11132/12795) remote: Counting objects: 88% (11260/12795) remote: Counting objects: 89% (11388/12795) remote: Counting objects: 90% (11516/12795) remote: Counting objects: 91% (11644/12795) remote: Counting objects: 92% (11772/12795) remote: Counting objects: 93% (11900/12795) remote: Counting objects: 94% (12028/12795) remote: Counting objects: 95% (12156/12795) remote: Counting objects: 96% (12284/12795) remote: Counting objects: 97% (12412/12795) remote: Counting objects: 98% (12540/12795) remote: Counting objects: 99% (12668/12795) remote: Counting objects: 100% (12795/12795) remote: Counting objects: 100% (12795/12795), done. 14:57:25 Removing intermediate container db40a519a99e 14:57:25 ---> 07ab25974040 14:57:25 14:57:25 Removing intermediate container 198dddc1a206 14:57:25 ---> 91690d79055f 14:57:25 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 14:57:26 Successfully built 07ab25974040 14:57:26 Successfully tagged docker-support-notifications-go-arm64:latest 14:57:27  Building docker-support-notifications-go ... done  ---> d22db02375eb 14:57:27 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 14:57:27 remote: Compressing objects: 0% (1/10594) remote: Compressing objects: 1% (106/10594) remote: Compressing objects: 2% (212/10594) remote: Compressing objects: 3% (318/10594) remote: Compressing objects: 4% (424/10594) remote: Compressing objects: 5% (530/10594) remote: Compressing objects: 6% (636/10594) remote: Compressing objects: 7% (742/10594) remote: Compressing objects: 8% (848/10594) remote: Compressing objects: 9% (954/10594) remote: Compressing objects: 10% (1060/10594) remote: Compressing objects: 11% (1166/10594) remote: Compressing objects: 12% (1272/10594) remote: Compressing objects: 13% (1378/10594) remote: Compressing objects: 14% (1484/10594) remote: Compressing objects: 15% (1590/10594) remote: Compressing objects: 16% (1696/10594) remote: Compressing objects: 17% (1801/10594) remote: Compressing objects: 18% (1907/10594) remote: Compressing objects: 19% (2013/10594) remote: Compressing objects: 20% (2119/10594) remote: Compressing objects: 21% (2225/10594) remote: Compressing objects: 22% (2331/10594) remote: Compressing objects: 23% (2437/10594) remote: Compressing objects: 24% (2543/10594) remote: Compressing objects: 25% (2649/10594) remote: Compressing objects: 26% (2755/10594) remote: Compressing objects: 27% (2861/10594) remote: Compressing objects: 28% (2967/10594) remote: Compressing objects: 29% (3073/10594) remote: Compressing objects: 30% (3179/10594) remote: Compressing objects: 31% (3285/10594) remote: Compressing objects: 32% (3391/10594) remote: Compressing objects: 33% (3497/10594) remote: Compressing objects: 34% (3602/10594) remote: Compressing objects: 35% (3708/10594) remote: Compressing objects: 36% (3814/10594) remote: Compressing objects: 37% (3920/10594) remote: Compressing objects: 38% (4026/10594) remote: Compressing objects: 39% (4132/10594) remote: Compressing objects: 40% (4238/10594) remote: Compressing objects: 41% (4344/10594) remote: Compressing objects: 42% (4450/10594) remote: Compressing objects: 43% (4556/10594) remote: Compressing objects: 44% (4662/10594) remote: Compressing objects: 45% (4768/10594) remote: Compressing objects: 46% (4874/10594) remote: Compressing objects: 47% (4980/10594) remote: Compressing objects: 48% (5086/10594) remote: Compressing objects: 49% (5192/10594) remote: Compressing objects: 50% (5297/10594) remote: Compressing objects: 51% (5403/10594) remote: Compressing objects: 52% (5509/10594) remote: Compressing objects: 53% (5615/10594) remote: Compressing objects: 54% (5721/10594) remote: Compressing objects: 55% (5827/10594) remote: Compressing objects: 56% (5933/10594) remote: Compressing objects: 56% (5956/10594) remote: Compressing objects: 57% (6039/10594) remote: Compressing objects: 58% (6145/10594) remote: Compressing objects: 59% (6251/10594) remote: Compressing objects: 60% (6357/10594) remote: Compressing objects: 61% (6463/10594) remote: Compressing objects: 62% (6569/10594) remote: Compressing objects: 63% (6675/10594) remote: Compressing objects: 64% (6781/10594) remote: Compressing objects: 65% (6887/10594) remote: Compressing objects: 66% (6993/10594) remote: Compressing objects: 67% (7098/10594) remote: Compressing objects: 68% (7204/10594) remote: Compressing objects: 69% (7310/10594) remote: Compressing objects: 70% (7416/10594) remote: Compressing objects: 71% (7522/10594) remote: Compressing objects: 72% (7628/10594) remote: Compressing objects: 73% (7734/10594) remote: Compressing objects: 74% (7840/10594) remote: Compressing objects: 75% (7946/10594) remote: Compressing objects: 76% (8052/10594) remote: Compressing objects: 77% (8158/10594) remote: Compressing objects: 78% (8264/10594) remote: Compressing objects: 79% (8370/10594) remote: Compressing objects: 80% (8476/10594) remote: Compressing objects: 81% (8582/10594) remote: Compressing objects: 82% (8688/10594) remote: Compressing objects: 83% (8794/10594) remote: Compressing objects: 84% (8899/10594) remote: Compressing objects: 85% (9005/10594) remote: Compressing objects: 86% (9111/10594) remote: Compressing objects: 87% (9217/10594) remote: Compressing objects: 88% (9323/10594) remote: Compressing objects: 89% (9429/10594) remote: Compressing objects: 90% (9535/10594) remote: Compressing objects: 91% (9641/10594) remote: Compressing objects: 92% (9747/10594) remote: Compressing objects: 93% (9853/10594) remote: Compressing objects: 94% (9959/10594) remote: Compressing objects: 95% (10065/10594) remote: Compressing objects: 96% (10171/10594) remote: Compressing objects: 97% (10277/10594) remote: Compressing objects: 98% (10383/10594) remote: Compressing objects: 99% (10489/10594) remote: Compressing objects: 100% (10594/10594) remote: Compressing objects: 100% (10594/10594), done. 14:57:28 ---> 7da8340f18df 14:57:28 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 14:57:28 ---> 87b8afd48d2b 14:57:28 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 14:57:29 ---> 57ec26cb9746 14:57:29 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 14:57:29 Receiving objects: 0% (1/12795) Receiving objects: 1% (128/12795) Receiving objects: 2% (256/12795) Receiving objects: 3% (384/12795) Receiving objects: 4% (512/12795) Receiving objects: 5% (640/12795) Receiving objects: 6% (768/12795) Receiving objects: 7% (896/12795) Receiving objects: 8% (1024/12795) Receiving objects: 9% (1152/12795) Receiving objects: 10% (1280/12795) Receiving objects: 11% (1408/12795) Receiving objects: 12% (1536/12795) Receiving objects: 13% (1664/12795) Receiving objects: 14% (1792/12795) Receiving objects: 15% (1920/12795) Receiving objects: 16% (2048/12795) Receiving objects: 17% (2176/12795) Receiving objects: 18% (2304/12795) Receiving objects: 19% (2432/12795) Receiving objects: 20% (2559/12795) Receiving objects: 21% (2687/12795) Receiving objects: 22% (2815/12795) Receiving objects: 23% (2943/12795) Receiving objects: 24% (3071/12795) Receiving objects: 25% (3199/12795) Receiving objects: 26% (3327/12795) Receiving objects: 27% (3455/12795) Receiving objects: 28% (3583/12795) Receiving objects: 29% (3711/12795) Receiving objects: 30% (3839/12795) Receiving objects: 31% (3967/12795) Receiving objects: 32% (4095/12795) Receiving objects: 33% (4223/12795) Receiving objects: 34% (4351/12795) Receiving objects: 35% (4479/12795) Receiving objects: 36% (4607/12795) Receiving objects: 37% (4735/12795) Receiving objects: 38% (4863/12795) Receiving objects: 39% (4991/12795) Receiving objects: 40% (5118/12795) Receiving objects: 41% (5246/12795) Receiving objects: 42% (5374/12795) Receiving objects: 43% (5502/12795) Receiving objects: 44% (5630/12795) Receiving objects: 45% (5758/12795) Receiving objects: 46% (5886/12795) Receiving objects: 47% (6014/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 48% (6142/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 49% (6270/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 50% (6398/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 51% (6526/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 52% (6654/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 53% (6782/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 54% (6910/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 55% (7038/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 56% (7166/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 57% (7294/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 58% (7422/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 59% (7550/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 60% (7677/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 61% (7805/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 62% (7933/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 63% (8061/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 64% (8189/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 65% (8317/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 66% (8445/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 67% (8573/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 68% (8701/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 69% (8829/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 70% (8957/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 71% (9085/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 72% (9213/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 73% (9341/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 74% (9469/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 75% (9597/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 76% (9725/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 77% (9853/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 78% (9981/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 79% (10109/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 80% (10236/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 81% (10364/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 82% (10492/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 83% (10620/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 83% (10737/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 84% (10748/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 85% (10876/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 86% (11004/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 87% (11132/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 88% (11260/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 89% (11388/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 90% (11516/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 91% (11644/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 92% (11772/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 93% (11900/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 94% (12028/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 95% (12156/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 96% (12284/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 97% (12412/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 98% (12540/12795), 19.38 MiB | 12.92 MiB/s Receiving objects: 99% (12668/12795), 19.38 MiB | 12.92 MiB/s Receiving objects: 99% (12710/12795), 27.25 MiB | 13.62 MiB/s remote: Total 12795 (delta 1910), reused 8480 (delta 1333), pack-reused 0 14:57:29 Receiving objects: 100% (12795/12795), 27.25 MiB | 13.62 MiB/s Receiving objects: 100% (12795/12795), 34.12 MiB | 14.19 MiB/s, done. 14:57:29 Resolving deltas: 0% (0/1910) Resolving deltas: 1% (20/1910) Resolving deltas: 2% (39/1910) Resolving deltas: 3% (60/1910) Resolving deltas: 4% (78/1910) Resolving deltas: 5% (101/1910) Resolving deltas: 6% (117/1910) Resolving deltas: 7% (137/1910) Resolving deltas: 8% (159/1910) Resolving deltas: 9% (173/1910) Resolving deltas: 10% (192/1910) Resolving deltas: 11% (212/1910) Resolving deltas: 12% (230/1910) Resolving deltas: 13% (249/1910) Resolving deltas: 14% (268/1910) Resolving deltas: 15% (287/1910) Resolving deltas: 16% (306/1910) Resolving deltas: 17% (325/1910) Resolving deltas: 18% (344/1910) Resolving deltas: 19% (363/1910) Resolving deltas: 20% (382/1910) Resolving deltas: 21% (405/1910) Resolving deltas: 22% (424/1910) Resolving deltas: 23% (440/1910) Resolving deltas: 25% (485/1910) Resolving deltas: 26% (506/1910) Resolving deltas: 27% (518/1910) Resolving deltas: 28% (543/1910) Resolving deltas: 29% (560/1910) Resolving deltas: 31% (595/1910) Resolving deltas: 32% (615/1910) Resolving deltas: 33% (631/1910) Resolving deltas: 34% (656/1910) Resolving deltas: 35% (669/1910) Resolving deltas: 36% (688/1910) Resolving deltas: 37% (711/1910) Resolving deltas: 38% (743/1910) Resolving deltas: 39% (760/1910) Resolving deltas: 40% (765/1910) Resolving deltas: 41% (784/1910) Resolving deltas: 42% (808/1910) Resolving deltas: 43% (826/1910) Resolving deltas: 44% (841/1910) Resolving deltas: 45% (860/1910) Resolving deltas: 46% (879/1910) Resolving deltas: 47% (898/1910) Resolving deltas: 48% (917/1910) Resolving deltas: 49% (936/1910) Resolving deltas: 50% (955/1910) Resolving deltas: 51% (975/1910) Resolving deltas: 52% (994/1910) Resolving deltas: 53% (1014/1910) Resolving deltas: 54% (1032/1910) Resolving deltas: 55% (1051/1910) Resolving deltas: 56% (1071/1910) Resolving deltas: 57% (1090/1910) Resolving deltas: 58% (1109/1910) Resolving deltas: 59% (1130/1910) Resolving deltas: 60% (1146/1910) Resolving deltas: 61% (1170/1910) Resolving deltas: 62% (1185/1910) Resolving deltas: 63% (1204/1910) Resolving deltas: 64% (1223/1910) Resolving deltas: 65% (1249/1910) Resolving deltas: 67% (1281/1910) Resolving deltas: 69% (1328/1910) Resolving deltas: 71% (1360/1910) Resolving deltas: 72% (1393/1910) Resolving deltas: 73% (1408/1910) Resolving deltas: 74% (1422/1910) Resolving deltas: 75% (1435/1910) Resolving deltas: 76% (1453/1910) Resolving deltas: 78% (1492/1910) Resolving deltas: 79% (1517/1910) Resolving deltas: 80% (1533/1910) Resolving deltas: 81% (1548/1910) Resolving deltas: 82% (1567/1910) Resolving deltas: 83% (1586/1910) Resolving deltas: 84% (1605/1910) Resolving deltas: 85% (1625/1910) Resolving deltas: 86% (1643/1910) Resolving deltas: 87% (1662/1910) Resolving deltas: 88% (1681/1910) Resolving deltas: 89% (1703/1910) Resolving deltas: 90% (1724/1910) Resolving deltas: 91% (1739/1910) Resolving deltas: 92% (1758/1910) Resolving deltas: 93% (1780/1910) Resolving deltas: 94% (1796/1910) Resolving deltas: 95% (1815/1910) Resolving deltas: 96% (1834/1910) Resolving deltas: 97% (1853/1910) Resolving deltas: 98% (1872/1910) Resolving deltas: 99% (1891/1910) Resolving deltas: 100% (1910/1910) Resolving deltas: 100% (1910/1910), done. 14:57:29 Note: checking out '1a730771ec70149293efe91e1d283b10d255c6d1'. 14:57:29 14:57:29 You are in 'detached HEAD' state. You can look around, make experimental 14:57:29 changes and commit them, and you can discard any commits you make in this 14:57:29 state without impacting any branches by performing another checkout. 14:57:29 14:57:29 If you want to create a new branch to retain commits you create, you may 14:57:29 do so (now or later) by using -b with the checkout command again. Example: 14:57:29 14:57:29 git checkout -b 14:57:29 14:57:30 ---> 123b02516eca 14:57:30 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 14:57:30 ---> Running in 4c3d5942443e 14:57:31 Checking out files: 71% (8008/11257) Checking out files: 72% (8106/11257) Checking out files: 73% (8218/11257) Checking out files: 74% (8331/11257) Checking out files: 75% (8443/11257) Checking out files: 76% (8556/11257) Checking out files: 77% (8668/11257) Checking out files: 78% (8781/11257) Checking out files: 79% (8894/11257) Checking out files: 80% (9006/11257) Checking out files: 81% (9119/11257) Checking out files: 82% (9231/11257) Checking out files: 83% (9344/11257) Checking out files: 84% (9456/11257) Checking out files: 85% (9569/11257) Checking out files: 86% (9682/11257) Checking out files: 87% (9794/11257) Checking out files: 88% (9907/11257) Checking out files: 89% (10019/11257) Checking out files: 90% (10132/11257) Checking out files: 91% (10244/11257) Checking out files: 92% (10357/11257) Checking out files: 93% (10470/11257) Checking out files: 94% (10582/11257) Checking out files: 95% (10695/11257) Checking out files: 96% (10807/11257) Checking out files: 97% (10920/11257) Checking out files: 98% (11032/11257) Checking out files: 99% (11145/11257) Checking out files: 100% (11257/11257) Checking out files: 100% (11257/11257), done. 14:57:31 Pulling version  14:57:32 Removing intermediate container 4c3d5942443e 14:57:32 ---> 318925c93400 14:57:32 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 14:57:32 Skipping build go-build-helper (already ran) 14:57:32 Skipping build go115 (already ran) 14:57:32 Building app-service-config  14:57:32 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 14:57:33 ---> 563eb80f4787 14:57:33 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:57:33 ---> Running in bc5f3e87480c 14:57:34 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.45 14:57:34 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 14:57:34 go: downloading github.com/google/uuid v1.1.2 14:57:34 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.50 14:57:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.100 14:57:34 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.26 14:57:34 go: downloading github.com/gorilla/mux v1.8.0 14:57:34 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 14:57:34 go: downloading github.com/x448/float16 v0.8.4 14:57:34 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.24 14:57:34 go: downloading github.com/BurntSushi/toml v0.3.1 14:57:34 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.7 14:57:34 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 14:57:34 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.25 14:57:34 go: downloading github.com/go-redis/redis/v7 v7.2.0 14:57:34 go: downloading github.com/go-kit/kit v0.8.0 14:57:34 go: downloading github.com/pelletier/go-toml v1.2.0 14:57:34 go: downloading github.com/pebbe/zmq4 v1.0.0 14:57:34 go: downloading go.mongodb.org/mongo-driver v1.1.1 14:57:34 go: downloading github.com/mitchellh/copystructure v1.0.0 14:57:34 go: downloading github.com/hashicorp/consul/api v1.1.0 14:57:34 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 14:57:34 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:57:34 go: downloading github.com/go-playground/validator/v10 v10.3.0 14:57:34 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:57:34 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:57:34 go: downloading github.com/go-logfmt/logfmt v0.4.0 14:57:34 go: downloading github.com/hashicorp/serf v0.8.2 14:57:34 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 14:57:34 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:57:34 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:57:34 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 14:57:34 go: downloading github.com/go-playground/universal-translator v0.17.0 14:57:34 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:57:34 go: downloading github.com/leodido/go-urn v1.2.0 14:57:34 go: downloading github.com/go-playground/locales v0.13.0 14:57:34 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:57:35 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:57:35 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:57:35 go: downloading github.com/go-stack/stack v1.8.0 14:57:35 go: downloading github.com/golang/snappy v0.0.1 14:57:35 go: downloading github.com/xdg/stringprep v1.0.0 14:57:35 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 14:57:35 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:57:35 go: downloading golang.org/x/text v0.3.2 14:57:35 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 14:57:36 Removing intermediate container bc5f3e87480c 14:57:36 ---> df176e765dc7 14:57:36 Step 24/29 : RUN chmod 755 security-secrets-setup 14:57:36 ---> Running in 9ae4ccdab7aa 14:57:39 Removing intermediate container 9ae4ccdab7aa 14:57:39 ---> 136970a9d8dd 14:57:39 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 14:57:39 ---> Running in 3ec8fb4e8eaf 14:57:39 Removing intermediate container 3ec8fb4e8eaf 14:57:39 ---> 5ab42afa4a26 14:57:39 Step 26/29 : CMD [ "generate" ] 14:57:40 ---> Running in a1f73434b88d 14:57:40 Removing intermediate container a1f73434b88d 14:57:40 ---> 580e16099cf9 14:57:40 Step 27/29 : LABEL arch=arm64 14:57:40 ---> Running in 85dcf337ade4 14:57:40 Removing intermediate container 85dcf337ade4 14:57:40 ---> 10c7753d2679 14:57:40 Step 28/29 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 14:57:41 ---> Running in f656b6264b6d 14:57:41 Removing intermediate container f656b6264b6d 14:57:41 ---> 94da462722b8 14:57:41 Step 29/29 : LABEL version=0.0.0 14:57:41 ---> Running in 59c0e1886b69 14:57:41 Removing intermediate container 59c0e1886b69 14:57:41 ---> 4c0b21c99eb4 14:57:41 14:57:42 Successfully built 4c0b21c99eb4 14:57:42 Successfully tagged docker-security-secrets-setup-go-arm64:latest 14:57:42  Building docker-security-secrets-setup-go ... done  [Pipeline] } 14:57:42 $ docker stop --time=1 eb319edabb54e2a864ff5d180d84becde1a568fcbb76db9f9d57d463f17444b3 14:57:44 $ docker rm -f eb319edabb54e2a864ff5d180d84becde1a568fcbb76db9f9d57d463f17444b3 [Pipeline] // withDockerContainer [Pipeline] sh 14:57:45 + + grep dockerdocker 14:57:45 images 14:57:45 docker-security-secrets-setup-go-arm64 latest 4c0b21c99eb4 4 seconds ago 22.7MB 14:57:45 docker-support-notifications-go-arm64 latest 07ab25974040 20 seconds ago 12.9MB 14:57:45 docker-core-command-go-arm64 latest 6b30e8c8cc6f 37 seconds ago 11.4MB 14:57:45 docker-core-metadata-go-arm64 latest 399a6ed510c3 38 seconds ago 13.5MB 14:57:45 docker-support-scheduler-go-arm64 latest 32e0a357e313 56 seconds ago 11.5MB 14:57:45 docker-sys-mgmt-agent-go-arm64 latest 301040aecf43 2 minutes ago 270MB 14:57:45 docker-core-data-go-arm64 latest 29ff4db25cac 3 minutes ago 22.3MB 14:57:45 docker-security-secretstore-setup-go-arm64 latest 77ed0cd8d087 3 minutes ago 30.8MB 14:57:45 docker-support-logging-go-arm64 latest 242864673534 4 minutes ago 10.6MB 14:57:45 docker-security-proxy-setup-go-arm64 latest b4c6e8d0420f 4 minutes ago 15.1MB 14:57:45 docker latest 5d4db4dc0692 5 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:57:47 Building config-common  14:57:50 Building consul  14:57:56 go: downloading github.com/kardianos/govendor v1.0.9 14:57:56 go: github.com/kardianos/govendor upgrade => v1.0.9 14:57:56 go: finding module for package github.com/Bowery/prompt 14:57:56 go: downloading golang.org/x/tools v0.0.0-20191108193012-7d206e10da11 14:57:56 go: finding module for package github.com/google/shlex 14:57:56 go: downloading gopkg.in/yaml.v2 v2.2.8 14:57:56 go: finding module for package github.com/dchest/safefile 14:57:56 go: downloading github.com/pkg/errors v0.8.1 14:57:56 go: downloading github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 14:57:56 go: downloading github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 14:57:56 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 14:57:57 go: found github.com/Bowery/prompt in github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 14:57:57 go: found github.com/google/shlex in github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 14:57:57 go: found github.com/dchest/safefile in github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 14:57:57 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 14:57:57 go: golang.org/x/tools upgrade => v0.0.0-20201026223136-e84cfc6dd5ca 14:57:57 go: gopkg.in/yaml.v2 upgrade => v2.3.0 14:57:57 go: github.com/pkg/errors upgrade => v0.9.1 14:57:57 go: golang.org/x/sys upgrade => v0.0.0-20201027140754-0fcbb8f4928c 14:57:58 go: downloading github.com/pkg/errors v0.9.1 14:57:58 go: downloading golang.org/x/tools v0.0.0-20201026223136-e84cfc6dd5ca 14:57:58 go: downloading gopkg.in/yaml.v2 v2.3.0 14:57:58 go: downloading golang.org/x/sys v0.0.0-20201027140754-0fcbb8f4928c 14:58:10 go: downloading github.com/mitchellh/cli v1.1.0 14:58:10 go: downloading github.com/kr/text v0.1.0 14:58:10 go: downloading github.com/armon/go-metrics v0.3.4 14:58:10 go: downloading github.com/mitchellh/reflectwalk v1.0.1 14:58:10 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 14:58:10 go: downloading github.com/hashicorp/go-uuid v1.0.2 14:58:10 go: downloading github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 14:58:10 go: downloading github.com/hashicorp/go-hclog v0.12.0 14:58:10 go: downloading github.com/hashicorp/memberlist v0.2.2 14:58:10 go: downloading github.com/hashicorp/go-bexpr v0.1.2 14:58:10 go: downloading github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 14:58:10 go: downloading github.com/ryanuber/columnize v2.1.0+incompatible 14:58:10 go: downloading github.com/mitchellh/mapstructure v1.3.3 14:58:10 go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 14:58:10 go: downloading github.com/hashicorp/raft v1.1.2 14:58:10 go: downloading github.com/hashicorp/go-multierror v1.1.0 14:58:10 go: downloading github.com/mitchellh/copystructure v1.0.0 14:58:10 go: downloading github.com/envoyproxy/go-control-plane v0.9.5 14:58:10 go: downloading github.com/hashicorp/serf v0.9.4 14:58:10 go: downloading github.com/docker/go-connections v0.3.0 14:58:10 go: downloading github.com/armon/go-radix v1.0.0 14:58:10 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 14:58:10 go: downloading github.com/hashicorp/go-version v1.2.0 14:58:10 go: downloading google.golang.org/grpc v1.25.1 14:58:10 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:58:10 go: downloading github.com/google/btree v1.0.0 14:58:10 go: downloading github.com/golang/protobuf v1.3.2 14:58:10 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:58:10 go: downloading github.com/hashicorp/go-memdb v1.0.3 14:58:10 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 14:58:10 go: downloading github.com/hashicorp/errwrap v1.0.0 14:58:10 go: downloading github.com/posener/complete v1.2.3 14:58:10 go: downloading github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 14:58:10 go: downloading golang.org/x/net v0.0.0-20201021035429-f5854403a974 14:58:10 go: downloading k8s.io/client-go v0.16.9 14:58:10 go: downloading google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 14:58:10 go: downloading github.com/hashicorp/go-syslog v1.0.0 14:58:10 go: downloading github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 14:58:10 go: downloading k8s.io/api v0.16.9 14:58:10 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 14:58:10 go: downloading github.com/hashicorp/go-immutable-radix v1.2.0 14:58:10 go: downloading github.com/prometheus/client_golang v1.4.0 14:58:11 go: downloading github.com/bgentry/speakeasy v0.1.0 14:58:11 go: downloading github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 14:58:11 go: downloading github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d 14:58:11 go: downloading github.com/mattn/go-isatty v0.0.12 14:58:11 go: downloading github.com/mitchellh/go-testing-interface v1.14.0 14:58:11 go: downloading github.com/NYTimes/gziphandler v1.0.1 14:58:11 go: downloading github.com/envoyproxy/protoc-gen-validate v0.1.0 14:58:11 go: downloading k8s.io/apimachinery v0.16.9 14:58:11 go: downloading github.com/hashicorp/hcl v1.0.0 14:58:11 go: downloading github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 14:58:11 go: downloading github.com/prometheus/common v0.9.1 14:58:11 go: downloading k8s.io/klog v1.0.0 14:58:11 go: downloading github.com/hashicorp/go-discover v0.0.0-20200501174627-ad1e96bde088 14:58:11 go: downloading github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 14:58:11 go: downloading golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 14:58:11 go: downloading github.com/fatih/color v1.9.0 14:58:11 go: downloading github.com/hashicorp/go-msgpack v0.5.5 14:58:11 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 14:58:11 go: downloading github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 14:58:11 go: downloading github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:58:11 go: downloading github.com/hashicorp/golang-lru v0.5.4 14:58:11 go: downloading github.com/miekg/dns v1.1.26 14:58:11 go: downloading github.com/hashicorp/go-connlimit v0.2.0 14:58:11 go: downloading github.com/spf13/pflag v1.0.5 14:58:11 go: downloading github.com/stretchr/testify v1.5.1 14:58:11 go: downloading github.com/circonus-labs/circonusllhist v0.1.3 14:58:11 go: downloading github.com/census-instrumentation/opencensus-proto v0.2.1 14:58:11 go: downloading golang.org/x/text v0.3.3 14:58:11 go: downloading github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 14:58:11 go: downloading github.com/davecgh/go-spew v1.1.1 14:58:11 go: downloading github.com/google/gofuzz v1.0.0 14:58:11 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 14:58:12 go: downloading github.com/aws/aws-sdk-go v1.25.41 14:58:12 go: downloading github.com/prometheus/client_model v0.2.0 14:58:12 go: downloading github.com/imdario/mergo v0.3.6 14:58:12 go: downloading google.golang.org/api v0.7.0 14:58:12 go: downloading github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 14:58:12 go: downloading github.com/hashicorp/go-retryablehttp v0.5.4 14:58:12 go: downloading github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 14:58:12 go: downloading github.com/modern-go/reflect2 v1.0.1 14:58:12 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 14:58:12 go: downloading k8s.io/utils v0.0.0-20190801114015-581e00157fb1 14:58:12 go: downloading github.com/Azure/go-autorest/autorest v0.10.0 14:58:12 go: downloading sigs.k8s.io/yaml v1.1.0 14:58:12 go: downloading github.com/mitchellh/go-homedir v1.1.0 14:58:12 go: downloading github.com/linode/linodego v0.7.1 14:58:12 go: downloading github.com/hashicorp/go-raftchunking v0.6.1 14:58:12 go: downloading github.com/cncf/udpa/go v0.0.0-20200313221541-5f7e5dd04533 14:58:12 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 14:58:12 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 14:58:12 go: downloading github.com/gophercloud/gophercloud v0.1.0 14:58:12 go: downloading github.com/vmware/govmomi v0.18.0 14:58:12 go: downloading github.com/coredns/coredns v1.1.2 14:58:12 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 14:58:12 go: downloading github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 14:58:12 go: downloading github.com/googleapis/gnostic v0.2.0 14:58:12 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 14:58:12 go: downloading github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 14:58:12 go: downloading github.com/prometheus/procfs v0.0.8 14:58:12 go: downloading github.com/json-iterator/go v1.1.9 14:58:12 go: downloading github.com/Azure/azure-sdk-for-go v40.3.0+incompatible 14:58:12 go: downloading github.com/Azure/go-autorest/autorest/adal v0.8.2 14:58:12 go: downloading github.com/Azure/go-autorest/tracing v0.5.0 14:58:13 go: downloading github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 14:58:13 go: downloading github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 14:58:13 go: downloading github.com/boltdb/bolt v1.3.1 14:58:13 go: downloading github.com/pmezard/go-difflib v1.0.0 14:58:13 go: downloading github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f 14:58:13 go: downloading github.com/cespare/xxhash v1.1.0 14:58:13 go: downloading github.com/cespare/xxhash/v2 v2.1.1 14:58:13 go: downloading github.com/dimchansky/utfbom v1.1.0 14:58:13 go: downloading cloud.google.com/go v0.38.0 14:58:13 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:58:13 go: downloading github.com/Azure/go-autorest/autorest/date v0.2.0 14:58:13 go: downloading github.com/Azure/go-autorest/logger v0.1.0 14:58:13 go: downloading github.com/rboyer/safeio v0.2.1 14:58:13 go: downloading github.com/hashicorp/mdns v1.0.1 14:58:13 go: downloading gopkg.in/resty.v1 v1.12.0 14:58:13 go: downloading github.com/hashicorp/vault/api v1.0.4 14:58:13 go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible 14:58:13 go: downloading github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 14:58:13 go: downloading github.com/beorn7/perks v1.0.1 14:58:13 go: downloading github.com/hashicorp/vault/sdk v0.1.13 14:58:14 go: downloading github.com/coreos/go-oidc v2.1.0+incompatible 14:58:14 go: downloading gopkg.in/inf.v0 v0.9.1 14:58:14 go: downloading github.com/pierrec/lz4 v2.0.5+incompatible 14:58:14 go: downloading github.com/golang/snappy v0.0.1 14:58:14 go: downloading github.com/digitalocean/godo v1.10.0 14:58:14 go: downloading github.com/mitchellh/pointerstructure v1.0.0 14:58:14 go: downloading github.com/google/go-querystring v1.0.0 14:58:15 go: downloading github.com/mattn/go-colorable v0.1.6 14:58:15 go: downloading github.com/sirupsen/logrus v1.4.2 14:58:15 go: downloading github.com/stretchr/objx v0.1.1 14:58:15 go: downloading github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 14:58:15 go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 14:58:15 go: downloading github.com/ryanuber/go-glob v1.0.0 14:58:15 go: downloading go.opencensus.io v0.22.0 14:58:23 go: downloading github.com/Azure/go-autorest/autorest/validation v0.2.0 14:58:23 go: downloading github.com/Azure/go-autorest/autorest/to v0.3.0 14:59:19 go: creating new go.mod: module consul-tools 14:59:19 cd .gotools && go get -v github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs@master github.com/hashicorp/go-bindata/go-bindata@master golang.org/x/tools/cmd/cover golang.org/x/tools/cmd/stringer github.com/gogo/protobuf/protoc-gen-gofast@v1.2.2-0.20190723190241-65acae22fc9d github.com/hashicorp/protoc-gen-go-binary github.com/vektra/mockery/cmd/mockery github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.6 14:59:19 go: downloading github.com/golangci/golangci-lint v1.23.6 14:59:19 go: downloading github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible 14:59:19 go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1 14:59:19 go: found golang.org/x/tools/cmd/stringer in golang.org/x/tools v0.0.0-20201026223136-e84cfc6dd5ca 14:59:19 go: found golang.org/x/tools/cmd/cover in golang.org/x/tools v0.0.0-20201026223136-e84cfc6dd5ca 14:59:19 go: found github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs in github.com/elazarl/go-bindata-assetfs v1.0.1 14:59:19 go: found github.com/gogo/protobuf/protoc-gen-gofast in github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d 14:59:19 go: downloading github.com/vektra/mockery v1.1.2 14:59:19 go: downloading github.com/hashicorp/protoc-gen-go-binary v0.0.0-20200316174223-e4c249d51dbb 14:59:19 go: found github.com/vektra/mockery/cmd/mockery in github.com/vektra/mockery v1.1.2 14:59:19 go: found github.com/hashicorp/go-bindata/go-bindata in github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible 14:59:19 go: github.com/hashicorp/protoc-gen-go-binary upgrade => v0.0.0-20200316174223-e4c249d51dbb 14:59:19 go: found github.com/golangci/golangci-lint/cmd/golangci-lint in github.com/golangci/golangci-lint v1.23.6 14:59:19 go: downloading github.com/spf13/viper v1.6.1 14:59:19 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.11.2 14:59:19 go: downloading github.com/mattn/go-colorable v0.1.4 14:59:19 go: downloading github.com/spf13/cobra v0.0.5 14:59:19 go: downloading github.com/go-lintpack/lintpack v0.5.2 14:59:19 go: downloading github.com/fatih/color v1.7.0 14:59:19 go: downloading github.com/sourcegraph/go-diff v0.5.1 14:59:19 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a 14:59:19 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca 14:59:19 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 14:59:19 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 14:59:19 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 14:59:19 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 14:59:19 go: downloading github.com/fsnotify/fsnotify v1.4.7 14:59:19 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 14:59:19 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed 14:59:19 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 14:59:19 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb 14:59:19 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a 14:59:19 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 14:59:19 go: downloading github.com/go-critic/go-critic v0.4.1 14:59:19 go: downloading github.com/magiconair/properties v1.8.1 14:59:19 go: downloading github.com/subosito/gotenv v1.2.0 14:59:19 go: downloading golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f 14:59:19 go: downloading github.com/ghodss/yaml v1.0.0 14:59:19 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 14:59:19 go: downloading github.com/ultraware/funlen v0.0.2 14:59:19 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc 14:59:19 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 14:59:19 go: downloading gopkg.in/yaml.v2 v2.2.7 14:59:19 go: downloading github.com/inconshreveable/mousetrap v1.0.0 14:59:19 go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 14:59:19 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 14:59:19 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b 14:59:19 go: downloading github.com/go-toolsmith/strparse v1.0.0 14:59:19 go: downloading github.com/go-toolsmith/astcast v1.0.0 14:59:19 go: downloading github.com/ultraware/whitespace v0.0.4 14:59:19 go: downloading github.com/go-toolsmith/astequal v1.0.0 14:59:19 go: downloading github.com/spf13/afero v1.1.2 14:59:19 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee 14:59:19 go: downloading gopkg.in/ini.v1 v1.51.0 14:59:19 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d 14:59:19 go: downloading github.com/uudashr/gocognit v1.0.1 14:59:19 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b 14:59:19 go: downloading github.com/go-toolsmith/astfmt v1.0.0 14:59:19 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 14:59:19 go: downloading github.com/pelletier/go-toml v1.2.0 14:59:19 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:59:19 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e 14:59:19 go: downloading github.com/go-toolsmith/typep v1.0.0 14:59:19 go: downloading github.com/kisielk/gotool v1.0.0 14:59:19 go: downloading github.com/spf13/jwalterweatherman v1.0.0 14:59:19 go: downloading github.com/go-toolsmith/astp v1.0.0 14:59:19 go: downloading github.com/spf13/cast v1.3.0 14:59:19 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 14:59:19 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 14:59:19 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 14:59:19 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 14:59:19 go: downloading github.com/go-toolsmith/astcopy v1.0.0 14:59:19 go: downloading github.com/mattn/go-isatty v0.0.8 14:59:19 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 14:59:19 go: downloading golang.org/x/mod v0.3.0 14:59:19 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 14:59:19 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a 14:59:19 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 14:59:19 go: downloading github.com/BurntSushi/toml v0.3.1 14:59:19 go: downloading github.com/stretchr/testify v1.4.0 14:59:19 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 14:59:19 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 14:59:19 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f 14:59:19 go: downloading github.com/gobwas/glob v0.2.3 14:59:19 go: downloading github.com/stretchr/objx v0.2.0 14:59:19 golang.org/x/xerrors/internal 14:59:19 golang.org/x/mod/semver 14:59:19 golang.org/x/sys/internal/unsafeheader 14:59:19 github.com/golangci/golangci-lint/pkg/exitcodes 14:59:19 github.com/gobwas/glob/util/runes 14:59:19 github.com/nbutton23/zxcvbn-go/match 14:59:19 github.com/gobwas/glob/util/strings 14:59:19 golang.org/x/text/width 14:59:19 github.com/nbutton23/zxcvbn-go/utils/math 14:59:19 golang.org/x/sys/unix 14:59:19 github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs 14:59:19 github.com/hashicorp/go-bindata 14:59:19 golang.org/x/tools/cover 14:59:19 golang.org/x/tools/internal/event/label 14:59:19 golang.org/x/xerrors 14:59:19 golang.org/x/tools/internal/event/keys 14:59:19 golang.org/x/tools/go/internal/gcimporter 14:59:19 golang.org/x/tools/cmd/cover 14:59:19 golang.org/x/tools/internal/typesinternal 14:59:19 github.com/hashicorp/go-bindata/go-bindata 14:59:19 github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap 14:59:19 github.com/gogo/protobuf/vanity 14:59:19 golang.org/x/tools/internal/event/core 14:59:19 github.com/gogo/protobuf/protoc-gen-gogo/plugin 14:59:19 golang.org/x/tools/internal/event 14:59:19 github.com/golang/glog 14:59:19 golang.org/x/tools/internal/gocommand 14:59:19 github.com/gogo/protobuf/protoc-gen-gogo/generator 14:59:19 github.com/golang/protobuf/protoc-gen-go/plugin 14:59:19 golang.org/x/tools/go/internal/packagesdriver 14:59:19 golang.org/x/tools/internal/packagesinternal 14:59:19 gopkg.in/yaml.v2 14:59:19 github.com/golang/protobuf/protoc-gen-go/generator/internal/remap 14:59:19 github.com/grpc-ecosystem/grpc-gateway/utilities 14:59:19 google.golang.org/genproto/googleapis/api/annotations 14:59:19 github.com/grpc-ecosystem/grpc-gateway/codegenerator 14:59:19 github.com/golang/protobuf/protoc-gen-go/generator 14:59:19 github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule 14:59:19 golang.org/x/mod/module 14:59:19 golang.org/x/tools/go/ast/astutil 14:59:19 golang.org/x/tools/go/gcexportdata 14:59:19 golang.org/x/tools/internal/fastwalk 14:59:19 github.com/mattn/go-isatty 14:59:19 github.com/gofrs/flock 14:59:19 golang.org/x/tools/internal/gopathwalk 14:59:19 golang.org/x/tools/go/packages 14:59:19 github.com/mattn/go-colorable 14:59:19 github.com/golangci/golangci-lint/internal/robustio 14:59:19 github.com/fatih/color 14:59:19 github.com/golangci/golangci-lint/internal/renameio 14:59:19 github.com/pkg/errors 14:59:19 golang.org/x/tools/internal/imports 14:59:19 github.com/sirupsen/logrus 14:59:19 github.com/golangci/golangci-lint/internal/cache 14:59:19 github.com/stretchr/objx 14:59:19 github.com/gogo/protobuf/plugin/testgen 14:59:19 github.com/gogo/protobuf/plugin/defaultcheck 14:59:19 github.com/gogo/protobuf/plugin/embedcheck 14:59:19 golang.org/x/tools/cmd/stringer 14:59:19 github.com/gogo/protobuf/plugin/enumstringer 14:59:19 github.com/gogo/protobuf/plugin/marshalto 14:59:19 github.com/gogo/protobuf/plugin/oneofcheck 14:59:19 github.com/gogo/protobuf/plugin/populate 14:59:19 github.com/gogo/protobuf/plugin/unmarshal 14:59:19 github.com/gogo/protobuf/protoc-gen-gogo/grpc 14:59:19 github.com/ghodss/yaml 14:59:19 github.com/gogo/protobuf/plugin/compare 14:59:19 github.com/gogo/protobuf/plugin/description 14:59:19 github.com/gogo/protobuf/plugin/equal 14:59:19 github.com/gogo/protobuf/plugin/face 14:59:19 github.com/gogo/protobuf/plugin/gostring 14:59:19 github.com/gogo/protobuf/plugin/size 14:59:19 github.com/gogo/protobuf/plugin/stringer 14:59:19 github.com/gogo/protobuf/plugin/union 14:59:19 github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor 14:59:19 golang.org/x/tools/imports 14:59:19 github.com/stretchr/testify/assert 14:59:19 github.com/vektra/mockery/mockery 14:59:19 github.com/go-toolsmith/astequal 14:59:19 github.com/go-toolsmith/astp 14:59:19 github.com/go-toolsmith/typep 14:59:19 github.com/go-toolsmith/astfmt 14:59:19 github.com/go-toolsmith/astcast 14:59:19 github.com/go-lintpack/lintpack 14:59:19 github.com/go-toolsmith/astcopy 14:59:19 github.com/go-critic/go-critic/checkers/internal/lintutil 14:59:19 github.com/go-toolsmith/strparse 14:59:19 github.com/hashicorp/protoc-gen-go-binary/gen 14:59:19 github.com/go-lintpack/lintpack/astwalk 14:59:19 github.com/vektra/mockery/cmd/mockery 14:59:19 github.com/fsnotify/fsnotify 14:59:19 github.com/gogo/protobuf/vanity/command 14:59:19 github.com/magiconair/properties 14:59:19 github.com/hashicorp/protoc-gen-go-binary 14:59:19 github.com/mitchellh/mapstructure 14:59:19 github.com/go-critic/go-critic/checkers 14:59:19 github.com/pelletier/go-toml 14:59:19 github.com/stretchr/testify/mock 14:59:19 github.com/gogo/protobuf/protoc-gen-gofast 14:59:19 github.com/spf13/afero/mem 14:59:19 github.com/spf13/cast 14:59:19 github.com/spf13/afero 14:59:19 github.com/golangci/golangci-lint/pkg/logutils 14:59:19 github.com/golangci/golangci-lint/pkg/timeutils 14:59:19 github.com/golangci/golangci-lint/pkg/fsutils 14:59:19 github.com/spf13/jwalterweatherman 14:59:19 github.com/golangci/golangci-lint/internal/pkgcache 14:59:19 github.com/subosito/gotenv 14:59:19 github.com/golangci/golangci-lint/pkg/golinters/goanalysis/load 14:59:19 gopkg.in/ini.v1 14:59:19 github.com/golangci/golangci-lint/pkg/goutil 14:59:19 github.com/golangci/golangci-lint/internal/errorutil 14:59:19 github.com/golangci/golangci-lint/pkg/result 14:59:19 github.com/gobwas/glob/match 14:59:19 github.com/gobwas/glob/syntax/lexer 14:59:19 golang.org/x/tools/go/buildutil 14:59:19 github.com/gobwas/glob/syntax/ast 14:59:19 golang.org/x/tools/go/internal/cgo 14:59:19 github.com/bombsimon/wsl/v2 14:59:19 github.com/gobwas/glob/syntax 14:59:19 github.com/golangci/dupl/suffixtree 14:59:19 github.com/golangci/goconst 14:59:19 github.com/golangci/gocyclo/pkg/gocyclo 14:59:19 golang.org/x/tools/go/loader 14:59:19 github.com/gobwas/glob/compiler 14:59:19 github.com/golangci/gofmt/gofmt 14:59:19 github.com/golangci/gofmt/goimports 14:59:19 github.com/golangci/dupl/syntax 14:59:19 github.com/golangci/golangci-lint/pkg/packages 14:59:19 github.com/spf13/viper 14:59:19 github.com/gobwas/glob 14:59:19 github.com/golangci/check/cmd/structcheck 14:59:19 github.com/golangci/check/cmd/varcheck 14:59:19 github.com/golangci/dupl/syntax/golang 14:59:19 github.com/golangci/dupl/printer 14:59:19 github.com/golangci/errcheck/internal/errcheck 14:59:19 github.com/OpenPeeDeeP/depguard 14:59:19 github.com/golangci/go-misc/deadcode 14:59:19 golang.org/x/tools/internal/lsp/fuzzy 14:59:19 golang.org/x/tools/go/types/objectpath 14:59:19 github.com/golangci/ineffassign 14:59:19 github.com/golangci/errcheck/golangci 14:59:19 github.com/golangci/lint-1 14:59:19 github.com/golangci/maligned 14:59:19 golang.org/x/tools/internal/analysisinternal 14:59:19 github.com/golangci/misspell 14:59:19 github.com/golangci/prealloc 14:59:19 github.com/golangci/dupl/job 14:59:19 github.com/golangci/golangci-lint/pkg/config 14:59:19 github.com/kisielk/gotool/internal/load 14:59:19 golang.org/x/tools/go/types/typeutil 14:59:19 github.com/golangci/dupl 14:59:19 golang.org/x/tools/go/analysis 14:59:19 golang.org/x/tools/go/ast/inspector 14:59:19 github.com/kisielk/gotool 14:59:19 golang.org/x/tools/go/ssa 14:59:19 github.com/matoous/godox 14:59:19 github.com/securego/gosec 14:59:19 github.com/golangci/golangci-lint/pkg/lint/linter 14:59:19 github.com/golangci/unconvert 14:59:19 github.com/nbutton23/zxcvbn-go/data 14:59:19 golang.org/x/tools/go/analysis/passes/inspect 14:59:19 sourcegraph.com/sqs/pbtypes 14:59:19 github.com/golangci/golangci-lint/pkg/golinters/goanalysis 14:59:19 github.com/jirfag/go-printf-func-name/pkg/analyzer 14:59:19 github.com/tommy-muehle/go-mnd/checks 14:59:19 github.com/nbutton23/zxcvbn-go/adjacency 14:59:19 github.com/nbutton23/zxcvbn-go/frequency 14:59:19 github.com/sourcegraph/go-diff/diff 14:59:19 github.com/nbutton23/zxcvbn-go/entropy 14:59:19 github.com/tommy-muehle/go-mnd 14:59:19 github.com/ultraware/funlen 14:59:19 github.com/ultraware/whitespace 14:59:19 github.com/nbutton23/zxcvbn-go/matching 14:59:19 github.com/nbutton23/zxcvbn-go/scoring 14:59:19 github.com/uudashr/gocognit 14:59:19 golang.org/x/tools/go/analysis/passes/internal/analysisutil 14:59:19 golang.org/x/tools/go/analysis/passes/composite 14:59:19 golang.org/x/tools/go/cfg 14:59:19 golang.org/x/tools/go/analysis/passes/deepequalerrors 14:59:19 golang.org/x/tools/go/analysis/passes/asmdecl 14:59:19 github.com/nbutton23/zxcvbn-go 14:59:19 golang.org/x/tools/go/analysis/passes/assign 14:59:19 golang.org/x/tools/go/analysis/passes/atomic 14:59:19 github.com/securego/gosec/rules 14:59:19 golang.org/x/tools/go/analysis/passes/atomicalign 14:59:19 golang.org/x/tools/go/analysis/passes/bools 14:59:19 golang.org/x/tools/go/analysis/passes/buildtag 14:59:19 golang.org/x/tools/go/analysis/passes/cgocall 14:59:19 golang.org/x/tools/go/analysis/passes/copylock 14:59:19 golang.org/x/tools/go/analysis/passes/ctrlflow 14:59:19 golang.org/x/tools/go/analysis/passes/errorsas 14:59:19 golang.org/x/tools/go/analysis/passes/findcall 14:59:19 golang.org/x/tools/go/analysis/passes/httpresponse 14:59:19 golang.org/x/tools/go/analysis/passes/loopclosure 14:59:19 golang.org/x/tools/go/analysis/passes/nilfunc 14:59:19 golang.org/x/tools/go/analysis/passes/pkgfact 14:59:19 golang.org/x/tools/go/analysis/passes/lostcancel 14:59:19 golang.org/x/tools/go/analysis/passes/printf 14:59:19 golang.org/x/tools/go/analysis/passes/shadow 14:59:19 golang.org/x/tools/go/analysis/passes/shift 14:59:19 golang.org/x/tools/go/analysis/passes/sortslice 14:59:19 golang.org/x/tools/go/analysis/passes/stdmethods 14:59:19 golang.org/x/tools/go/analysis/passes/structtag 14:59:19 golang.org/x/tools/go/analysis/passes/testinggoroutine 14:59:19 golang.org/x/tools/go/analysis/passes/tests 14:59:19 github.com/gostaticanalysis/analysisutil 14:59:19 golang.org/x/tools/go/analysis/passes/buildssa 14:59:19 golang.org/x/tools/go/analysis/passes/unmarshal 14:59:19 golang.org/x/tools/go/analysis/passes/unreachable 14:59:19 golang.org/x/tools/go/analysis/passes/unsafeptr 14:59:19 golang.org/x/tools/go/analysis/passes/unusedresult 14:59:19 honnef.co/go/tools/arg 14:59:19 honnef.co/go/tools/ssa 14:59:19 github.com/jingyugao/rowserrcheck/passes/rowserr 14:59:19 github.com/timakin/bodyclose/passes/bodyclose 14:59:19 golang.org/x/tools/go/analysis/passes/nilness 14:59:19 github.com/BurntSushi/toml 14:59:19 honnef.co/go/tools/internal/renameio 14:59:19 honnef.co/go/tools/loader 14:59:19 honnef.co/go/tools/version 14:59:19 honnef.co/go/tools/internal/cache 14:59:19 honnef.co/go/tools/deprecated 14:59:19 honnef.co/go/tools/printf 14:59:19 honnef.co/go/tools/go/types/typeutil 14:59:19 golang.org/x/tools/go/ssa/ssautil 14:59:19 mvdan.cc/lint 14:59:19 github.com/golangci/golangci-lint/pkg/report 14:59:19 github.com/golangci/revgrep 14:59:19 github.com/spf13/cobra 14:59:19 github.com/golangci/golangci-lint/pkg/printers 14:59:19 mvdan.cc/interfacer/check 14:59:19 mvdan.cc/unparam/check 14:59:20 honnef.co/go/tools/config 14:59:20 honnef.co/go/tools/internal/passes/buildssa 14:59:20 honnef.co/go/tools/functions 14:59:20 honnef.co/go/tools/ssautil 14:59:20 honnef.co/go/tools/facts 14:59:20 honnef.co/go/tools/lint 14:59:20 honnef.co/go/tools/lint/lintutil/format 14:59:20 honnef.co/go/tools/lint/lintdsl 14:59:20 honnef.co/go/tools/staticcheck/vrp 14:59:20 honnef.co/go/tools/lint/lintutil 14:59:20 honnef.co/go/tools/internal/sharedcheck 14:59:20 honnef.co/go/tools/unused 14:59:20 honnef.co/go/tools/stylecheck 14:59:20 honnef.co/go/tools/simple 14:59:20 honnef.co/go/tools/staticcheck 14:59:21 github.com/golangci/golangci-lint/pkg/golinters 14:59:21 github.com/golangci/golangci-lint/pkg/lint/lintersdb 14:59:21 github.com/golangci/golangci-lint/pkg/result/processors 14:59:21 github.com/golangci/golangci-lint/pkg/lint 14:59:21 github.com/golangci/golangci-lint/pkg/commands 14:59:21 github.com/golangci/golangci-lint/cmd/golangci-lint 14:59:26 tput: No value for $TERM and no -T specified 14:59:26 tput: No value for $TERM and no -T specified 14:59:26 ==> Building Consul - OSes: linux, Architectures: amd64 14:59:26 tput: No value for $TERM and no -T specified 14:59:26 tput: No value for $TERM and no -T specified 14:59:26 tput: No value for $TERM and no -T specified 14:59:26 Building sequentially with go install 14:59:26 tput: No value for $TERM and no -T specified 14:59:26 ---> linux/amd64 15:00:05 Building device-virtual-go  15:00:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.1" -o cmd/device-virtual ./cmd 15:00:05 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 15:00:05 go: downloading modernc.org/ql v1.0.0 15:00:05 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:00:05 go: downloading github.com/gorilla/mux v1.7.1 15:00:05 go: downloading github.com/google/uuid v1.1.0 15:00:05 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 15:00:05 go: downloading modernc.org/golex v1.0.0 15:00:05 go: downloading modernc.org/internal v1.0.0 15:00:05 go: downloading modernc.org/strutil v1.0.0 15:00:05 go: downloading modernc.org/mathutil v1.0.0 15:00:05 go: downloading github.com/pkg/errors v0.8.1 15:00:05 go: downloading modernc.org/file v1.0.0 15:00:05 go: downloading modernc.org/b v1.0.0 15:00:05 go: downloading modernc.org/db v1.0.0 15:00:05 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 15:00:05 go: downloading github.com/edsrzf/mmap-go v1.0.0 15:00:05 go: downloading modernc.org/lldb v1.0.0 15:00:05 go: downloading gopkg.in/yaml.v2 v2.2.8 15:00:05 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 15:00:05 go: downloading github.com/OneOfOne/xxhash v1.2.6 15:00:05 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 15:00:05 go: downloading modernc.org/fileutil v1.0.0 15:00:05 go: downloading golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 15:00:05 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 15:00:05 go: downloading modernc.org/sortutil v1.0.0 15:00:05 go: downloading modernc.org/zappy v1.0.0 15:00:10 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:00:14 Building edgex-go  15:00:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:00:15 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.111 15:00:15 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.53 15:00:15 go: downloading gopkg.in/yaml.v2 v2.3.0 15:00:15 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.25 15:00:15 go: downloading github.com/imdario/mergo v0.3.11 15:00:15 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 15:00:15 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 15:00:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:00:19 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 15:00:19 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:00:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:00:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 15:00:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:00:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:00:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:00:28 go: downloading github.com/stretchr/testify v1.5.1 15:00:28 go: downloading github.com/pmezard/go-difflib v1.0.0 15:00:28 go: downloading github.com/davecgh/go-spew v1.1.1 15:00:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:00:29 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:00:29 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:00:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 15:00:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:00:32 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:00:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:00:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:00:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 15:00:45 Building kong  15:00:45 % Total % Received % Xferd Average Speed Time Time Time Current 15:00:45 Dload Upload Total Spent Left Speed 15:00:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15:00:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 15:00:46 100 24.8M 100 24.8M 0 0 14.9M 0 0:00:01 0:00:01 --:--:-- 14.9M 15:00:46 kong-2.0.5.xenial.amd64.deb: OK 15:00:50 Building kuiper  15:00:51 go: downloading github.com/go-yaml/yaml v2.1.0+incompatible 15:00:51 go: downloading github.com/sirupsen/logrus v1.4.2 15:00:51 go: downloading github.com/urfave/cli v1.22.0 15:00:51 go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible 15:00:51 go: downloading github.com/benbjohnson/clock v1.0.0 15:00:51 go: downloading golang.org/x/sys v0.0.0-20191010194322-b09406accb47 15:00:51 go: downloading github.com/cpuguy83/go-md2man v1.0.10 15:00:51 go: downloading github.com/russross/blackfriday v1.5.2 15:00:53 go: downloading github.com/prometheus/client_golang v1.2.1 15:00:53 go: downloading github.com/gorilla/mux v1.7.3 15:00:53 go: downloading github.com/google/uuid v1.1.1 15:00:53 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.57 15:00:53 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.18 15:00:53 go: downloading github.com/buger/jsonparser v0.0.0-20191004114745-ee4c978eae7e 15:00:54 go: downloading github.com/prometheus/common v0.7.0 15:00:54 go: downloading github.com/prometheus/procfs v0.0.5 15:00:54 go: downloading github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 15:00:54 go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 15:00:54 go: downloading github.com/cespare/xxhash/v2 v2.1.0 15:00:54 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 15:00:54 go: downloading github.com/beorn7/perks v1.0.1 15:00:54 go: downloading gopkg.in/alecthomas/kingpin.v2 v2.2.6 15:00:54 go: downloading github.com/golang/protobuf v1.3.2 15:00:54 go: downloading github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 15:00:54 go: downloading github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 15:00:58 Build successfully 15:01:00 Package build success 15:01:00 kuiper-0.4.1-linux-x86_64/bin/ 15:01:00 kuiper-0.4.1-linux-x86_64/bin/cli 15:01:00 kuiper-0.4.1-linux-x86_64/bin/server 15:01:01 kuiper-0.4.1-linux-x86_64/etc/ 15:01:01 kuiper-0.4.1-linux-x86_64/etc/sources/ 15:01:01 kuiper-0.4.1-linux-x86_64/etc/sources/edgex.yaml 15:01:01 kuiper-0.4.1-linux-x86_64/etc/sources/httppull.yaml 15:01:01 kuiper-0.4.1-linux-x86_64/etc/sources/random.yaml 15:01:01 kuiper-0.4.1-linux-x86_64/etc/sources/test.yaml 15:01:01 kuiper-0.4.1-linux-x86_64/etc/sources/zmq.yaml 15:01:01 kuiper-0.4.1-linux-x86_64/etc/sinks/ 15:01:01 kuiper-0.4.1-linux-x86_64/etc/client.yaml 15:01:01 kuiper-0.4.1-linux-x86_64/etc/kuiper.yaml 15:01:01 kuiper-0.4.1-linux-x86_64/etc/mqtt_source.yaml 15:01:01 kuiper-0.4.1-linux-x86_64/data/ 15:01:01 kuiper-0.4.1-linux-x86_64/plugins/ 15:01:01 kuiper-0.4.1-linux-x86_64/plugins/sources/ 15:01:01 kuiper-0.4.1-linux-x86_64/plugins/sinks/ 15:01:01 kuiper-0.4.1-linux-x86_64/plugins/functions/ 15:01:01 kuiper-0.4.1-linux-x86_64/log/ 15:01:11 Building postgres  15:01:15 Building redis  15:01:17 make -j8 15:01:17 cd src && make all 15:01:17 make[1]: Entering directory '/build/parts/redis/build/src' 15:01:17 CC Makefile.dep 15:01:20 rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep dict-benchmark 15:01:20 rm -f adlist.d quicklist.d ae.d anet.d dict.d server.d sds.d zmalloc.d lzf_c.d lzf_d.d pqsort.d zipmap.d sha1.d ziplist.d release.d networking.d util.d object.d db.d replication.d rdb.d t_string.d t_list.d t_set.d t_zset.d t_hash.d config.d aof.d pubsub.d multi.d debug.d sort.d intset.d syncio.d cluster.d crc16.d endianconv.d slowlog.d scripting.d bio.d rio.d rand.d memtest.d crcspeed.d crc64.d bitops.d sentinel.d notify.d setproctitle.d blocked.d hyperloglog.d latency.d sparkline.d redis-check-rdb.d redis-check-aof.d geo.d lazyfree.d module.d evict.d expire.d geohash.d geohash_helper.d childinfo.d defrag.d siphash.d rax.d t_stream.d listpack.d localtime.d lolwut.d lolwut5.d lolwut6.d acl.d gopher.d tracking.d connection.d tls.d sha256.d timeout.d setcpuaffinity.d anet.d adlist.d dict.d redis-cli.d zmalloc.d release.d ae.d crcspeed.d crc64.d siphash.d crc16.d ae.d anet.d redis-benchmark.d adlist.d dict.d zmalloc.d siphash.d 15:01:20 (cd ../deps && make distclean) 15:01:20 make[2]: Entering directory '/build/parts/redis/build/deps' 15:01:20 (cd hiredis && make clean) > /dev/null || true 15:01:20 (cd linenoise && make clean) > /dev/null || true 15:01:20 (cd lua && make clean) > /dev/null || true 15:01:20 (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true 15:01:20 (rm -f .make-*) 15:01:20 make[2]: Leaving directory '/build/parts/redis/build/deps' 15:01:20 (rm -f .make-*) 15:01:20 echo STD=-std=c11 -pedantic -DREDIS_STATIC='' >> .make-settings 15:01:20 echo WARN=-Wall -W -Wno-missing-field-initializers >> .make-settings 15:01:20 echo OPT=-O2 >> .make-settings 15:01:20 echo MALLOC=jemalloc >> .make-settings 15:01:20 echo BUILD_TLS= >> .make-settings 15:01:20 echo USE_SYSTEMD= >> .make-settings 15:01:20 echo CFLAGS= >> .make-settings 15:01:20 echo LDFLAGS= >> .make-settings 15:01:20 echo REDIS_CFLAGS= >> .make-settings 15:01:20 echo REDIS_LDFLAGS= >> .make-settings 15:01:20 echo PREV_FINAL_CFLAGS=-std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -g -ggdb -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -DUSE_JEMALLOC -I../deps/jemalloc/include >> .make-settings 15:01:20 echo PREV_FINAL_LDFLAGS= -g -ggdb -rdynamic >> .make-settings 15:01:20 (cd ../deps && make hiredis linenoise lua jemalloc) 15:01:20 make[2]: Entering directory '/build/parts/redis/build/deps' 15:01:20 (cd hiredis && make clean) > /dev/null || true 15:01:20 (cd linenoise && make clean) > /dev/null || true 15:01:20 (cd lua && make clean) > /dev/null || true 15:01:20 (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true 15:01:20 (rm -f .make-*) 15:01:20 (echo "" > .make-cflags) 15:01:20 (echo "" > .make-ldflags) 15:01:20 MAKE hiredis 15:01:20 cd hiredis && make static 15:01:20 MAKE linenoise 15:01:20 cd linenoise && make 15:01:20 MAKE lua 15:01:20 cd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' " MYLDFLAGS="" AR="ar rcu" 15:01:20 MAKE jemalloc 15:01:20 cd jemalloc && ./configure --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS="" 15:01:20 make[3]: Entering directory '/build/parts/redis/build/deps/hiredis' 15:01:20 make[3]: Entering directory '/build/parts/redis/build/deps/linenoise' 15:01:20 cc -Wall -Os -g -c linenoise.c 15:01:20 make[3]: Entering directory '/build/parts/redis/build/deps/lua/src' 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lapi.o lapi.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lcode.o lcode.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldebug.o ldebug.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldo.o ldo.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldump.o ldump.c 15:01:20 cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb net.c 15:01:20 ldo.c: In function ‘f_parser’: 15:01:20 ldo.c:496:7: warning: unused variable ‘c’ [-Wunused-variable] 15:01:20 int c = luaZ_lookahead(p->z); 15:01:20 ^ 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lfunc.o lfunc.c 15:01:20 configure: WARNING: unrecognized options: --enable-cc-silence 15:01:20 cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb hiredis.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lgc.o lgc.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o llex.o llex.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lmem.o lmem.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lobject.o lobject.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lopcodes.o lopcodes.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lparser.o lparser.c 15:01:20 checking for xsltproc... false 15:01:20 checking for gcc... gcc 15:01:20 make[3]: Leaving directory '/build/parts/redis/build/deps/linenoise' 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lstate.o lstate.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lstring.o lstring.c 15:01:20 checking whether the C compiler works... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ltable.o ltable.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ltm.o ltm.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lundump.o lundump.c 15:01:20 yes 15:01:20 checking for C compiler default output file name... a.out 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lvm.o lvm.c 15:01:20 checking for suffix of executables... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lzio.o lzio.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o strbuf.o strbuf.c 15:01:20 cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb sds.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o fpconv.o fpconv.c 15:01:20 cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb async.c 15:01:20 15:01:20 checking whether we are cross compiling... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lauxlib.o lauxlib.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lbaselib.o lbaselib.c 15:01:20 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldblib.o ldblib.c 15:01:20 no 15:01:20 lauxlib.c: In function ‘luaL_loadfile’: 15:01:20 lauxlib.c:577:4: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] 15:01:20 while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; 15:01:20 ^~~~~ 15:01:20 lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ 15:01:20 lf.extraline = 0; 15:01:20 ^~ 15:01:20 checking for suffix of object files... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o liolib.o liolib.c 15:01:20 o 15:01:20 checking whether we are using the GNU C compiler... yes 15:01:20 checking whether gcc accepts -g... yes 15:01:21 checking for gcc option to accept ISO C89... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lmathlib.o lmathlib.c 15:01:21 none needed 15:01:21 checking whether compiler is cray... cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb read.c 15:01:21 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o loslib.o loslib.c 15:01:21 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ltablib.o ltablib.c 15:01:21 no 15:01:21 checking whether compiler supports -std=gnu11... ltablib.c: In function ‘addfield’: 15:01:21 ltablib.c:137:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 15:01:21 if (!lua_isstring(L, -1)) 15:01:21 ^~ 15:01:21 ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 15:01:21 luaL_addvalue(b); 15:01:21 ^~~~~~~~~~~~~ 15:01:21 yes 15:01:21 checking whether compiler supports -Wall... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lstrlib.o lstrlib.c 15:01:21 yes 15:01:21 checking whether compiler supports -Wshorten-64-to-32... cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb sockcompat.c 15:01:21 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o loadlib.o loadlib.c 15:01:21 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o linit.o linit.c 15:01:21 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_cjson.o lua_cjson.c 15:01:21 no 15:01:21 checking whether compiler supports -Wsign-compare... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_struct.o lua_struct.c 15:01:21 yes 15:01:21 checking whether compiler supports -Wundef... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_cmsgpack.o lua_cmsgpack.c 15:01:21 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_bit.o lua_bit.c 15:01:21 yes 15:01:21 checking whether compiler supports -Wno-format-zero-length... yes 15:01:21 checking whether compiler supports -pipe... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua.o lua.c 15:01:21 cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o luac.o luac.c 15:01:21 yes 15:01:21 checking whether compiler supports -g3... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o print.o print.c 15:01:21 yes 15:01:21 checking how to run the C preprocessor... ar rcs libhiredis.a net.o hiredis.o sds.o async.o read.o sockcompat.o 15:01:21 make[3]: Leaving directory '/build/parts/redis/build/deps/hiredis' 15:01:21 gcc -E 15:01:21 checking for g++... g++ 15:01:21 checking whether we are using the GNU C++ compiler... ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o # DLL needs all object files 15:01:21 ar: `u' modifier ignored since `D' is the default (see `U') 15:01:21 ranlib liblua.a 15:01:21 cc -o lua lua.o liblua.a -lm 15:01:21 cc -o luac luac.o print.o liblua.a -lm 15:01:21 liblua.a(loslib.o): In function `os_tmpname': 15:01:21 loslib.c:(.text+0x290): warning: the use of `tmpnam' is dangerous, better use `mkstemp' 15:01:21 make[3]: Leaving directory '/build/parts/redis/build/deps/lua/src' 15:01:21 yes 15:01:21 checking whether g++ accepts -g... yes 15:01:21 checking whether g++ supports C++14 features by default... yes 15:01:21 checking whether compiler supports -Wall... yes 15:01:21 checking whether compiler supports -g3... yes 15:01:21 checking whether libstdc++ linkage is compilable... yes 15:01:21 checking for grep that handles long lines and -e... /bin/grep 15:01:21 checking for egrep... /bin/grep -E 15:01:21 checking for ANSI C header files... yes 15:01:22 checking for sys/types.h... yes 15:01:22 checking for sys/stat.h... yes 15:01:22 checking for stdlib.h... yes 15:01:22 checking for string.h... yes 15:01:22 checking for memory.h... yes 15:01:22 checking for strings.h... yes 15:01:22 checking for inttypes.h... yes 15:01:22 checking for stdint.h... yes 15:01:22 checking for unistd.h... yes 15:01:22 checking whether byte ordering is bigendian... no 15:01:22 checking size of void *... 8 15:01:23 checking size of int... 4 15:01:23 checking size of long... 8 15:01:23 checking size of long long... 8 15:01:23 checking size of intmax_t... 8 15:01:23 checking build system type... x86_64-pc-linux-gnu 15:01:23 checking host system type... x86_64-pc-linux-gnu 15:01:23 checking whether pause instruction is compilable... yes 15:01:23 checking number of significant virtual address bits... 48 15:01:23 checking for ar... ar 15:01:23 checking for nm... nm 15:01:23 checking for gawk... no 15:01:23 checking for mawk... mawk 15:01:23 checking malloc.h usability... yes 15:01:23 checking malloc.h presence... yes 15:01:23 checking for malloc.h... yes 15:01:23 checking whether malloc_usable_size definition can use const argument... no 15:01:23 checking for library containing log... -lm 15:01:24 checking whether __attribute__ syntax is compilable... yes 15:01:24 checking whether compiler supports -fvisibility=hidden... yes 15:01:24 checking whether compiler supports -fvisibility=hidden... yes 15:01:24 checking whether compiler supports -Werror... yes 15:01:24 checking whether compiler supports -herror_on_warning... no 15:01:24 checking whether tls_model attribute is compilable... yes 15:01:24 checking whether compiler supports -Werror... yes 15:01:24 checking whether compiler supports -herror_on_warning... no 15:01:24 checking whether alloc_size attribute is compilable... yes 15:01:24 checking whether compiler supports -Werror... yes 15:01:24 checking whether compiler supports -herror_on_warning... no 15:01:24 checking whether format(gnu_printf, ...) attribute is compilable... yes 15:01:24 checking whether compiler supports -Werror... yes 15:01:24 checking whether compiler supports -herror_on_warning... no 15:01:24 checking whether format(printf, ...) attribute is compilable... yes 15:01:24 checking for a BSD-compatible install... /usr/bin/install -c 15:01:24 checking for ranlib... ranlib 15:01:24 checking for ld... /usr/bin/ld 15:01:24 checking for autoconf... false 15:01:24 checking for memalign... yes 15:01:24 checking for valloc... yes 15:01:24 checking whether compiler supports -O3... yes 15:01:24 checking whether compiler supports -O3... yes 15:01:24 checking whether compiler supports -funroll-loops... yes 15:01:24 checking configured backtracing method... N/A 15:01:24 checking for sbrk... yes 15:01:24 checking whether utrace(2) is compilable... no 15:01:25 checking whether a program using __builtin_unreachable is compilable... yes 15:01:25 checking whether a program using __builtin_ffsl is compilable... yes 15:01:25 checking LG_PAGE... 12 15:01:25 checking pthread.h usability... yes 15:01:25 checking pthread.h presence... yes 15:01:25 checking for pthread.h... yes 15:01:25 checking for pthread_create in -lpthread... yes 15:01:25 checking dlfcn.h usability... yes 15:01:25 checking dlfcn.h presence... yes 15:01:25 checking for dlfcn.h... yes 15:01:25 checking for dlsym... no 15:01:25 checking for dlsym in -ldl... yes 15:01:26 checking whether pthread_atfork(3) is compilable... yes 15:01:26 checking whether pthread_setname_np(3) is compilable... yes 15:01:26 checking for library containing clock_gettime... none required 15:01:26 checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes 15:01:26 checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes 15:01:26 checking whether mach_absolute_time() is compilable... no 15:01:26 checking whether compiler supports -Werror... yes 15:01:26 checking whether syscall(2) is compilable... yes 15:01:26 checking for secure_getenv... yes 15:01:26 checking for sched_getcpu... yes 15:01:26 checking for sched_setaffinity... yes 15:01:26 checking for issetugid... no 15:01:26 checking for _malloc_thread_cleanup... no 15:01:27 checking for _pthread_mutex_init_calloc_cb... no 15:01:27 checking for TLS... yes 15:01:27 checking whether C11 atomics is compilable... no 15:01:27 checking whether GCC __atomic atomics is compilable... yes 15:01:27 checking whether GCC __sync atomics is compilable... yes 15:01:27 checking whether Darwin OSAtomic*() is compilable... no 15:01:27 checking whether madvise(2) is compilable... yes 15:01:27 checking whether madvise(..., MADV_FREE) is compilable... yes 15:01:27 checking whether madvise(..., MADV_DONTNEED) is compilable... yes 15:01:27 checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... yes 15:01:27 checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes 15:01:27 checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no 15:01:27 checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no 15:01:27 checking for __builtin_clz... yes 15:01:27 checking whether Darwin os_unfair_lock_*() is compilable... no 15:01:27 checking whether Darwin OSSpin*() is compilable... no 15:01:27 checking whether glibc malloc hook is compilable... yes 15:01:27 checking whether glibc memalign hook is compilable... yes 15:01:28 checking whether pthreads adaptive mutexes is compilable... yes 15:01:28 checking whether compiler supports -D_GNU_SOURCE... yes 15:01:28 checking whether compiler supports -Werror... yes 15:01:28 checking whether compiler supports -herror_on_warning... no 15:01:28 checking whether strerror_r returns char with gnu source is compilable... yes 15:01:28 checking for stdbool.h that conforms to C99... yes 15:01:28 checking for _Bool... yes 15:01:28 configure: creating ./config.status 15:01:28 config.status: creating Makefile 15:01:28 config.status: creating jemalloc.pc 15:01:28 config.status: creating doc/html.xsl 15:01:28 config.status: creating doc/manpages.xsl 15:01:28 config.status: creating doc/jemalloc.xml 15:01:28 config.status: creating include/jemalloc/jemalloc_macros.h 15:01:28 config.status: creating include/jemalloc/jemalloc_protos.h 15:01:28 config.status: creating include/jemalloc/jemalloc_typedefs.h 15:01:29 config.status: creating include/jemalloc/internal/jemalloc_preamble.h 15:01:29 config.status: creating test/test.sh 15:01:29 config.status: creating test/include/test/jemalloc_test.h 15:01:29 config.status: creating config.stamp 15:01:29 config.status: creating bin/jemalloc-config 15:01:29 config.status: creating bin/jemalloc.sh 15:01:29 config.status: creating bin/jeprof 15:01:29 config.status: creating include/jemalloc/jemalloc_defs.h 15:01:29 config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h 15:01:29 config.status: creating test/include/test/jemalloc_test_defs.h 15:01:29 config.status: executing include/jemalloc/internal/public_symbols.txt commands 15:01:29 config.status: executing include/jemalloc/internal/private_symbols.awk commands 15:01:29 config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands 15:01:29 config.status: executing include/jemalloc/internal/public_namespace.h commands 15:01:29 config.status: executing include/jemalloc/internal/public_unnamespace.h commands 15:01:29 config.status: executing include/jemalloc/internal/size_classes.h commands 15:01:29 config.status: executing include/jemalloc/jemalloc_protos_jet.h commands 15:01:29 config.status: executing include/jemalloc/jemalloc_rename.h commands 15:01:29 config.status: executing include/jemalloc/jemalloc_mangle.h commands 15:01:29 config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands 15:01:29 config.status: executing include/jemalloc/jemalloc.h commands 15:01:29 configure: WARNING: unrecognized options: --enable-cc-silence 15:01:29 =============================================================================== 15:01:29 jemalloc version : 5.1.0-0-g0 15:01:29 library revision : 2 15:01:29 15:01:29 CONFIG : --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence 'CFLAGS=-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops ' LDFLAGS= 15:01:29 CC : gcc 15:01:29 CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops 15:01:29 SPECIFIED_CFLAGS : -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops 15:01:29 EXTRA_CFLAGS : 15:01:29 CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT 15:01:29 CXX : g++ 15:01:29 CONFIGURE_CXXFLAGS : -Wall -g3 -fvisibility=hidden -O3 15:01:29 SPECIFIED_CXXFLAGS : 15:01:29 EXTRA_CXXFLAGS : 15:01:29 LDFLAGS : 15:01:29 EXTRA_LDFLAGS : 15:01:29 DSO_LDFLAGS : -shared -Wl,-soname,$(@F) 15:01:29 LIBS : -lm -lstdc++ -lpthread -ldl 15:01:29 RPATH_EXTRA : 15:01:29 15:01:29 XSLTPROC : false 15:01:29 XSLROOT : 15:01:29 15:01:29 PREFIX : /usr/local 15:01:29 BINDIR : /usr/local/bin 15:01:29 DATADIR : /usr/local/share 15:01:29 INCLUDEDIR : /usr/local/include 15:01:29 LIBDIR : /usr/local/lib 15:01:29 MANDIR : /usr/local/share/man 15:01:29 15:01:29 srcroot : 15:01:29 abs_srcroot : /build/parts/redis/build/deps/jemalloc/ 15:01:29 objroot : 15:01:29 abs_objroot : /build/parts/redis/build/deps/jemalloc/ 15:01:29 15:01:29 JEMALLOC_PREFIX : je_ 15:01:29 JEMALLOC_PRIVATE_NAMESPACE 15:01:29 : je_ 15:01:29 install_suffix : 15:01:29 malloc_conf : 15:01:29 autogen : 0 15:01:29 debug : 0 15:01:29 stats : 1 15:01:29 prof : 0 15:01:29 prof-libunwind : 0 15:01:29 prof-libgcc : 0 15:01:29 prof-gcc : 0 15:01:29 fill : 1 15:01:29 utrace : 0 15:01:29 xmalloc : 0 15:01:29 log : 0 15:01:29 lazy_lock : 0 15:01:29 cache-oblivious : 1 15:01:29 cxx : 1 15:01:29 =============================================================================== 15:01:29 cd jemalloc && make CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS="" lib/libjemalloc.a 15:01:29 make[3]: Entering directory '/build/parts/redis/build/deps/jemalloc' 15:01:29 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c 15:01:29 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o src/arena.c 15:01:29 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o src/background_thread.c 15:01:29 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o src/base.c 15:01:29 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o src/bin.c 15:01:29 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o src/bitmap.c 15:01:29 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o src/ckh.c 15:01:29 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o src/ctl.c 15:01:30 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o src/div.c 15:01:30 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o src/extent.c 15:01:30 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o src/extent_dss.c 15:01:30 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o src/extent_mmap.c 15:01:30 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hash.sym.o src/hash.c 15:01:30 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hooks.sym.o src/hooks.c 15:01:30 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o src/large.c 15:01:30 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o src/log.c 15:01:30 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o src/malloc_io.c 15:01:30 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o src/mutex.c 15:01:31 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex_pool.sym.o src/mutex_pool.c 15:01:31 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o src/nstime.c 15:01:31 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o src/pages.c 15:01:31 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prng.sym.o src/prng.c 15:01:31 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o src/prof.c 15:01:31 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o src/rtree.c 15:01:31 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o src/stats.c 15:01:31 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o src/sz.c 15:01:31 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o src/tcache.c 15:01:31 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o src/ticker.c 15:01:31 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o src/tsd.c 15:01:32 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o src/witness.c 15:01:32 nm -a src/arena.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym 15:01:32 nm -a src/background_thread.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym 15:01:32 nm -a src/base.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/base.sym 15:01:32 nm -a src/bin.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym 15:01:32 nm -a src/bitmap.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym 15:01:32 nm -a src/ckh.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym 15:01:32 nm -a src/div.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/div.sym 15:01:32 nm -a src/extent.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym 15:01:32 nm -a src/extent_dss.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym 15:01:32 nm -a src/extent_mmap.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym 15:01:32 nm -a src/hash.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/hash.sym 15:01:32 nm -a src/hooks.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/hooks.sym 15:01:32 nm -a src/large.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/large.sym 15:01:32 nm -a src/log.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/log.sym 15:01:32 nm -a src/malloc_io.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym 15:01:32 nm -a src/mutex.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym 15:01:32 nm -a src/mutex_pool.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/mutex_pool.sym 15:01:32 nm -a src/nstime.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym 15:01:32 nm -a src/pages.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym 15:01:32 nm -a src/prng.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/prng.sym 15:01:32 nm -a src/sz.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym 15:01:32 nm -a src/rtree.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym 15:01:32 nm -a src/tsd.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym 15:01:32 nm -a src/ticker.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym 15:01:32 nm -a src/witness.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym 15:01:32 nm -a src/jemalloc.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym 15:01:32 nm -a src/prof.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym 15:01:32 nm -a src/tcache.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym 15:01:34 nm -a src/ctl.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym 15:01:34 nm -a src/stats.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym 15:01:34 /bin/sh include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bitmap.sym src/ckh.sym src/ctl.sym src/div.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/hash.sym src/hooks.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/mutex_pool.sym src/nstime.sym src/pages.sym src/prng.sym src/prof.sym src/rtree.sym src/stats.sym src/sz.sym src/tcache.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.gen.h 15:01:34 cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.gen.h 15:01:34 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c 15:01:34 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c 15:01:34 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.o src/background_thread.c 15:01:34 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c 15:01:34 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.o src/bin.c 15:01:34 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c 15:01:34 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c 15:01:34 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c 15:01:35 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.o src/div.c 15:01:35 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c 15:01:35 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.o src/extent_dss.c 15:01:35 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.o src/extent_mmap.c 15:01:35 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c 15:01:35 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hooks.o src/hooks.c 15:01:35 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.o src/large.c 15:01:35 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.o src/log.c 15:01:35 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.o src/malloc_io.c 15:01:35 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c 15:01:35 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.o src/mutex_pool.c 15:01:35 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c 15:01:36 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c 15:01:36 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.o src/prng.c 15:01:36 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c 15:01:36 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c 15:01:36 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c 15:01:36 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.o src/sz.c 15:01:36 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c 15:01:36 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c 15:01:36 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c 15:01:36 gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c 15:01:37 g++ -Wall -g3 -fvisibility=hidden -O3 -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc_cpp.o src/jemalloc_cpp.cpp 15:01:39 ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/background_thread.o src/base.o src/bin.o src/bitmap.o src/ckh.o src/ctl.o src/div.o src/extent.o src/extent_dss.o src/extent_mmap.o src/hash.o src/hooks.o src/large.o src/log.o src/malloc_io.o src/mutex.o src/mutex_pool.o src/nstime.o src/pages.o src/prng.o src/prof.o src/rtree.o src/stats.o src/sz.o src/tcache.o src/ticker.o src/tsd.o src/witness.o src/jemalloc_cpp.o 15:01:39 ar: `u' modifier ignored since `D' is the default (see `U') 15:01:39 make[3]: Leaving directory '/build/parts/redis/build/deps/jemalloc' 15:01:39 make[2]: Leaving directory '/build/parts/redis/build/deps' 15:01:39 CC adlist.o 15:01:39 CC quicklist.o 15:01:39 CC ae.o 15:01:39 CC anet.o 15:01:39 CC dict.o 15:01:39 CC server.o 15:01:39 CC sds.o 15:01:39 CC zmalloc.o 15:01:39 CC lzf_c.o 15:01:39 CC lzf_d.o 15:01:39 CC pqsort.o 15:01:39 CC zipmap.o 15:01:39 CC sha1.o 15:01:39 CC ziplist.o 15:01:39 CC release.o 15:01:39 CC networking.o 15:01:39 CC util.o 15:01:39 CC object.o 15:01:39 CC db.o 15:01:40 CC replication.o 15:01:40 CC rdb.o 15:01:40 CC t_string.o 15:01:40 CC t_list.o 15:01:40 CC t_set.o 15:01:40 CC t_zset.o 15:01:40 CC t_hash.o 15:01:40 CC config.o 15:01:40 CC aof.o 15:01:41 CC pubsub.o 15:01:41 CC multi.o 15:01:41 CC debug.o 15:01:41 CC sort.o 15:01:41 CC intset.o 15:01:41 CC syncio.o 15:01:41 CC cluster.o 15:01:41 CC crc16.o 15:01:41 CC endianconv.o 15:01:41 CC slowlog.o 15:01:41 CC scripting.o 15:01:41 CC bio.o 15:01:41 CC rio.o 15:01:41 CC rand.o 15:01:41 CC memtest.o 15:01:41 CC crcspeed.o 15:01:41 CC crc64.o 15:01:41 CC bitops.o 15:01:41 CC sentinel.o 15:01:41 CC notify.o 15:01:41 CC setproctitle.o 15:01:41 CC blocked.o 15:01:41 CC hyperloglog.o 15:01:41 CC latency.o 15:01:41 CC sparkline.o 15:01:42 CC redis-check-rdb.o 15:01:42 CC redis-check-aof.o 15:01:42 CC geo.o 15:01:42 CC lazyfree.o 15:01:42 CC module.o 15:01:42 CC evict.o 15:01:42 CC expire.o 15:01:42 CC geohash.o 15:01:42 CC geohash_helper.o 15:01:42 CC childinfo.o 15:01:42 CC siphash.o 15:01:42 CC defrag.o 15:01:42 CC rax.o 15:01:42 CC t_stream.o 15:01:42 CC listpack.o 15:01:42 CC localtime.o 15:01:42 CC lolwut.o 15:01:42 CC lolwut5.o 15:01:42 CC lolwut6.o 15:01:42 CC acl.o 15:01:42 CC gopher.o 15:01:42 CC tracking.o 15:01:42 CC connection.o 15:01:42 CC tls.o 15:01:42 CC sha256.o 15:01:43 CC timeout.o 15:01:43 CC setcpuaffinity.o 15:01:43 CC redis-cli.o 15:01:43 CC redis-benchmark.o 15:01:44 LINK redis-benchmark 15:01:44 LINK redis-server 15:01:44 INSTALL redis-sentinel 15:01:44 INSTALL redis-check-aof 15:01:44 INSTALL redis-check-rdb 15:01:45 LINK redis-cli 15:01:46 15:01:46 Hint: It's a good idea to run 'make test' ;) 15:01:46 15:01:46 make[1]: Leaving directory '/build/parts/redis/build/src' 15:01:46 make install PREFIX=/build/parts/redis/install 15:01:46 cd src && make install 15:01:46 make[1]: Entering directory '/build/parts/redis/build/src' 15:01:46 CC Makefile.dep 15:01:48 15:01:48 Hint: It's a good idea to run 'make test' ;) 15:01:48 15:01:48 INSTALL install 15:01:48 INSTALL install 15:01:48 INSTALL install 15:01:48 INSTALL install 15:01:48 INSTALL install 15:01:48 make[1]: Leaving directory '/build/parts/redis/build/src' 15:01:53 Building snapcraft-preload  15:01:53 cmake /build/parts/snapcraft-preload/src -DCMAKE_INSTALL_PREFIX= 15:01:53 -- The C compiler identification is GNU 7.5.0 15:01:53 -- The CXX compiler identification is GNU 7.5.0 15:01:53 -- Check for working C compiler: /usr/bin/cc 15:01:53 -- Check for working C compiler: /usr/bin/cc -- works 15:01:53 -- Detecting C compiler ABI info 15:01:53 -- Detecting C compiler ABI info - done 15:01:53 -- Detecting C compile features 15:01:54 -- Detecting C compile features - done 15:01:54 -- Check for working CXX compiler: /usr/bin/c++ 15:01:54 -- Check for working CXX compiler: /usr/bin/c++ -- works 15:01:54 -- Detecting CXX compiler ABI info 15:01:54 -- Detecting CXX compiler ABI info - done 15:01:54 -- Detecting CXX compile features 15:01:55 -- Detecting CXX compile features - done 15:01:55 -- Configuring done 15:01:55 -- Generating done 15:01:55 -- Build files have been written to: /build/parts/snapcraft-preload/build 15:01:55 cmake --build . -- -j8 15:01:55 Scanning dependencies of target snapcraft-preload32 15:01:55 Scanning dependencies of target snapcraft-preload 15:01:55 [ 25%] Building CXX object CMakeFiles/snapcraft-preload32.dir/preload.cpp.o 15:01:55 [ 50%] Building CXX object CMakeFiles/snapcraft-preload.dir/preload.cpp.o 15:01:58 [ 75%] Linking CXX shared library libsnapcraft-preload.so 15:01:58 [ 75%] Built target snapcraft-preload 15:01:58 [100%] Linking CXX shared library libsnapcraft-preload32.so 15:01:58 [100%] Built target snapcraft-preload32 15:01:58 cmake --build . --target install 15:01:59 [ 50%] Built target snapcraft-preload32 15:01:59 [100%] Built target snapcraft-preload 15:01:59 Install the project... 15:01:59 -- Install configuration: "Release" 15:01:59 -- Installing: /build/parts/snapcraft-preload/install/lib/libsnapcraft-preload.so 15:01:59 -- Installing: /build/parts/snapcraft-preload/install/lib/libsnapcraft-preload32.so 15:01:59 -- Installing: /build/parts/snapcraft-preload/install/bin/snapcraft-preload 15:02:04 Building static-packages  15:02:07 Building vault  15:02:22 Installing/Updating github.com/elazarl/go-bindata-assetfs/... 15:02:23 Installing/Updating github.com/hashicorp/go-bindata/... 15:02:24 Installing/Updating github.com/mitchellh/gox 15:02:25 Installing/Updating golang.org/x/tools/cmd/goimports 15:02:26 # cd .; git clone -- https://go.googlesource.com/tools /build/parts/vault/build/.gopath/src/golang.org/x/tools 15:02:26 Cloning into '/build/parts/vault/build/.gopath/src/golang.org/x/tools'... 15:02:26 error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. 15:02:26 fatal: The remote end hung up unexpectedly 15:02:26 fatal: early EOF 15:02:26 fatal: index-pack failed 15:02:26 package golang.org/x/tools/cmd/goimports: exit status 128 15:02:26 Makefile:134: recipe for target 'ci-bootstrap' failed 15:02:26 make: *** [ci-bootstrap] Error 1 15:02:26 Failed to run 'override-build': Exit code was 2. [Pipeline] } 15:02:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:02:34 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:02:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:02:38 ---> package-listing.sh 15:02:38 ++ facter osfamily 15:02:38 ++ tr '[:upper:]' '[:lower:]' 15:02:38 + OS_FAMILY=redhat 15:02:38 + workspace=/w/workspace/edgex-go/6 15:02:38 + START_PACKAGES=/tmp/packages_start.txt 15:02:38 + END_PACKAGES=/tmp/packages_end.txt 15:02:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:02:38 + PACKAGES=/tmp/packages_start.txt 15:02:38 + '[' /w/workspace/edgex-go/6 ']' 15:02:38 + PACKAGES=/tmp/packages_end.txt 15:02:38 + case "${OS_FAMILY}" in 15:02:38 + rpm -qa 15:02:38 + sort 15:02:43 + '[' -f /tmp/packages_start.txt ']' 15:02:43 + '[' -f /tmp/packages_end.txt ']' 15:02:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:02:43 + '[' /w/workspace/edgex-go/6 ']' 15:02:43 + mkdir -p /w/workspace/edgex-go/6/archives/ 15:02:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 15:02:43 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:02:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:02:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:02:45 15:02:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:02:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:02:45 alpine: Pulling from edgex-lftools-log-publisher 15:02:45 df20fa9351a1: Already exists 15:02:45 36b3adc4ff6f: Pulling fs layer 15:02:45 8ad3a11d3b57: Pulling fs layer 15:02:45 46f8f816bc3b: Pulling fs layer 15:02:45 93b61091891f: Pulling fs layer 15:02:45 93b9cdb0e59b: Pulling fs layer 15:02:45 5e14af77c1be: Pulling fs layer 15:02:45 01666e4c0597: Pulling fs layer 15:02:45 aa168da1d23b: Pulling fs layer 15:02:45 93b61091891f: Waiting 15:02:45 93b9cdb0e59b: Waiting 15:02:45 5e14af77c1be: Waiting 15:02:45 01666e4c0597: Waiting 15:02:45 aa168da1d23b: Waiting 15:02:45 46f8f816bc3b: Verifying Checksum 15:02:45 46f8f816bc3b: Download complete 15:02:45 36b3adc4ff6f: Verifying Checksum 15:02:45 36b3adc4ff6f: Download complete 15:02:45 93b9cdb0e59b: Verifying Checksum 15:02:45 93b9cdb0e59b: Download complete 15:02:45 5e14af77c1be: Verifying Checksum 15:02:45 5e14af77c1be: Download complete 15:02:45 01666e4c0597: Verifying Checksum 15:02:45 01666e4c0597: Download complete 15:02:46 36b3adc4ff6f: Pull complete 15:02:46 93b61091891f: Download complete 15:02:47 8ad3a11d3b57: Verifying Checksum 15:02:47 8ad3a11d3b57: Download complete 15:02:48 8ad3a11d3b57: Pull complete 15:02:49 46f8f816bc3b: Pull complete 15:02:50 93b61091891f: Pull complete 15:02:50 93b9cdb0e59b: Pull complete 15:02:50 5e14af77c1be: Pull complete 15:02:51 01666e4c0597: Pull complete 15:02:52 aa168da1d23b: Verifying Checksum 15:02:52 aa168da1d23b: Download complete 15:03:05 aa168da1d23b: Pull complete 15:03:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:03:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:03:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:03:05 prd-centos7-docker-4c-2g-9136 does not seem to be running inside a container 15:03:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:03:10 $ docker top b82701364cd52e8220f29022123e3703182d6ba1cc997d3f3979c6b8b735b8f0 -eo pid,comm [Pipeline] { [Pipeline] sh 15:03:10 + touch /tmp/pre-build-complete [Pipeline] sh 15:03:11 + mkdir -p /var/log/sa [Pipeline] sh 15:03:11 + ls /var/log/sa-host 15:03:11 + sadf -c /var/log/sa-host/sa05 15:03:11 file_magic: OK 15:03:11 HZ: Using current value: 100 15:03:11 file_header: OK 15:03:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:03:11 Statistics: 15:03:11 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:03:11 File successfully converted to sysstat format version 12.2.1 15:03:11 + sadf -c /var/log/sa-host/sa27 15:03:11 file_magic: OK 15:03:11 HZ: Using current value: 100 15:03:11 file_header: OK 15:03:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:03:11 Statistics: 15:03:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:03:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:03:12 provisioning config files... 15:03:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config2155371941778450173tmp [Pipeline] { [Pipeline] echo 15:03:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:03:13 ---> create-netrc.sh [Pipeline] } 15:03:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:03:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:03:13 ---> python-tools-install.sh [Pipeline] echo 15:03:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:03:14 ---> sudo-logs.sh 15:03:14 Archiving 'sudo' log.. [Pipeline] echo 15:03:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:03:14 ---> job-cost.sh 15:03:14 lf-activate-venv: SKIPPING 15:03:14 INFO: No Stack... 15:03:15 INFO: Retrieving Pricing Info for: v1-standard-2 15:03:16 INFO: Archiving Costs [Pipeline] echo 15:03:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:03:17 ---> logs-deploy.sh 15:03:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2848/6 15:03:17 INFO: archiving workspace using pattern(s): 15:03:20 Archives upload complete. 15:03:20 INFO: archiving logs to Nexus 15:03:21 ---> uname -a: 15:03:21 Linux prd-centos7-docker-4c-2g-9136.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:03:21 15:03:21 15:03:21 ---> lscpu: 15:03:21 Architecture: x86_64 15:03:21 CPU op-mode(s): 32-bit, 64-bit 15:03:21 Byte Order: Little Endian 15:03:21 Address sizes: 40 bits physical, 48 bits virtual 15:03:21 CPU(s): 4 15:03:21 On-line CPU(s) list: 0-3 15:03:21 Thread(s) per core: 1 15:03:21 Core(s) per socket: 1 15:03:21 Socket(s): 4 15:03:21 NUMA node(s): 1 15:03:21 Vendor ID: GenuineIntel 15:03:21 CPU family: 6 15:03:21 Model: 44 15:03:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:03:21 Stepping: 1 15:03:21 CPU MHz: 2933.438 15:03:21 BogoMIPS: 5866.87 15:03:21 Virtualization: VT-x 15:03:21 Hypervisor vendor: KVM 15:03:21 Virtualization type: full 15:03:21 L1d cache: 128 KiB 15:03:21 L1i cache: 128 KiB 15:03:21 L2 cache: 16 MiB 15:03:21 L3 cache: 64 MiB 15:03:21 NUMA node0 CPU(s): 0-3 15:03:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:03:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:03:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:03:21 Vulnerability Meltdown: Mitigation; PTI 15:03:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:03:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:03:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:03:21 Vulnerability Tsx async abort: Not affected 15:03:21 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 15:03:21 15:03:21 15:03:21 ---> nproc: 15:03:21 4 15:03:21 15:03:21 15:03:21 ---> df -h: 15:03:21 Filesystem Size Used Available Use% Mounted on 15:03:21 overlay 50.0G 12.7G 37.3G 25% / 15:03:21 tmpfs 64.0M 0 64.0M 0% /dev 15:03:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:03:21 shm 64.0M 0 64.0M 0% /dev/shm 15:03:21 /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os 15:03:21 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf 15:03:21 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname 15:03:21 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts 15:03:21 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log 15:03:21 /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json 15:03:21 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host 15:03:21 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure 15:03:21 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/6 15:03:21 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/6@tmp 15:03:21 15:03:21 15:03:21 ---> free -m: 15:03:21 total used free shared buff/cache available 15:03:21 Mem: 1837 656 128 0 1051 1098 15:03:21 Swap: 1023 87 936 15:03:21 15:03:21 15:03:21 ---> ip addr: 15:03:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:03:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:03:21 inet 127.0.0.1/8 scope host lo 15:03:21 valid_lft forever preferred_lft forever 15:03:21 inet6 ::1/128 scope host 15:03:21 valid_lft forever preferred_lft forever 15:03:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:03:21 link/ether fa:16:3e:c9:c6:3e brd ff:ff:ff:ff:ff:ff 15:03:21 inet 10.30.122.39/23 brd 10.30.123.255 scope global dynamic eth0 15:03:21 valid_lft 84950sec preferred_lft 84950sec 15:03:21 inet6 fe80::f816:3eff:fec9:c63e/64 scope link 15:03:21 valid_lft forever preferred_lft forever 15:03:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:03:21 link/ether 02:42:90:63:b8:67 brd ff:ff:ff:ff:ff:ff 15:03:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:03:21 valid_lft forever preferred_lft forever 15:03:21 inet6 fe80::42:90ff:fe63:b867/64 scope link 15:03:21 valid_lft forever preferred_lft forever 15:03:21 15:03:21 15:03:21 ---> sar -b -r -n DEV: 15:03:21 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) 15:03:21 15:03:21 14:38:52 LINUX RESTART (4 CPU) 15:03:21 15:03:21 14:40:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:03:21 14:41:01 57.33 12.88 44.46 0.00 4918.41 11829.74 0.00 15:03:21 14:42:01 204.34 79.85 124.49 0.00 6415.91 43975.90 0.00 15:03:21 14:43:01 268.14 128.85 139.29 0.00 6740.77 26583.25 0.00 15:03:21 14:44:02 127.13 59.99 67.15 0.00 2471.61 6798.31 0.00 15:03:21 14:45:01 59.48 30.32 29.16 0.00 1277.89 5411.09 0.00 15:03:21 14:46:02 223.15 78.28 144.87 0.00 25628.59 93781.61 0.00 15:03:21 14:47:05 1647.48 1417.96 229.52 0.00 122732.06 127053.35 0.00 15:03:21 14:48:02 1737.74 1522.06 215.67 0.00 91151.68 99936.67 0.00 15:03:21 14:49:02 326.44 131.34 195.10 0.00 21338.79 35243.56 0.00 15:03:21 14:50:02 2169.31 1822.76 346.55 0.00 138804.59 179337.05 0.00 15:03:21 14:51:02 1299.98 1046.66 253.32 0.00 75400.37 74878.50 0.00 15:03:21 14:52:01 269.64 71.16 198.48 0.00 3323.07 20211.17 0.00 15:03:21 14:53:01 37.41 19.66 17.75 0.00 3244.58 552.11 0.00 15:03:21 14:54:01 2.51 2.20 0.32 0.00 60.18 4.84 0.00 15:03:21 14:55:01 0.82 0.08 0.73 0.00 2.66 14.49 0.00 15:03:21 14:56:01 0.30 0.02 0.28 0.00 0.53 3.26 0.00 15:03:21 14:57:01 0.27 0.02 0.25 0.00 0.53 2.56 0.00 15:03:21 14:58:01 0.17 0.00 0.17 0.00 0.00 1.90 0.00 15:03:21 14:59:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 15:03:21 15:00:01 1.03 0.70 0.33 0.00 163.62 2.96 0.00 15:03:21 15:01:01 0.35 0.07 0.28 0.00 1.73 3.56 0.00 15:03:21 15:02:01 0.74 0.37 0.37 0.00 23.95 6.56 0.00 15:03:21 15:03:01 104.25 48.90 55.35 0.00 5039.12 13776.82 0.00 15:03:21 Average: 371.25 281.44 89.81 0.00 22210.87 32315.22 0.00 15:03:21 15:03:21 14:40:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:03:21 14:41:01 83524 0 726448 38.61 2620 1068964 1485296 50.69 653008 981104 19948 15:03:21 14:42:01 107252 0 647084 34.39 2096 1125124 1378604 47.05 635852 935236 60 15:03:21 14:43:01 130196 0 722408 38.39 1504 1027448 1654976 56.48 720768 791676 53632 15:03:21 14:44:02 266820 0 773508 41.11 1256 839972 1792072 61.16 708476 663064 4136 15:03:21 14:45:01 213116 0 725792 38.57 1216 941432 1449784 49.48 687076 739096 18436 15:03:21 14:46:02 66700 0 827876 44.00 64 986916 2274096 77.61 775628 859256 29480 15:03:21 14:47:05 66896 0 817760 43.46 12 996888 2347888 80.13 752664 891864 84664 15:03:21 14:48:02 92164 0 1176612 62.53 12 612768 3876508 132.30 896376 668408 45692 15:03:21 14:49:02 56508 0 732560 38.93 12 1092476 2014556 68.75 631604 981844 100480 15:03:21 14:50:02 355700 0 667692 35.49 12 858152 1803940 61.57 579788 771544 120 15:03:21 14:51:02 264876 0 759664 40.37 12 857004 2679268 91.44 635596 781592 560 15:03:21 14:52:01 360704 0 617704 32.83 12 903136 1364908 46.58 611540 707104 0 15:03:21 14:53:01 316600 0 575184 30.57 12 989760 1215728 41.49 606704 760380 16 15:03:21 14:54:01 318532 0 572456 30.42 12 990556 1176676 40.16 604516 760748 16 15:03:21 14:55:01 319276 0 571696 30.38 12 990572 1176400 40.15 603836 760788 12 15:03:21 14:56:01 319700 0 571276 30.36 12 990568 1176280 40.14 603880 760788 12 15:03:21 14:57:01 319772 0 571200 30.36 12 990572 1176244 40.14 603868 760804 12 15:03:21 14:58:01 319904 0 571044 30.35 12 990596 1176244 40.14 603860 760820 8 15:03:21 14:59:01 320060 0 570880 30.34 12 990604 1176244 40.14 603864 760820 8 15:03:21 15:00:01 314956 0 571204 30.36 12 995384 1176544 40.15 606728 763044 16 15:03:21 15:01:01 313920 0 572248 30.41 12 995376 1178588 40.22 607112 763044 16 15:03:21 15:02:01 313856 0 571616 30.38 12 996072 1176788 40.16 606808 763624 16 15:03:21 15:03:01 116512 0 668920 35.55 12 1096112 1607308 54.85 705680 834604 73128 15:03:21 Average: 232937 0 677514 36.01 390 970715 1631954 55.70 654141 792228 18716 15:03:21 15:03:21 14:40:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:03:21 14:41:01 eth0 847.88 792.97 3709.79 109.31 0.00 0.00 0.00 0.00 15:03:21 14:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:41:01 vethe5b1df6 672.05 671.77 71.07 2736.92 0.00 0.00 0.00 0.00 15:03:21 14:41:01 docker0 672.05 671.63 61.88 2736.91 0.00 0.00 0.00 0.00 15:03:21 14:42:01 eth0 363.13 272.64 3191.92 50.65 0.00 0.00 0.00 0.00 15:03:21 14:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:42:01 docker0 36.03 72.07 2.27 359.37 0.00 0.00 0.00 0.00 15:03:21 14:43:01 vethe1d3f39 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:03:21 14:43:01 eth0 244.92 128.15 1604.06 22.98 0.00 0.00 0.00 0.00 15:03:21 14:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:43:01 docker0 76.25 94.67 6.25 469.13 0.00 0.00 0.00 0.00 15:03:21 14:44:02 vethe1d3f39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:44:02 eth0 40.83 35.49 24.60 86.87 0.00 0.00 0.00 0.00 15:03:21 14:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:45:01 vethe1d3f39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:45:01 eth0 31.39 22.94 25.43 13.80 0.00 0.00 0.00 0.00 15:03:21 14:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:46:02 veth51ff05f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:03:21 14:46:02 eth0 181.32 145.53 1655.02 71.53 0.00 0.00 0.00 0.00 15:03:21 14:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:47:05 veth51ff05f 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 15:03:21 14:47:05 eth0 43.04 28.05 159.24 10.10 0.00 0.00 0.00 0.00 15:03:21 14:47:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:47:05 docker0 10.66 20.47 0.56 140.18 0.00 0.00 0.00 0.00 15:03:21 14:48:02 veth489ed3c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:03:21 14:48:02 veth50c8445 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:03:21 14:48:02 veth4313980 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:03:21 14:48:02 veth51ff05f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:49:02 veth95f9ad9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:49:02 veth76341e8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:49:02 veth51ff05f 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:49:02 eth0 2356.61 1739.14 13340.01 437.17 0.00 0.00 0.00 0.00 15:03:21 14:50:02 veth51ff05f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 15:03:21 14:50:02 vethc776f0e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:50:02 vethfcdc59b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:50:02 eth0 70.96 52.73 134.57 86.04 0.00 0.00 0.00 0.00 15:03:21 14:51:02 veth3377309 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 15:03:21 14:51:02 veth51ff05f 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:51:02 eth0 48.81 37.02 91.39 74.52 0.00 0.00 0.00 0.00 15:03:21 14:51:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:03:21 14:52:01 veth51ff05f 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 15:03:21 14:52:01 eth0 133.32 84.43 409.07 23.64 0.00 0.00 0.00 0.00 15:03:21 14:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:52:01 docker0 864.04 987.56 74.54 4301.26 0.00 0.00 0.00 0.00 15:03:21 14:53:01 eth0 14.29 11.36 42.73 20.57 0.00 0.00 0.00 0.00 15:03:21 14:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:53:01 docker0 2.58 4.67 0.14 35.70 0.00 0.00 0.00 0.00 15:03:21 14:54:01 eth0 1.83 1.80 0.37 6.76 0.00 0.00 0.00 0.00 15:03:21 14:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:55:01 eth0 3.64 3.66 0.30 6.89 0.00 0.00 0.00 0.00 15:03:21 14:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:56:01 eth0 0.18 0.17 0.07 0.01 0.00 0.00 0.00 0.00 15:03:21 14:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:57:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:58:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:59:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 14:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 15:00:01 eth0 1.63 1.78 0.17 6.58 0.00 0.00 0.00 0.00 15:03:21 15:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 15:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 15:01:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 15:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 15:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 15:02:01 eth0 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 15:03:21 15:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 15:03:01 eth0 205.18 160.69 2118.90 38.74 0.00 0.00 0.00 0.00 15:03:21 15:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 15:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 Average: eth0 99.41 78.62 577.82 28.09 0.00 0.00 0.00 0.00 15:03:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:03:21 Average: docker0 37.16 42.55 3.20 185.97 0.00 0.00 0.00 0.00 15:03:21 15:03:21 15:03:21 ---> sar -P ALL: 15:03:21 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) 15:03:21 15:03:21 14:38:52 LINUX RESTART (4 CPU) 15:03:21 15:03:21 14:40:03 CPU %user %nice %system %iowait %steal %idle 15:03:21 14:41:01 all 7.35 0.00 3.05 1.21 17.01 71.38 15:03:21 14:41:01 0 7.48 0.00 3.71 0.59 19.70 68.52 15:03:21 14:41:01 1 4.67 0.00 2.64 1.82 17.29 73.57 15:03:21 14:41:01 2 8.61 0.00 3.16 1.44 17.00 69.79 15:03:21 14:41:01 3 8.77 0.00 2.71 0.97 14.02 73.53 15:03:21 14:42:01 all 7.37 0.00 3.98 1.25 14.08 73.32 15:03:21 14:42:01 0 7.00 0.00 3.86 0.84 15.54 72.76 15:03:21 14:42:01 1 5.52 0.00 3.53 1.31 14.20 75.44 15:03:21 14:42:01 2 7.53 0.00 4.76 0.92 13.33 73.45 15:03:21 14:42:01 3 9.47 0.00 3.78 1.93 13.21 71.60 15:03:21 14:43:01 all 16.84 0.00 7.97 4.87 16.21 54.11 15:03:21 14:43:01 0 15.34 0.00 8.16 4.09 16.55 55.86 15:03:21 14:43:01 1 16.08 0.00 8.57 6.22 16.97 52.17 15:03:21 14:43:01 2 17.19 0.00 7.77 5.56 15.65 53.83 15:03:21 14:43:01 3 18.75 0.00 7.40 3.57 15.67 54.60 15:03:21 14:44:02 all 40.83 0.00 12.48 3.19 24.31 19.19 15:03:21 14:44:02 0 36.74 0.00 12.51 4.74 25.87 20.15 15:03:21 14:44:02 1 37.62 0.00 11.84 2.56 25.55 22.43 15:03:21 14:44:02 2 41.13 0.00 12.21 3.43 24.16 19.08 15:03:21 14:44:02 3 48.26 0.00 13.42 1.97 21.49 14.86 15:03:21 14:45:01 all 20.43 0.00 9.15 1.18 24.49 44.75 15:03:21 14:45:01 0 18.53 0.00 8.85 0.78 24.48 47.35 15:03:21 14:45:01 1 18.46 0.00 8.37 1.17 25.57 46.43 15:03:21 14:45:01 2 21.14 0.00 9.59 1.95 23.40 43.92 15:03:21 14:45:01 3 23.73 0.00 9.81 0.83 24.48 41.15 15:03:21 14:46:02 all 7.52 0.00 8.03 4.64 23.57 56.23 15:03:21 14:46:02 0 6.24 0.00 7.30 4.59 24.05 57.82 15:03:21 14:46:02 1 8.37 0.00 7.63 4.42 22.95 56.63 15:03:21 14:46:02 2 6.99 0.00 8.62 4.52 24.27 55.60 15:03:21 14:46:02 3 8.51 0.00 8.56 5.04 23.03 54.86 15:03:21 14:47:05 all 13.11 0.00 13.67 22.37 23.33 27.52 15:03:21 14:47:05 0 14.09 0.00 13.37 21.51 25.36 25.67 15:03:21 14:47:05 1 11.55 0.00 13.01 21.29 21.88 32.26 15:03:21 14:47:05 2 13.95 0.00 14.09 22.96 22.68 26.32 15:03:21 14:47:05 3 12.87 0.00 14.24 23.76 23.41 25.72 15:03:21 14:48:02 all 29.16 0.00 12.84 20.68 20.95 16.37 15:03:21 14:48:02 0 27.79 0.00 12.61 20.35 21.04 18.21 15:03:21 14:48:02 1 30.16 0.00 12.84 21.55 20.54 14.91 15:03:21 14:48:02 2 29.10 0.00 12.84 21.83 20.83 15.40 15:03:21 14:48:02 3 29.54 0.00 13.06 18.99 21.41 16.99 15:03:21 14:49:02 all 49.82 0.00 13.60 8.11 16.64 11.83 15:03:21 14:49:02 0 48.16 0.00 13.75 10.18 16.95 10.96 15:03:21 14:49:02 1 50.08 0.00 13.65 9.10 16.95 10.22 15:03:21 14:49:02 2 49.98 0.00 13.32 5.99 17.09 13.62 15:03:21 14:49:02 3 51.09 0.00 13.67 7.16 15.53 12.55 15:03:21 14:50:02 all 15.28 0.00 16.56 18.55 24.59 25.01 15:03:21 14:50:02 0 13.59 0.00 15.53 20.04 26.23 24.61 15:03:21 14:50:02 1 14.64 0.00 15.97 17.01 24.44 27.94 15:03:21 14:50:02 2 15.15 0.00 15.29 18.26 23.53 27.77 15:03:21 14:50:02 3 17.88 0.00 19.59 18.91 24.15 19.48 15:03:21 14:51:02 all 50.31 0.00 18.60 9.94 16.45 4.71 15:03:21 14:51:02 0 51.96 0.00 17.29 9.64 16.07 5.04 15:03:21 14:51:02 1 47.87 0.00 18.32 10.26 17.17 6.38 15:03:21 14:51:02 2 48.68 0.00 16.74 11.25 18.09 5.23 15:03:21 14:51:02 3 52.77 0.00 22.00 8.60 14.46 2.17 15:03:21 15:03:21 14:51:02 CPU %user %nice %system %iowait %steal %idle 15:03:21 14:52:01 all 23.82 0.00 9.52 6.91 11.29 48.46 15:03:21 14:52:01 0 23.38 0.00 10.05 6.15 12.73 47.70 15:03:21 14:52:01 1 23.63 0.00 9.02 8.00 10.29 49.07 15:03:21 14:52:01 2 24.52 0.00 8.83 5.81 10.94 49.90 15:03:21 14:52:01 3 23.76 0.00 10.21 7.69 11.24 47.10 15:03:21 14:53:01 all 0.67 0.00 0.71 0.82 0.71 97.09 15:03:21 14:53:01 0 0.53 0.00 0.45 0.85 0.63 97.53 15:03:21 14:53:01 1 0.58 0.00 0.93 0.45 0.60 97.43 15:03:21 14:53:01 2 0.82 0.00 0.70 1.76 0.85 95.87 15:03:21 14:53:01 3 0.75 0.00 0.75 0.20 0.77 97.53 15:03:21 14:54:01 all 0.07 0.00 0.07 0.04 0.32 99.51 15:03:21 14:54:01 0 0.08 0.00 0.03 0.02 0.10 99.77 15:03:21 14:54:01 1 0.08 0.00 0.07 0.05 0.37 99.43 15:03:21 14:54:01 2 0.03 0.00 0.05 0.02 0.20 99.70 15:03:21 14:54:01 3 0.07 0.00 0.12 0.08 0.60 99.14 15:03:21 14:55:01 all 0.06 0.00 0.04 0.00 0.21 99.68 15:03:21 14:55:01 0 0.03 0.00 0.03 0.00 0.10 99.83 15:03:21 14:55:01 1 0.03 0.00 0.02 0.00 0.07 99.88 15:03:21 14:55:01 2 0.07 0.00 0.05 0.00 0.37 99.52 15:03:21 14:55:01 3 0.12 0.00 0.07 0.02 0.32 99.48 15:03:21 14:56:01 all 0.02 0.00 0.03 0.00 0.17 99.77 15:03:21 14:56:01 0 0.00 0.00 0.02 0.00 0.07 99.92 15:03:21 14:56:01 1 0.03 0.00 0.03 0.00 0.08 99.85 15:03:21 14:56:01 2 0.02 0.00 0.03 0.00 0.13 99.82 15:03:21 14:56:01 3 0.05 0.00 0.05 0.02 0.40 99.48 15:03:21 14:57:01 all 0.02 0.00 0.02 0.00 0.16 99.79 15:03:21 14:57:01 0 0.00 0.00 0.02 0.00 0.10 99.88 15:03:21 14:57:01 1 0.05 0.00 0.02 0.00 0.18 99.75 15:03:21 14:57:01 2 0.03 0.00 0.03 0.00 0.07 99.87 15:03:21 14:57:01 3 0.02 0.00 0.02 0.00 0.30 99.67 15:03:21 14:58:01 all 0.02 0.00 0.01 0.00 0.28 99.68 15:03:21 14:58:01 0 0.02 0.00 0.00 0.00 0.07 99.92 15:03:21 14:58:01 1 0.02 0.00 0.02 0.00 0.13 99.83 15:03:21 14:58:01 2 0.03 0.00 0.02 0.00 0.48 99.47 15:03:21 14:58:01 3 0.03 0.00 0.02 0.00 0.45 99.50 15:03:21 14:59:01 all 0.02 0.00 0.02 0.00 0.29 99.67 15:03:21 14:59:01 0 0.02 0.00 0.02 0.00 0.15 99.82 15:03:21 14:59:01 1 0.02 0.00 0.03 0.00 0.22 99.73 15:03:21 14:59:01 2 0.02 0.00 0.02 0.00 0.51 99.45 15:03:21 14:59:01 3 0.03 0.00 0.02 0.00 0.27 99.68 15:03:21 15:00:01 all 0.04 0.00 0.04 0.02 0.27 99.63 15:03:21 15:00:01 0 0.00 0.00 0.05 0.00 0.08 99.87 15:03:21 15:00:01 1 0.07 0.00 0.02 0.03 0.17 99.72 15:03:21 15:00:01 2 0.05 0.00 0.03 0.00 0.25 99.67 15:03:21 15:00:01 3 0.03 0.00 0.07 0.05 0.58 99.27 15:03:21 15:01:01 all 0.03 0.00 0.03 0.00 0.19 99.75 15:03:21 15:01:01 0 0.03 0.00 0.03 0.00 0.05 99.88 15:03:21 15:01:01 1 0.02 0.00 0.02 0.00 0.07 99.90 15:03:21 15:01:01 2 0.05 0.00 0.07 0.00 0.30 99.58 15:03:21 15:01:01 3 0.02 0.00 0.02 0.00 0.35 99.62 15:03:21 15:02:01 all 0.03 0.00 0.03 0.00 0.18 99.76 15:03:21 15:02:01 0 0.02 0.00 0.02 0.00 0.10 99.86 15:03:21 15:02:01 1 0.02 0.00 0.02 0.02 0.07 99.88 15:03:21 15:02:01 2 0.03 0.00 0.02 0.00 0.12 99.83 15:03:21 15:02:01 3 0.05 0.00 0.05 0.00 0.44 99.46 15:03:21 15:03:21 15:02:01 CPU %user %nice %system %iowait %steal %idle 15:03:21 15:03:01 all 3.47 0.00 2.24 1.38 8.21 84.71 15:03:21 15:03:01 0 3.41 0.00 2.73 0.62 8.22 85.02 15:03:21 15:03:01 1 4.65 0.00 2.01 2.21 8.17 82.97 15:03:21 15:03:01 2 3.20 0.00 2.79 2.42 8.22 83.37 15:03:21 15:03:01 3 2.61 0.00 1.45 0.29 8.22 87.42 15:03:21 Average: all 11.58 0.00 5.50 4.38 10.37 68.17 15:03:21 Average: 0 11.10 0.00 5.42 4.36 10.84 68.28 15:03:21 Average: 1 11.15 0.00 5.36 4.50 10.43 68.57 15:03:21 Average: 2 11.68 0.00 5.45 4.51 10.28 68.08 15:03:21 Average: 3 12.41 0.00 5.78 4.15 9.91 67.74 15:03:21 15:03:21 15:03:21