Pull request #2673 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 adam-intel for edgexfoundry/edgex-go Loading trusted files from base branch master at 3555043a6994042684a9c8b6423498381cadcc6f rather than c580342043709edb5b518f28a961cca9fe3013ca Obtained Jenkinsfile from 3555043a6994042684a9c8b6423498381cadcc6f 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-415 in /w/workspace/edgexfoundry_edgex-go_PR-2673 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2673/head:refs/remotes/origin/PR-2673 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit c580342043709edb5b518f28a961cca9fe3013ca Merge succeeded, producing c580342043709edb5b518f28a961cca9fe3013ca Checking out Revision c580342043709edb5b518f28a961cca9fe3013ca (PR-2673) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2673/head:refs/remotes/origin/PR-2673 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2673/head:refs/remotes/origin/PR-2673 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c580342043709edb5b518f28a961cca9fe3013ca # 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 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c580342043709edb5b518f28a961cca9fe3013ca # timeout=10 Commit message: "feat(sdk): Adding vault configuration default env variable This allows setting VAULT_LOCAL_CONFIG variable from the compose file. This was useful in https://github.com/edgexfoundry/edgex-examples/pull/7 to allow edgex to run in docker swarm because 'mlock' needed to be disabled in the configuration." First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-26T19:02:09.545Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 856e8538de81a0e28d6f14827764331a77fd6a43 # timeout=10 [2020-08-26T19:02:09.773Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-26T19:02:09.867Z] ========================================================= [2020-08-26T19:02:09.867Z] EdgeX Global Pipelines Version Info [2020-08-26T19:02:09.867Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-26T19:02:11.703Z] ------------------- [2020-08-26T19:02:11.703Z] stable info: [2020-08-26T19:02:11.703Z] ------------------- [2020-08-26T19:02:11.703Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-26T19:02:11.703Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-26T19:02:11.703Z] Message: update stable to v1.0.106 [2020-08-26T19:02:12.275Z] ------------------- [2020-08-26T19:02:12.275Z] experimental info: [2020-08-26T19:02:12.275Z] ------------------- [2020-08-26T19:02:12.275Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-26T19:02:12.275Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-26T19:02:12.275Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-26T19:02:13.905Z] ++ 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 [2020-08-26T19:02:13.905Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T19:02:13.905Z] ++ dirname cmd/core-command/Dockerfile [2020-08-26T19:02:13.905Z] ++ cut -d/ -f2 [2020-08-26T19:02:13.905Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-26T19:02:13.905Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T19:02:13.905Z] ++ dirname cmd/core-data/Dockerfile [2020-08-26T19:02:13.905Z] ++ cut -d/ -f2 [2020-08-26T19:02:13.905Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-26T19:02:13.905Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T19:02:13.905Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-26T19:02:13.905Z] ++ cut -d/ -f2 [2020-08-26T19:02:13.905Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-26T19:02:13.905Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T19:02:13.905Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-26T19:02:13.905Z] ++ cut -d/ -f2 [2020-08-26T19:02:13.905Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-26T19:02:13.905Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T19:02:13.905Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-26T19:02:13.905Z] ++ cut -d/ -f2 [2020-08-26T19:02:13.905Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-26T19:02:13.905Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T19:02:13.905Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-26T19:02:13.905Z] ++ cut -d/ -f2 [2020-08-26T19:02:13.905Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-26T19:02:13.905Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T19:02:13.905Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-26T19:02:13.905Z] ++ cut -d/ -f2 [2020-08-26T19:02:13.905Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-26T19:02:13.905Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T19:02:13.905Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-26T19:02:13.905Z] ++ cut -d/ -f2 [2020-08-26T19:02:13.905Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-26T19:02:13.905Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T19:02:13.905Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-26T19:02:13.905Z] ++ cut -d/ -f2 [2020-08-26T19:02:13.905Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-26T19:02:13.905Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T19:02:13.905Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-26T19:02:13.905Z] ++ cut -d/ -f2 [2020-08-26T19:02:13.905Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-26T19:02:13.965Z] 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 [2020-08-26T19:02:14.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-26T19:02:14.940Z] [2020-08-26T19:02:14.940Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-26T19:02:15.275Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-26T19:02:15.275Z] latest: Pulling from edgex-devops/git-semver [2020-08-26T19:02:15.275Z] 31603596830f: Pulling fs layer [2020-08-26T19:02:15.275Z] 2a8b12db71e7: Pulling fs layer [2020-08-26T19:02:15.275Z] 6ca5941a6612: Pulling fs layer [2020-08-26T19:02:15.275Z] ecc8261a40a4: Pulling fs layer [2020-08-26T19:02:15.275Z] ecc8261a40a4: Waiting [2020-08-26T19:02:15.275Z] 2a8b12db71e7: Verifying Checksum [2020-08-26T19:02:15.275Z] 2a8b12db71e7: Download complete [2020-08-26T19:02:15.545Z] 31603596830f: Verifying Checksum [2020-08-26T19:02:15.545Z] 31603596830f: Download complete [2020-08-26T19:02:15.545Z] ecc8261a40a4: Verifying Checksum [2020-08-26T19:02:15.545Z] ecc8261a40a4: Download complete [2020-08-26T19:02:15.545Z] 6ca5941a6612: Verifying Checksum [2020-08-26T19:02:15.545Z] 6ca5941a6612: Download complete [2020-08-26T19:02:15.810Z] 31603596830f: Pull complete [2020-08-26T19:02:15.810Z] 2a8b12db71e7: Pull complete [2020-08-26T19:02:16.759Z] 6ca5941a6612: Pull complete [2020-08-26T19:02:16.759Z] ecc8261a40a4: Pull complete [2020-08-26T19:02:16.759Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-26T19:02:16.759Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-26T19:02:16.759Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-26T19:02:17.148Z] prd-centos7-docker-4c-2g-415 does not seem to be running inside a container [2020-08-26T19:02:17.198Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-26T19:02:19.415Z] $ docker top 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-26T19:02:19.660Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-26T19:02:19.660Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-26T19:02:19.853Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-26T19:02:19.857Z] $ docker exec 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 ssh-agent [2020-08-26T19:02:20.008Z] SSH_AUTH_SOCK=/tmp/ssh-7YTwALvhJnQr/agent.11 [2020-08-26T19:02:20.008Z] SSH_AGENT_PID=16 [2020-08-26T19:02:20.019Z] Running ssh-add (command line suppressed) [2020-08-26T19:02:20.140Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_8021302255539389222.key (/w/workspace/edgex-go/5@tmp/private_key_8021302255539389222.key) [2020-08-26T19:02:20.186Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-26T19:02:20.513Z] + git describe --exact-match --tags HEAD [2020-08-26T19:02:20.513Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-26T19:02:20.534Z] $ docker exec --env ******** --env ******** 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 ssh-agent -k [2020-08-26T19:02:20.641Z] unset SSH_AUTH_SOCK; [2020-08-26T19:02:20.641Z] unset SSH_AGENT_PID; [2020-08-26T19:02:20.641Z] echo Agent pid 16 killed; [2020-08-26T19:02:20.681Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-26T19:02:20.803Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-26T19:02:20.803Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-26T19:02:20.893Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-26T19:02:20.893Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-26T19:02:21.054Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-26T19:02:21.058Z] $ docker exec 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 ssh-agent [2020-08-26T19:02:21.212Z] SSH_AUTH_SOCK=/tmp/ssh-dQ91V98BJq97/agent.45 [2020-08-26T19:02:21.212Z] SSH_AGENT_PID=50 [2020-08-26T19:02:21.218Z] Running ssh-add (command line suppressed) [2020-08-26T19:02:21.333Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_2494531355380812669.key (/w/workspace/edgex-go/5@tmp/private_key_2494531355380812669.key) [2020-08-26T19:02:21.378Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-26T19:02:21.717Z] + git semver init [2020-08-26T19:02:21.717Z] # -> Open(): unable to determine branch for HEAD [2020-08-26T19:02:21.717Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2020-08-26T19:02:21.717Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2020-08-26T19:02:21.717Z] # $SEMVER_REMOTE_NAME = origin [2020-08-26T19:02:21.717Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-26T19:02:21.717Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-26T19:02:21.717Z] # $SEMVER_BRANCH = PR-2673 [2020-08-26T19:02:21.717Z] # $SEMVER_TEMP = /tmp/semver-028355570 [2020-08-26T19:02:21.717Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-26T19:02:39.861Z] # '/tmp/semver-028355570' -> '/w/workspace/edgex-go/5/.semver' [2020-08-26T19:02:39.861Z] # -> Force: false [2020-08-26T19:02:39.861Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2020-08-26T19:02:39.875Z] $ docker exec --env ******** --env ******** 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 ssh-agent -k [2020-08-26T19:02:40.075Z] unset SSH_AUTH_SOCK; [2020-08-26T19:02:40.076Z] unset SSH_AGENT_PID; [2020-08-26T19:02:40.076Z] echo Agent pid 50 killed; [2020-08-26T19:02:40.137Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-26T19:02:40.693Z] + git semver [Pipeline] } [2020-08-26T19:02:40.711Z] $ docker stop --time=1 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 [2020-08-26T19:02:42.345Z] $ docker rm -f 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-26T19:02:55.195Z] Stashed 38 file(s) [Pipeline] echo [2020-08-26T19:02:55.197Z] [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 [2020-08-26T19:02:55.737Z] ========================================================= [2020-08-26T19:02:55.737Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-26T19:02:55.737Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-26T19:02:56.079Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-26T19:02:59.413Z] Sending build context to Docker daemon 323.1MB [2020-08-26T19:02:59.413Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-26T19:02:59.413Z] Step 2/7 : FROM ${BASE} [2020-08-26T19:02:59.413Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-26T19:02:59.413Z] df20fa9351a1: Pulling fs layer [2020-08-26T19:02:59.413Z] ed8968b2872e: Pulling fs layer [2020-08-26T19:02:59.413Z] a92cc7c5fd73: Pulling fs layer [2020-08-26T19:02:59.413Z] 2dd03ba5bac4: Pulling fs layer [2020-08-26T19:02:59.413Z] 1e091d79d1de: Pulling fs layer [2020-08-26T19:02:59.413Z] 481702a1767f: Pulling fs layer [2020-08-26T19:02:59.413Z] f64a6f60c768: Pulling fs layer [2020-08-26T19:02:59.413Z] e78d2573fc39: Pulling fs layer [2020-08-26T19:02:59.413Z] e876d2f968b6: Pulling fs layer [2020-08-26T19:02:59.413Z] ce8a83651883: Pulling fs layer [2020-08-26T19:02:59.413Z] 07967f4d0e4b: Pulling fs layer [2020-08-26T19:02:59.413Z] 2dd03ba5bac4: Waiting [2020-08-26T19:02:59.413Z] 1e091d79d1de: Waiting [2020-08-26T19:02:59.413Z] 481702a1767f: Waiting [2020-08-26T19:02:59.413Z] f64a6f60c768: Waiting [2020-08-26T19:02:59.413Z] e78d2573fc39: Waiting [2020-08-26T19:02:59.413Z] e876d2f968b6: Waiting [2020-08-26T19:02:59.413Z] ce8a83651883: Waiting [2020-08-26T19:02:59.413Z] 07967f4d0e4b: Waiting [2020-08-26T19:02:59.413Z] a92cc7c5fd73: Verifying Checksum [2020-08-26T19:02:59.413Z] a92cc7c5fd73: Download complete [2020-08-26T19:02:59.413Z] ed8968b2872e: Verifying Checksum [2020-08-26T19:02:59.413Z] ed8968b2872e: Download complete [2020-08-26T19:02:59.413Z] 1e091d79d1de: Verifying Checksum [2020-08-26T19:02:59.413Z] 1e091d79d1de: Download complete [2020-08-26T19:02:59.413Z] 481702a1767f: Verifying Checksum [2020-08-26T19:02:59.413Z] 481702a1767f: Download complete [2020-08-26T19:02:59.413Z] df20fa9351a1: Verifying Checksum [2020-08-26T19:02:59.413Z] df20fa9351a1: Download complete [2020-08-26T19:02:59.413Z] df20fa9351a1: Pull complete [2020-08-26T19:03:00.012Z] f64a6f60c768: Verifying Checksum [2020-08-26T19:03:00.012Z] f64a6f60c768: Download complete [2020-08-26T19:03:00.274Z] e876d2f968b6: Verifying Checksum [2020-08-26T19:03:00.274Z] e876d2f968b6: Download complete [2020-08-26T19:03:00.274Z] e78d2573fc39: Verifying Checksum [2020-08-26T19:03:00.274Z] e78d2573fc39: Download complete [2020-08-26T19:03:00.537Z] 2dd03ba5bac4: Verifying Checksum [2020-08-26T19:03:00.537Z] 2dd03ba5bac4: Download complete [2020-08-26T19:03:00.537Z] 07967f4d0e4b: Verifying Checksum [2020-08-26T19:03:00.537Z] 07967f4d0e4b: Download complete [2020-08-26T19:03:01.111Z] ce8a83651883: Verifying Checksum [2020-08-26T19:03:01.111Z] ce8a83651883: Download complete [2020-08-26T19:03:01.111Z] ed8968b2872e: Pull complete [2020-08-26T19:03:01.111Z] a92cc7c5fd73: Pull complete [2020-08-26T19:03:06.417Z] 2dd03ba5bac4: Pull complete [2020-08-26T19:03:06.417Z] 1e091d79d1de: Pull complete [2020-08-26T19:03:06.417Z] 481702a1767f: Pull complete [2020-08-26T19:03:10.552Z] Still waiting to schedule task [2020-08-26T19:03:10.552Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-412’ is offline [2020-08-26T19:03:13.032Z] f64a6f60c768: Pull complete [2020-08-26T19:03:15.593Z] e78d2573fc39: Pull complete [2020-08-26T19:03:15.855Z] e876d2f968b6: Pull complete [2020-08-26T19:03:16.806Z] ce8a83651883: Pull complete [2020-08-26T19:03:17.068Z] 07967f4d0e4b: Pull complete [2020-08-26T19:03:17.068Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-26T19:03:17.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-26T19:03:17.068Z] ---> 5d7c900382c6 [2020-08-26T19:03:17.068Z] 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 [2020-08-26T19:03:18.465Z] ---> Running in 0629ff0c345e [2020-08-26T19:03:18.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:03:19.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:03:19.877Z] (1/12) Installing libmagic (5.38-r0) [2020-08-26T19:03:19.877Z] (2/12) Installing file (5.38-r0) [2020-08-26T19:03:20.139Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-26T19:03:20.139Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-26T19:03:26.724Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-26T19:03:26.984Z] (6/12) Installing patch (2.7.6-r6) [2020-08-26T19:03:26.984Z] (7/12) Installing build-base (0.5-r2) [2020-08-26T19:03:26.984Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-26T19:03:27.247Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-26T19:03:27.247Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-26T19:03:27.509Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-26T19:03:27.509Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-26T19:03:27.770Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:03:27.770Z] OK: 233 MiB in 51 packages [2020-08-26T19:03:31.085Z] Removing intermediate container 0629ff0c345e [2020-08-26T19:03:31.085Z] ---> 5535ee4b1bb0 [2020-08-26T19:03:31.085Z] Step 4/7 : WORKDIR /edgex-go [2020-08-26T19:03:31.085Z] ---> Running in dc2b27255df1 [2020-08-26T19:03:31.085Z] Removing intermediate container dc2b27255df1 [2020-08-26T19:03:31.085Z] ---> afe55150bbf2 [2020-08-26T19:03:31.085Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-26T19:03:31.346Z] latest: Pulling from library/docker [2020-08-26T19:03:31.608Z] df20fa9351a1: Already exists [2020-08-26T19:03:31.608Z] 25ad7478873d: Pulling fs layer [2020-08-26T19:03:31.608Z] 4684f6177b5d: Pulling fs layer [2020-08-26T19:03:31.608Z] 46e300cec669: Pulling fs layer [2020-08-26T19:03:31.608Z] 63038576ad94: Pulling fs layer [2020-08-26T19:03:31.608Z] 0fdb76c4706c: Pulling fs layer [2020-08-26T19:03:31.608Z] cb7edeffdfd5: Pulling fs layer [2020-08-26T19:03:31.608Z] 63038576ad94: Waiting [2020-08-26T19:03:31.608Z] 0fdb76c4706c: Waiting [2020-08-26T19:03:31.608Z] cb7edeffdfd5: Waiting [2020-08-26T19:03:31.608Z] 4684f6177b5d: Verifying Checksum [2020-08-26T19:03:31.608Z] 4684f6177b5d: Download complete [2020-08-26T19:03:31.875Z] 25ad7478873d: Verifying Checksum [2020-08-26T19:03:31.875Z] 25ad7478873d: Download complete [2020-08-26T19:03:31.875Z] 63038576ad94: Verifying Checksum [2020-08-26T19:03:31.875Z] 63038576ad94: Download complete [2020-08-26T19:03:31.875Z] 0fdb76c4706c: Verifying Checksum [2020-08-26T19:03:31.875Z] 0fdb76c4706c: Download complete [2020-08-26T19:03:31.875Z] cb7edeffdfd5: Verifying Checksum [2020-08-26T19:03:31.875Z] cb7edeffdfd5: Download complete [2020-08-26T19:03:32.136Z] 25ad7478873d: Pull complete [2020-08-26T19:03:32.136Z] 4684f6177b5d: Pull complete [2020-08-26T19:03:32.397Z] 46e300cec669: Verifying Checksum [2020-08-26T19:03:32.397Z] 46e300cec669: Download complete [2020-08-26T19:03:34.946Z] 46e300cec669: Pull complete [2020-08-26T19:03:34.946Z] 63038576ad94: Pull complete [2020-08-26T19:03:34.946Z] 0fdb76c4706c: Pull complete [2020-08-26T19:03:34.946Z] cb7edeffdfd5: Pull complete [2020-08-26T19:03:34.946Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-26T19:03:34.946Z] Status: Downloaded newer image for docker:latest [2020-08-26T19:03:36.335Z] ---> 1cfb91e1c291 [2020-08-26T19:03:36.335Z] Step 6/7 : COPY go.mod . [2020-08-26T19:03:36.598Z] ---> c6cef6314d4f [2020-08-26T19:03:36.598Z] Step 7/7 : RUN go mod download [2020-08-26T19:03:36.598Z] ---> Running in 322432f10ce1 [2020-08-26T19:03:39.904Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-26T19:03:39.904Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-26T19:03:39.904Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-26T19:03:39.904Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-26T19:03:39.904Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-26T19:03:39.904Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-26T19:03:39.904Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-26T19:03:39.904Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-26T19:03:39.904Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-26T19:03:39.904Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-26T19:03:39.904Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-26T19:03:39.904Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-26T19:03:39.904Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-26T19:03:39.904Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-26T19:03:39.904Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-26T19:03:39.904Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-26T19:03:40.190Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-26T19:03:40.190Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-26T19:03:40.190Z] go: finding github.com/fatih/color v1.7.0 [2020-08-26T19:03:40.190Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-26T19:03:40.190Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-26T19:03:40.190Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-26T19:03:40.190Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-26T19:03:40.451Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-26T19:03:40.451Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-26T19:03:40.451Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-26T19:03:40.451Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-26T19:03:40.451Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-26T19:03:40.451Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-26T19:03:40.713Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-26T19:03:40.713Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-26T19:03:40.713Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-26T19:03:40.713Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-26T19:03:40.713Z] go: finding github.com/google/uuid v1.1.0 [2020-08-26T19:03:40.713Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-26T19:03:40.713Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-26T19:03:40.974Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-26T19:03:40.974Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-26T19:03:40.974Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-26T19:03:40.974Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-26T19:03:40.974Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-26T19:03:40.974Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-26T19:03:41.234Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-26T19:03:41.234Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-26T19:03:41.234Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-26T19:03:41.234Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-26T19:03:41.234Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-26T19:03:41.234Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-26T19:03:41.234Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-26T19:03:41.495Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-26T19:03:41.495Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-26T19:03:41.495Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-26T19:03:41.495Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-26T19:03:41.495Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-26T19:03:41.495Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-26T19:03:41.755Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-26T19:03:41.755Z] go: finding github.com/kr/pty v1.1.1 [2020-08-26T19:03:41.755Z] go: finding github.com/kr/text v0.1.0 [2020-08-26T19:03:41.755Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-26T19:03:42.018Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-26T19:03:42.018Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-26T19:03:42.018Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-26T19:03:42.280Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-26T19:03:42.541Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-26T19:03:42.541Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-26T19:03:42.541Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-26T19:03:42.541Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-26T19:03:42.802Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-26T19:03:42.802Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-26T19:03:42.802Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-26T19:03:42.802Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-26T19:03:42.802Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-26T19:03:42.802Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-26T19:03:43.063Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-26T19:03:43.063Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-26T19:03:43.063Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-26T19:03:43.063Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-26T19:03:43.063Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-26T19:03:43.063Z] go: finding github.com/posener/complete v1.1.1 [2020-08-26T19:03:43.324Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-26T19:03:43.324Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-26T19:03:43.324Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-26T19:03:43.324Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-26T19:03:43.324Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-26T19:03:43.324Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-26T19:03:43.324Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-26T19:03:43.584Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-26T19:03:43.584Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-26T19:03:43.584Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-26T19:03:43.585Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-26T19:03:43.585Z] go: finding golang.org/x/text v0.3.2 [2020-08-26T19:03:43.585Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-26T19:03:43.845Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-26T19:03:43.845Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-26T19:03:43.845Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-26T19:03:43.845Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-26T19:03:43.845Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-26T19:04:01.998Z] Removing intermediate container 322432f10ce1 [2020-08-26T19:04:01.998Z] ---> 885d1f2a8189 [2020-08-26T19:04:01.998Z] Successfully built 885d1f2a8189 [2020-08-26T19:04:01.998Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-26T19:04:02.597Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-26T19:04:02.597Z] . [Pipeline] withDockerContainer [2020-08-26T19:04:02.741Z] prd-centos7-docker-4c-2g-415 does not seem to be running inside a container [2020-08-26T19:04:02.788Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat [2020-08-26T19:04:03.498Z] $ docker top dbb5b7766489e9013324a09d2315b2b9a6dce7f82c45bb1559a16d7186c217e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-26T19:04:04.016Z] + go version [2020-08-26T19:04:04.016Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-26T19:04:04.027Z] ========================================================= [2020-08-26T19:04:04.027Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-26T19:04:04.027Z] ========================================================= [Pipeline] sh [2020-08-26T19:04:04.314Z] + make test [2020-08-26T19:04:04.314Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-26T19:04:06.872Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-26T19:04:15.106Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-26T19:04:21.803Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-26T19:04:21.803Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-26T19:04:21.803Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-26T19:04:21.803Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-26T19:04:23.204Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.011s [2020-08-26T19:04:23.204Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-26T19:04:23.204Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-26T19:04:23.204Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-26T19:04:23.465Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-26T19:04:23.733Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-26T19:04:23.999Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-26T19:04:23.999Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-26T19:04:23.999Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-26T19:04:29.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.033s coverage: 46.6% of statements [2020-08-26T19:04:29.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-26T19:04:29.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-26T19:04:29.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-26T19:04:29.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-26T19:04:29.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-26T19:04:31.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.097s coverage: 27.2% of statements [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-26T19:04:31.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.019s coverage: 100.0% of statements [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-26T19:04:31.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-26T19:04:31.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.030s coverage: 80.0% of statements [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-26T19:04:31.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.315s coverage: 92.9% of statements [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-26T19:04:31.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-26T19:04:32.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.118s coverage: 28.6% of statements [2020-08-26T19:04:32.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-26T19:04:32.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-26T19:04:32.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-26T19:04:32.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-26T19:04:32.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-26T19:04:33.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.025s coverage: 100.0% of statements [2020-08-26T19:04:33.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-26T19:04:33.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements [2020-08-26T19:04:33.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-26T19:04:33.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.017s coverage: 89.8% of statements [2020-08-26T19:04:33.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-26T19:04:34.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.018s coverage: 97.5% of statements [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-26T19:04:34.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-26T19:04:34.634Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-26T19:04:34.635Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-26T19:04:34.635Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.018s coverage: 58.8% of statements [2020-08-26T19:04:34.635Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-26T19:04:34.635Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-26T19:04:34.635Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-26T19:04:35.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.055s coverage: 63.5% of statements [2020-08-26T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-26T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-26T19:04:35.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements [2020-08-26T19:04:35.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.143s coverage: 55.9% of statements [2020-08-26T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-26T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-26T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-26T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.737s coverage: 86.3% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.305s coverage: 72.2% of statements [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.080s coverage: 72.1% of statements [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.012s coverage: 82.4% of statements [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.016s coverage: 96.8% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.049s coverage: 26.9% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.154s coverage: 84.1% of statements [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.005s coverage: 100.0% of statements [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 42.9% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.011s coverage: 83.8% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.036s coverage: 45.9% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.060s coverage: 100.0% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.009s coverage: 100.0% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.011s coverage: 100.0% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.058s coverage: 29.1% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.025s coverage: 99.0% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.027s coverage: 100.0% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-26T19:04:50.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [2020-08-26T19:04:50.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-08-26T19:04:50.603Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-26T19:04:50.603Z] GO111MODULE=on go vet ./... [2020-08-26T19:04:54.838Z] gofmt -l . [2020-08-26T19:04:54.890Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-416 in /w/workspace/edgexfoundry_edgex-go_PR-2673 [Pipeline] { [Pipeline] ws [2020-08-26T19:04:54.977Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-08-26T19:04:55.101Z] [ "`gofmt -l .`" = "" ] [2020-08-26T19:04:55.673Z] ./bin/test-go-mod-tidy.sh [2020-08-26T19:04:56.248Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-26T19:04:57.928Z] + ls -al . [2020-08-26T19:04:57.928Z] total 552 [2020-08-26T19:04:57.928Z] drwxrwxr-x 10 1001 1001 4096 Aug 26 19:04 . [2020-08-26T19:04:57.928Z] drwxr-xr-x 4 root root 28 Aug 26 19:04 .. [2020-08-26T19:04:57.928Z] -rw-rw-r-- 1 1001 1001 11 Aug 26 19:02 .dockerignore [2020-08-26T19:04:57.928Z] drwxrwxr-x 8 1001 1001 179 Aug 26 19:02 .git [2020-08-26T19:04:57.928Z] drwxrwxr-x 3 1001 1001 60 Aug 26 19:02 .github [2020-08-26T19:04:57.928Z] -rw-rw-r-- 1 1001 1001 932 Aug 26 19:02 .gitignore [2020-08-26T19:04:57.928Z] drwx------ 3 1001 1001 47 Aug 26 19:02 .semver [2020-08-26T19:04:57.928Z] -rw-rw-r-- 1 1001 1001 166 Aug 26 19:02 .sonarcloud.properties [2020-08-26T19:04:57.928Z] -rw-rw-r-- 1 1001 1001 3804 Aug 26 19:02 CONTRIBUTING.md [2020-08-26T19:04:57.928Z] -rw-rw-r-- 1 1001 1001 1035 Aug 26 19:02 Dockerfile.build [2020-08-26T19:04:57.928Z] -rw-rw-r-- 1 1001 1001 865 Aug 26 19:02 Jenkinsfile [2020-08-26T19:04:57.928Z] -rw-rw-r-- 1 1001 1001 10775 Aug 26 19:02 LICENSE [2020-08-26T19:04:57.928Z] -rw-rw-r-- 1 1001 1001 6237 Aug 26 19:02 Makefile [2020-08-26T19:04:57.928Z] -rw-rw-r-- 1 1001 1001 5652 Aug 26 19:02 README.md [2020-08-26T19:04:57.928Z] -rw-rw-r-- 1 1001 1001 259 Aug 26 19:02 SECURITY.md [2020-08-26T19:04:57.928Z] -rw-rw-r-- 1 1001 1001 5 Aug 26 19:02 VERSION [2020-08-26T19:04:57.928Z] -rw-rw-r-- 1 1001 1001 4131 Aug 26 19:02 ZMQWindows.md [2020-08-26T19:04:57.928Z] drwxrwxr-x 2 1001 1001 117 Aug 26 19:02 bin [2020-08-26T19:04:57.928Z] drwxrwxr-x 15 1001 1001 4096 Aug 26 19:02 cmd [2020-08-26T19:04:57.928Z] -rw-r--r-- 1 root root 458659 Aug 26 19:04 coverage.out [2020-08-26T19:04:57.928Z] -rw-r--r-- 1 root root 1019 Aug 26 19:04 go.mod [2020-08-26T19:04:57.928Z] -rw-r--r-- 1 root root 19185 Aug 26 19:04 go.sum [2020-08-26T19:04:57.928Z] drwxrwxr-x 8 1001 1001 127 Aug 26 19:02 internal [2020-08-26T19:04:57.928Z] drwxrwxr-x 4 1001 1001 26 Aug 26 19:02 openapi [2020-08-26T19:04:57.928Z] drwxrwxr-x 4 1001 1001 71 Aug 26 19:02 snap [2020-08-26T19:04:57.928Z] -rw-rw-r-- 1 1001 1001 168 Aug 26 19:02 version.go [Pipeline] sh [2020-08-26T19:04:58.230Z] + '[' -e coverage.out ] [2020-08-26T19:04:58.230Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-26T19:04:58.413Z] Stashed 1 file(s) [Pipeline] sh [2020-08-26T19:04:58.869Z] + make build [2020-08-26T19:04:58.869Z] 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 [2020-08-26T19:04:59.881Z] using credential edgex-jenkins-ssh [2020-08-26T19:04:59.952Z] Cloning the remote Git repository [2020-08-26T19:04:59.952Z] Cloning with configured refspecs honoured and without tags [2020-08-26T19:05:00.024Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-26T19:05:00.154Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-08-26T19:05:00.229Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-26T19:05:00.231Z] > git --version # timeout=10 [2020-08-26T19:05:00.256Z] > git --version # 'git version 2.17.1' [2020-08-26T19:05:00.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-26T19:05:00.303Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2673/head:refs/remotes/origin/PR-2673 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-26T19:05:04.452Z] 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 [2020-08-26T19:05:07.759Z] 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 [2020-08-26T19:05:09.672Z] 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 [2020-08-26T19:05:11.072Z] 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 [2020-08-26T19:05:14.382Z] 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 [2020-08-26T19:05:14.382Z] 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 [2020-08-26T19:05:14.515Z] Fetching without tags [2020-08-26T19:05:15.079Z] Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:05:14.334Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-26T19:05:14.364Z] > git config --add remote.origin.fetch +refs/pull/2673/head:refs/remotes/origin/PR-2673 # timeout=10 [2020-08-26T19:05:14.385Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-26T19:05:14.468Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-26T19:05:14.536Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-26T19:05:14.537Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-26T19:05:14.551Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2673/head:refs/remotes/origin/PR-2673 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-26T19:05:15.099Z] > git config core.sparsecheckout # timeout=10 [2020-08-26T19:05:15.120Z] > git checkout -f c580342043709edb5b518f28a961cca9fe3013ca # timeout=10 [2020-08-26T19:05:15.410Z] > git remote # timeout=10 [2020-08-26T19:05:15.431Z] > git config --get remote.origin.url # timeout=10 [2020-08-26T19:05:15.443Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-26T19:05:15.453Z] > git merge 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 [2020-08-26T19:05:15.477Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-26T19:05:15.495Z] Merge succeeded, producing c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:05:15.495Z] Checking out Revision c580342043709edb5b518f28a961cca9fe3013ca (PR-2673) [2020-08-26T19:05:16.942Z] 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 [2020-08-26T19:05:15.502Z] > git config core.sparsecheckout # timeout=10 [2020-08-26T19:05:15.522Z] > git checkout -f c580342043709edb5b518f28a961cca9fe3013ca # timeout=10 [2020-08-26T19:05:18.329Z] 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 [2020-08-26T19:05:19.726Z] 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 [2020-08-26T19:05:19.864Z] Commit message: "feat(sdk): Adding vault configuration default env variable This allows setting VAULT_LOCAL_CONFIG variable from the compose file. This was useful in https://github.com/edgexfoundry/edgex-examples/pull/7 to allow edgex to run in docker swarm because 'mlock' needed to be disabled in the configuration." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-26T19:05:21.125Z] 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 [2020-08-26T19:05:22.513Z] 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 [2020-08-26T19:05:23.901Z] 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] } [2020-08-26T19:05:24.871Z] $ docker stop --time=1 dbb5b7766489e9013324a09d2315b2b9a6dce7f82c45bb1559a16d7186c217e5 [2020-08-26T19:05:26.454Z] $ docker rm -f dbb5b7766489e9013324a09d2315b2b9a6dce7f82c45bb1559a16d7186c217e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-26T19:05:29.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-26T19:05:29.793Z] [2020-08-26T19:05:29.793Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-26T19:05:30.139Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-26T19:05:30.139Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-26T19:05:30.139Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-26T19:05:30.139Z] ca9280d653b3: Pulling fs layer [2020-08-26T19:05:30.139Z] 7e9c9ca2126c: Pulling fs layer [2020-08-26T19:05:30.139Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-26T19:05:30.139Z] cbdbe7a5bc2a: Download complete [2020-08-26T19:05:30.404Z] ca9280d653b3: Verifying Checksum [2020-08-26T19:05:30.404Z] ca9280d653b3: Download complete [2020-08-26T19:05:30.673Z] cbdbe7a5bc2a: Pull complete [2020-08-26T19:05:31.247Z] 7e9c9ca2126c: Verifying Checksum [2020-08-26T19:05:31.247Z] 7e9c9ca2126c: Download complete [2020-08-26T19:05:31.508Z] ca9280d653b3: Pull complete [Pipeline] echo [2020-08-26T19:05:32.284Z] ========================================================= [2020-08-26T19:05:32.284Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-26T19:05:32.284Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-26T19:05:33.119Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-26T19:05:37.436Z] Sending build context to Docker daemon 323.1MB [2020-08-26T19:05:37.436Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-26T19:05:37.436Z] Step 2/7 : FROM ${BASE} [2020-08-26T19:05:37.436Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-26T19:05:37.436Z] b538f80385f9: Pulling fs layer [2020-08-26T19:05:37.436Z] 74f711af9a0d: Pulling fs layer [2020-08-26T19:05:37.436Z] 99f96fe45779: Pulling fs layer [2020-08-26T19:05:37.436Z] fd7a069fd194: Pulling fs layer [2020-08-26T19:05:37.436Z] 66aa3694b03b: Pulling fs layer [2020-08-26T19:05:37.436Z] 170f70906a0f: Pulling fs layer [2020-08-26T19:05:37.436Z] ad7c5574e4b9: Pulling fs layer [2020-08-26T19:05:37.436Z] e772456be8f7: Pulling fs layer [2020-08-26T19:05:37.436Z] c890913d741a: Pulling fs layer [2020-08-26T19:05:37.436Z] 2480fcc9aa5a: Pulling fs layer [2020-08-26T19:05:37.436Z] 09adf4765672: Pulling fs layer [2020-08-26T19:05:37.436Z] fd7a069fd194: Waiting [2020-08-26T19:05:37.436Z] 66aa3694b03b: Waiting [2020-08-26T19:05:37.436Z] 170f70906a0f: Waiting [2020-08-26T19:05:37.436Z] ad7c5574e4b9: Waiting [2020-08-26T19:05:37.436Z] e772456be8f7: Waiting [2020-08-26T19:05:37.436Z] c890913d741a: Waiting [2020-08-26T19:05:37.436Z] 2480fcc9aa5a: Waiting [2020-08-26T19:05:37.436Z] 09adf4765672: Waiting [2020-08-26T19:05:37.436Z] 99f96fe45779: Verifying Checksum [2020-08-26T19:05:37.436Z] 99f96fe45779: Download complete [2020-08-26T19:05:37.436Z] 74f711af9a0d: Download complete [2020-08-26T19:05:37.436Z] 66aa3694b03b: Verifying Checksum [2020-08-26T19:05:37.436Z] 66aa3694b03b: Download complete [2020-08-26T19:05:37.436Z] 170f70906a0f: Download complete [2020-08-26T19:05:37.436Z] b538f80385f9: Verifying Checksum [2020-08-26T19:05:38.128Z] 7e9c9ca2126c: Pull complete [2020-08-26T19:05:38.128Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-26T19:05:38.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-26T19:05:38.128Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-26T19:05:38.250Z] prd-centos7-docker-4c-2g-415 does not seem to be running inside a container [2020-08-26T19:05:38.292Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10003/edgex-devops/edgex-compose:latest cat [2020-08-26T19:05:38.423Z] b538f80385f9: Pull complete [2020-08-26T19:05:38.701Z] 74f711af9a0d: Pull complete [2020-08-26T19:05:39.306Z] 99f96fe45779: Pull complete [2020-08-26T19:05:40.760Z] ad7c5574e4b9: Verifying Checksum [2020-08-26T19:05:40.760Z] ad7c5574e4b9: Download complete [2020-08-26T19:05:40.760Z] c890913d741a: Verifying Checksum [2020-08-26T19:05:40.760Z] c890913d741a: Download complete [2020-08-26T19:05:41.423Z] $ docker top 6e2c9011a64323aabafc20cb732bbbf752a6e067e3339070ca7e397f1c0bed06 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-26T19:05:42.014Z] + docker-compose build --help [2020-08-26T19:05:42.014Z] + grep parallel [2020-08-26T19:05:42.726Z] 2480fcc9aa5a: Verifying Checksum [2020-08-26T19:05:42.726Z] 2480fcc9aa5a: Download complete [2020-08-26T19:05:42.726Z] 09adf4765672: Verifying Checksum [2020-08-26T19:05:42.726Z] 09adf4765672: Download complete [2020-08-26T19:05:42.726Z] e772456be8f7: Verifying Checksum [2020-08-26T19:05:42.726Z] e772456be8f7: Download complete [2020-08-26T19:05:42.956Z] --parallel Build images in parallel. [Pipeline] } [2020-08-26T19:05:42.970Z] $ docker stop --time=1 6e2c9011a64323aabafc20cb732bbbf752a6e067e3339070ca7e397f1c0bed06 [2020-08-26T19:05:42.996Z] fd7a069fd194: Verifying Checksum [2020-08-26T19:05:42.996Z] fd7a069fd194: Download complete [2020-08-26T19:05:44.324Z] $ docker rm -f 6e2c9011a64323aabafc20cb732bbbf752a6e067e3339070ca7e397f1c0bed06 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-26T19:05:44.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-26T19:05:44.913Z] . [Pipeline] withDockerContainer [2020-08-26T19:05:45.025Z] prd-centos7-docker-4c-2g-415 does not seem to be running inside a container [2020-08-26T19:05:45.069Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-26T19:05:45.732Z] $ docker top fb29b2d6082c659b14fe5bc4c1d29f07e8a00019230929656eac9a3c22da5a77 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-26T19:05:46.182Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-26T19:05:47.125Z] Building docker-core-command-go ... [2020-08-26T19:05:47.125Z] Building docker-core-data-go ... [2020-08-26T19:05:47.125Z] Building docker-core-metadata-go ... [2020-08-26T19:05:47.125Z] Building docker-security-proxy-setup-go ... [2020-08-26T19:05:47.125Z] Building docker-security-secrets-setup-go ... [2020-08-26T19:05:47.125Z] Building docker-security-secretstore-setup-go ... [2020-08-26T19:05:47.125Z] Building docker-support-logging-go ... [2020-08-26T19:05:47.125Z] Building docker-support-notifications-go ... [2020-08-26T19:05:47.125Z] Building docker-support-scheduler-go ... [2020-08-26T19:05:47.125Z] Building docker-sys-mgmt-agent-go ... [2020-08-26T19:05:47.125Z] Building docker-core-data-go [2020-08-26T19:05:47.125Z] Building docker-core-metadata-go [2020-08-26T19:05:47.125Z] Building docker-security-proxy-setup-go [2020-08-26T19:05:47.125Z] Building docker-security-secrets-setup-go [2020-08-26T19:05:47.125Z] Building docker-sys-mgmt-agent-go [2020-08-26T19:05:55.416Z] fd7a069fd194: Pull complete [2020-08-26T19:05:55.416Z] 66aa3694b03b: Pull complete [2020-08-26T19:05:55.416Z] 170f70906a0f: Pull complete [2020-08-26T19:05:58.823Z] ad7c5574e4b9: Pull complete [2020-08-26T19:06:03.147Z] e772456be8f7: Pull complete [2020-08-26T19:06:03.420Z] c890913d741a: Pull complete [2020-08-26T19:06:06.095Z] 2480fcc9aa5a: Pull complete [2020-08-26T19:06:07.516Z] 09adf4765672: Pull complete [2020-08-26T19:06:07.516Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-26T19:06:07.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-26T19:06:07.516Z] ---> 2248a725d1cf [2020-08-26T19:06:07.516Z] 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 [2020-08-26T19:06:12.901Z] ---> Running in 17b2b8e67472 [2020-08-26T19:06:13.773Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:06:13.773Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:06:13.773Z] ---> 885d1f2a8189 [2020-08-26T19:06:13.773Z] Step 3/23 : WORKDIR /edgex-go [2020-08-26T19:06:13.773Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:06:13.773Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:06:13.773Z] ---> 885d1f2a8189 [2020-08-26T19:06:13.773Z] Step 3/27 : WORKDIR /edgex-go [2020-08-26T19:06:13.773Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:06:13.773Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-26T19:06:13.773Z] ---> 885d1f2a8189 [2020-08-26T19:06:13.773Z] Step 3/29 : WORKDIR /edgex-go [2020-08-26T19:06:13.773Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:06:13.773Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:06:13.773Z] ---> 885d1f2a8189 [2020-08-26T19:06:13.773Z] Step 3/20 : WORKDIR /edgex-go [2020-08-26T19:06:13.773Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:06:13.773Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:06:13.773Z] ---> 885d1f2a8189 [2020-08-26T19:06:13.773Z] Step 3/22 : WORKDIR /edgex-go [2020-08-26T19:06:13.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:06:14.035Z] ---> Running in 92eec781acc1 [2020-08-26T19:06:14.035Z] ---> Running in c6e93cc36804 [2020-08-26T19:06:14.035Z] ---> Running in 902ccf0f1099 [2020-08-26T19:06:14.035Z] ---> Running in 31364270a614 [2020-08-26T19:06:14.035Z] ---> Running in 5cca0ee31665 [2020-08-26T19:06:14.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:06:14.619Z] Removing intermediate container c6e93cc36804 [2020-08-26T19:06:14.619Z] ---> a25f7f61e7c8 [2020-08-26T19:06:14.619Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:06:14.619Z] Removing intermediate container 31364270a614 [2020-08-26T19:06:14.619Z] ---> ff77d303fc3c [2020-08-26T19:06:14.619Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:06:14.619Z] Removing intermediate container 92eec781acc1 [2020-08-26T19:06:14.619Z] ---> bf813cc5c48d [2020-08-26T19:06:14.619Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:06:14.619Z] Removing intermediate container 902ccf0f1099 [2020-08-26T19:06:14.619Z] ---> fc73357573bf [2020-08-26T19:06:14.619Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:06:14.619Z] Removing intermediate container 5cca0ee31665 [2020-08-26T19:06:14.619Z] ---> 7570631934af [2020-08-26T19:06:14.619Z] Step 4/29 : RUN apk update && apk add make git [2020-08-26T19:06:14.880Z] ---> Running in c1c38105a2f0 [2020-08-26T19:06:14.880Z] ---> Running in 3893e1a9a6ff [2020-08-26T19:06:14.880Z] ---> Running in f69d37f7996b [2020-08-26T19:06:14.880Z] ---> Running in ebf941502b69 [2020-08-26T19:06:14.880Z] ---> Running in b92f1389f0fe [2020-08-26T19:06:15.436Z] (1/12) Installing libmagic (5.38-r0) [2020-08-26T19:06:15.707Z] (2/12) Installing file (5.38-r0) [2020-08-26T19:06:15.978Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-26T19:06:15.978Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-26T19:06:16.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:06:16.541Z] Removing intermediate container c1c38105a2f0 [2020-08-26T19:06:16.541Z] ---> 6d4aef7184d5 [2020-08-26T19:06:16.541Z] Step 5/20 : RUN apk update && apk add make git [2020-08-26T19:06:16.803Z] ---> Running in 9f217aff1a79 [2020-08-26T19:06:16.803Z] Removing intermediate container 3893e1a9a6ff [2020-08-26T19:06:16.803Z] ---> 7eadf56adc56 [2020-08-26T19:06:16.803Z] Step 5/22 : RUN apk update && apk add make git [2020-08-26T19:06:16.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:06:17.065Z] ---> Running in f55a75b9a043 [2020-08-26T19:06:17.065Z] Removing intermediate container f69d37f7996b [2020-08-26T19:06:17.065Z] ---> 3d5541e80267 [2020-08-26T19:06:17.065Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-26T19:06:17.065Z] Removing intermediate container ebf941502b69 [2020-08-26T19:06:17.065Z] ---> 61ee0a48bdc8 [2020-08-26T19:06:17.065Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-26T19:06:17.332Z] ---> Running in 42076574c33b [2020-08-26T19:06:17.332Z] ---> Running in 4c593e4a15b2 [2020-08-26T19:06:17.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:06:17.593Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:06:17.593Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:06:17.593Z] OK: 12746 distinct packages available [2020-08-26T19:06:17.858Z] OK: 233 MiB in 51 packages [2020-08-26T19:06:17.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:06:18.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:06:18.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:06:18.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:06:18.380Z] Removing intermediate container b92f1389f0fe [2020-08-26T19:06:18.380Z] ---> 233d43cd36dd [2020-08-26T19:06:18.380Z] Step 5/29 : COPY go.mod . [2020-08-26T19:06:18.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:06:18.640Z] ---> 2d477b03383e [2020-08-26T19:06:18.640Z] Step 6/29 : RUN go mod download [2020-08-26T19:06:18.640Z] ---> Running in 6c1808aed457 [2020-08-26T19:06:18.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:06:18.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:06:18.901Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:06:18.901Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:06:18.901Z] OK: 12746 distinct packages available [2020-08-26T19:06:19.170Z] OK: 233 MiB in 51 packages [2020-08-26T19:06:19.357Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-26T19:06:19.357Z] (6/12) Installing patch (2.7.6-r6) [2020-08-26T19:06:19.357Z] (7/12) Installing build-base (0.5-r2) [2020-08-26T19:06:19.357Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-26T19:06:19.357Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-26T19:06:19.626Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-26T19:06:19.626Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-26T19:06:19.789Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:06:19.789Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:06:19.789Z] OK: 12746 distinct packages available [2020-08-26T19:06:19.789Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:06:19.789Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:06:19.789Z] OK: 12746 distinct packages available [2020-08-26T19:06:19.789Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:06:19.789Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:06:19.789Z] OK: 12746 distinct packages available [2020-08-26T19:06:19.789Z] Removing intermediate container 9f217aff1a79 [2020-08-26T19:06:19.789Z] ---> 87caad510e25 [2020-08-26T19:06:19.789Z] Step 6/20 : COPY go.mod . [2020-08-26T19:06:19.789Z] OK: 233 MiB in 51 packages [2020-08-26T19:06:19.789Z] OK: 233 MiB in 51 packages [2020-08-26T19:06:19.896Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-26T19:06:19.896Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:06:19.896Z] OK: 217 MiB in 51 packages [2020-08-26T19:06:20.053Z] OK: 233 MiB in 51 packages [2020-08-26T19:06:20.053Z] ---> 8d825608100e [2020-08-26T19:06:20.053Z] Step 7/20 : RUN go mod download [2020-08-26T19:06:20.314Z] ---> Running in 7f446fac8a68 [2020-08-26T19:06:20.889Z] Removing intermediate container 42076574c33b [2020-08-26T19:06:20.890Z] ---> 21bf8ea483bf [2020-08-26T19:06:20.890Z] Step 6/23 : COPY go.mod . [2020-08-26T19:06:21.152Z] Removing intermediate container f55a75b9a043 [2020-08-26T19:06:21.152Z] ---> fbb6b77363e3 [2020-08-26T19:06:21.152Z] Step 6/22 : COPY go.mod . [2020-08-26T19:06:21.152Z] Removing intermediate container 4c593e4a15b2 [2020-08-26T19:06:21.152Z] ---> e57d40b10c05 [2020-08-26T19:06:21.152Z] Step 6/27 : COPY go.mod . [2020-08-26T19:06:21.152Z] Removing intermediate container 6c1808aed457 [2020-08-26T19:06:21.152Z] ---> d60c4ed7b970 [2020-08-26T19:06:21.152Z] Step 7/29 : COPY . . [2020-08-26T19:06:21.152Z] ---> b197fe249a1b [2020-08-26T19:06:21.152Z] Step 7/23 : RUN go mod download [2020-08-26T19:06:21.413Z] ---> Running in abc019fcd36d [2020-08-26T19:06:21.413Z] ---> 2d777d898d0c [2020-08-26T19:06:21.413Z] Step 7/22 : RUN go mod download [2020-08-26T19:06:21.673Z] ---> 5489b1a7f3c3 [2020-08-26T19:06:21.673Z] Step 7/27 : RUN go mod download [2020-08-26T19:06:22.622Z] ---> Running in b5472f318570 [2020-08-26T19:06:22.622Z] ---> Running in 4bcd4d9f7f70 [2020-08-26T19:06:24.188Z] Removing intermediate container 17b2b8e67472 [2020-08-26T19:06:24.188Z] ---> 7f4a019662e2 [2020-08-26T19:06:24.188Z] Step 4/7 : WORKDIR /edgex-go [2020-08-26T19:06:24.188Z] ---> Running in 4754d48b5ed3 [2020-08-26T19:06:24.779Z] Removing intermediate container 4754d48b5ed3 [2020-08-26T19:06:24.779Z] ---> f5a07c7fa869 [2020-08-26T19:06:24.779Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-26T19:06:25.048Z] latest: Pulling from library/docker [2020-08-26T19:06:25.048Z] b538f80385f9: Already exists [2020-08-26T19:06:25.048Z] 259a493cd78d: Pulling fs layer [2020-08-26T19:06:25.048Z] b8e66b5100f5: Pulling fs layer [2020-08-26T19:06:25.048Z] 39dc9c94d07c: Pulling fs layer [2020-08-26T19:06:25.048Z] 551b823b3b82: Pulling fs layer [2020-08-26T19:06:25.048Z] 3c52a74df98c: Pulling fs layer [2020-08-26T19:06:25.048Z] 6c9b121b6998: Pulling fs layer [2020-08-26T19:06:25.048Z] 551b823b3b82: Waiting [2020-08-26T19:06:25.048Z] 3c52a74df98c: Waiting [2020-08-26T19:06:25.048Z] 6c9b121b6998: Waiting [2020-08-26T19:06:25.330Z] b8e66b5100f5: Verifying Checksum [2020-08-26T19:06:25.330Z] b8e66b5100f5: Download complete [2020-08-26T19:06:25.330Z] 259a493cd78d: Verifying Checksum [2020-08-26T19:06:25.330Z] 259a493cd78d: Download complete [2020-08-26T19:06:25.606Z] 551b823b3b82: Download complete [2020-08-26T19:06:25.606Z] 3c52a74df98c: Verifying Checksum [2020-08-26T19:06:25.606Z] 3c52a74df98c: Download complete [2020-08-26T19:06:25.606Z] 6c9b121b6998: Verifying Checksum [2020-08-26T19:06:25.606Z] 6c9b121b6998: Download complete [2020-08-26T19:06:26.205Z] 259a493cd78d: Pull complete [2020-08-26T19:06:26.478Z] b8e66b5100f5: Pull complete [2020-08-26T19:06:26.751Z] 39dc9c94d07c: Verifying Checksum [2020-08-26T19:06:26.751Z] 39dc9c94d07c: Download complete [2020-08-26T19:06:26.843Z] Removing intermediate container 7f446fac8a68 [2020-08-26T19:06:26.843Z] ---> 88bfcaa880f4 [2020-08-26T19:06:26.843Z] Step 8/20 : COPY . . [2020-08-26T19:06:30.129Z] 39dc9c94d07c: Pull complete [2020-08-26T19:06:30.129Z] 551b823b3b82: Pull complete [2020-08-26T19:06:30.401Z] 3c52a74df98c: Pull complete [2020-08-26T19:06:30.675Z] 6c9b121b6998: Pull complete [2020-08-26T19:06:30.675Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-26T19:06:30.675Z] Status: Downloaded newer image for docker:latest [2020-08-26T19:06:33.470Z] Removing intermediate container abc019fcd36d [2020-08-26T19:06:33.470Z] ---> cc39d77a91c8 [2020-08-26T19:06:33.470Z] Step 8/23 : COPY . . [2020-08-26T19:06:34.061Z] ---> 288b6ef848ba [2020-08-26T19:06:34.061Z] Step 6/7 : COPY go.mod . [2020-08-26T19:06:34.657Z] ---> 0879d275ba18 [2020-08-26T19:06:34.657Z] Step 7/7 : RUN go mod download [2020-08-26T19:06:34.657Z] ---> Running in eaf53567d23c [2020-08-26T19:06:36.029Z] Removing intermediate container b5472f318570 [2020-08-26T19:06:36.029Z] ---> c1560e12dec4 [2020-08-26T19:06:36.029Z] Step 8/22 : COPY . . [2020-08-26T19:06:38.976Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-26T19:06:38.976Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-26T19:06:38.976Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-26T19:06:38.976Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-26T19:06:38.976Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-26T19:06:38.976Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-26T19:06:38.976Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-26T19:06:38.976Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-26T19:06:38.976Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-26T19:06:38.976Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-26T19:06:38.976Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-26T19:06:38.976Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-26T19:06:38.976Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-26T19:06:38.976Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-26T19:06:38.976Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-26T19:06:38.976Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-26T19:06:39.255Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-26T19:06:39.255Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-26T19:06:39.255Z] go: finding github.com/fatih/color v1.7.0 [2020-08-26T19:06:39.255Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-26T19:06:39.255Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-26T19:06:39.255Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-26T19:06:39.536Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-26T19:06:39.536Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-26T19:06:39.536Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-26T19:06:39.536Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-26T19:06:39.536Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-26T19:06:39.536Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-26T19:06:39.536Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-26T19:06:39.810Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-26T19:06:39.810Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-26T19:06:39.810Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-26T19:06:39.810Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-26T19:06:39.810Z] go: finding github.com/google/uuid v1.1.0 [2020-08-26T19:06:39.810Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-26T19:06:40.083Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-26T19:06:40.083Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-26T19:06:40.083Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-26T19:06:40.083Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-26T19:06:40.083Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-26T19:06:40.083Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-26T19:06:40.083Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-26T19:06:40.270Z] Removing intermediate container 4bcd4d9f7f70 [2020-08-26T19:06:40.270Z] ---> aaf7fdf67d18 [2020-08-26T19:06:40.270Z] Step 8/27 : COPY . . [2020-08-26T19:06:40.355Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-26T19:06:40.355Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-26T19:06:40.355Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-26T19:06:40.355Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-26T19:06:40.355Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-26T19:06:40.355Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-26T19:06:40.625Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-26T19:06:40.625Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-26T19:06:40.625Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-26T19:06:40.625Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-26T19:06:40.625Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-26T19:06:40.625Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-26T19:06:40.897Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-26T19:06:40.897Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-26T19:06:40.897Z] go: finding github.com/kr/pty v1.1.1 [2020-08-26T19:06:40.897Z] go: finding github.com/kr/text v0.1.0 [2020-08-26T19:06:40.897Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-26T19:06:40.897Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-26T19:06:40.897Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-26T19:06:41.167Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-26T19:06:41.167Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-26T19:06:41.167Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-26T19:06:41.167Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-26T19:06:41.167Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-26T19:06:41.167Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-26T19:06:41.436Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-26T19:06:41.436Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-26T19:06:41.436Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-26T19:06:41.436Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-26T19:06:41.436Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-26T19:06:41.436Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-26T19:06:41.708Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-26T19:06:41.708Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-26T19:06:41.708Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-26T19:06:41.708Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-26T19:06:41.708Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-26T19:06:41.708Z] go: finding github.com/posener/complete v1.1.1 [2020-08-26T19:06:41.708Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-26T19:06:41.981Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-26T19:06:41.981Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-26T19:06:41.981Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-26T19:06:41.981Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-26T19:06:41.981Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-26T19:06:41.981Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-26T19:06:42.252Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-26T19:06:42.252Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-26T19:06:42.252Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-26T19:06:42.252Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-26T19:06:42.252Z] go: finding golang.org/x/text v0.3.2 [2020-08-26T19:06:42.252Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-26T19:06:42.252Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-26T19:06:42.524Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-26T19:06:42.524Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-26T19:06:42.524Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-26T19:06:42.524Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-26T19:07:02.289Z] ---> b1f9a780dfe9 [2020-08-26T19:07:02.289Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-26T19:07:02.289Z] ---> 92153dd4bff9 [2020-08-26T19:07:02.289Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-26T19:07:02.289Z] ---> Running in 19e6b1927c46 [2020-08-26T19:07:02.289Z] ---> Running in 970ebb00e255 [2020-08-26T19:07:04.700Z] Removing intermediate container eaf53567d23c [2020-08-26T19:07:04.700Z] ---> c698e9dae17c [2020-08-26T19:07:04.700Z] Successfully built c698e9dae17c [2020-08-26T19:07:04.700Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [2020-08-26T19:07:04.861Z] 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 [2020-08-26T19:07:04.861Z] 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 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-26T19:07:05.440Z] ---> 40571b8d302d [2020-08-26T19:07:05.440Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-26T19:07:05.480Z] + docker inspect -f . ci-base-image-arm64 [2020-08-26T19:07:05.480Z] . [Pipeline] withDockerContainer [2020-08-26T19:07:05.708Z] ---> e1219908d729 [2020-08-26T19:07:05.708Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-26T19:07:05.708Z] ---> Running in 75ed3011745a [2020-08-26T19:07:05.752Z] prd-ubuntu18.04-docker-arm64-4c-16g-416 does not seem to be running inside a container [2020-08-26T19:07:05.809Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-arm64 cat [2020-08-26T19:07:05.979Z] ---> Running in ced10c56d853 [2020-08-26T19:07:07.336Z] $ docker top 548aedca61de9ac803d0347799b72e5347a5d555f995bdcefcad98a1f359cb51 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-26T19:07:07.944Z] 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 [2020-08-26T19:07:07.944Z] 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 [2020-08-26T19:07:08.366Z] + go version [2020-08-26T19:07:08.366Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-26T19:07:08.384Z] ========================================================= [2020-08-26T19:07:08.384Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-26T19:07:08.384Z] ========================================================= [Pipeline] sh [2020-08-26T19:07:08.524Z] ---> a03a8da42fe9 [2020-08-26T19:07:08.524Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-26T19:07:08.788Z] ---> Running in a6dc52a93cd2 [2020-08-26T19:07:09.029Z] + make test [2020-08-26T19:07:09.029Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-26T19:07:09.366Z] 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 [2020-08-26T19:07:11.649Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-26T19:07:36.099Z] Removing intermediate container 19e6b1927c46 [2020-08-26T19:07:36.099Z] ---> cff71646caa4 [2020-08-26T19:07:36.099Z] [2020-08-26T19:07:36.099Z] Step 10/20 : FROM alpine [2020-08-26T19:07:36.099Z] latest: Pulling from library/alpine [2020-08-26T19:07:36.099Z] Removing intermediate container 970ebb00e255 [2020-08-26T19:07:36.099Z] ---> 4fa92b119bf8 [2020-08-26T19:07:36.099Z] [2020-08-26T19:07:36.099Z] Step 9/29 : FROM alpine:latest [2020-08-26T19:07:36.099Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-26T19:07:36.099Z] Status: Downloaded newer image for alpine:latest [2020-08-26T19:07:36.099Z] ---> a24bb4013296 [2020-08-26T19:07:36.099Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-26T19:07:36.099Z] ---> Running in c29501261df3 [2020-08-26T19:07:36.099Z] latest: Pulling from library/alpine [2020-08-26T19:07:36.099Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-26T19:07:36.099Z] Status: Image is up to date for alpine:latest [2020-08-26T19:07:36.099Z] ---> a24bb4013296 [2020-08-26T19:07:36.099Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-26T19:07:36.099Z] ---> Running in c6b278f92436 [2020-08-26T19:07:36.099Z] Removing intermediate container c6b278f92436 [2020-08-26T19:07:36.099Z] ---> 6a2c97b5dc62 [2020-08-26T19:07:36.099Z] Step 11/29 : USER root [2020-08-26T19:07:36.099Z] ---> Running in 3489817ec350 [2020-08-26T19:07:36.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:07:36.099Z] Removing intermediate container 3489817ec350 [2020-08-26T19:07:36.099Z] ---> bd47505d4bd3 [2020-08-26T19:07:36.099Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-26T19:07:36.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:07:36.099Z] ---> Running in 1230f3a2599c [2020-08-26T19:07:36.099Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:07:36.099Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:07:36.099Z] OK: 12746 distinct packages available [2020-08-26T19:07:36.099Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-26T19:07:36.099Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-26T19:07:36.099Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-26T19:07:36.099Z] (4/4) Installing curl (7.69.1-r0) [2020-08-26T19:07:36.099Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:07:36.099Z] Executing ca-certificates-20191127-r4.trigger [2020-08-26T19:07:36.099Z] OK: 7 MiB in 18 packages [2020-08-26T19:07:36.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:07:36.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:07:36.099Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:07:36.099Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:07:36.099Z] OK: 12746 distinct packages available [2020-08-26T19:07:36.099Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-26T19:07:36.099Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-26T19:07:36.099Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:07:36.099Z] Executing ca-certificates-20191127-r4.trigger [2020-08-26T19:07:36.099Z] OK: 6 MiB in 16 packages [2020-08-26T19:07:37.519Z] Removing intermediate container c29501261df3 [2020-08-26T19:07:37.519Z] ---> 1938949a169f [2020-08-26T19:07:37.519Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-26T19:07:38.490Z] ---> Running in db27505c20c7 [2020-08-26T19:07:39.435Z] Removing intermediate container 1230f3a2599c [2020-08-26T19:07:39.435Z] ---> 961696c3a6a6 [2020-08-26T19:07:39.435Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-26T19:07:40.009Z] Removing intermediate container db27505c20c7 [2020-08-26T19:07:40.009Z] ---> eb288b22cc52 [2020-08-26T19:07:40.009Z] Step 13/20 : WORKDIR /edgex [2020-08-26T19:07:40.009Z] ---> Running in 48b61f15461c [2020-08-26T19:07:40.009Z] Removing intermediate container a6dc52a93cd2 [2020-08-26T19:07:40.009Z] ---> eb2bc90c88d4 [2020-08-26T19:07:40.009Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-26T19:07:40.580Z] ---> Running in bcac78752d78 [2020-08-26T19:07:40.841Z] ---> Running in 16cc3f1dddf4 [2020-08-26T19:07:41.120Z] Removing intermediate container 48b61f15461c [2020-08-26T19:07:41.120Z] ---> 6dd63814157d [2020-08-26T19:07:41.120Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-26T19:07:41.698Z] Removing intermediate container bcac78752d78 [2020-08-26T19:07:41.698Z] ---> f1a0a6e0268f [2020-08-26T19:07:41.698Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-26T19:07:41.698Z] ---> Running in 81ffa1164c8e [2020-08-26T19:07:42.278Z] 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 [2020-08-26T19:07:42.278Z] Removing intermediate container 81ffa1164c8e [2020-08-26T19:07:42.278Z] ---> c02527768717 [2020-08-26T19:07:42.278Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-26T19:07:42.278Z] ---> b3d7fdbaacb7 [2020-08-26T19:07:42.278Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-26T19:07:42.863Z] ---> Running in fd6df222805f [2020-08-26T19:07:43.994Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-26T19:07:48.167Z] ---> 1c3cf1dea5ac [2020-08-26T19:07:48.167Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-26T19:07:48.167Z] Removing intermediate container ced10c56d853 [2020-08-26T19:07:48.167Z] ---> 6c160d3d4c27 [2020-08-26T19:07:48.167Z] [2020-08-26T19:07:48.167Z] Step 10/22 : FROM scratch [2020-08-26T19:07:48.167Z] ---> [2020-08-26T19:07:48.167Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T19:07:48.167Z] ---> Running in a96f89a68df1 [2020-08-26T19:07:48.167Z] ---> Running in 01f255ce126c [2020-08-26T19:07:48.167Z] Removing intermediate container a96f89a68df1 [2020-08-26T19:07:48.167Z] ---> a2fb23051d0d [2020-08-26T19:07:48.167Z] Step 17/20 : CMD ["--init=true"] [2020-08-26T19:07:49.113Z] Removing intermediate container 01f255ce126c [2020-08-26T19:07:49.113Z] ---> 2cd8ee26c211 [2020-08-26T19:07:49.113Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-26T19:07:50.122Z] ---> Running in a2b21286af97 [2020-08-26T19:07:50.122Z] Removing intermediate container fd6df222805f [2020-08-26T19:07:50.122Z] ---> 1bb32a88c94f [2020-08-26T19:07:50.122Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-26T19:07:50.122Z] Removing intermediate container 16cc3f1dddf4 [2020-08-26T19:07:50.122Z] ---> a93aade73e41 [2020-08-26T19:07:50.122Z] [2020-08-26T19:07:50.122Z] Step 11/27 : FROM docker:latest [2020-08-26T19:07:50.122Z] ---> 81f5749c9058 [2020-08-26T19:07:50.122Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-26T19:07:50.122Z] ---> Running in 1067b1a99111 [2020-08-26T19:07:50.122Z] ---> Running in 2a6246ae1431 [2020-08-26T19:07:50.122Z] Removing intermediate container 75ed3011745a [2020-08-26T19:07:50.122Z] ---> 584548bc1797 [2020-08-26T19:07:50.122Z] [2020-08-26T19:07:50.122Z] Step 10/23 : FROM alpine [2020-08-26T19:07:50.122Z] ---> a24bb4013296 [2020-08-26T19:07:50.122Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T19:07:50.420Z] Removing intermediate container a2b21286af97 [2020-08-26T19:07:50.420Z] ---> 52abfe1c9c3b [2020-08-26T19:07:50.420Z] Step 18/20 : LABEL arch=x86_64 [2020-08-26T19:07:50.727Z] ---> Running in c6245355b5ab [2020-08-26T19:07:50.727Z] Removing intermediate container 1067b1a99111 [2020-08-26T19:07:50.727Z] ---> 2879ee6e8c50 [2020-08-26T19:07:50.727Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-26T19:07:50.727Z] ---> Running in b89d36a593bf [2020-08-26T19:07:50.727Z] ---> 8748ed560202 [2020-08-26T19:07:50.727Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-26T19:07:50.727Z] ---> Running in c79a701b0c87 [2020-08-26T19:07:50.727Z] Removing intermediate container c6245355b5ab [2020-08-26T19:07:50.727Z] ---> 737bd9d16b8a [2020-08-26T19:07:50.727Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-26T19:07:51.020Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:07:51.020Z] Removing intermediate container b89d36a593bf [2020-08-26T19:07:51.020Z] ---> 0a1e65f21e3b [2020-08-26T19:07:51.020Z] Step 19/20 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:07:51.020Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:07:51.020Z] ---> Running in 6f578fa0cd06 [2020-08-26T19:07:51.020Z] Removing intermediate container c79a701b0c87 [2020-08-26T19:07:51.020Z] ---> fe7f54f02203 [2020-08-26T19:07:51.020Z] Step 14/22 : WORKDIR / [2020-08-26T19:07:51.020Z] ---> Running in a6d6a2282c12 [2020-08-26T19:07:51.020Z] (1/2) Installing readline (8.0.4-r0) [2020-08-26T19:07:51.020Z] (2/2) Installing bash (5.0.17-r0) [2020-08-26T19:07:51.020Z] Executing bash-5.0.17-r0.post-install [2020-08-26T19:07:51.294Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:07:51.294Z] OK: 12 MiB in 22 packages [2020-08-26T19:07:51.294Z] ---> c5adc21e1d51 [2020-08-26T19:07:51.294Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-26T19:07:51.294Z] ---> Running in 8a3b2c933c05 [2020-08-26T19:07:51.294Z] Removing intermediate container 6f578fa0cd06 [2020-08-26T19:07:51.294Z] ---> c7ff2e027f06 [2020-08-26T19:07:51.294Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-26T19:07:51.556Z] Removing intermediate container a6d6a2282c12 [2020-08-26T19:07:51.556Z] ---> 7d4a57e1437b [2020-08-26T19:07:51.556Z] Step 20/20 : LABEL version=0.0.0 [2020-08-26T19:07:51.556Z] ---> Running in ffa8e1306d77 [2020-08-26T19:07:51.817Z] Removing intermediate container 8a3b2c933c05 [2020-08-26T19:07:51.817Z] ---> 522ec0215b28 [2020-08-26T19:07:51.817Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-26T19:07:51.817Z] ---> 6ff2996ec934 [2020-08-26T19:07:51.817Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-26T19:07:52.079Z] ---> Running in 600ef2b4f00d [2020-08-26T19:07:52.079Z] Removing intermediate container ffa8e1306d77 [2020-08-26T19:07:52.079Z] ---> 25ab03eb9a32 [2020-08-26T19:07:52.079Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:07:53.022Z] Removing intermediate container 2a6246ae1431 [2020-08-26T19:07:53.022Z] ---> cb714f81ab0b [2020-08-26T19:07:53.022Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-26T19:07:53.022Z] ---> ceb7736fbf29 [2020-08-26T19:07:53.022Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-26T19:07:53.284Z] ---> d41c27aa270a [2020-08-26T19:07:53.284Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-26T19:07:53.284Z] ---> Running in 72c9625fa35b [2020-08-26T19:07:53.284Z] ---> Running in b07604d445b2 [2020-08-26T19:07:53.284Z] Removing intermediate container 600ef2b4f00d [2020-08-26T19:07:53.284Z] ---> d4c008e3034a [2020-08-26T19:07:53.284Z] [2020-08-26T19:07:53.546Z] Successfully built d4c008e3034a [2020-08-26T19:07:53.815Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-26T19:07:53.815Z] ---> 5823aeafcda3 [2020-08-26T19:07:53.815Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-26T19:07:53.815Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-08-26T19:07:54.082Z] ---> ef5a81b7fd88 [2020-08-26T19:07:54.082Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-26T19:07:54.082Z] ---> Running in 7bf09975d41c [2020-08-26T19:07:54.665Z] ---> 117f5e9a5899 [2020-08-26T19:07:54.665Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-26T19:07:54.932Z] ---> Running in fb29b95dd157 [2020-08-26T19:07:56.412Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-26T19:07:56.412Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-26T19:07:56.412Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-26T19:07:56.412Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-26T19:07:58.247Z] Removing intermediate container fb29b95dd157 [2020-08-26T19:07:58.247Z] ---> 9e56552fd085 [2020-08-26T19:07:58.247Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T19:07:58.827Z] ---> Running in 0140c0c55442 [2020-08-26T19:07:58.827Z] Removing intermediate container 72c9625fa35b [2020-08-26T19:07:58.827Z] ---> 2cfd1a0a5f35 [2020-08-26T19:07:58.827Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-26T19:07:59.056Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s [2020-08-26T19:07:59.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-26T19:07:59.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-26T19:07:59.057Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-26T19:07:59.090Z] Removing intermediate container 7bf09975d41c [2020-08-26T19:07:59.090Z] ---> 7156bb729c49 [2020-08-26T19:07:59.090Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-26T19:07:59.090Z] Removing intermediate container b07604d445b2 [2020-08-26T19:07:59.090Z] ---> 91c83b707624 [2020-08-26T19:07:59.090Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-26T19:07:59.359Z] ---> Running in d364b6f9604a [2020-08-26T19:07:59.359Z] Removing intermediate container 0140c0c55442 [2020-08-26T19:07:59.359Z] ---> 6c19dddd0e6d [2020-08-26T19:07:59.359Z] Step 20/22 : LABEL arch=x86_64 [2020-08-26T19:08:00.308Z] ---> Running in 2926125eecee [2020-08-26T19:08:01.035Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-26T19:08:01.635Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-26T19:08:01.715Z] ---> Running in 6b1fa9033ff8 [2020-08-26T19:08:01.715Z] ---> 97c25a71666e [2020-08-26T19:08:01.715Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-26T19:08:02.232Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-26T19:08:02.232Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-26T19:08:02.233Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-26T19:08:02.696Z] ---> Running in 3fe368e89455 [2020-08-26T19:08:02.696Z] Removing intermediate container 2926125eecee [2020-08-26T19:08:02.696Z] ---> e1b9943860d0 [2020-08-26T19:08:02.696Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-26T19:08:02.696Z] Removing intermediate container 6b1fa9033ff8 [2020-08-26T19:08:02.696Z] ---> cf0ed62f41ec [2020-08-26T19:08:02.696Z] Step 21/22 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:08:03.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:08:03.907Z] ---> Running in 7965a7055b34 [2020-08-26T19:08:03.907Z] ---> Running in 0d4766949684 [2020-08-26T19:08:04.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:08:04.432Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-26T19:08:04.693Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-26T19:08:04.693Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-26T19:08:04.953Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:08:04.953Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:08:04.953Z] ---> 885d1f2a8189 [2020-08-26T19:08:04.953Z] Step 3/24 : WORKDIR /edgex-go [2020-08-26T19:08:04.953Z] ---> Using cache [2020-08-26T19:08:04.953Z] ---> 7570631934af [2020-08-26T19:08:04.953Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:08:05.527Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-26T19:08:05.788Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-26T19:08:05.788Z] Removing intermediate container 7965a7055b34 [2020-08-26T19:08:05.788Z] ---> dce74735cf33 [2020-08-26T19:08:05.788Z] Step 22/22 : LABEL version=0.0.0 [2020-08-26T19:08:05.788Z] Removing intermediate container 0d4766949684 [2020-08-26T19:08:05.788Z] ---> 1ad8b5c353ee [2020-08-26T19:08:05.788Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-26T19:08:05.788Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:08:05.788Z] OK: 8 MiB in 19 packages [2020-08-26T19:08:05.788Z] ---> Running in 181bceca2a3e [2020-08-26T19:08:05.788Z] ---> Running in a56a4b4b448d [2020-08-26T19:08:06.048Z] ---> Running in b7964b6d0e94 [2020-08-26T19:08:06.308Z] Removing intermediate container a56a4b4b448d [2020-08-26T19:08:06.308Z] ---> 211803a001e0 [2020-08-26T19:08:06.308Z] [2020-08-26T19:08:06.570Z] Removing intermediate container b7964b6d0e94 [2020-08-26T19:08:06.570Z] ---> cc6f394c8f88 [2020-08-26T19:08:06.570Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-26T19:08:06.570Z] Successfully built 211803a001e0 [2020-08-26T19:08:06.570Z] Successfully tagged docker-core-metadata-go:latest [2020-08-26T19:08:06.570Z] Building docker-core-command-go [2020-08-26T19:08:06.833Z]  Building docker-core-metadata-go ... done Removing intermediate container 3fe368e89455 [2020-08-26T19:08:06.833Z] ---> 93277049a42a [2020-08-26T19:08:06.833Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-26T19:08:07.104Z] ---> Running in 72e5b1bd8331 [2020-08-26T19:08:07.104Z] Removing intermediate container d364b6f9604a [2020-08-26T19:08:07.104Z] ---> ed03af38350a [2020-08-26T19:08:07.104Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-26T19:08:08.492Z] ---> 179d0fac473d [2020-08-26T19:08:08.492Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-26T19:08:11.038Z] ---> 0966fa9dfd8c [2020-08-26T19:08:11.038Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-26T19:08:11.990Z] ---> ffdd38a5af12 [2020-08-26T19:08:11.990Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-26T19:08:12.252Z] Removing intermediate container 181bceca2a3e [2020-08-26T19:08:12.252Z] ---> 301661489c2c [2020-08-26T19:08:12.252Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-26T19:08:12.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.140s coverage: 46.6% of statements [2020-08-26T19:08:12.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-26T19:08:12.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-26T19:08:12.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-26T19:08:12.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-26T19:08:12.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-26T19:08:12.829Z] ---> 8703fabe261a [2020-08-26T19:08:12.829Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-26T19:08:13.777Z] ---> Running in 4320b2bbbd7b [2020-08-26T19:08:14.721Z] ---> c56b738697a4 [2020-08-26T19:08:14.721Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-26T19:08:17.284Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:08:17.284Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:08:17.284Z] ---> 885d1f2a8189 [2020-08-26T19:08:17.284Z] Step 3/22 : WORKDIR /edgex-go [2020-08-26T19:08:17.284Z] ---> Using cache [2020-08-26T19:08:17.284Z] ---> 7570631934af [2020-08-26T19:08:17.284Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:08:17.284Z] ---> Using cache [2020-08-26T19:08:17.284Z] ---> 301661489c2c [2020-08-26T19:08:17.284Z] Step 5/22 : RUN apk update && apk add make git [2020-08-26T19:08:17.547Z] ---> 510106be9492 [2020-08-26T19:08:17.547Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-26T19:08:17.547Z] ---> Running in 6b3c3aae052d [2020-08-26T19:08:17.547Z] Removing intermediate container 72e5b1bd8331 [2020-08-26T19:08:17.547Z] ---> 8dcce65f54e5 [2020-08-26T19:08:17.547Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-26T19:08:17.814Z] ---> Running in 928d0a7745fa [2020-08-26T19:08:17.814Z] ---> Running in 725ebedf29c8 [2020-08-26T19:08:18.087Z] ---> Running in 8ff9e7f079ed [2020-08-26T19:08:18.352Z] Removing intermediate container 725ebedf29c8 [2020-08-26T19:08:18.352Z] ---> 53bfa0d1d203 [2020-08-26T19:08:18.352Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T19:08:18.352Z] Removing intermediate container 8ff9e7f079ed [2020-08-26T19:08:18.352Z] ---> 88a497f2898f [2020-08-26T19:08:18.352Z] Step 26/29 : CMD [ "generate" ] [2020-08-26T19:08:18.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:08:18.618Z] ---> Running in 7bc74fd559f6 [2020-08-26T19:08:18.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:08:18.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:08:18.618Z] ---> Running in 7216629c0c8c [2020-08-26T19:08:18.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:08:18.881Z] Removing intermediate container 7bc74fd559f6 [2020-08-26T19:08:18.881Z] ---> 83d0642a7438 [2020-08-26T19:08:18.881Z] Step 21/23 : LABEL arch=x86_64 [2020-08-26T19:08:18.881Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-26T19:08:18.881Z] Removing intermediate container 7216629c0c8c [2020-08-26T19:08:18.881Z] ---> 67d174c26941 [2020-08-26T19:08:18.881Z] Step 27/29 : LABEL arch=x86_64 [2020-08-26T19:08:18.881Z] (2/33) Installing expat (2.2.9-r1) [2020-08-26T19:08:18.881Z] (3/33) Installing libffi (3.3-r2) [2020-08-26T19:08:18.881Z] (4/33) Installing gdbm (1.13-r1) [2020-08-26T19:08:18.881Z] ---> Running in 721b0571fe92 [2020-08-26T19:08:18.881Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-26T19:08:18.881Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-26T19:08:18.881Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-26T19:08:18.881Z] ---> Running in fb8063b496b6 [2020-08-26T19:08:19.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.178s coverage: 27.2% of statements [2020-08-26T19:08:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-26T19:08:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-26T19:08:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-26T19:08:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-26T19:08:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-26T19:08:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-26T19:08:19.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.028s coverage: 100.0% of statements [2020-08-26T19:08:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-26T19:08:19.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements [2020-08-26T19:08:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-26T19:08:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-26T19:08:19.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.079s coverage: 80.0% of statements [2020-08-26T19:08:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-26T19:08:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-26T19:08:19.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:08:19.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:08:19.718Z] Removing intermediate container 721b0571fe92 [2020-08-26T19:08:19.718Z] ---> 1d1a40574477 [2020-08-26T19:08:19.718Z] Step 22/23 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:08:20.292Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:08:20.293Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:08:20.293Z] OK: 12746 distinct packages available [2020-08-26T19:08:20.293Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:08:20.293Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:08:20.293Z] OK: 12746 distinct packages available [2020-08-26T19:08:20.561Z] OK: 233 MiB in 51 packages [2020-08-26T19:08:20.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.409s coverage: 92.9% of statements [2020-08-26T19:08:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-26T19:08:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-26T19:08:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-26T19:08:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-26T19:08:20.823Z] OK: 233 MiB in 51 packages [2020-08-26T19:08:22.245Z] Removing intermediate container fb8063b496b6 [2020-08-26T19:08:22.245Z] ---> 1bd139fd5c99 [2020-08-26T19:08:22.245Z] Step 28/29 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:08:22.506Z] ---> Running in cd8b88b77354 [2020-08-26T19:08:22.506Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-26T19:08:22.507Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-26T19:08:22.507Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-26T19:08:22.507Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-26T19:08:22.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.365s coverage: 28.6% of statements [2020-08-26T19:08:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-26T19:08:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-26T19:08:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-26T19:08:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-26T19:08:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-26T19:08:22.769Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-26T19:08:22.769Z] ---> Running in 1f01f7ccbcda [2020-08-26T19:08:22.769Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-26T19:08:22.769Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-26T19:08:23.033Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-26T19:08:23.033Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-26T19:08:23.033Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-26T19:08:23.605Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-26T19:08:23.605Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-26T19:08:23.605Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-26T19:08:23.866Z] Removing intermediate container cd8b88b77354 [2020-08-26T19:08:23.866Z] ---> 957e95d80935 [2020-08-26T19:08:23.866Z] Step 23/23 : LABEL version=0.0.0 [2020-08-26T19:08:24.127Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-26T19:08:24.127Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-26T19:08:24.127Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-26T19:08:24.127Z] Removing intermediate container 1f01f7ccbcda [2020-08-26T19:08:24.127Z] ---> 0b4e1609c5d1 [2020-08-26T19:08:24.127Z] Step 29/29 : LABEL version=0.0.0 [2020-08-26T19:08:24.387Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-26T19:08:24.387Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-26T19:08:24.387Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-26T19:08:24.387Z] ---> Running in 94e81fc33223 [2020-08-26T19:08:24.387Z] Removing intermediate container 4320b2bbbd7b [2020-08-26T19:08:24.387Z] ---> 14d67940d3e9 [2020-08-26T19:08:24.387Z] Step 6/24 : COPY go.mod . [2020-08-26T19:08:24.387Z] Removing intermediate container 928d0a7745fa [2020-08-26T19:08:24.387Z] ---> ec418fcf4f6f [2020-08-26T19:08:24.387Z] Step 6/22 : COPY go.mod . [2020-08-26T19:08:24.387Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-26T19:08:24.387Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-26T19:08:24.387Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-26T19:08:24.387Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-26T19:08:24.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.102s coverage: 100.0% of statements [2020-08-26T19:08:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-26T19:08:24.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2020-08-26T19:08:24.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-26T19:08:24.963Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-26T19:08:24.963Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-26T19:08:24.963Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-26T19:08:24.963Z] ---> Running in 1ba942d2ee9b [2020-08-26T19:08:24.963Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:08:24.963Z] OK: 71 MiB in 55 packages [2020-08-26T19:08:25.547Z] ---> 1c7d9d8eb709 [2020-08-26T19:08:25.547Z] Step 7/24 : RUN go mod download [2020-08-26T19:08:25.547Z] Removing intermediate container 94e81fc33223 [2020-08-26T19:08:25.547Z] ---> 6af6c197a81c [2020-08-26T19:08:25.547Z] [2020-08-26T19:08:25.547Z] ---> 3e4811877cfd [2020-08-26T19:08:25.547Z] Step 7/22 : RUN go mod download [2020-08-26T19:08:25.812Z] Successfully built 6af6c197a81c [2020-08-26T19:08:26.088Z] Successfully tagged docker-core-data-go:latest [2020-08-26T19:08:26.088Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-08-26T19:08:26.392Z] ---> Running in f76f32f449e5 [2020-08-26T19:08:26.392Z] Removing intermediate container 1ba942d2ee9b [2020-08-26T19:08:26.392Z] ---> 0b0e2754a433 [2020-08-26T19:08:26.392Z] [2020-08-26T19:08:26.392Z] Successfully built 0b0e2754a433 [2020-08-26T19:08:26.392Z] ---> Running in 18c55d9a5079 [2020-08-26T19:08:26.392Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-26T19:08:26.392Z] Building docker-support-scheduler-go [2020-08-26T19:08:26.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 89.8% of statements [2020-08-26T19:08:26.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-26T19:08:28.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.089s coverage: 97.5% of statements [2020-08-26T19:08:28.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-26T19:08:29.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 100.0% of statements [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-26T19:08:29.467Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-26T19:08:29.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-26T19:08:32.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2020-08-26T19:08:32.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-26T19:08:32.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-26T19:08:32.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2020-08-26T19:08:32.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.352s coverage: 55.9% of statements [2020-08-26T19:08:32.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-26T19:08:32.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-26T19:08:32.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-26T19:08:32.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-26T19:08:41.528Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 18c55d9a5079 [2020-08-26T19:08:41.528Z] ---> 6d64a8277a5c [2020-08-26T19:08:41.528Z] Step 8/22 : COPY . . [2020-08-26T19:08:41.528Z] Removing intermediate container f76f32f449e5 [2020-08-26T19:08:41.528Z] ---> 286b7a2d894c [2020-08-26T19:08:41.528Z] Step 8/24 : COPY . . [2020-08-26T19:08:45.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.208s coverage: 86.3% of statements [2020-08-26T19:08:45.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-26T19:08:45.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.948s coverage: 72.2% of statements [2020-08-26T19:08:45.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.395s coverage: 72.1% of statements [2020-08-26T19:08:45.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.115s coverage: 82.4% of statements [2020-08-26T19:08:45.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements [2020-08-26T19:08:45.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-26T19:08:45.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-26T19:08:45.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-26T19:08:45.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.025s coverage: 28.8% of statements [2020-08-26T19:08:45.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-26T19:08:45.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements [2020-08-26T19:08:45.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-26T19:08:45.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 26.9% of statements [2020-08-26T19:08:45.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-26T19:08:45.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-26T19:08:45.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.340s coverage: 84.1% of statements [2020-08-26T19:08:45.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2020-08-26T19:08:48.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.028s coverage: 42.9% of statements [2020-08-26T19:08:48.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-26T19:08:48.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-26T19:08:48.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements [2020-08-26T19:08:48.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-26T19:08:48.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.074s coverage: 83.8% of statements [2020-08-26T19:08:48.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-26T19:08:49.053Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:08:49.053Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:08:49.053Z] ---> 885d1f2a8189 [2020-08-26T19:08:49.053Z] Step 3/21 : WORKDIR /edgex-go [2020-08-26T19:08:49.053Z] ---> Using cache [2020-08-26T19:08:49.053Z] ---> 7570631934af [2020-08-26T19:08:49.053Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:08:49.053Z] ---> Using cache [2020-08-26T19:08:49.053Z] ---> 301661489c2c [2020-08-26T19:08:49.053Z] Step 5/21 : RUN apk update && apk add make git [2020-08-26T19:08:49.053Z] ---> Using cache [2020-08-26T19:08:49.053Z] ---> ec418fcf4f6f [2020-08-26T19:08:49.053Z] Step 6/21 : COPY go.mod . [2020-08-26T19:08:49.053Z] ---> Using cache [2020-08-26T19:08:49.053Z] ---> 3e4811877cfd [2020-08-26T19:08:49.053Z] Step 7/21 : RUN go mod download [2020-08-26T19:08:49.053Z] ---> Using cache [2020-08-26T19:08:49.053Z] ---> 6d64a8277a5c [2020-08-26T19:08:49.053Z] Step 8/21 : COPY . . [2020-08-26T19:08:51.131Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:08:51.132Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:08:51.132Z] ---> 885d1f2a8189 [2020-08-26T19:08:51.132Z] Step 3/22 : WORKDIR /edgex-go [2020-08-26T19:08:51.132Z] ---> Using cache [2020-08-26T19:08:51.132Z] ---> 7570631934af [2020-08-26T19:08:51.132Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:08:51.132Z] ---> Using cache [2020-08-26T19:08:51.132Z] ---> 301661489c2c [2020-08-26T19:08:51.132Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-26T19:08:55.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.285s coverage: 46.1% of statements [2020-08-26T19:08:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-26T19:08:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-26T19:08:55.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.056s coverage: 100.0% of statements [2020-08-26T19:08:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-26T19:08:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-26T19:08:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-26T19:08:55.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.036s coverage: 100.0% of statements [2020-08-26T19:08:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-26T19:08:55.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.074s coverage: 100.0% of statements [2020-08-26T19:08:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-26T19:08:59.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.229s coverage: 29.1% of statements [2020-08-26T19:08:59.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-26T19:08:59.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-26T19:08:59.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-26T19:08:59.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-26T19:08:59.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-26T19:08:59.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2020-08-26T19:08:59.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-26T19:08:59.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2020-08-26T19:08:59.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-26T19:08:59.014Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2020-08-26T19:08:59.014Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-26T19:08:59.611Z] ---> Running in ef5900720add [2020-08-26T19:09:00.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements [2020-08-26T19:09:00.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-26T19:09:00.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-26T19:09:00.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-26T19:09:00.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-26T19:09:01.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements [2020-08-26T19:09:01.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-26T19:09:01.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-26T19:09:01.877Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.020s coverage: 100.0% of statements [2020-08-26T19:09:02.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements [2020-08-26T19:09:03.980Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements [2020-08-26T19:09:04.252Z] GO111MODULE=on go vet ./... [2020-08-26T19:09:05.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:09:05.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:09:06.429Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:09:06.429Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:09:06.429Z] OK: 12746 distinct packages available [2020-08-26T19:09:06.695Z] OK: 233 MiB in 51 packages [2020-08-26T19:09:06.963Z] OK: 233 MiB in 51 packages [2020-08-26T19:09:08.388Z] Removing intermediate container 6b3c3aae052d [2020-08-26T19:09:08.388Z] ---> e0cb5247b515 [2020-08-26T19:09:08.388Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-26T19:09:15.045Z] ---> Running in 67eae7379cb4 [2020-08-26T19:09:16.965Z] Removing intermediate container ef5900720add [2020-08-26T19:09:16.965Z] ---> 8954f8c335a3 [2020-08-26T19:09:16.965Z] Step 6/22 : COPY go.mod . [2020-08-26T19:09:17.923Z] ---> 42379dd15468 [2020-08-26T19:09:17.923Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-26T19:09:18.883Z] ---> 8f4e7770d054 [2020-08-26T19:09:18.883Z] Step 7/22 : RUN go mod download [2020-08-26T19:09:18.883Z] ---> Running in 7e85226c8777 [2020-08-26T19:09:18.883Z] ---> 560e2f235610 [2020-08-26T19:09:18.883Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-26T19:09:18.883Z] ---> 74c8b3b5309d [2020-08-26T19:09:18.883Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-26T19:09:19.145Z] ---> Running in a28ed4fe8f76 [2020-08-26T19:09:19.406Z] ---> Running in 865e5c7dc703 [2020-08-26T19:09:19.406Z] ---> Running in cb058ecd3a12 [2020-08-26T19:09:19.668Z] 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 [2020-08-26T19:09:20.261Z] 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 [2020-08-26T19:09:20.261Z] 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 [2020-08-26T19:09:21.688Z] Removing intermediate container a28ed4fe8f76 [2020-08-26T19:09:21.688Z] ---> b19ba16bfa56 [2020-08-26T19:09:21.688Z] Step 8/22 : COPY . . [2020-08-26T19:09:22.697Z] gofmt -l . [2020-08-26T19:09:23.294Z] [ "`gofmt -l .`" = "" ] [2020-08-26T19:09:25.052Z] Collecting docker-compose==1.23.2 [2020-08-26T19:09:25.052Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-26T19:09:25.913Z] ./bin/test-go-mod-tidy.sh [2020-08-26T19:09:26.185Z] ./bin/test-attribution-txt.sh [2020-08-26T19:09:28.398Z] Collecting PyYAML<4,>=3.10 [2020-08-26T19:09:28.398Z] Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] sh [2020-08-26T19:09:30.237Z] + ls -al . [2020-08-26T19:09:30.237Z] total 584 [2020-08-26T19:09:30.237Z] drwxrwxr-x 10 1001 1001 4096 Aug 26 19:09 . [2020-08-26T19:09:30.237Z] drwxr-xr-x 4 root root 4096 Aug 26 19:07 .. [2020-08-26T19:09:30.237Z] -rw-rw-r-- 1 1001 1001 11 Aug 26 19:05 .dockerignore [2020-08-26T19:09:30.237Z] drwxrwxr-x 8 1001 1001 4096 Aug 26 19:05 .git [2020-08-26T19:09:30.237Z] drwxrwxr-x 3 1001 1001 4096 Aug 26 19:05 .github [2020-08-26T19:09:30.237Z] -rw-rw-r-- 1 1001 1001 932 Aug 26 19:05 .gitignore [2020-08-26T19:09:30.237Z] drwxrwxr-x 3 1001 1001 4096 Aug 26 19:05 .semver [2020-08-26T19:09:30.237Z] -rw-rw-r-- 1 1001 1001 166 Aug 26 19:05 .sonarcloud.properties [2020-08-26T19:09:30.237Z] -rw-rw-r-- 1 1001 1001 3804 Aug 26 19:05 CONTRIBUTING.md [2020-08-26T19:09:30.237Z] -rw-rw-r-- 1 1001 1001 1035 Aug 26 19:05 Dockerfile.build [2020-08-26T19:09:30.237Z] -rw-rw-r-- 1 1001 1001 865 Aug 26 19:05 Jenkinsfile [2020-08-26T19:09:30.237Z] -rw-rw-r-- 1 1001 1001 10775 Aug 26 19:05 LICENSE [2020-08-26T19:09:30.237Z] -rw-rw-r-- 1 1001 1001 6237 Aug 26 19:05 Makefile [2020-08-26T19:09:30.237Z] -rw-rw-r-- 1 1001 1001 5652 Aug 26 19:05 README.md [2020-08-26T19:09:30.237Z] -rw-rw-r-- 1 1001 1001 259 Aug 26 19:05 SECURITY.md [2020-08-26T19:09:30.237Z] -rw-rw-r-- 1 1001 1001 5 Aug 26 19:02 VERSION [2020-08-26T19:09:30.237Z] -rw-rw-r-- 1 1001 1001 4131 Aug 26 19:05 ZMQWindows.md [2020-08-26T19:09:30.237Z] drwxrwxr-x 2 1001 1001 4096 Aug 26 19:05 bin [2020-08-26T19:09:30.237Z] drwxrwxr-x 15 1001 1001 4096 Aug 26 19:05 cmd [2020-08-26T19:09:30.237Z] -rw-r--r-- 1 root root 458659 Aug 26 19:09 coverage.out [2020-08-26T19:09:30.237Z] -rw-r--r-- 1 root root 1019 Aug 26 19:09 go.mod [2020-08-26T19:09:30.237Z] -rw-r--r-- 1 root root 19185 Aug 26 19:09 go.sum [2020-08-26T19:09:30.237Z] drwxrwxr-x 8 1001 1001 4096 Aug 26 19:05 internal [2020-08-26T19:09:30.237Z] drwxrwxr-x 4 1001 1001 4096 Aug 26 19:05 openapi [2020-08-26T19:09:30.237Z] drwxrwxr-x 4 1001 1001 4096 Aug 26 19:05 snap [2020-08-26T19:09:30.237Z] -rw-rw-r-- 1 1001 1001 168 Aug 26 19:05 version.go [Pipeline] sh [2020-08-26T19:09:30.374Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-26T19:09:30.374Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-26T19:09:30.890Z] + '[' -e coverage.out ] [2020-08-26T19:09:30.890Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-26T19:09:30.949Z] Warning: overwriting stash ‘coverage-report’ [2020-08-26T19:09:31.962Z] Stashed 1 file(s) [Pipeline] sh [2020-08-26T19:09:32.657Z] + make build [2020-08-26T19:09:32.657Z] 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 [2020-08-26T19:09:32.961Z] Collecting texttable<0.10,>=0.9.0 [2020-08-26T19:09:32.961Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-26T19:09:34.933Z] Collecting docker<4.0,>=3.6.0 [2020-08-26T19:09:34.933Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-26T19:09:35.534Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-26T19:09:36.147Z] Collecting cached-property<2,>=1.2.0 [2020-08-26T19:09:36.147Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-26T19:09:36.425Z] Collecting jsonschema<3,>=2.5.1 [2020-08-26T19:09:36.425Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-26T19:09:37.037Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-26T19:09:37.037Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-26T19:09:37.037Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-26T19:09:37.037Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-26T19:09:38.481Z] Collecting docopt<0.7,>=0.6.1 [2020-08-26T19:09:38.481Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-26T19:09:39.077Z] Collecting docker-pycreds>=0.4.0 [2020-08-26T19:09:39.077Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-26T19:09:39.355Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-26T19:09:39.355Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-26T19:09:39.355Z] 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) [2020-08-26T19:09:39.659Z] Collecting idna<2.8,>=2.5 [2020-08-26T19:09:39.659Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-26T19:09:39.659Z] 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) [2020-08-26T19:09:39.659Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-26T19:09:39.659Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-26T19:09:39.659Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-26T19:09:39.659Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-26T19:09:39.931Z] Installing collected packages: PyYAML, websocket-client, texttable, urllib3, idna, requests, docker-pycreds, docker, cached-property, jsonschema, dockerpty, docopt, docker-compose [2020-08-26T19:09:39.931Z] Running setup.py install for PyYAML: started [2020-08-26T19:09:41.365Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-26T19:09:41.961Z] Running setup.py install for texttable: started [2020-08-26T19:09:41.961Z] ---> 359be2ba5dc2 [2020-08-26T19:09:41.961Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-26T19:09:42.236Z] ---> Running in ee424e3c7ad1 [2020-08-26T19:09:42.505Z] Running setup.py install for texttable: finished with status 'done' [2020-08-26T19:09:42.505Z] Attempting uninstall: urllib3 [2020-08-26T19:09:42.505Z] Found existing installation: urllib3 1.25.9 [2020-08-26T19:09:42.505Z] Uninstalling urllib3-1.25.9: [2020-08-26T19:09:42.777Z] Successfully uninstalled urllib3-1.25.9 [2020-08-26T19:09:43.046Z] Attempting uninstall: idna [2020-08-26T19:09:43.046Z] Found existing installation: idna 2.9 [2020-08-26T19:09:43.046Z] Uninstalling idna-2.9: [2020-08-26T19:09:43.317Z] Successfully uninstalled idna-2.9 [2020-08-26T19:09:43.317Z] 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 [2020-08-26T19:09:43.590Z] Attempting uninstall: requests [2020-08-26T19:09:43.590Z] Found existing installation: requests 2.23.0 [2020-08-26T19:09:43.590Z] Uninstalling requests-2.23.0: [2020-08-26T19:09:43.863Z] Successfully uninstalled requests-2.23.0 [2020-08-26T19:09:45.831Z] Running setup.py install for dockerpty: started [2020-08-26T19:09:46.420Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-26T19:09:46.420Z] Running setup.py install for docopt: started [2020-08-26T19:09:47.008Z] Running setup.py install for docopt: finished with status 'done' [2020-08-26T19:09:47.284Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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 [2020-08-26T19:09:51.041Z] 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 [2020-08-26T19:09:55.961Z] Removing intermediate container 67eae7379cb4 [2020-08-26T19:09:55.961Z] ---> 2114e2fd75aa [2020-08-26T19:09:55.961Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-26T19:09:55.961Z] ---> Running in 7bf3d88ab8bd [2020-08-26T19:09:56.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:09:56.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:09:56.934Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-26T19:09:56.934Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-26T19:09:56.934Z] (3/3) Installing curl (7.69.1-r0) [2020-08-26T19:09:56.934Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:09:57.504Z] OK: 72 MiB in 58 packages [2020-08-26T19:10:01.711Z] Removing intermediate container 865e5c7dc703 [2020-08-26T19:10:01.711Z] ---> c9c861f18555 [2020-08-26T19:10:01.711Z] [2020-08-26T19:10:01.711Z] Step 10/21 : FROM scratch [2020-08-26T19:10:01.711Z] ---> [2020-08-26T19:10:01.711Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T19:10:01.711Z] Removing intermediate container 7e85226c8777 [2020-08-26T19:10:01.711Z] ---> 8cade84991d6 [2020-08-26T19:10:01.711Z] [2020-08-26T19:10:01.711Z] Step 10/24 : FROM scratch [2020-08-26T19:10:01.711Z] ---> [2020-08-26T19:10:01.711Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-26T19:10:01.711Z] ---> Using cache [2020-08-26T19:10:01.711Z] ---> 2cd8ee26c211 [2020-08-26T19:10:01.711Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-26T19:10:01.711Z] ---> Running in e36c8369ab95 [2020-08-26T19:10:01.711Z] Removing intermediate container 7bf3d88ab8bd [2020-08-26T19:10:01.711Z] ---> a4f2231357ce [2020-08-26T19:10:01.711Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-26T19:10:02.283Z] ---> Running in 66c2158bc53e [2020-08-26T19:10:02.544Z] Removing intermediate container cb058ecd3a12 [2020-08-26T19:10:02.544Z] ---> 3d0b5e5a9753 [2020-08-26T19:10:02.544Z] [2020-08-26T19:10:02.544Z] Step 10/22 : FROM scratch [2020-08-26T19:10:02.544Z] ---> [2020-08-26T19:10:02.544Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T19:10:02.808Z] ---> Using cache [2020-08-26T19:10:02.808Z] ---> 2cd8ee26c211 [2020-08-26T19:10:02.808Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-26T19:10:02.808Z] ---> Running in 61d22fa8a3a1 [2020-08-26T19:10:02.808Z] ---> Running in a205286f8663 [2020-08-26T19:10:03.069Z] Removing intermediate container e36c8369ab95 [2020-08-26T19:10:03.069Z] ---> fb0a288caaf1 [2020-08-26T19:10:03.069Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-26T19:10:03.069Z] Removing intermediate container 66c2158bc53e [2020-08-26T19:10:03.069Z] ---> d50cd749d5cd [2020-08-26T19:10:03.069Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-26T19:10:03.330Z] ---> Running in 1c1555f99896 [2020-08-26T19:10:03.330Z] Removing intermediate container 61d22fa8a3a1 [2020-08-26T19:10:03.330Z] ---> 24770095f802 [2020-08-26T19:10:03.330Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-26T19:10:03.330Z] ---> Running in ef36090f53ac [2020-08-26T19:10:03.330Z] Removing intermediate container a205286f8663 [2020-08-26T19:10:03.330Z] ---> 124c0929816a [2020-08-26T19:10:03.330Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T19:10:03.330Z] ---> Running in ef1e80fa08b9 [2020-08-26T19:10:03.403Z] 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 [2020-08-26T19:10:03.593Z] ---> Running in 97f89b7a0a64 [2020-08-26T19:10:03.593Z] Removing intermediate container 1c1555f99896 [2020-08-26T19:10:03.593Z] ---> 5f7d0c47561c [2020-08-26T19:10:03.593Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-26T19:10:03.854Z] Removing intermediate container ef36090f53ac [2020-08-26T19:10:03.855Z] ---> bed2cc1b708c [2020-08-26T19:10:03.855Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-26T19:10:03.855Z] Removing intermediate container ef1e80fa08b9 [2020-08-26T19:10:03.855Z] ---> b32812fbe877 [2020-08-26T19:10:03.855Z] Step 14/22 : WORKDIR / [2020-08-26T19:10:04.798Z] ---> Running in 7d745edf7250 [2020-08-26T19:10:05.059Z] ---> Running in b033be000f2e [2020-08-26T19:10:06.004Z] ---> edeff82f5267 [2020-08-26T19:10:06.004Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-26T19:10:06.004Z] Removing intermediate container 97f89b7a0a64 [2020-08-26T19:10:06.004Z] ---> bfd932519ba0 [2020-08-26T19:10:06.004Z] Step 25/27 : LABEL arch=x86_64 [2020-08-26T19:10:06.004Z] Removing intermediate container 7d745edf7250 [2020-08-26T19:10:06.004Z] ---> 3fc1aa717ddb [2020-08-26T19:10:06.004Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-26T19:10:06.004Z] Removing intermediate container ee424e3c7ad1 [2020-08-26T19:10:06.004Z] ---> 7b1b3fde8402 [2020-08-26T19:10:06.004Z] [2020-08-26T19:10:06.004Z] Step 10/22 : FROM scratch [2020-08-26T19:10:06.004Z] ---> [2020-08-26T19:10:06.004Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-26T19:10:06.267Z] ---> Running in 4753b53859d3 [2020-08-26T19:10:06.267Z] ---> Using cache [2020-08-26T19:10:06.267Z] ---> d50cd749d5cd [2020-08-26T19:10:06.267Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-26T19:10:06.267Z] ---> Running in a2ea03ce65cb [2020-08-26T19:10:06.267Z] Removing intermediate container b033be000f2e [2020-08-26T19:10:06.267Z] ---> 328386c138d3 [2020-08-26T19:10:06.267Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-26T19:10:06.838Z] ---> c2fb1c2d2522 [2020-08-26T19:10:06.838Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-26T19:10:06.838Z] Removing intermediate container 4753b53859d3 [2020-08-26T19:10:06.838Z] ---> 635ad89db8ae [2020-08-26T19:10:06.838Z] Step 26/27 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:10:07.103Z] Removing intermediate container a2ea03ce65cb [2020-08-26T19:10:07.103Z] ---> c5d043b1cab6 [2020-08-26T19:10:07.103Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-26T19:10:07.103Z] ---> f112cf785518 [2020-08-26T19:10:07.103Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-26T19:10:07.103Z] ---> c77bb8d54657 [2020-08-26T19:10:07.104Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-26T19:10:07.684Z] 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 [2020-08-26T19:10:08.147Z] ---> Running in 83124334f756 [2020-08-26T19:10:08.147Z] ---> Running in 1b7da274d728 [2020-08-26T19:10:08.147Z] ---> 850ae3509bab [2020-08-26T19:10:08.147Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-26T19:10:08.147Z] ---> 9393c79204b4 [2020-08-26T19:10:08.147Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-26T19:10:08.436Z] ---> 7bbca93b4761 [2020-08-26T19:10:08.436Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-26T19:10:08.436Z] ---> Running in d5d81127c175 [2020-08-26T19:10:08.436Z] Removing intermediate container 83124334f756 [2020-08-26T19:10:08.436Z] ---> a3bb44016d1b [2020-08-26T19:10:08.436Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-26T19:10:08.437Z] Removing intermediate container 1b7da274d728 [2020-08-26T19:10:08.437Z] ---> f62a258004bb [2020-08-26T19:10:08.437Z] Step 27/27 : LABEL version=0.0.0 [2020-08-26T19:10:08.709Z] ---> fcccb959c288 [2020-08-26T19:10:08.710Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-26T19:10:08.710Z] ---> Running in 47771b275c7d [2020-08-26T19:10:08.973Z] Removing intermediate container d5d81127c175 [2020-08-26T19:10:08.973Z] ---> f81a9105ba25 [2020-08-26T19:10:08.973Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T19:10:08.973Z] ---> eff0eeb63151 [2020-08-26T19:10:08.973Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-26T19:10:09.545Z] ---> 3bafc7e77fdc [2020-08-26T19:10:09.545Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-26T19:10:09.545Z] ---> Running in 910bed0791f6 [2020-08-26T19:10:09.807Z] ---> Running in 1d49c8dfaef5 [2020-08-26T19:10:09.807Z] Removing intermediate container 47771b275c7d [2020-08-26T19:10:09.807Z] ---> d8f06b16f50c [2020-08-26T19:10:09.807Z] [2020-08-26T19:10:09.807Z] ---> a8406c288275 [2020-08-26T19:10:09.807Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-26T19:10:10.074Z] Successfully built d8f06b16f50c [2020-08-26T19:10:10.074Z] Removing intermediate container 910bed0791f6 [2020-08-26T19:10:10.074Z] ---> 39ae289134c4 [2020-08-26T19:10:10.074Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T19:10:10.074Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-26T19:10:10.074Z] Building docker-security-secretstore-setup-go [2020-08-26T19:10:10.074Z]  Building docker-sys-mgmt-agent-go ... done  ---> 9940e1b27991 [2020-08-26T19:10:10.075Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-26T19:10:10.340Z] ---> Running in a1b290d54785 [2020-08-26T19:10:10.340Z] Removing intermediate container 1d49c8dfaef5 [2020-08-26T19:10:10.340Z] ---> cb285d54c3be [2020-08-26T19:10:10.340Z] Step 19/21 : LABEL arch=x86_64 [2020-08-26T19:10:10.340Z] ---> Running in a0e5407c8750 [2020-08-26T19:10:10.915Z] Removing intermediate container a1b290d54785 [2020-08-26T19:10:10.915Z] ---> 2e2f8bb37743 [2020-08-26T19:10:10.915Z] Step 20/22 : LABEL arch=x86_64 [2020-08-26T19:10:10.915Z] ---> ca0aa752f8f5 [2020-08-26T19:10:10.915Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-26T19:10:10.915Z] ---> Running in 8a00dfa1d0f9 [2020-08-26T19:10:11.187Z] Removing intermediate container a0e5407c8750 [2020-08-26T19:10:11.187Z] ---> 56bdd5d5fb4b [2020-08-26T19:10:11.187Z] Step 20/21 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:10:11.187Z] ---> b7914e3c2772 [2020-08-26T19:10:11.187Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-26T19:10:13.072Z] 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 [2020-08-26T19:10:14.497Z] ---> Running in 89b46532050b [2020-08-26T19:10:14.497Z] ---> 0144f1a11d2d [2020-08-26T19:10:14.497Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-26T19:10:14.497Z] Removing intermediate container 8a00dfa1d0f9 [2020-08-26T19:10:14.497Z] ---> d46ae1a8ef45 [2020-08-26T19:10:14.497Z] Step 21/22 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:10:14.497Z] ---> 8a318c8dfd07 [2020-08-26T19:10:14.497Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-26T19:10:14.758Z] ---> Running in c71dee87227e [2020-08-26T19:10:14.758Z] ---> Running in 2843e3bdeab7 [2020-08-26T19:10:14.758Z] Removing intermediate container 89b46532050b [2020-08-26T19:10:14.758Z] ---> 50b80f652633 [2020-08-26T19:10:14.758Z] Step 21/21 : LABEL version=0.0.0 [2020-08-26T19:10:14.758Z] ---> Running in 564acd4e3bf5 [2020-08-26T19:10:15.341Z] ---> Running in a50a53a990d3 [2020-08-26T19:10:15.341Z] Removing intermediate container 2843e3bdeab7 [2020-08-26T19:10:15.341Z] ---> cd4b0ddb2648 [2020-08-26T19:10:15.341Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T19:10:15.606Z] Removing intermediate container c71dee87227e [2020-08-26T19:10:15.606Z] ---> 6503b71646db [2020-08-26T19:10:15.606Z] Step 22/22 : LABEL version=0.0.0 [2020-08-26T19:10:15.606Z] Removing intermediate container 564acd4e3bf5 [2020-08-26T19:10:15.606Z] ---> 332023ffa837 [2020-08-26T19:10:15.606Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T19:10:17.552Z] ---> Running in c5345c55b1cc [2020-08-26T19:10:17.552Z] ---> Running in 13f849dac08b [2020-08-26T19:10:17.552Z] ---> Running in 35702b26c8ff [2020-08-26T19:10:17.552Z] Removing intermediate container a50a53a990d3 [2020-08-26T19:10:17.552Z] ---> bb1ddf99f03f [2020-08-26T19:10:17.552Z] [2020-08-26T19:10:17.816Z] Successfully built bb1ddf99f03f [2020-08-26T19:10:17.816Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-26T19:10:18.442Z] 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 [2020-08-26T19:10:19.034Z] 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 [2020-08-26T19:10:19.210Z]  Building docker-support-scheduler-go ... done Removing intermediate container c5345c55b1cc [2020-08-26T19:10:19.210Z] ---> de6affc2e1b3 [2020-08-26T19:10:19.210Z] Step 22/24 : LABEL arch=x86_64 [2020-08-26T19:10:19.210Z] Removing intermediate container 35702b26c8ff [2020-08-26T19:10:19.210Z] ---> bc487d9e397e [2020-08-26T19:10:19.210Z] Step 20/22 : LABEL arch=x86_64 [2020-08-26T19:10:19.210Z] Removing intermediate container 13f849dac08b [2020-08-26T19:10:19.210Z] ---> 31ca7f1b5021 [2020-08-26T19:10:19.210Z] [2020-08-26T19:10:19.796Z] Successfully built 31ca7f1b5021 [2020-08-26T19:10:19.796Z] Successfully tagged docker-core-command-go:latest [2020-08-26T19:10:22.352Z]  Building docker-core-command-go ... done  ---> Running in e48bed2c06b9 [2020-08-26T19:10:22.352Z] ---> Running in e278ec0bb780 [2020-08-26T19:10:22.352Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:10:22.352Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:10:22.352Z] ---> 885d1f2a8189 [2020-08-26T19:10:22.352Z] Step 3/26 : WORKDIR /edgex-go [2020-08-26T19:10:22.352Z] ---> Using cache [2020-08-26T19:10:22.352Z] ---> 7570631934af [2020-08-26T19:10:22.352Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:10:22.352Z] ---> Using cache [2020-08-26T19:10:22.352Z] ---> 301661489c2c [2020-08-26T19:10:22.352Z] Step 5/26 : RUN apk update && apk add make git [2020-08-26T19:10:22.352Z] ---> Using cache [2020-08-26T19:10:22.352Z] ---> ec418fcf4f6f [2020-08-26T19:10:22.352Z] Step 6/26 : COPY go.mod . [2020-08-26T19:10:22.352Z] ---> Using cache [2020-08-26T19:10:22.352Z] ---> 3e4811877cfd [2020-08-26T19:10:22.352Z] Step 7/26 : RUN go mod download [2020-08-26T19:10:22.352Z] ---> Using cache [2020-08-26T19:10:22.352Z] ---> 6d64a8277a5c [2020-08-26T19:10:22.352Z] Step 8/26 : COPY . . [2020-08-26T19:10:22.352Z] ---> Using cache [2020-08-26T19:10:22.352Z] ---> 74c8b3b5309d [2020-08-26T19:10:22.352Z] 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 [2020-08-26T19:10:22.928Z] ---> Running in bf1433c9aeef [2020-08-26T19:10:23.189Z] Removing intermediate container e278ec0bb780 [2020-08-26T19:10:23.190Z] ---> fad8257618d9 [2020-08-26T19:10:23.190Z] Step 21/22 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:10:23.190Z] Removing intermediate container e48bed2c06b9 [2020-08-26T19:10:23.190Z] ---> a5a550393b55 [2020-08-26T19:10:23.190Z] Step 23/24 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:10:23.450Z] ---> Running in b9e119bd4c18 [2020-08-26T19:10:23.450Z] ---> Running in db6e8d792ab6 [2020-08-26T19:10:23.450Z] Removing intermediate container b9e119bd4c18 [2020-08-26T19:10:23.450Z] ---> 2ba522482a5c [2020-08-26T19:10:23.450Z] Step 22/22 : LABEL version=0.0.0 [2020-08-26T19:10:23.450Z] Removing intermediate container db6e8d792ab6 [2020-08-26T19:10:23.450Z] ---> 60e9fb163426 [2020-08-26T19:10:23.714Z] Step 24/24 : LABEL version=0.0.0 [2020-08-26T19:10:23.714Z] ---> Running in 01935dc55abd [2020-08-26T19:10:23.714Z] ---> Running in 28bb9082a889 [2020-08-26T19:10:23.714Z] 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 [2020-08-26T19:10:23.976Z] Removing intermediate container 01935dc55abd [2020-08-26T19:10:23.976Z] ---> f06f43feaee1 [2020-08-26T19:10:23.976Z] [2020-08-26T19:10:23.976Z] Removing intermediate container 28bb9082a889 [2020-08-26T19:10:23.976Z] ---> 37367fa1ae4d [2020-08-26T19:10:23.976Z] [2020-08-26T19:10:23.976Z] Successfully built f06f43feaee1 [2020-08-26T19:10:23.976Z] Successfully tagged docker-support-logging-go:latest [2020-08-26T19:10:23.976Z]  Building docker-support-logging-go ... done Successfully built 37367fa1ae4d [2020-08-26T19:10:23.976Z] Successfully tagged docker-support-notifications-go:latest [2020-08-26T19:10:24.419Z] 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 [2020-08-26T19:10:29.793Z] 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 [2020-08-26T19:10:30.627Z]  Building docker-support-notifications-go ... done 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 [2020-08-26T19:10:32.029Z] 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 [2020-08-26T19:10:34.089Z] 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 [2020-08-26T19:10:36.260Z] Removing intermediate container bf1433c9aeef [2020-08-26T19:10:36.260Z] ---> 5fa5132eb45e [2020-08-26T19:10:36.260Z] [2020-08-26T19:10:36.260Z] Step 10/26 : FROM alpine:3.10 [2020-08-26T19:10:36.260Z] 3.10: Pulling from library/alpine [2020-08-26T19:10:36.521Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-26T19:10:36.521Z] Status: Downloaded newer image for alpine:3.10 [2020-08-26T19:10:36.521Z] ---> be4e4bea2c2e [2020-08-26T19:10:36.521Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-26T19:10:36.781Z] ---> Running in 553bcf6b9d8c [2020-08-26T19:10:37.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-26T19:10:37.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-26T19:10:37.352Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-26T19:10:37.352Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-26T19:10:37.352Z] OK: 10346 distinct packages available [2020-08-26T19:10:37.613Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-26T19:10:37.613Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-26T19:10:37.613Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-26T19:10:37.613Z] (4/5) Installing curl (7.66.0-r0) [2020-08-26T19:10:37.613Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-26T19:10:37.613Z] Executing busybox-1.30.1-r3.trigger [2020-08-26T19:10:37.613Z] Executing ca-certificates-20191127-r2.trigger [2020-08-26T19:10:37.613Z] OK: 7 MiB in 19 packages [2020-08-26T19:10:38.379Z] 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 [2020-08-26T19:10:38.997Z] Removing intermediate container 553bcf6b9d8c [2020-08-26T19:10:38.997Z] ---> 93eb0b092020 [2020-08-26T19:10:38.997Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-26T19:10:38.997Z] ---> Running in c5481aa201fb [2020-08-26T19:10:38.997Z] Removing intermediate container c5481aa201fb [2020-08-26T19:10:38.997Z] ---> e93d04dc3022 [2020-08-26T19:10:38.997Z] Step 13/26 : WORKDIR / [2020-08-26T19:10:38.997Z] ---> Running in 2e19e624aa3c [2020-08-26T19:10:39.258Z] Removing intermediate container 2e19e624aa3c [2020-08-26T19:10:39.258Z] ---> 1d0664afd12c [2020-08-26T19:10:39.258Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-26T19:10:39.519Z] ---> 5761389f24c6 [2020-08-26T19:10:39.519Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-26T19:10:39.779Z] ---> 22b40fa2bda5 [2020-08-26T19:10:39.779Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-26T19:10:40.040Z] ---> bbaf120c27a8 [2020-08-26T19:10:40.040Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-26T19:10:40.301Z] ---> 653c40802c81 [2020-08-26T19:10:40.301Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-26T19:10:40.872Z] ---> 6f1e091a761f [2020-08-26T19:10:40.872Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-26T19:10:41.444Z] ---> daf5b077cb16 [2020-08-26T19:10:41.444Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-26T19:10:42.013Z] ---> 5f8ad63df85b [2020-08-26T19:10:42.013Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-26T19:10:42.284Z] ---> bd702b6efda2 [2020-08-26T19:10:42.284Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-26T19:10:42.284Z] ---> Running in 03a72503c14e [2020-08-26T19:10:42.661Z] 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 [2020-08-26T19:10:43.226Z] Removing intermediate container 03a72503c14e [2020-08-26T19:10:43.226Z] ---> 0026be4deb9b [2020-08-26T19:10:43.226Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-26T19:10:43.226Z] ---> Running in 5f763fa70504 [2020-08-26T19:10:43.226Z] Removing intermediate container 5f763fa70504 [2020-08-26T19:10:43.226Z] ---> 99d6062be4d0 [2020-08-26T19:10:43.226Z] Step 24/26 : LABEL arch=x86_64 [2020-08-26T19:10:43.487Z] ---> Running in 00bd4c82e8d1 [2020-08-26T19:10:43.487Z] Removing intermediate container 00bd4c82e8d1 [2020-08-26T19:10:43.487Z] ---> a984611e82a7 [2020-08-26T19:10:43.487Z] Step 25/26 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:10:43.487Z] ---> Running in d889163eac42 [2020-08-26T19:10:43.747Z] Removing intermediate container d889163eac42 [2020-08-26T19:10:43.747Z] ---> c3868445b701 [2020-08-26T19:10:43.747Z] Step 26/26 : LABEL version=0.0.0 [2020-08-26T19:10:43.747Z] ---> Running in 6e717a51bd14 [2020-08-26T19:10:44.007Z] Removing intermediate container 6e717a51bd14 [2020-08-26T19:10:44.007Z] ---> 2d10ef8f0e72 [2020-08-26T19:10:44.007Z] [2020-08-26T19:10:44.007Z] Successfully built 2d10ef8f0e72 [2020-08-26T19:10:44.007Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-26T19:10:45.401Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-08-26T19:10:45.410Z] $ docker stop --time=1 fb29b2d6082c659b14fe5bc4c1d29f07e8a00019230929656eac9a3c22da5a77 [2020-08-26T19:10:46.026Z] 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 [2020-08-26T19:10:47.006Z] $ docker rm -f fb29b2d6082c659b14fe5bc4c1d29f07e8a00019230929656eac9a3c22da5a77 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-26T19:10:47.561Z] + docker images [2020-08-26T19:10:47.561Z] + grep docker [2020-08-26T19:10:47.561Z] docker-security-secretstore-setup-go latest 2d10ef8f0e72 4 seconds ago 33.9MB [2020-08-26T19:10:47.561Z] docker-support-logging-go latest f06f43feaee1 24 seconds ago 11.8MB [2020-08-26T19:10:47.561Z] docker-support-notifications-go latest 37367fa1ae4d 24 seconds ago 14.5MB [2020-08-26T19:10:47.561Z] docker-core-command-go latest 31ca7f1b5021 30 seconds ago 13MB [2020-08-26T19:10:47.561Z] docker-support-scheduler-go latest bb1ddf99f03f 32 seconds ago 13.1MB [2020-08-26T19:10:47.561Z] docker-sys-mgmt-agent-go latest d8f06b16f50c 38 seconds ago 284MB [2020-08-26T19:10:47.561Z] docker-security-secrets-setup-go latest 0b0e2754a433 2 minutes ago 25.1MB [2020-08-26T19:10:47.561Z] docker-core-data-go latest 6af6c197a81c 2 minutes ago 24.5MB [2020-08-26T19:10:47.561Z] docker-core-metadata-go latest 211803a001e0 2 minutes ago 14.4MB [2020-08-26T19:10:47.561Z] docker-security-proxy-setup-go latest d4c008e3034a 2 minutes ago 16.4MB [2020-08-26T19:10:47.561Z] docker latest 81f5749c9058 2 months ago 211MB [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] // stage [Pipeline] } [Pipeline] } [2020-08-26T19:10:49.373Z] $ docker stop --time=1 548aedca61de9ac803d0347799b72e5347a5d555f995bdcefcad98a1f359cb51 [2020-08-26T19:10:51.696Z] $ docker rm -f 548aedca61de9ac803d0347799b72e5347a5d555f995bdcefcad98a1f359cb51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-26T19:10:53.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-26T19:10:53.520Z] [2020-08-26T19:10:53.520Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-26T19:10:53.897Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-26T19:10:54.171Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-26T19:10:54.171Z] 29e5d40040c1: Pulling fs layer [2020-08-26T19:10:54.171Z] 1ce36da41761: Pulling fs layer [2020-08-26T19:10:54.171Z] 25b303627fd3: Pulling fs layer [2020-08-26T19:10:54.171Z] 29e5d40040c1: Verifying Checksum [2020-08-26T19:10:54.171Z] 29e5d40040c1: Download complete [2020-08-26T19:10:55.149Z] 29e5d40040c1: Pull complete [2020-08-26T19:10:55.419Z] 1ce36da41761: Verifying Checksum [2020-08-26T19:10:55.419Z] 1ce36da41761: Download complete [2020-08-26T19:10:56.393Z] 25b303627fd3: Verifying Checksum [2020-08-26T19:10:56.393Z] 25b303627fd3: Download complete [2020-08-26T19:10:56.393Z] 1ce36da41761: Pull complete [2020-08-26T19:11:06.522Z] 25b303627fd3: Pull complete [2020-08-26T19:11:06.522Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-26T19:11:06.522Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-26T19:11:06.522Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-26T19:11:06.786Z] prd-ubuntu18.04-docker-arm64-4c-16g-416 does not seem to be running inside a container [2020-08-26T19:11:06.822Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-26T19:11:10.216Z] $ docker top 3aab42c300af5e518198106a77b09dc3745d66516f3294a18da693321ab52f85 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-26T19:11:11.759Z] + grep parallel [2020-08-26T19:11:11.759Z] + docker-compose build --help [2020-08-26T19:11:15.118Z] --parallel Build images in parallel. [Pipeline] } [2020-08-26T19:11:15.367Z] $ docker stop --time=1 3aab42c300af5e518198106a77b09dc3745d66516f3294a18da693321ab52f85 [2020-08-26T19:11:17.357Z] $ docker rm -f 3aab42c300af5e518198106a77b09dc3745d66516f3294a18da693321ab52f85 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-26T19:11:18.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-26T19:11:18.162Z] . [Pipeline] withDockerContainer [2020-08-26T19:11:18.476Z] prd-ubuntu18.04-docker-arm64-4c-16g-416 does not seem to be running inside a container [2020-08-26T19:11:18.522Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-26T19:11:20.020Z] $ docker top 16772acec06abd49b057dd2937308f6957a816b450652e02ef0d9cba2e49e402 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-26T19:11:21.137Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-26T19:11:24.496Z] Building docker-core-command-go ... [2020-08-26T19:11:24.496Z] Building docker-core-data-go ... [2020-08-26T19:11:24.496Z] Building docker-core-metadata-go ... [2020-08-26T19:11:24.496Z] Building docker-security-proxy-setup-go ... [2020-08-26T19:11:24.496Z] Building docker-security-secrets-setup-go ... [2020-08-26T19:11:24.497Z] Building docker-security-secretstore-setup-go ... [2020-08-26T19:11:24.497Z] Building docker-support-logging-go ... [2020-08-26T19:11:24.497Z] Building docker-support-notifications-go ... [2020-08-26T19:11:24.497Z] Building docker-support-scheduler-go ... [2020-08-26T19:11:24.497Z] Building docker-sys-mgmt-agent-go ... [2020-08-26T19:11:24.497Z] Building docker-security-proxy-setup-go [2020-08-26T19:11:24.497Z] Building docker-core-metadata-go [2020-08-26T19:11:24.497Z] Building docker-security-secrets-setup-go [2020-08-26T19:11:24.497Z] Building docker-support-notifications-go [2020-08-26T19:11:24.497Z] Building docker-core-data-go [2020-08-26T19:13:31.350Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:13:31.350Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:13:31.350Z] ---> c698e9dae17c [2020-08-26T19:13:31.350Z] Step 3/24 : WORKDIR /edgex-go [2020-08-26T19:13:31.350Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:13:31.350Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-26T19:13:31.350Z] ---> c698e9dae17c [2020-08-26T19:13:31.350Z] Step 3/29 : WORKDIR /edgex-go [2020-08-26T19:13:31.350Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:13:31.350Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:13:31.350Z] ---> c698e9dae17c [2020-08-26T19:13:31.350Z] Step 3/20 : WORKDIR /edgex-go [2020-08-26T19:13:31.350Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:13:31.350Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:13:31.350Z] ---> c698e9dae17c [2020-08-26T19:13:31.350Z] Step 3/22 : WORKDIR /edgex-go [2020-08-26T19:13:31.350Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:13:31.350Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:13:31.350Z] ---> c698e9dae17c [2020-08-26T19:13:31.350Z] Step 3/23 : WORKDIR /edgex-go [2020-08-26T19:13:31.350Z] ---> Running in e894e7bc4cfd [2020-08-26T19:13:31.350Z] ---> Running in 2b70162390cf [2020-08-26T19:13:31.350Z] ---> Running in 94277c06c17c [2020-08-26T19:13:31.350Z] ---> Running in 782ca9e10804 [2020-08-26T19:13:31.350Z] ---> Running in 6dc30efcffad [2020-08-26T19:13:31.350Z] Removing intermediate container 2b70162390cf [2020-08-26T19:13:31.350Z] ---> 6eea039ebce0 [2020-08-26T19:13:31.350Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:13:31.350Z] Removing intermediate container e894e7bc4cfd [2020-08-26T19:13:31.350Z] ---> 2258eadc4878 [2020-08-26T19:13:31.350Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:13:31.350Z] Removing intermediate container 6dc30efcffad [2020-08-26T19:13:31.350Z] ---> cf587a38f4ef [2020-08-26T19:13:31.350Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:13:31.350Z] Removing intermediate container 782ca9e10804 [2020-08-26T19:13:31.350Z] ---> a7cbf916adef [2020-08-26T19:13:31.350Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:13:31.350Z] Removing intermediate container 94277c06c17c [2020-08-26T19:13:31.350Z] ---> a28a8240c6c0 [2020-08-26T19:13:31.350Z] Step 4/29 : RUN apk update && apk add make git [2020-08-26T19:13:31.350Z] ---> Running in 54615fbaee5e [2020-08-26T19:13:31.350Z] ---> Running in 7ca65498bd3b [2020-08-26T19:13:31.350Z] ---> Running in 4d7556fdf54a [2020-08-26T19:13:31.350Z] ---> Running in fd68b0e8ba41 [2020-08-26T19:13:31.350Z] ---> Running in 7f3896c705bc [2020-08-26T19:13:31.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:13:31.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:13:31.350Z] Removing intermediate container 54615fbaee5e [2020-08-26T19:13:31.350Z] ---> 3f123d2c73d2 [2020-08-26T19:13:31.350Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-26T19:13:31.350Z] ---> Running in 57e7b069543c [2020-08-26T19:13:31.350Z] Removing intermediate container 4d7556fdf54a [2020-08-26T19:13:31.350Z] ---> 6a654bcd0324 [2020-08-26T19:13:31.350Z] Step 5/20 : RUN apk update && apk add make git [2020-08-26T19:13:31.350Z] Removing intermediate container 7ca65498bd3b [2020-08-26T19:13:31.350Z] ---> 267093c10418 [2020-08-26T19:13:31.350Z] Step 5/22 : RUN apk update && apk add make git [2020-08-26T19:13:31.350Z] ---> Running in 8fc7cdb55dd4 [2020-08-26T19:13:31.350Z] ---> Running in e3cf9d6eb97f [2020-08-26T19:13:31.350Z] Removing intermediate container 7f3896c705bc [2020-08-26T19:13:31.350Z] ---> 19c7b27edfd5 [2020-08-26T19:13:31.350Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-26T19:13:31.350Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:13:31.350Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:13:31.350Z] OK: 12617 distinct packages available [2020-08-26T19:13:31.350Z] ---> Running in 441041abdb4b [2020-08-26T19:13:31.350Z] OK: 217 MiB in 51 packages [2020-08-26T19:13:31.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:13:31.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:13:31.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:13:31.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:13:32.234Z] Removing intermediate container fd68b0e8ba41 [2020-08-26T19:13:32.234Z] ---> 4298e50d59dd [2020-08-26T19:13:32.234Z] Step 5/29 : COPY go.mod . [2020-08-26T19:13:32.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:13:32.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:13:32.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:13:33.118Z] ---> 633d2572f94f [2020-08-26T19:13:33.118Z] Step 6/29 : RUN go mod download [2020-08-26T19:13:33.118Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:13:33.118Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:13:33.118Z] OK: 12617 distinct packages available [2020-08-26T19:13:33.118Z] ---> Running in de1e99a690e1 [2020-08-26T19:13:33.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:13:33.720Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:13:33.720Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:13:33.720Z] OK: 12617 distinct packages available [2020-08-26T19:13:34.004Z] OK: 217 MiB in 51 packages [2020-08-26T19:13:34.004Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:13:34.004Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:13:34.005Z] OK: 12617 distinct packages available [2020-08-26T19:13:34.614Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:13:34.614Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:13:34.614Z] OK: 12617 distinct packages available [2020-08-26T19:13:34.895Z] OK: 217 MiB in 51 packages [2020-08-26T19:13:34.895Z] OK: 217 MiB in 51 packages [2020-08-26T19:13:35.505Z] OK: 217 MiB in 51 packages [2020-08-26T19:13:35.780Z] Removing intermediate container 57e7b069543c [2020-08-26T19:13:35.780Z] ---> b57490b166b0 [2020-08-26T19:13:35.780Z] Step 6/24 : COPY go.mod . [2020-08-26T19:13:36.761Z] Removing intermediate container e3cf9d6eb97f [2020-08-26T19:13:36.761Z] ---> 6bf548855f8d [2020-08-26T19:13:36.761Z] Step 6/22 : COPY go.mod . [2020-08-26T19:13:37.037Z] ---> 230e0bf5b552 [2020-08-26T19:13:37.037Z] Step 7/24 : RUN go mod download [2020-08-26T19:13:37.037Z] Removing intermediate container 8fc7cdb55dd4 [2020-08-26T19:13:37.037Z] ---> fd6ffe2818da [2020-08-26T19:13:37.037Z] Step 6/20 : COPY go.mod . [2020-08-26T19:13:37.314Z] ---> Running in 1feeb99048f6 [2020-08-26T19:13:37.314Z] Removing intermediate container 441041abdb4b [2020-08-26T19:13:37.314Z] ---> 6241c35ddda9 [2020-08-26T19:13:37.314Z] Step 6/23 : COPY go.mod . [2020-08-26T19:13:37.594Z] Removing intermediate container de1e99a690e1 [2020-08-26T19:13:37.594Z] ---> 38e0faa92540 [2020-08-26T19:13:37.594Z] Step 7/29 : COPY . . [2020-08-26T19:13:37.869Z] ---> 941261be0467 [2020-08-26T19:13:37.869Z] Step 7/22 : RUN go mod download [2020-08-26T19:13:38.145Z] ---> 3cdbf246f677 [2020-08-26T19:13:38.145Z] Step 7/20 : RUN go mod download [2020-08-26T19:13:38.145Z] ---> Running in 6d9aa1152716 [2020-08-26T19:13:38.425Z] ---> Running in dc1e71cd81f4 [2020-08-26T19:13:38.703Z] ---> b65f70747ae7 [2020-08-26T19:13:38.703Z] Step 7/23 : RUN go mod download [2020-08-26T19:13:39.299Z] ---> Running in 65846ea63ab0 [2020-08-26T19:13:42.738Z] Removing intermediate container 1feeb99048f6 [2020-08-26T19:13:42.738Z] ---> 07ff078354cd [2020-08-26T19:13:42.738Z] Step 8/24 : COPY . . [2020-08-26T19:13:43.336Z] Removing intermediate container 6d9aa1152716 [2020-08-26T19:13:43.336Z] ---> b81be1cdb819 [2020-08-26T19:13:43.336Z] Step 8/22 : COPY . . [2020-08-26T19:13:43.970Z] Removing intermediate container dc1e71cd81f4 [2020-08-26T19:13:43.970Z] ---> 7e3646f189c8 [2020-08-26T19:13:43.970Z] Step 8/20 : COPY . . [2020-08-26T19:13:44.241Z] Removing intermediate container 65846ea63ab0 [2020-08-26T19:13:44.241Z] ---> e7e096b3828e [2020-08-26T19:13:44.241Z] Step 8/23 : COPY . . [2020-08-26T19:14:11.068Z] ---> 88b62bf8a61f [2020-08-26T19:14:11.068Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-26T19:14:11.068Z] ---> 562633ba8ee3 [2020-08-26T19:14:11.068Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-26T19:14:11.068Z] ---> 40aa3aef23ae [2020-08-26T19:14:11.068Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-26T19:14:11.068Z] ---> Running in 63ecf7bb9b15 [2020-08-26T19:14:11.068Z] ---> dbce76c7791b [2020-08-26T19:14:11.068Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-26T19:14:11.068Z] ---> e86155dbb2a9 [2020-08-26T19:14:11.068Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-26T19:14:11.068Z] ---> Running in 4d5d94b50020 [2020-08-26T19:14:11.342Z] ---> Running in f3b19b07e3d8 [2020-08-26T19:14:11.342Z] ---> Running in c620c769415d [2020-08-26T19:14:11.342Z] ---> Running in f9db87951d7c [2020-08-26T19:14:13.319Z] 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 [2020-08-26T19:14:13.594Z] 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 [2020-08-26T19:14:13.594Z] 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 [2020-08-26T19:14:14.191Z] 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 [2020-08-26T19:14:14.191Z] 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 [2020-08-26T19:15:36.014Z] Removing intermediate container 63ecf7bb9b15 [2020-08-26T19:15:36.014Z] ---> 4c4911fe323e [2020-08-26T19:15:36.014Z] [2020-08-26T19:15:36.014Z] Step 9/29 : FROM alpine:latest [2020-08-26T19:15:36.014Z] latest: Pulling from library/alpine [2020-08-26T19:15:36.014Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-26T19:15:36.014Z] Status: Downloaded newer image for alpine:latest [2020-08-26T19:15:36.014Z] ---> 62ee0e9f8440 [2020-08-26T19:15:36.014Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-26T19:15:36.014Z] ---> Running in 885739680cf0 [2020-08-26T19:15:37.023Z] Removing intermediate container 885739680cf0 [2020-08-26T19:15:37.023Z] ---> 6a375345e623 [2020-08-26T19:15:37.023Z] Step 11/29 : USER root [2020-08-26T19:15:37.310Z] ---> Running in 1a8b8c1e8e48 [2020-08-26T19:15:37.916Z] Removing intermediate container 4d5d94b50020 [2020-08-26T19:15:37.916Z] ---> 86d7f67cd007 [2020-08-26T19:15:37.916Z] [2020-08-26T19:15:37.916Z] Step 10/20 : FROM alpine [2020-08-26T19:15:37.916Z] ---> 62ee0e9f8440 [2020-08-26T19:15:37.916Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-26T19:15:38.523Z] Removing intermediate container 1a8b8c1e8e48 [2020-08-26T19:15:38.523Z] ---> 0bf93c9b54aa [2020-08-26T19:15:38.523Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-26T19:15:38.523Z] ---> Running in 55f8c9048bef [2020-08-26T19:15:38.805Z] ---> Running in f061689b36f8 [2020-08-26T19:15:41.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:15:41.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:15:41.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:15:42.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:15:42.603Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:15:42.603Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:15:42.603Z] OK: 12617 distinct packages available [2020-08-26T19:15:42.603Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:15:42.603Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:15:42.603Z] OK: 12617 distinct packages available [2020-08-26T19:15:43.589Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-26T19:15:43.589Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-26T19:15:43.589Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:15:43.864Z] Executing ca-certificates-20191127-r4.trigger [2020-08-26T19:15:43.864Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-26T19:15:43.864Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-26T19:15:43.864Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-26T19:15:43.864Z] (4/4) Installing curl (7.69.1-r0) [2020-08-26T19:15:43.864Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:15:43.864Z] Executing ca-certificates-20191127-r4.trigger [2020-08-26T19:15:44.139Z] OK: 6 MiB in 16 packages [2020-08-26T19:15:44.139Z] OK: 7 MiB in 18 packages [2020-08-26T19:15:47.533Z] Removing intermediate container f061689b36f8 [2020-08-26T19:15:47.533Z] ---> fca7ac7d0ca0 [2020-08-26T19:15:47.533Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-26T19:15:47.533Z] Removing intermediate container 55f8c9048bef [2020-08-26T19:15:47.533Z] ---> 391b661fb28e [2020-08-26T19:15:47.533Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-26T19:15:47.808Z] ---> Running in 091c44d10174 [2020-08-26T19:15:47.808Z] ---> Running in 088547e0d575 [2020-08-26T19:15:48.538Z] Removing intermediate container 091c44d10174 [2020-08-26T19:15:48.538Z] ---> 24c349154a4c [2020-08-26T19:15:48.538Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-26T19:15:48.538Z] Removing intermediate container 088547e0d575 [2020-08-26T19:15:48.538Z] ---> eebe967ab08c [2020-08-26T19:15:48.538Z] Step 13/20 : WORKDIR /edgex [2020-08-26T19:15:49.051Z] ---> Running in 16ce7202c749 [2020-08-26T19:15:49.051Z] ---> Running in b3574360c829 [2020-08-26T19:15:49.546Z] Removing intermediate container 16ce7202c749 [2020-08-26T19:15:49.546Z] ---> f3ec74524114 [2020-08-26T19:15:49.546Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-26T19:15:49.839Z] ---> Running in 8a9094fea90c [2020-08-26T19:15:49.839Z] Removing intermediate container b3574360c829 [2020-08-26T19:15:49.839Z] ---> e2b794104603 [2020-08-26T19:15:49.839Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-26T19:15:51.318Z] ---> 2e5778b4b948 [2020-08-26T19:15:51.318Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-26T19:15:54.069Z] ---> 7355c5b70500 [2020-08-26T19:15:54.069Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-26T19:15:54.069Z] ---> Running in 19fa3c15f5c8 [2020-08-26T19:15:55.052Z] Removing intermediate container 19fa3c15f5c8 [2020-08-26T19:15:55.052Z] ---> 844f945fe130 [2020-08-26T19:15:55.052Z] Step 17/20 : CMD ["--init=true"] [2020-08-26T19:15:55.052Z] Removing intermediate container 8a9094fea90c [2020-08-26T19:15:55.052Z] ---> 754493447972 [2020-08-26T19:15:55.052Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-26T19:15:55.052Z] ---> Running in 358b7783e8a6 [2020-08-26T19:15:56.039Z] Removing intermediate container 358b7783e8a6 [2020-08-26T19:15:56.039Z] ---> fdc4c48771f4 [2020-08-26T19:15:56.039Z] Step 18/20 : LABEL arch=arm64 [2020-08-26T19:15:56.039Z] ---> Running in 03f3cfc688bb [2020-08-26T19:15:57.018Z] ---> 68b6e3551464 [2020-08-26T19:15:57.018Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-26T19:15:57.018Z] Removing intermediate container 03f3cfc688bb [2020-08-26T19:15:57.018Z] ---> 3a1c948721ba [2020-08-26T19:15:57.018Z] Step 19/20 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:15:57.634Z] ---> Running in 7122a5164b5f [2020-08-26T19:15:58.235Z] Removing intermediate container 7122a5164b5f [2020-08-26T19:15:58.235Z] ---> c4c74b43cc16 [2020-08-26T19:15:58.235Z] Step 20/20 : LABEL version=0.0.0 [2020-08-26T19:15:58.505Z] ---> 95df215f10ef [2020-08-26T19:15:58.505Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-26T19:15:58.505Z] ---> Running in 30e2ee1378ba [2020-08-26T19:15:59.102Z] Removing intermediate container 30e2ee1378ba [2020-08-26T19:15:59.102Z] ---> 5bd9594b1b90 [2020-08-26T19:15:59.102Z] [2020-08-26T19:16:00.083Z] Successfully built 5bd9594b1b90 [2020-08-26T19:16:00.083Z] ---> 0256a52c586f [2020-08-26T19:16:00.083Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-26T19:16:00.083Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-26T19:16:00.083Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-08-26T19:16:02.059Z] ---> 403ef9e375b4 [2020-08-26T19:16:02.059Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-26T19:16:04.031Z] ---> b4f1c94ffa51 [2020-08-26T19:16:04.031Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-26T19:16:05.011Z] ---> Running in 1432814aca99 [2020-08-26T19:16:07.001Z] Removing intermediate container f3b19b07e3d8 [2020-08-26T19:16:07.001Z] ---> 12d45cddb31e [2020-08-26T19:16:07.001Z] [2020-08-26T19:16:07.001Z] Step 10/24 : FROM scratch [2020-08-26T19:16:07.001Z] ---> [2020-08-26T19:16:07.001Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-26T19:16:07.598Z] ---> Running in 806756f9e95f [2020-08-26T19:16:09.041Z] Removing intermediate container 806756f9e95f [2020-08-26T19:16:09.041Z] ---> 3df9b09037bd [2020-08-26T19:16:09.041Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-26T19:16:09.633Z] ---> Running in 8b9dde5d1633 [2020-08-26T19:16:10.228Z] Removing intermediate container 1432814aca99 [2020-08-26T19:16:10.228Z] ---> d56405d37b43 [2020-08-26T19:16:10.228Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-26T19:16:10.501Z] Removing intermediate container 8b9dde5d1633 [2020-08-26T19:16:10.501Z] ---> c6ce3eb7ea5e [2020-08-26T19:16:10.501Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-26T19:16:10.772Z] ---> Running in c9ec428cd2cb [2020-08-26T19:16:12.210Z] ---> b196e8186cd8 [2020-08-26T19:16:12.210Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-26T19:16:12.210Z] Removing intermediate container c9ec428cd2cb [2020-08-26T19:16:12.210Z] ---> a66542095c0a [2020-08-26T19:16:12.210Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-26T19:16:12.483Z] ---> Running in 2625159f23ee [2020-08-26T19:16:14.463Z] ---> ea7fc3373e10 [2020-08-26T19:16:14.463Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-26T19:16:17.102Z] ---> 37ae703f7abc [2020-08-26T19:16:17.102Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-26T19:16:17.374Z] Removing intermediate container f9db87951d7c [2020-08-26T19:16:17.374Z] ---> 70239c093ca9 [2020-08-26T19:16:17.374Z] [2020-08-26T19:16:17.374Z] Step 10/22 : FROM scratch [2020-08-26T19:16:17.374Z] ---> [2020-08-26T19:16:17.374Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T19:16:17.647Z] Removing intermediate container 2625159f23ee [2020-08-26T19:16:17.647Z] ---> db88d3ff8905 [2020-08-26T19:16:17.647Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-26T19:16:17.916Z] ---> Running in f358e018dcba [2020-08-26T19:16:18.194Z] ---> Running in e73ec5dc3f3e [2020-08-26T19:16:19.183Z] Removing intermediate container f358e018dcba [2020-08-26T19:16:19.183Z] ---> c96e021a4d50 [2020-08-26T19:16:19.183Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-26T19:16:20.167Z] ---> a343c7a86b57 [2020-08-26T19:16:20.167Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-26T19:16:20.167Z] ---> Running in c87b7e35f123 [2020-08-26T19:16:21.627Z] Removing intermediate container c87b7e35f123 [2020-08-26T19:16:21.627Z] ---> d93b7914aacd [2020-08-26T19:16:21.627Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-26T19:16:22.222Z] ---> 367a4e58f6c2 [2020-08-26T19:16:22.222Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-26T19:16:22.222Z] ---> Running in de96308ba007 [2020-08-26T19:16:23.230Z] Removing intermediate container de96308ba007 [2020-08-26T19:16:23.230Z] ---> a9c060bd67b9 [2020-08-26T19:16:23.230Z] Step 14/22 : WORKDIR / [2020-08-26T19:16:23.508Z] ---> Running in d065bfc22920 [2020-08-26T19:16:24.508Z] Removing intermediate container e73ec5dc3f3e [2020-08-26T19:16:24.509Z] ---> 48a51f10850c [2020-08-26T19:16:24.509Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-26T19:16:24.800Z] ---> cbda9c0f7c63 [2020-08-26T19:16:24.800Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-26T19:16:24.800Z] Removing intermediate container d065bfc22920 [2020-08-26T19:16:24.800Z] ---> 20dc921f77b6 [2020-08-26T19:16:24.800Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-26T19:16:25.074Z] ---> Running in 14deb16aa4de [2020-08-26T19:16:25.351Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:16:25.351Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:16:25.351Z] ---> c698e9dae17c [2020-08-26T19:16:25.351Z] Step 3/26 : WORKDIR /edgex-go [2020-08-26T19:16:25.351Z] ---> Using cache [2020-08-26T19:16:25.351Z] ---> a28a8240c6c0 [2020-08-26T19:16:25.351Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:16:25.351Z] ---> Running in b4404ea4faf7 [2020-08-26T19:16:26.055Z] Removing intermediate container 14deb16aa4de [2020-08-26T19:16:26.055Z] ---> dbee29a49767 [2020-08-26T19:16:26.055Z] Step 26/29 : CMD [ "generate" ] [2020-08-26T19:16:26.334Z] ---> 797cd74aaf5f [2020-08-26T19:16:26.334Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-26T19:16:26.610Z] ---> Running in ef7556ee8357 [2020-08-26T19:16:26.610Z] ---> a87c65019b0f [2020-08-26T19:16:26.610Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-26T19:16:26.893Z] ---> Running in def9579c9481 [2020-08-26T19:16:27.501Z] Removing intermediate container ef7556ee8357 [2020-08-26T19:16:27.501Z] ---> 5a1050f5518a [2020-08-26T19:16:27.501Z] Step 27/29 : LABEL arch=arm64 [2020-08-26T19:16:27.793Z] Removing intermediate container def9579c9481 [2020-08-26T19:16:27.793Z] ---> a0c56636268f [2020-08-26T19:16:27.793Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T19:16:27.793Z] ---> Running in eb6add66655e [2020-08-26T19:16:28.075Z] ---> Running in 354ab3b30e06 [2020-08-26T19:16:28.359Z] ---> 36ac38f36589 [2020-08-26T19:16:28.359Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-26T19:16:28.641Z] Removing intermediate container eb6add66655e [2020-08-26T19:16:28.641Z] Removing intermediate container b4404ea4faf7 [2020-08-26T19:16:28.641Z] ---> 67f8a964a1a3 [2020-08-26T19:16:28.641Z] Step 5/26 : RUN apk update && apk add make git [2020-08-26T19:16:28.641Z] ---> 5e97331a8983 [2020-08-26T19:16:28.641Z] Step 28/29 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:16:28.932Z] Removing intermediate container 354ab3b30e06 [2020-08-26T19:16:28.932Z] ---> 516acb7d55b1 [2020-08-26T19:16:28.932Z] Step 22/24 : LABEL arch=arm64 [2020-08-26T19:16:29.228Z] ---> Running in 505d5df11ae9 [2020-08-26T19:16:29.228Z] ---> Running in e99602887fe9 [2020-08-26T19:16:29.510Z] ---> Running in dcdf8f7962e1 [2020-08-26T19:16:29.510Z] ---> 97a3b47064d1 [2020-08-26T19:16:29.510Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-26T19:16:29.795Z] ---> Running in d488b16b83c7 [2020-08-26T19:16:30.083Z] Removing intermediate container e99602887fe9 [2020-08-26T19:16:30.083Z] ---> 97f4ef898d11 [2020-08-26T19:16:30.083Z] Step 29/29 : LABEL version=0.0.0 [2020-08-26T19:16:30.083Z] Removing intermediate container dcdf8f7962e1 [2020-08-26T19:16:30.083Z] ---> 1d9eb808598f [2020-08-26T19:16:30.083Z] Step 23/24 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:16:30.369Z] ---> Running in 83655f54f82a [2020-08-26T19:16:30.650Z] ---> Running in e54f73d9bf49 [2020-08-26T19:16:30.650Z] Removing intermediate container d488b16b83c7 [2020-08-26T19:16:30.650Z] ---> 589e87432b6d [2020-08-26T19:16:30.650Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T19:16:30.927Z] ---> Running in dc8f7317fa99 [2020-08-26T19:16:31.206Z] Removing intermediate container 83655f54f82a [2020-08-26T19:16:31.206Z] ---> eb9f3904d625 [2020-08-26T19:16:31.206Z] [2020-08-26T19:16:31.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:16:31.206Z] Removing intermediate container c620c769415d [2020-08-26T19:16:31.206Z] ---> 7804072a00c7 [2020-08-26T19:16:31.206Z] [2020-08-26T19:16:31.206Z] Step 10/23 : FROM alpine [2020-08-26T19:16:31.206Z] ---> 62ee0e9f8440 [2020-08-26T19:16:31.206Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T19:16:31.502Z] Removing intermediate container e54f73d9bf49 [2020-08-26T19:16:31.502Z] ---> 58f179dec54d [2020-08-26T19:16:31.502Z] Step 24/24 : LABEL version=0.0.0 [2020-08-26T19:16:31.502Z] ---> Running in 9a0a2cef33a8 [2020-08-26T19:16:31.502Z] Removing intermediate container dc8f7317fa99 [2020-08-26T19:16:31.502Z] ---> a2d8c6e1ed99 [2020-08-26T19:16:31.502Z] Step 20/22 : LABEL arch=arm64 [2020-08-26T19:16:31.781Z] Successfully built eb9f3904d625 [2020-08-26T19:16:31.781Z] ---> Running in 10fbbcfbfed4 [2020-08-26T19:16:31.781Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-26T19:16:31.781Z] Building docker-sys-mgmt-agent-go [2020-08-26T19:16:31.781Z]  Building docker-security-secrets-setup-go ... done  ---> Running in e90118093533 [2020-08-26T19:16:32.080Z] Removing intermediate container 9a0a2cef33a8 [2020-08-26T19:16:32.080Z] ---> a9015b4a2a33 [2020-08-26T19:16:32.080Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-26T19:16:32.080Z] ---> Running in b8fc435a079b [2020-08-26T19:16:32.359Z] Removing intermediate container 10fbbcfbfed4 [2020-08-26T19:16:32.359Z] ---> fedce335a293 [2020-08-26T19:16:32.359Z] [2020-08-26T19:16:32.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:16:32.359Z] Removing intermediate container e90118093533 [2020-08-26T19:16:32.359Z] ---> 99123f21b86b [2020-08-26T19:16:32.359Z] Step 21/22 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:16:32.654Z] ---> Running in bb3f75d089aa [2020-08-26T19:16:32.937Z] Successfully built fedce335a293 [2020-08-26T19:16:32.937Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-26T19:16:32.937Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-08-26T19:16:32.937Z] Removing intermediate container b8fc435a079b [2020-08-26T19:16:32.937Z] ---> e8b5e76b34ab [2020-08-26T19:16:32.937Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-26T19:16:33.222Z] Removing intermediate container bb3f75d089aa [2020-08-26T19:16:33.222Z] ---> 38b366e65b21 [2020-08-26T19:16:33.222Z] Step 22/22 : LABEL version=0.0.0 [2020-08-26T19:16:33.522Z] ---> Running in 29c41045e60a [2020-08-26T19:16:33.522Z] ---> Running in 41f661d37ed7 [2020-08-26T19:16:34.196Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:16:34.196Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:16:34.196Z] OK: 12617 distinct packages available [2020-08-26T19:16:34.196Z] Removing intermediate container 29c41045e60a [2020-08-26T19:16:34.196Z] ---> 33421f741876 [2020-08-26T19:16:34.196Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:16:34.901Z] Removing intermediate container 41f661d37ed7 [2020-08-26T19:16:34.901Z] ---> f450122eb44f [2020-08-26T19:16:34.901Z] [2020-08-26T19:16:34.901Z] OK: 217 MiB in 51 packages [2020-08-26T19:16:35.197Z] Successfully built f450122eb44f [2020-08-26T19:16:35.197Z] ---> Running in ff01c57857cf [2020-08-26T19:16:35.197Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-26T19:16:35.197Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2020-08-26T19:16:37.274Z] Removing intermediate container 505d5df11ae9 [2020-08-26T19:16:37.274Z] ---> 65cf0eb718cd [2020-08-26T19:16:37.274Z] Step 6/26 : COPY go.mod . [2020-08-26T19:16:39.275Z] ---> e7ed468ea54e [2020-08-26T19:16:39.275Z] Step 7/26 : RUN go mod download [2020-08-26T19:16:40.295Z] Removing intermediate container ff01c57857cf [2020-08-26T19:16:40.295Z] ---> 56cff11c413f [2020-08-26T19:16:40.295Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-26T19:16:40.570Z] ---> Running in 4672e42b1996 [2020-08-26T19:16:41.579Z] ---> Running in ea91037f9ea2 [2020-08-26T19:16:43.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:16:44.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:16:45.476Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-26T19:16:45.476Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-26T19:16:45.476Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-26T19:16:46.077Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-26T19:16:46.077Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-26T19:16:46.077Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:16:46.351Z] OK: 8 MiB in 19 packages [2020-08-26T19:16:47.812Z] Removing intermediate container 4672e42b1996 [2020-08-26T19:16:47.812Z] ---> cf8030f940f8 [2020-08-26T19:16:47.812Z] Step 8/26 : COPY . . [2020-08-26T19:16:50.484Z] Removing intermediate container ea91037f9ea2 [2020-08-26T19:16:50.484Z] ---> 7429f5630d53 [2020-08-26T19:16:50.484Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-26T19:16:53.134Z] ---> 600fe5fac221 [2020-08-26T19:16:53.134Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-26T19:16:55.137Z] ---> 0e40fea52b06 [2020-08-26T19:16:55.137Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-26T19:16:56.130Z] ---> f396809628cf [2020-08-26T19:16:56.130Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-26T19:16:56.408Z] ---> Running in c30945b4ebdc [2020-08-26T19:16:57.392Z] Removing intermediate container c30945b4ebdc [2020-08-26T19:16:57.392Z] ---> 1e968fd39d44 [2020-08-26T19:16:57.392Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T19:16:57.392Z] ---> Running in ff0384052ff0 [2020-08-26T19:16:58.376Z] Removing intermediate container ff0384052ff0 [2020-08-26T19:16:58.376Z] ---> 6ad24891db96 [2020-08-26T19:16:58.376Z] Step 21/23 : LABEL arch=arm64 [2020-08-26T19:16:58.649Z] ---> Running in 9589f582c0a5 [2020-08-26T19:16:59.649Z] Removing intermediate container 9589f582c0a5 [2020-08-26T19:16:59.649Z] ---> 64161b7109a2 [2020-08-26T19:16:59.649Z] Step 22/23 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:16:59.649Z] ---> Running in 0deb142a2a7f [2020-08-26T19:17:00.652Z] Removing intermediate container 0deb142a2a7f [2020-08-26T19:17:00.652Z] ---> 08467c7d29d6 [2020-08-26T19:17:00.652Z] Step 23/23 : LABEL version=0.0.0 [2020-08-26T19:17:00.932Z] ---> Running in 73d70fc95547 [2020-08-26T19:17:01.921Z] Removing intermediate container 73d70fc95547 [2020-08-26T19:17:01.921Z] ---> 160bf04e18be [2020-08-26T19:17:01.921Z] [2020-08-26T19:17:02.526Z] Successfully built 160bf04e18be [2020-08-26T19:17:02.526Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-26T19:17:02.526Z] Building docker-support-logging-go [2020-08-26T19:17:07.963Z]  Building docker-core-data-go ... done  ---> 60b10296a488 [2020-08-26T19:17:07.963Z] 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 [2020-08-26T19:17:07.963Z] ---> Running in 3bca0e015e82 [2020-08-26T19:17:09.432Z] 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 [2020-08-26T19:17:31.650Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:17:31.650Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:17:31.650Z] ---> c698e9dae17c [2020-08-26T19:17:31.650Z] Step 3/27 : WORKDIR /edgex-go [2020-08-26T19:17:31.650Z] ---> Using cache [2020-08-26T19:17:31.650Z] ---> a28a8240c6c0 [2020-08-26T19:17:31.650Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:17:31.650Z] ---> Using cache [2020-08-26T19:17:31.650Z] ---> 67f8a964a1a3 [2020-08-26T19:17:31.650Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-26T19:17:36.036Z] ---> Running in 6a8cf16611ff [2020-08-26T19:17:36.036Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:17:36.036Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:17:36.036Z] ---> c698e9dae17c [2020-08-26T19:17:36.036Z] Step 3/22 : WORKDIR /edgex-go [2020-08-26T19:17:36.036Z] ---> Using cache [2020-08-26T19:17:36.036Z] ---> a28a8240c6c0 [2020-08-26T19:17:36.036Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:17:36.036Z] ---> Using cache [2020-08-26T19:17:36.036Z] ---> 67f8a964a1a3 [2020-08-26T19:17:36.036Z] Step 5/22 : RUN apk update && apk add make git [2020-08-26T19:17:36.036Z] ---> Using cache [2020-08-26T19:17:36.036Z] ---> 65cf0eb718cd [2020-08-26T19:17:36.036Z] Step 6/22 : COPY go.mod . [2020-08-26T19:17:36.036Z] ---> Using cache [2020-08-26T19:17:36.036Z] ---> e7ed468ea54e [2020-08-26T19:17:36.036Z] Step 7/22 : RUN go mod download [2020-08-26T19:17:36.036Z] ---> Using cache [2020-08-26T19:17:36.036Z] ---> cf8030f940f8 [2020-08-26T19:17:36.036Z] Step 8/22 : COPY . . [2020-08-26T19:17:36.036Z] ---> Using cache [2020-08-26T19:17:36.036Z] ---> 60b10296a488 [2020-08-26T19:17:36.036Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-26T19:17:36.036Z] ---> Running in 7b25152d0362 [2020-08-26T19:17:37.492Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:17:37.492Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:17:37.492Z] ---> c698e9dae17c [2020-08-26T19:17:37.492Z] Step 3/21 : WORKDIR /edgex-go [2020-08-26T19:17:37.492Z] ---> Using cache [2020-08-26T19:17:37.492Z] ---> a28a8240c6c0 [2020-08-26T19:17:37.492Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:17:37.492Z] ---> Using cache [2020-08-26T19:17:37.492Z] ---> 67f8a964a1a3 [2020-08-26T19:17:37.492Z] Step 5/21 : RUN apk update && apk add make git [2020-08-26T19:17:37.492Z] ---> Using cache [2020-08-26T19:17:37.492Z] ---> 65cf0eb718cd [2020-08-26T19:17:37.492Z] Step 6/21 : COPY go.mod . [2020-08-26T19:17:37.492Z] ---> Using cache [2020-08-26T19:17:37.492Z] ---> e7ed468ea54e [2020-08-26T19:17:37.492Z] Step 7/21 : RUN go mod download [2020-08-26T19:17:37.492Z] ---> Using cache [2020-08-26T19:17:37.492Z] ---> cf8030f940f8 [2020-08-26T19:17:37.492Z] Step 8/21 : COPY . . [2020-08-26T19:17:37.492Z] ---> Using cache [2020-08-26T19:17:37.492Z] ---> 60b10296a488 [2020-08-26T19:17:37.492Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-26T19:17:38.099Z] ---> Running in 2a2c7798d007 [2020-08-26T19:17:38.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:17:38.375Z] 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 [2020-08-26T19:17:39.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:17:40.364Z] 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 [2020-08-26T19:17:40.364Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:17:40.364Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:17:40.364Z] OK: 12617 distinct packages available [2020-08-26T19:17:41.353Z] OK: 217 MiB in 51 packages [2020-08-26T19:17:43.993Z] Removing intermediate container 6a8cf16611ff [2020-08-26T19:17:43.993Z] ---> f325bbbf7fe0 [2020-08-26T19:17:43.993Z] Step 6/27 : COPY go.mod . [2020-08-26T19:17:44.979Z] ---> 1532dbdc1563 [2020-08-26T19:17:44.979Z] Step 7/27 : RUN go mod download [2020-08-26T19:17:45.255Z] ---> Running in 3897e948df71 [2020-08-26T19:17:48.665Z] 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 [2020-08-26T19:17:53.011Z] Removing intermediate container 3897e948df71 [2020-08-26T19:17:53.012Z] ---> bbe27b3068bb [2020-08-26T19:17:53.012Z] Step 8/27 : COPY . . [2020-08-26T19:17:58.438Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T19:17:58.438Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-26T19:17:58.438Z] ---> c698e9dae17c [2020-08-26T19:17:58.438Z] Step 3/22 : WORKDIR /edgex-go [2020-08-26T19:17:58.438Z] ---> Using cache [2020-08-26T19:17:58.438Z] ---> a28a8240c6c0 [2020-08-26T19:17:58.438Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T19:17:58.438Z] ---> Using cache [2020-08-26T19:17:58.438Z] ---> 67f8a964a1a3 [2020-08-26T19:17:58.438Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-26T19:17:59.883Z] ---> Running in b05b19ca56e3 [2020-08-26T19:18:02.520Z] 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 [2020-08-26T19:18:02.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:18:03.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:18:05.247Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T19:18:05.247Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T19:18:05.247Z] OK: 12617 distinct packages available [2020-08-26T19:18:06.235Z] OK: 217 MiB in 51 packages [2020-08-26T19:18:06.852Z] OK: 217 MiB in 51 packages [2020-08-26T19:18:10.285Z] Removing intermediate container b05b19ca56e3 [2020-08-26T19:18:10.285Z] ---> cfec6eb3ad42 [2020-08-26T19:18:10.285Z] Step 6/22 : COPY go.mod . [2020-08-26T19:18:11.745Z] ---> d180c9e95a78 [2020-08-26T19:18:11.745Z] Step 7/22 : RUN go mod download [2020-08-26T19:18:12.356Z] ---> Running in fdee956953fe [2020-08-26T19:18:19.263Z] Removing intermediate container 3bca0e015e82 [2020-08-26T19:18:19.263Z] ---> 9ff98994a853 [2020-08-26T19:18:19.263Z] [2020-08-26T19:18:19.263Z] Step 10/26 : FROM alpine:3.10 [2020-08-26T19:18:19.263Z] Removing intermediate container fdee956953fe [2020-08-26T19:18:19.263Z] ---> 8f85c04a0568 [2020-08-26T19:18:19.263Z] Step 8/22 : COPY . . [2020-08-26T19:18:19.263Z] 3.10: Pulling from library/alpine [2020-08-26T19:18:22.717Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-26T19:18:22.717Z] Status: Downloaded newer image for alpine:3.10 [2020-08-26T19:18:22.717Z] ---> 536a684cf733 [2020-08-26T19:18:22.717Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-26T19:18:23.320Z] ---> Running in 1105f9d92710 [2020-08-26T19:18:25.335Z] ---> 6b2c96c9e4f2 [2020-08-26T19:18:25.335Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-26T19:18:25.942Z] ---> Running in 8c57149060da [2020-08-26T19:18:26.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:18:26.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:18:27.463Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-26T19:18:27.463Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-26T19:18:27.463Z] OK: 10167 distinct packages available [2020-08-26T19:18:28.458Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-26T19:18:28.458Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-26T19:18:28.458Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-26T19:18:28.458Z] (4/5) Installing curl (7.66.0-r0) [2020-08-26T19:18:28.458Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-26T19:18:28.458Z] Executing busybox-1.30.1-r3.trigger [2020-08-26T19:18:28.458Z] Executing ca-certificates-20191127-r2.trigger [2020-08-26T19:18:28.738Z] 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 [2020-08-26T19:18:28.738Z] OK: 7 MiB in 19 packages [2020-08-26T19:18:33.115Z] Removing intermediate container 1105f9d92710 [2020-08-26T19:18:33.115Z] ---> ee5cbf7b3cfd [2020-08-26T19:18:33.115Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-26T19:18:33.115Z] ---> Running in 491f2d7ee7bf [2020-08-26T19:18:34.102Z] Removing intermediate container 491f2d7ee7bf [2020-08-26T19:18:34.102Z] ---> 133e1a3c1f17 [2020-08-26T19:18:34.102Z] Step 13/26 : WORKDIR / [2020-08-26T19:18:34.380Z] ---> Running in 053d0f3780bc [2020-08-26T19:18:35.367Z] Removing intermediate container 053d0f3780bc [2020-08-26T19:18:35.367Z] ---> df2f5d7a4db7 [2020-08-26T19:18:35.367Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-26T19:18:36.812Z] ---> 508ed8b1f997 [2020-08-26T19:18:36.812Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-26T19:18:38.802Z] ---> 963f84947e82 [2020-08-26T19:18:38.802Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-26T19:18:40.789Z] ---> 03cf385edb11 [2020-08-26T19:18:40.789Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-26T19:18:42.780Z] ---> 50f210323cfc [2020-08-26T19:18:42.780Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-26T19:18:45.416Z] ---> ff3ca65de7f3 [2020-08-26T19:18:45.416Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-26T19:18:48.105Z] ---> 5ba5537fcd51 [2020-08-26T19:18:48.105Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-26T19:18:49.555Z] ---> 0dc981e6ef87 [2020-08-26T19:18:49.556Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-26T19:18:49.836Z] ---> c55c1ef59c6e [2020-08-26T19:18:49.836Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-26T19:18:49.836Z] ---> Running in 3d56c35e0212 [2020-08-26T19:18:51.292Z] ---> 6a28700d5754 [2020-08-26T19:18:51.292Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-26T19:18:51.566Z] ---> Running in c4202c31b2fa [2020-08-26T19:18:53.003Z] 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 [2020-08-26T19:18:55.627Z] Removing intermediate container c4202c31b2fa [2020-08-26T19:18:55.627Z] ---> d07ad6e7acac [2020-08-26T19:18:55.627Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-26T19:18:55.904Z] ---> Running in dc8035733288 [2020-08-26T19:18:56.514Z] Removing intermediate container dc8035733288 [2020-08-26T19:18:56.514Z] ---> ecb73057c9d6 [2020-08-26T19:18:56.514Z] Step 24/26 : LABEL arch=arm64 [2020-08-26T19:18:56.514Z] ---> Running in 7aec8bcb0b57 [2020-08-26T19:18:57.129Z] Removing intermediate container 7aec8bcb0b57 [2020-08-26T19:18:57.129Z] ---> 9e76bc9feb0b [2020-08-26T19:18:57.129Z] Step 25/26 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:18:57.413Z] ---> Running in 137d1eb6a8a6 [2020-08-26T19:18:58.017Z] Removing intermediate container 137d1eb6a8a6 [2020-08-26T19:18:58.017Z] ---> 767553fd067a [2020-08-26T19:18:58.017Z] Step 26/26 : LABEL version=0.0.0 [2020-08-26T19:18:58.017Z] ---> Running in 306bb8afcb29 [2020-08-26T19:18:59.003Z] Removing intermediate container 306bb8afcb29 [2020-08-26T19:18:59.003Z] ---> 035e81b178c3 [2020-08-26T19:18:59.003Z] [2020-08-26T19:18:59.604Z] Successfully built 035e81b178c3 [2020-08-26T19:18:59.604Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-26T19:19:26.433Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2a2c7798d007 [2020-08-26T19:19:26.433Z] ---> f1f38da3d1f2 [2020-08-26T19:19:26.433Z] [2020-08-26T19:19:26.433Z] Step 10/21 : FROM scratch [2020-08-26T19:19:26.433Z] ---> [2020-08-26T19:19:26.433Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T19:19:26.433Z] Removing intermediate container 7b25152d0362 [2020-08-26T19:19:26.433Z] ---> 4ee0add57aff [2020-08-26T19:19:26.433Z] [2020-08-26T19:19:26.433Z] Step 10/22 : FROM scratch [2020-08-26T19:19:26.433Z] ---> [2020-08-26T19:19:26.433Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T19:19:26.433Z] ---> Using cache [2020-08-26T19:19:26.433Z] ---> c96e021a4d50 [2020-08-26T19:19:26.433Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-26T19:19:26.433Z] ---> Using cache [2020-08-26T19:19:26.433Z] ---> c96e021a4d50 [2020-08-26T19:19:26.433Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-26T19:19:26.433Z] ---> Running in 474e9da59fe2 [2020-08-26T19:19:26.433Z] ---> Running in afe6bcfbbd3a [2020-08-26T19:19:26.433Z] Removing intermediate container 474e9da59fe2 [2020-08-26T19:19:26.433Z] ---> 4f3bd4f7d09e [2020-08-26T19:19:26.433Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-26T19:19:26.433Z] ---> Running in 3205b6e9c15a [2020-08-26T19:19:26.433Z] Removing intermediate container afe6bcfbbd3a [2020-08-26T19:19:26.433Z] ---> 1e8b622f1a59 [2020-08-26T19:19:26.433Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-26T19:19:26.433Z] ---> Running in 3906e0ed8ffd [2020-08-26T19:19:26.433Z] Removing intermediate container 3205b6e9c15a [2020-08-26T19:19:26.433Z] ---> 6e3e5c6de854 [2020-08-26T19:19:26.433Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-26T19:19:26.433Z] Removing intermediate container 3906e0ed8ffd [2020-08-26T19:19:26.433Z] ---> 0a4b53595e11 [2020-08-26T19:19:26.433Z] Step 14/22 : WORKDIR / [2020-08-26T19:19:26.433Z] ---> Running in f384c5cea194 [2020-08-26T19:19:26.433Z] ---> 1db1c891183e [2020-08-26T19:19:26.433Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-26T19:19:26.433Z] Removing intermediate container f384c5cea194 [2020-08-26T19:19:26.433Z] ---> 1f77f55af0d3 [2020-08-26T19:19:26.433Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-26T19:19:27.897Z] ---> 92a921a5aeaa [2020-08-26T19:19:27.897Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-26T19:19:28.878Z] ---> 51b80b15af9c [2020-08-26T19:19:28.878Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-26T19:19:30.336Z] ---> bc3beb5f003b [2020-08-26T19:19:30.336Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-26T19:19:30.336Z] ---> 9c7efd572a11 [2020-08-26T19:19:30.336Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-26T19:19:30.336Z] ---> Running in 6cb8f22a1bf0 [2020-08-26T19:19:30.943Z] Removing intermediate container 6cb8f22a1bf0 [2020-08-26T19:19:30.943Z] ---> cb978a261c4e [2020-08-26T19:19:30.943Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T19:19:31.226Z] ---> Running in 4c9d802c031f [2020-08-26T19:19:31.505Z] ---> 76c85c138e0d [2020-08-26T19:19:31.505Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-26T19:19:31.783Z] ---> Running in 3bf6670933c9 [2020-08-26T19:19:32.064Z] Removing intermediate container 4c9d802c031f [2020-08-26T19:19:32.064Z] ---> 933ddeaa8179 [2020-08-26T19:19:32.064Z] Step 19/21 : LABEL arch=arm64 [2020-08-26T19:19:32.342Z] ---> Running in dd94b8724b4c [2020-08-26T19:19:32.342Z] Removing intermediate container 3bf6670933c9 [2020-08-26T19:19:32.618Z] ---> a546309d31bb [2020-08-26T19:19:32.618Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T19:19:32.618Z] ---> Running in 58318989b6c3 [2020-08-26T19:19:33.233Z] Removing intermediate container dd94b8724b4c [2020-08-26T19:19:33.233Z] ---> 87fb69aaacd9 [2020-08-26T19:19:33.233Z] Step 20/21 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:19:33.233Z] Removing intermediate container 58318989b6c3 [2020-08-26T19:19:33.233Z] ---> 57f746decc41 [2020-08-26T19:19:33.233Z] Step 20/22 : LABEL arch=arm64 [2020-08-26T19:19:33.510Z] ---> Running in 393dd83ccc77 [2020-08-26T19:19:33.510Z] ---> Running in 5e45f453f120 [2020-08-26T19:19:34.125Z] Removing intermediate container 393dd83ccc77 [2020-08-26T19:19:34.125Z] ---> 9d8392d5468c [2020-08-26T19:19:34.125Z] Step 21/21 : LABEL version=0.0.0 [2020-08-26T19:19:34.405Z] Removing intermediate container 5e45f453f120 [2020-08-26T19:19:34.405Z] ---> 5983434cd557 [2020-08-26T19:19:34.405Z] Step 21/22 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:19:34.405Z] ---> Running in cf6d4ee737dc [2020-08-26T19:19:34.405Z] ---> Running in 1a3cbe7afe74 [2020-08-26T19:19:35.021Z] Removing intermediate container cf6d4ee737dc [2020-08-26T19:19:35.021Z] ---> b7e6cc8d9846 [2020-08-26T19:19:35.021Z] [2020-08-26T19:19:35.299Z] Removing intermediate container 1a3cbe7afe74 [2020-08-26T19:19:35.299Z] ---> 05b5d5fcd999 [2020-08-26T19:19:35.299Z] Step 22/22 : LABEL version=0.0.0 [2020-08-26T19:19:35.577Z] ---> Running in e0ad82da8e80 [2020-08-26T19:19:35.577Z] Successfully built b7e6cc8d9846 [2020-08-26T19:19:35.855Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-26T19:19:36.139Z]  Building docker-support-scheduler-go ... done Removing intermediate container e0ad82da8e80 [2020-08-26T19:19:36.139Z] ---> 22c467417030 [2020-08-26T19:19:36.139Z] [2020-08-26T19:19:36.742Z] Successfully built 22c467417030 [2020-08-26T19:19:36.742Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-26T19:19:42.176Z]  Building docker-core-command-go ... done Removing intermediate container 8c57149060da [2020-08-26T19:19:42.176Z] ---> 4d044c0d7170 [2020-08-26T19:19:42.176Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-26T19:19:42.176Z] ---> Running in 19195663b4f0 [2020-08-26T19:19:43.617Z] 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 [2020-08-26T19:19:47.017Z] Removing intermediate container 19195663b4f0 [2020-08-26T19:19:47.017Z] ---> 9aa131edc3e0 [2020-08-26T19:19:47.017Z] [2020-08-26T19:19:47.017Z] Step 11/27 : FROM docker:latest [2020-08-26T19:19:47.017Z] ---> ce9d55ae87f1 [2020-08-26T19:19:47.017Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-26T19:19:47.290Z] ---> Running in 159d56265d27 [2020-08-26T19:19:48.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:19:48.994Z] Removing intermediate container 3d56c35e0212 [2020-08-26T19:19:48.994Z] ---> 8a68c99a126c [2020-08-26T19:19:48.994Z] [2020-08-26T19:19:48.994Z] Step 10/22 : FROM scratch [2020-08-26T19:19:48.994Z] ---> [2020-08-26T19:19:48.994Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-26T19:19:48.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:19:48.994Z] ---> Using cache [2020-08-26T19:19:48.994Z] ---> 3df9b09037bd [2020-08-26T19:19:48.994Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-26T19:19:49.271Z] ---> Running in b5ac447ff5d9 [2020-08-26T19:19:49.549Z] (1/2) Installing readline (8.0.4-r0) [2020-08-26T19:19:49.549Z] (2/2) Installing bash (5.0.17-r0) [2020-08-26T19:19:49.549Z] Removing intermediate container b5ac447ff5d9 [2020-08-26T19:19:49.549Z] ---> b24642bd2cb6 [2020-08-26T19:19:49.549Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-26T19:19:49.549Z] Executing bash-5.0.17-r0.post-install [2020-08-26T19:19:49.549Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:19:49.549Z] OK: 12 MiB in 22 packages [2020-08-26T19:19:49.825Z] ---> Running in 1e5887392156 [2020-08-26T19:19:50.424Z] Removing intermediate container 1e5887392156 [2020-08-26T19:19:50.424Z] ---> e9eb9fcc8c0f [2020-08-26T19:19:50.424Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-26T19:19:51.027Z] ---> 2044c64efddc [2020-08-26T19:19:51.027Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-26T19:19:51.027Z] Removing intermediate container 159d56265d27 [2020-08-26T19:19:51.027Z] ---> 08f25135c09d [2020-08-26T19:19:51.027Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-26T19:19:51.301Z] ---> Running in 69cafe20cb07 [2020-08-26T19:19:51.899Z] ---> aacf02af7a33 [2020-08-26T19:19:51.899Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-26T19:19:53.338Z] ---> 8fd6688cb169 [2020-08-26T19:19:53.338Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-26T19:19:53.939Z] Removing intermediate container 69cafe20cb07 [2020-08-26T19:19:53.939Z] ---> 64683f4d1fb4 [2020-08-26T19:19:53.939Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-26T19:19:54.216Z] ---> ab33991bed87 [2020-08-26T19:19:54.216Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-26T19:19:54.216Z] ---> Running in afb6391c6142 [2020-08-26T19:19:54.216Z] ---> Running in 4913a454362d [2020-08-26T19:19:54.813Z] Removing intermediate container afb6391c6142 [2020-08-26T19:19:54.813Z] Removing intermediate container 4913a454362d [2020-08-26T19:19:54.813Z] ---> b06eeb573a29 [2020-08-26T19:19:54.813Z] ---> e63c1e666d13 [2020-08-26T19:19:54.813Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 15/27 : ENV APP_PORT=48090 [2020-08-26T19:19:54.813Z] [2020-08-26T19:19:54.813Z] ---> Running in 49caa6960df9 [2020-08-26T19:19:54.813Z] ---> Running in 442ff7a97f1d [2020-08-26T19:19:55.412Z] Removing intermediate container 49caa6960df9 [2020-08-26T19:19:55.412Z] ---> fd09c6dee3c9 [2020-08-26T19:19:55.412Z] Step 20/22 : LABEL arch=arm64 [2020-08-26T19:19:55.412Z] Removing intermediate container 442ff7a97f1d [2020-08-26T19:19:55.412Z] ---> 79ccb80d8163 [2020-08-26T19:19:55.412Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-26T19:19:55.412Z] ---> Running in 2c65c75edbee [2020-08-26T19:19:55.683Z] ---> Running in ddbc5b98ac9d [2020-08-26T19:19:55.955Z] Removing intermediate container 2c65c75edbee [2020-08-26T19:19:55.955Z] ---> 35b99fb20748 [2020-08-26T19:19:55.955Z] Step 21/22 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:19:55.955Z] Removing intermediate container ddbc5b98ac9d [2020-08-26T19:19:55.955Z] ---> ef6967a153bd [2020-08-26T19:19:55.955Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-26T19:19:56.227Z] ---> Running in 09af4091afff [2020-08-26T19:19:56.823Z] Removing intermediate container 09af4091afff [2020-08-26T19:19:56.823Z] ---> 88bb949cff08 [2020-08-26T19:19:56.823Z] Step 22/22 : LABEL version=0.0.0 [2020-08-26T19:19:56.823Z] ---> Running in c1c5326258de [2020-08-26T19:19:57.416Z] ---> a9647cc3fef0 [2020-08-26T19:19:57.416Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-26T19:19:57.416Z] Removing intermediate container c1c5326258de [2020-08-26T19:19:57.416Z] ---> 3ffe25965091 [2020-08-26T19:19:57.416Z] [2020-08-26T19:19:58.011Z] Successfully built 3ffe25965091 [2020-08-26T19:19:58.011Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-26T19:19:58.011Z]  Building docker-support-logging-go ... done  ---> cd8a4fa9e6e7 [2020-08-26T19:19:58.011Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-26T19:19:58.991Z] ---> 4d42c64e4910 [2020-08-26T19:19:58.991Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-26T19:19:59.267Z] ---> Running in 80cb6b3f931e [2020-08-26T19:20:00.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:20:00.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:20:01.333Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-26T19:20:01.333Z] (2/33) Installing expat (2.2.9-r1) [2020-08-26T19:20:01.333Z] (3/33) Installing libffi (3.3-r2) [2020-08-26T19:20:01.333Z] (4/33) Installing gdbm (1.13-r1) [2020-08-26T19:20:01.333Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-26T19:20:01.333Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-26T19:20:01.604Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-26T19:20:03.034Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-26T19:20:03.034Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-26T19:20:03.306Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-26T19:20:03.306Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-26T19:20:03.306Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-26T19:20:03.306Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-26T19:20:03.306Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-26T19:20:03.306Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-26T19:20:03.306Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-26T19:20:03.306Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-26T19:20:03.577Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-26T19:20:03.577Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-26T19:20:03.577Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-26T19:20:03.577Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-26T19:20:03.577Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-26T19:20:03.577Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-26T19:20:03.577Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-26T19:20:03.577Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-26T19:20:03.577Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-26T19:20:03.577Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-26T19:20:03.577Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-26T19:20:03.577Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-26T19:20:03.577Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-26T19:20:03.577Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-26T19:20:03.577Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-26T19:20:03.577Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-26T19:20:03.848Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:20:03.848Z] OK: 71 MiB in 55 packages [2020-08-26T19:20:10.556Z] Removing intermediate container 80cb6b3f931e [2020-08-26T19:20:10.556Z] ---> 446e306719ac [2020-08-26T19:20:10.556Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-26T19:20:10.831Z] ---> Running in 7070369f1ebf [2020-08-26T19:20:16.219Z] Collecting docker-compose==1.23.2 [2020-08-26T19:20:16.219Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-26T19:20:16.219Z] Collecting docopt<0.7,>=0.6.1 [2020-08-26T19:20:16.219Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-26T19:20:18.186Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-26T19:20:18.186Z] Collecting jsonschema<3,>=2.5.1 [2020-08-26T19:20:18.186Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-26T19:20:18.776Z] Collecting docker<4.0,>=3.6.0 [2020-08-26T19:20:18.776Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-26T19:20:20.198Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-26T19:20:20.198Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-26T19:20:20.789Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-26T19:20:20.789Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-26T19:20:21.060Z] Collecting texttable<0.10,>=0.9.0 [2020-08-26T19:20:21.061Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-26T19:20:23.024Z] Collecting cached-property<2,>=1.2.0 [2020-08-26T19:20:23.024Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-26T19:20:23.627Z] Collecting PyYAML<4,>=3.10 [2020-08-26T19:20:23.627Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-26T19:20:26.232Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-26T19:20:26.232Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-26T19:20:28.197Z] Collecting docker-pycreds>=0.4.0 [2020-08-26T19:20:28.197Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-26T19:20:28.197Z] 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) [2020-08-26T19:20:28.197Z] 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) [2020-08-26T19:20:28.468Z] Collecting idna<2.8,>=2.5 [2020-08-26T19:20:28.468Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-26T19:20:29.061Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-26T19:20:29.061Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-26T19:20:29.061Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-26T19:20:29.061Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-26T19:20:29.061Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-26T19:20:29.061Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-26T19:20:30.036Z] Installing collected packages: docopt, jsonschema, docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, cached-property, PyYAML, dockerpty, docker-compose [2020-08-26T19:20:30.036Z] Running setup.py install for docopt: started [2020-08-26T19:20:32.017Z] Running setup.py install for docopt: finished with status 'done' [2020-08-26T19:20:32.288Z] Attempting uninstall: idna [2020-08-26T19:20:32.288Z] Found existing installation: idna 2.9 [2020-08-26T19:20:32.288Z] Uninstalling idna-2.9: [2020-08-26T19:20:32.560Z] Successfully uninstalled idna-2.9 [2020-08-26T19:20:33.146Z] Attempting uninstall: urllib3 [2020-08-26T19:20:33.146Z] Found existing installation: urllib3 1.25.9 [2020-08-26T19:20:33.146Z] Uninstalling urllib3-1.25.9: [2020-08-26T19:20:33.146Z] Successfully uninstalled urllib3-1.25.9 [2020-08-26T19:20:33.733Z] Attempting uninstall: requests [2020-08-26T19:20:33.733Z] Found existing installation: requests 2.23.0 [2020-08-26T19:20:33.733Z] Uninstalling requests-2.23.0: [2020-08-26T19:20:34.000Z] Successfully uninstalled requests-2.23.0 [2020-08-26T19:20:34.969Z] Running setup.py install for texttable: started [2020-08-26T19:20:36.935Z] Running setup.py install for texttable: finished with status 'done' [2020-08-26T19:20:36.935Z] Running setup.py install for PyYAML: started [2020-08-26T19:20:38.886Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-26T19:20:38.886Z] Running setup.py install for dockerpty: started [2020-08-26T19:20:40.303Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-26T19:20:41.269Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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 [2020-08-26T19:20:44.634Z] Removing intermediate container 7070369f1ebf [2020-08-26T19:20:44.634Z] ---> 70e5b6232920 [2020-08-26T19:20:44.634Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-26T19:20:44.634Z] ---> Running in 6f96935e8025 [2020-08-26T19:20:46.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T19:20:46.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T19:20:46.971Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-26T19:20:46.971Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-26T19:20:46.971Z] (3/3) Installing curl (7.69.1-r0) [2020-08-26T19:20:46.971Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T19:20:47.263Z] OK: 71 MiB in 58 packages [2020-08-26T19:20:48.257Z] Removing intermediate container 6f96935e8025 [2020-08-26T19:20:48.257Z] ---> 57a9db607a69 [2020-08-26T19:20:48.257Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-26T19:20:48.532Z] ---> Running in 3dd320cb61d7 [2020-08-26T19:20:49.123Z] Removing intermediate container 3dd320cb61d7 [2020-08-26T19:20:49.123Z] ---> 7adf4cd19e20 [2020-08-26T19:20:49.123Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T19:20:49.123Z] ---> Running in 6bee709fec00 [2020-08-26T19:20:49.715Z] Removing intermediate container 6bee709fec00 [2020-08-26T19:20:49.715Z] ---> fb5b7cf9b01c [2020-08-26T19:20:49.715Z] Step 25/27 : LABEL arch=arm64 [2020-08-26T19:20:49.715Z] ---> Running in 1bf4cb69cf19 [2020-08-26T19:20:50.307Z] Removing intermediate container 1bf4cb69cf19 [2020-08-26T19:20:50.307Z] ---> 25d3a6117296 [2020-08-26T19:20:50.307Z] Step 26/27 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca [2020-08-26T19:20:50.307Z] ---> Running in 446ec4b14fbb [2020-08-26T19:20:50.898Z] Removing intermediate container 446ec4b14fbb [2020-08-26T19:20:50.898Z] ---> 632c84c0675c [2020-08-26T19:20:50.898Z] Step 27/27 : LABEL version=0.0.0 [2020-08-26T19:20:50.898Z] ---> Running in f0b7d009863e [2020-08-26T19:20:51.174Z] Removing intermediate container f0b7d009863e [2020-08-26T19:20:51.174Z] ---> 1770673faa01 [2020-08-26T19:20:51.174Z] [2020-08-26T19:20:51.766Z] Successfully built 1770673faa01 [2020-08-26T19:20:51.766Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-26T19:20:52.051Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-26T19:20:51.990Z] $ docker stop --time=1 16772acec06abd49b057dd2937308f6957a816b450652e02ef0d9cba2e49e402 [2020-08-26T19:20:53.862Z] $ docker rm -f 16772acec06abd49b057dd2937308f6957a816b450652e02ef0d9cba2e49e402 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-26T19:20:54.687Z] + docker images [2020-08-26T19:20:54.688Z] + grep docker [2020-08-26T19:20:54.957Z] docker-sys-mgmt-agent-go-arm64 latest 1770673faa01 4 seconds ago 266MB [2020-08-26T19:20:54.957Z] docker-support-logging-go-arm64 latest 3ffe25965091 57 seconds ago 11.4MB [2020-08-26T19:20:54.957Z] docker-core-command-go-arm64 latest 22c467417030 About a minute ago 12.4MB [2020-08-26T19:20:54.957Z] docker-support-scheduler-go-arm64 latest b7e6cc8d9846 About a minute ago 12.6MB [2020-08-26T19:20:54.957Z] docker-security-secretstore-setup-go-arm64 latest 035e81b178c3 About a minute ago 32.6MB [2020-08-26T19:20:54.957Z] docker-core-data-go-arm64 latest 160bf04e18be 3 minutes ago 23.3MB [2020-08-26T19:20:54.957Z] docker-core-metadata-go-arm64 latest f450122eb44f 4 minutes ago 13.8MB [2020-08-26T19:20:54.957Z] docker-support-notifications-go-arm64 latest fedce335a293 4 minutes ago 13.9MB [2020-08-26T19:20:54.957Z] docker-security-secrets-setup-go-arm64 latest eb9f3904d625 4 minutes ago 24.2MB [2020-08-26T19:20:54.957Z] docker-security-proxy-setup-go-arm64 latest 5bd9594b1b90 4 minutes ago 15.8MB [2020-08-26T19:20:54.957Z] docker latest ce9d55ae87f1 2 months ago 193MB [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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-26T19:20:56.735Z] provisioning config files... [2020-08-26T19:20:56.751Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config4985372992305619465tmp [Pipeline] { [Pipeline] sh [2020-08-26T19:20:57.105Z] + curl -s https://codecov.io/bash [2020-08-26T19:20:57.105Z] + bash -s - -t @/w/workspace/edgex-go/5@tmp/config4985372992305619465tmp [Pipeline] } [2020-08-26T19:20:57.686Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-26T19:20:59.970Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-26T19:21:00.847Z] ---> package-listing.sh [2020-08-26T19:21:00.847Z] ++ facter osfamily [2020-08-26T19:21:00.847Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-26T19:21:00.847Z] + OS_FAMILY=redhat [2020-08-26T19:21:00.847Z] + workspace=/w/workspace/edgex-go/5 [2020-08-26T19:21:00.847Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-26T19:21:00.847Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-26T19:21:00.847Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-26T19:21:00.847Z] + PACKAGES=/tmp/packages_start.txt [2020-08-26T19:21:00.847Z] + '[' /w/workspace/edgex-go/5 ']' [2020-08-26T19:21:00.847Z] + PACKAGES=/tmp/packages_end.txt [2020-08-26T19:21:00.847Z] + case "${OS_FAMILY}" in [2020-08-26T19:21:00.847Z] + rpm -qa [2020-08-26T19:21:00.847Z] + sort [2020-08-26T19:21:05.175Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-26T19:21:05.175Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-26T19:21:05.175Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-26T19:21:05.175Z] + '[' /w/workspace/edgex-go/5 ']' [2020-08-26T19:21:05.175Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2020-08-26T19:21:05.175Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-26T19:21:05.902Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-26T19:21:05.902Z] [2020-08-26T19:21:05.902Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-26T19:21:06.266Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-26T19:21:06.266Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-26T19:21:06.266Z] c9b1b535fdd9: Pulling fs layer [2020-08-26T19:21:06.266Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-26T19:21:06.266Z] 756a868c4378: Pulling fs layer [2020-08-26T19:21:06.266Z] 444b2fc9a129: Pulling fs layer [2020-08-26T19:21:06.266Z] ea15f1150254: Pulling fs layer [2020-08-26T19:21:06.266Z] 41b27a9f41bf: Pulling fs layer [2020-08-26T19:21:06.266Z] 28c525ee5125: Pulling fs layer [2020-08-26T19:21:06.266Z] 094b1ea09ed8: Pulling fs layer [2020-08-26T19:21:06.266Z] 138eaada9080: Pulling fs layer [2020-08-26T19:21:06.266Z] 0622d0fa9048: Pulling fs layer [2020-08-26T19:21:06.266Z] 444b2fc9a129: Waiting [2020-08-26T19:21:06.266Z] 138eaada9080: Waiting [2020-08-26T19:21:06.266Z] 28c525ee5125: Waiting [2020-08-26T19:21:06.266Z] 0622d0fa9048: Waiting [2020-08-26T19:21:06.266Z] ea15f1150254: Waiting [2020-08-26T19:21:06.266Z] 41b27a9f41bf: Waiting [2020-08-26T19:21:06.266Z] 094b1ea09ed8: Waiting [2020-08-26T19:21:06.266Z] 2cc5ad85d9ab: Download complete [2020-08-26T19:21:06.266Z] 444b2fc9a129: Download complete [2020-08-26T19:21:06.266Z] c9b1b535fdd9: Download complete [2020-08-26T19:21:06.532Z] ea15f1150254: Verifying Checksum [2020-08-26T19:21:06.532Z] ea15f1150254: Download complete [2020-08-26T19:21:06.532Z] 28c525ee5125: Verifying Checksum [2020-08-26T19:21:06.532Z] 28c525ee5125: Download complete [2020-08-26T19:21:06.799Z] 756a868c4378: Verifying Checksum [2020-08-26T19:21:06.799Z] 756a868c4378: Download complete [2020-08-26T19:21:06.799Z] c9b1b535fdd9: Pull complete [2020-08-26T19:21:06.799Z] 138eaada9080: Verifying Checksum [2020-08-26T19:21:06.799Z] 138eaada9080: Download complete [2020-08-26T19:21:06.799Z] 0622d0fa9048: Verifying Checksum [2020-08-26T19:21:06.799Z] 0622d0fa9048: Download complete [2020-08-26T19:21:07.066Z] 094b1ea09ed8: Verifying Checksum [2020-08-26T19:21:07.066Z] 094b1ea09ed8: Download complete [2020-08-26T19:21:07.331Z] 2cc5ad85d9ab: Pull complete [2020-08-26T19:21:07.331Z] 41b27a9f41bf: Verifying Checksum [2020-08-26T19:21:07.331Z] 41b27a9f41bf: Download complete [2020-08-26T19:21:08.731Z] 756a868c4378: Pull complete [2020-08-26T19:21:08.731Z] 444b2fc9a129: Pull complete [2020-08-26T19:21:08.993Z] ea15f1150254: Pull complete [2020-08-26T19:21:14.287Z] 41b27a9f41bf: Pull complete [2020-08-26T19:21:14.860Z] 28c525ee5125: Pull complete [2020-08-26T19:21:17.413Z] 094b1ea09ed8: Pull complete [2020-08-26T19:21:18.355Z] 138eaada9080: Pull complete [2020-08-26T19:21:18.355Z] 0622d0fa9048: Pull complete [2020-08-26T19:21:18.355Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-26T19:21:18.355Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-26T19:21:18.355Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-26T19:21:18.507Z] prd-centos7-docker-4c-2g-415 does not seem to be running inside a container [2020-08-26T19:21:18.554Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-26T19:21:23.080Z] $ docker top 14e1dddc3018fc923537608649488d4ac12b827ad735dd7e45e4387b81f47a20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-26T19:21:23.512Z] provisioning config files... [2020-08-26T19:21:23.529Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config3490514542816759345tmp [Pipeline] { [Pipeline] echo [2020-08-26T19:21:23.586Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-26T19:21:23.878Z] ---> create-netrc.sh [Pipeline] echo [2020-08-26T19:21:23.888Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-26T19:21:24.185Z] ---> logs-deploy.sh [2020-08-26T19:21:24.185Z] + ARCHIVE_ARTIFACTS= [2020-08-26T19:21:24.185Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-26T19:21:24.185Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-26T19:21:24.185Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-26T19:21:24.185Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2673/5 [2020-08-26T19:21:24.185Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2673/5/ [2020-08-26T19:21:24.185Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2673/5 /w/workspace/edgex-go/5 [2020-08-26T19:21:25.129Z] Archives upload complete. [2020-08-26T19:21:25.129Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2673/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2673/5/