Branch indexing 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 anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 9c82d3ccfff3fe661d9185a1b7f7a2255cd8ebc8+04784571c64111dd2069565982d29e4bcbbafa66 (2fd7f8150fff7e4d31b2f0229b6275de01096d71) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 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 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 raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test raml_verify 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: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-966 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 9c82d3ccfff3fe661d9185a1b7f7a2255cd8ebc8 Merge succeeded, producing d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 Checking out Revision d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9c82d3ccfff3fe661d9185a1b7f7a2255cd8ebc8 # 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 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 # timeout=10 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 76c9638192a061e523d41b6ab68bbe159b5d6f81 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-25T04:30:29.237Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-25T04:30:29.417Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-25T04:30:29.495Z] ========================================================= [2020-07-25T04:30:29.495Z] EdgeX Global Pipelines Version Info [2020-07-25T04:30:29.495Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:30:30.885Z] ------------------- [2020-07-25T04:30:30.885Z] stable info: [2020-07-25T04:30:30.885Z] ------------------- [2020-07-25T04:30:30.885Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-25T04:30:30.885Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-25T04:30:30.885Z] Message: update stable to v1.0.106 [2020-07-25T04:30:31.837Z] ------------------- [2020-07-25T04:30:31.837Z] experimental info: [2020-07-25T04:30:31.837Z] ------------------- [2020-07-25T04:30:31.837Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-25T04:30:31.837Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-25T04:30:31.837Z] Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-25T04:30:33.489Z] ++ 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-07-25T04:30:33.489Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:33.489Z] ++ dirname cmd/core-command/Dockerfile [2020-07-25T04:30:33.489Z] ++ cut -d/ -f2 [2020-07-25T04:30:33.489Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-25T04:30:33.489Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:33.489Z] ++ dirname cmd/core-data/Dockerfile [2020-07-25T04:30:33.489Z] ++ cut -d/ -f2 [2020-07-25T04:30:33.489Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-25T04:30:33.489Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:33.489Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-25T04:30:33.489Z] ++ cut -d/ -f2 [2020-07-25T04:30:33.489Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-25T04:30:33.489Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:33.489Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-25T04:30:33.489Z] ++ cut -d/ -f2 [2020-07-25T04:30:33.489Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-25T04:30:33.489Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:33.489Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-25T04:30:33.489Z] ++ cut -d/ -f2 [2020-07-25T04:30:33.489Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-25T04:30:33.489Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:33.489Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-25T04:30:33.489Z] ++ cut -d/ -f2 [2020-07-25T04:30:33.489Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-25T04:30:33.489Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:33.489Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-25T04:30:33.489Z] ++ cut -d/ -f2 [2020-07-25T04:30:33.489Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-25T04:30:33.489Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:33.489Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-25T04:30:33.489Z] ++ cut -d/ -f2 [2020-07-25T04:30:33.489Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-25T04:30:33.489Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:33.489Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-25T04:30:33.489Z] ++ cut -d/ -f2 [2020-07-25T04:30:33.489Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-25T04:30:33.489Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:33.489Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-25T04:30:33.489Z] ++ cut -d/ -f2 [2020-07-25T04:30:33.489Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-25T04:30:33.546Z] 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-07-25T04:30:34.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:30:34.256Z] [2020-07-25T04:30:34.256Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:30:34.597Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:30:34.598Z] latest: Pulling from edgex-devops/git-semver [2020-07-25T04:30:34.598Z] 31603596830f: Pulling fs layer [2020-07-25T04:30:34.598Z] 2a8b12db71e7: Pulling fs layer [2020-07-25T04:30:34.598Z] 6ca5941a6612: Pulling fs layer [2020-07-25T04:30:34.598Z] ecc8261a40a4: Pulling fs layer [2020-07-25T04:30:34.598Z] 2a8b12db71e7: Verifying Checksum [2020-07-25T04:30:34.598Z] 2a8b12db71e7: Download complete [2020-07-25T04:30:34.598Z] 31603596830f: Verifying Checksum [2020-07-25T04:30:34.598Z] 31603596830f: Download complete [2020-07-25T04:30:34.863Z] ecc8261a40a4: Verifying Checksum [2020-07-25T04:30:34.863Z] ecc8261a40a4: Download complete [2020-07-25T04:30:34.863Z] 6ca5941a6612: Verifying Checksum [2020-07-25T04:30:34.863Z] 6ca5941a6612: Download complete [2020-07-25T04:30:34.863Z] 31603596830f: Pull complete [2020-07-25T04:30:35.128Z] 2a8b12db71e7: Pull complete [2020-07-25T04:30:35.708Z] 6ca5941a6612: Pull complete [2020-07-25T04:30:35.969Z] ecc8261a40a4: Pull complete [2020-07-25T04:30:35.969Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-25T04:30:35.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:30:35.969Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-25T04:30:36.068Z] prd-centos7-docker-4c-2g-966 does not seem to be running inside a container [2020-07-25T04:30:36.107Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-25T04:30:38.338Z] $ docker top b0117a1b9947ef881a64a150d96654a61595c4c8eb892029422ed0ee8955202a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-25T04:30:38.596Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-25T04:30:38.596Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-25T04:30:38.798Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-25T04:30:38.798Z] $ docker exec b0117a1b9947ef881a64a150d96654a61595c4c8eb892029422ed0ee8955202a ssh-agent [2020-07-25T04:30:38.974Z] SSH_AUTH_SOCK=/tmp/ssh-L8qG0yHSbd0m/agent.12 [2020-07-25T04:30:38.974Z] SSH_AGENT_PID=18 [2020-07-25T04:30:38.985Z] Running ssh-add (command line suppressed) [2020-07-25T04:30:39.104Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_3034117087133243779.key (/w/workspace/edgex-go/6@tmp/private_key_3034117087133243779.key) [2020-07-25T04:30:39.160Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-25T04:30:39.481Z] + git describe --exact-match --tags HEAD [2020-07-25T04:30:39.481Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-25T04:30:39.500Z] $ docker exec --env ******** --env ******** b0117a1b9947ef881a64a150d96654a61595c4c8eb892029422ed0ee8955202a ssh-agent -k [2020-07-25T04:30:39.617Z] unset SSH_AUTH_SOCK; [2020-07-25T04:30:39.617Z] unset SSH_AGENT_PID; [2020-07-25T04:30:39.617Z] echo Agent pid 18 killed; [2020-07-25T04:30:39.667Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-25T04:30:39.756Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-25T04:30:39.757Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-25T04:30:39.917Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-25T04:30:39.917Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-25T04:30:40.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-25T04:30:40.077Z] $ docker exec b0117a1b9947ef881a64a150d96654a61595c4c8eb892029422ed0ee8955202a ssh-agent [2020-07-25T04:30:40.235Z] SSH_AUTH_SOCK=/tmp/ssh-b1aXLaSE7705/agent.47 [2020-07-25T04:30:40.235Z] SSH_AGENT_PID=52 [2020-07-25T04:30:40.242Z] Running ssh-add (command line suppressed) [2020-07-25T04:30:40.356Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_6808953706934975847.key (/w/workspace/edgex-go/6@tmp/private_key_6808953706934975847.key) [2020-07-25T04:30:40.411Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-25T04:30:40.736Z] + git semver init [2020-07-25T04:30:40.736Z] # -> Open(): unable to determine branch for HEAD [2020-07-25T04:30:40.736Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2020-07-25T04:30:40.736Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2020-07-25T04:30:40.736Z] # $SEMVER_REMOTE_NAME = origin [2020-07-25T04:30:40.736Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-25T04:30:40.736Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-25T04:30:40.736Z] # $SEMVER_BRANCH = PR-2625 [2020-07-25T04:30:40.736Z] # $SEMVER_TEMP = /tmp/semver-091192513 [2020-07-25T04:30:40.736Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-25T04:31:02.790Z] # '/tmp/semver-091192513' -> '/w/workspace/edgex-go/6/.semver' [2020-07-25T04:31:02.790Z] # -> Force: false [2020-07-25T04:31:02.790Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2020-07-25T04:31:02.797Z] $ docker exec --env ******** --env ******** b0117a1b9947ef881a64a150d96654a61595c4c8eb892029422ed0ee8955202a ssh-agent -k [2020-07-25T04:31:03.013Z] unset SSH_AUTH_SOCK; [2020-07-25T04:31:03.014Z] unset SSH_AGENT_PID; [2020-07-25T04:31:03.014Z] echo Agent pid 52 killed; [2020-07-25T04:31:03.079Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-25T04:31:03.563Z] + git semver [Pipeline] } [2020-07-25T04:31:03.588Z] $ docker stop --time=1 b0117a1b9947ef881a64a150d96654a61595c4c8eb892029422ed0ee8955202a [2020-07-25T04:31:05.184Z] $ docker rm -f b0117a1b9947ef881a64a150d96654a61595c4c8eb892029422ed0ee8955202a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-25T04:31:20.107Z] Stashed 25 file(s) [Pipeline] echo [2020-07-25T04:31:20.109Z] [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-07-25T04:31:20.587Z] ========================================================= [2020-07-25T04:31:20.587Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-25T04:31:20.587Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:31:20.942Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-25T04:31:24.276Z] Sending build context to Docker daemon 323.2MB [2020-07-25T04:31:24.276Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-25T04:31:24.276Z] Step 2/7 : FROM ${BASE} [2020-07-25T04:31:24.276Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-25T04:31:24.276Z] df20fa9351a1: Pulling fs layer [2020-07-25T04:31:24.276Z] ed8968b2872e: Pulling fs layer [2020-07-25T04:31:24.276Z] a92cc7c5fd73: Pulling fs layer [2020-07-25T04:31:24.276Z] 2dd03ba5bac4: Pulling fs layer [2020-07-25T04:31:24.276Z] 1e091d79d1de: Pulling fs layer [2020-07-25T04:31:24.276Z] 481702a1767f: Pulling fs layer [2020-07-25T04:31:24.276Z] f64a6f60c768: Pulling fs layer [2020-07-25T04:31:24.276Z] e78d2573fc39: Pulling fs layer [2020-07-25T04:31:24.276Z] e876d2f968b6: Pulling fs layer [2020-07-25T04:31:24.276Z] ce8a83651883: Pulling fs layer [2020-07-25T04:31:24.276Z] 07967f4d0e4b: Pulling fs layer [2020-07-25T04:31:24.276Z] f64a6f60c768: Waiting [2020-07-25T04:31:24.276Z] e78d2573fc39: Waiting [2020-07-25T04:31:24.276Z] e876d2f968b6: Waiting [2020-07-25T04:31:24.276Z] 07967f4d0e4b: Waiting [2020-07-25T04:31:24.276Z] ce8a83651883: Waiting [2020-07-25T04:31:24.276Z] 2dd03ba5bac4: Waiting [2020-07-25T04:31:24.276Z] 1e091d79d1de: Waiting [2020-07-25T04:31:24.276Z] 481702a1767f: Waiting [2020-07-25T04:31:24.276Z] a92cc7c5fd73: Verifying Checksum [2020-07-25T04:31:24.276Z] a92cc7c5fd73: Download complete [2020-07-25T04:31:24.276Z] ed8968b2872e: Verifying Checksum [2020-07-25T04:31:24.276Z] ed8968b2872e: Download complete [2020-07-25T04:31:24.276Z] 1e091d79d1de: Verifying Checksum [2020-07-25T04:31:24.276Z] 1e091d79d1de: Download complete [2020-07-25T04:31:24.276Z] 481702a1767f: Download complete [2020-07-25T04:31:24.276Z] df20fa9351a1: Verifying Checksum [2020-07-25T04:31:24.276Z] df20fa9351a1: Download complete [2020-07-25T04:31:24.276Z] df20fa9351a1: Pull complete [2020-07-25T04:31:24.855Z] ed8968b2872e: Pull complete [2020-07-25T04:31:25.124Z] f64a6f60c768: Verifying Checksum [2020-07-25T04:31:25.124Z] e876d2f968b6: Verifying Checksum [2020-07-25T04:31:25.124Z] e876d2f968b6: Download complete [2020-07-25T04:31:25.725Z] a92cc7c5fd73: Pull complete [2020-07-25T04:31:25.725Z] e78d2573fc39: Verifying Checksum [2020-07-25T04:31:25.725Z] e78d2573fc39: Download complete [2020-07-25T04:31:25.988Z] ce8a83651883: Verifying Checksum [2020-07-25T04:31:25.988Z] ce8a83651883: Download complete [2020-07-25T04:31:25.988Z] 2dd03ba5bac4: Verifying Checksum [2020-07-25T04:31:25.988Z] 2dd03ba5bac4: Download complete [2020-07-25T04:31:25.988Z] 07967f4d0e4b: Verifying Checksum [2020-07-25T04:31:25.988Z] 07967f4d0e4b: Download complete [2020-07-25T04:31:32.579Z] 2dd03ba5bac4: Pull complete [2020-07-25T04:31:32.579Z] 1e091d79d1de: Pull complete [2020-07-25T04:31:32.579Z] 481702a1767f: Pull complete [2020-07-25T04:31:35.374Z] Still waiting to schedule task [2020-07-25T04:31:35.375Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-25T04:31:35.886Z] f64a6f60c768: Pull complete [2020-07-25T04:31:39.234Z] e78d2573fc39: Pull complete [2020-07-25T04:31:39.234Z] e876d2f968b6: Pull complete [2020-07-25T04:31:40.183Z] ce8a83651883: Pull complete [2020-07-25T04:31:40.183Z] 07967f4d0e4b: Pull complete [2020-07-25T04:31:40.183Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-25T04:31:40.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-25T04:31:40.183Z] ---> 5d7c900382c6 [2020-07-25T04:31:40.183Z] 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-07-25T04:31:41.569Z] ---> Running in a2ca78650f79 [2020-07-25T04:31:42.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:31:43.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:31:44.911Z] (1/12) Installing libmagic (5.38-r0) [2020-07-25T04:31:45.173Z] (2/12) Installing file (5.38-r0) [2020-07-25T04:31:45.432Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-25T04:31:45.432Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-25T04:32:24.194Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-25T04:32:24.194Z] (6/12) Installing patch (2.7.6-r6) [2020-07-25T04:32:24.194Z] (7/12) Installing build-base (0.5-r2) [2020-07-25T04:32:24.194Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-25T04:32:24.194Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-25T04:32:24.194Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-25T04:32:24.194Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-25T04:32:24.194Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-25T04:32:24.194Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:32:24.194Z] OK: 233 MiB in 51 packages [2020-07-25T04:32:26.740Z] Removing intermediate container a2ca78650f79 [2020-07-25T04:32:26.740Z] ---> a364c50ebebc [2020-07-25T04:32:26.740Z] Step 4/7 : WORKDIR /edgex-go [2020-07-25T04:32:26.740Z] ---> Running in bef57dcd6ff9 [2020-07-25T04:32:26.740Z] Removing intermediate container bef57dcd6ff9 [2020-07-25T04:32:26.740Z] ---> 177cbb475e41 [2020-07-25T04:32:26.740Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-25T04:32:27.000Z] latest: Pulling from library/docker [2020-07-25T04:32:27.001Z] df20fa9351a1: Already exists [2020-07-25T04:32:27.001Z] 25ad7478873d: Pulling fs layer [2020-07-25T04:32:27.001Z] 4684f6177b5d: Pulling fs layer [2020-07-25T04:32:27.001Z] 46e300cec669: Pulling fs layer [2020-07-25T04:32:27.001Z] 63038576ad94: Pulling fs layer [2020-07-25T04:32:27.001Z] 0fdb76c4706c: Pulling fs layer [2020-07-25T04:32:27.001Z] cb7edeffdfd5: Pulling fs layer [2020-07-25T04:32:27.001Z] 0fdb76c4706c: Waiting [2020-07-25T04:32:27.001Z] cb7edeffdfd5: Waiting [2020-07-25T04:32:27.001Z] 63038576ad94: Waiting [2020-07-25T04:32:27.265Z] 4684f6177b5d: Verifying Checksum [2020-07-25T04:32:27.265Z] 4684f6177b5d: Download complete [2020-07-25T04:32:27.265Z] 25ad7478873d: Download complete [2020-07-25T04:32:27.265Z] 63038576ad94: Verifying Checksum [2020-07-25T04:32:27.265Z] 63038576ad94: Download complete [2020-07-25T04:32:27.265Z] 0fdb76c4706c: Verifying Checksum [2020-07-25T04:32:27.265Z] 0fdb76c4706c: Download complete [2020-07-25T04:32:27.526Z] cb7edeffdfd5: Verifying Checksum [2020-07-25T04:32:27.526Z] cb7edeffdfd5: Download complete [2020-07-25T04:32:27.526Z] 25ad7478873d: Pull complete [2020-07-25T04:32:27.526Z] 4684f6177b5d: Pull complete [2020-07-25T04:32:27.786Z] 46e300cec669: Retrying in 5 seconds [2020-07-25T04:32:28.724Z] 46e300cec669: Retrying in 4 seconds [2020-07-25T04:32:29.667Z] 46e300cec669: Retrying in 3 seconds [2020-07-25T04:32:31.004Z] 46e300cec669: Retrying in 2 seconds [2020-07-25T04:32:31.944Z] 46e300cec669: Retrying in 1 second [2020-07-25T04:32:33.331Z] 46e300cec669: Verifying Checksum [2020-07-25T04:32:33.331Z] 46e300cec669: Download complete [2020-07-25T04:32:35.251Z] 46e300cec669: Pull complete [2020-07-25T04:32:35.251Z] 63038576ad94: Pull complete [2020-07-25T04:32:35.515Z] 0fdb76c4706c: Pull complete [2020-07-25T04:32:35.515Z] cb7edeffdfd5: Pull complete [2020-07-25T04:32:35.515Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-25T04:32:35.515Z] Status: Downloaded newer image for docker:latest [2020-07-25T04:32:37.433Z] ---> 1ceb880ae418 [2020-07-25T04:32:37.433Z] Step 6/7 : COPY go.mod . [2020-07-25T04:32:37.433Z] ---> 4337af9e5a12 [2020-07-25T04:32:37.433Z] Step 7/7 : RUN go mod download [2020-07-25T04:32:37.433Z] ---> Running in f20a1955fc0b [2020-07-25T04:32:39.351Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-25T04:32:39.351Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-25T04:32:39.351Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-25T04:32:39.612Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-25T04:32:39.612Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-25T04:32:39.612Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-25T04:32:39.612Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-25T04:32:39.612Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-25T04:32:39.612Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-25T04:32:39.612Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-25T04:32:39.612Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-25T04:32:39.612Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-25T04:32:39.612Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-25T04:32:39.612Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-25T04:32:39.612Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-25T04:32:39.612Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-25T04:32:39.872Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-25T04:32:39.872Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-25T04:32:39.872Z] go: finding github.com/fatih/color v1.7.0 [2020-07-25T04:32:39.872Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-25T04:32:39.872Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-25T04:32:39.872Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-25T04:32:39.872Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-25T04:32:39.872Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-25T04:32:39.872Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-25T04:32:39.872Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-25T04:32:39.872Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-25T04:32:39.872Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-25T04:32:40.133Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-25T04:32:40.133Z] go: finding github.com/google/uuid v1.1.0 [2020-07-25T04:32:40.133Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-25T04:32:40.133Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-25T04:32:40.133Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-25T04:32:40.133Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-25T04:32:40.133Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-25T04:32:40.133Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-25T04:32:40.133Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-25T04:32:40.133Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-25T04:32:40.133Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-25T04:32:40.133Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-25T04:32:40.394Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-25T04:32:40.394Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-25T04:32:40.394Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-25T04:32:40.394Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-25T04:32:40.394Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-25T04:32:40.394Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-25T04:32:40.394Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-25T04:32:40.394Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-25T04:32:40.394Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-25T04:32:40.394Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-25T04:32:40.394Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-25T04:32:40.394Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-25T04:32:40.394Z] go: finding github.com/kr/pty v1.1.1 [2020-07-25T04:32:40.653Z] go: finding github.com/kr/text v0.1.0 [2020-07-25T04:32:40.653Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-25T04:32:40.653Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-25T04:32:40.653Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-25T04:32:40.653Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-25T04:32:40.653Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-25T04:32:40.653Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-25T04:32:40.653Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-25T04:32:40.653Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-25T04:32:40.653Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-25T04:32:40.653Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-25T04:32:40.653Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-25T04:32:40.913Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-25T04:32:40.913Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-25T04:32:40.913Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-25T04:32:40.913Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-25T04:32:40.913Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-25T04:32:40.913Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-25T04:32:40.913Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-25T04:32:40.913Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-25T04:32:40.913Z] go: finding github.com/posener/complete v1.1.1 [2020-07-25T04:32:40.913Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-25T04:32:40.913Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-25T04:32:40.913Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-25T04:32:40.913Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-25T04:32:41.174Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-25T04:32:41.174Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-25T04:32:41.174Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-25T04:32:41.174Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-25T04:32:41.174Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-25T04:32:41.174Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-25T04:32:41.174Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-25T04:32:41.174Z] go: finding golang.org/x/text v0.3.2 [2020-07-25T04:32:41.174Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-25T04:32:41.174Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-25T04:32:41.174Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-25T04:32:41.174Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-25T04:32:41.433Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-25T04:32:41.433Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-25T04:32:53.700Z] Removing intermediate container f20a1955fc0b [2020-07-25T04:32:53.700Z] ---> 1289bde48e44 [2020-07-25T04:32:53.700Z] Successfully built 1289bde48e44 [2020-07-25T04:32:53.700Z] 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-07-25T04:32:54.252Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-25T04:32:54.253Z] . [Pipeline] withDockerContainer [2020-07-25T04:32:54.347Z] prd-centos7-docker-4c-2g-966 does not seem to be running inside a container [2020-07-25T04:32:54.394Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-25T04:32:55.027Z] $ docker top de67bcf167451585fa32eb929ca8121ff706c997c369d53c15ba5c0cf2b031f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:32:55.537Z] + go version [2020-07-25T04:32:55.537Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-25T04:32:55.548Z] ========================================================= [2020-07-25T04:32:55.548Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-25T04:32:55.548Z] ========================================================= [Pipeline] sh [2020-07-25T04:32:55.884Z] + make test raml_verify [2020-07-25T04:32:55.884Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-25T04:32:57.877Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-25T04:33:07.979Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-25T04:33:12.224Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-25T04:33:12.224Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-25T04:33:12.224Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-25T04:33:12.224Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-25T04:33:13.205Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.015s [2020-07-25T04:33:13.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-25T04:33:13.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-25T04:33:13.205Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-25T04:33:13.205Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-25T04:33:13.801Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-25T04:33:13.801Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-25T04:33:13.801Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-25T04:33:13.801Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-25T04:33:20.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.019s coverage: 46.6% of statements [2020-07-25T04:33:20.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-25T04:33:20.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-25T04:33:20.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-25T04:33:20.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-25T04:33:20.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-25T04:33:22.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.049s coverage: 27.4% of statements [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-25T04:33:22.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-25T04:33:22.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-25T04:33:22.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.061s coverage: 29.3% of statements [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-25T04:33:22.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-25T04:33:22.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements [2020-07-25T04:33:22.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-25T04:33:23.589Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.043s coverage: 89.8% of statements [2020-07-25T04:33:23.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-25T04:33:23.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements [2020-07-25T04:33:23.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-25T04:33:24.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.012s coverage: 100.0% of statements [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-25T04:33:24.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-25T04:33:24.139Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements [2020-07-25T04:33:24.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.073s coverage: 63.5% of statements [2020-07-25T04:33:24.739Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-25T04:33:24.739Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-25T04:33:25.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements [2020-07-25T04:33:25.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.131s coverage: 55.9% of statements [2020-07-25T04:33:25.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-25T04:33:25.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-25T04:33:25.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-25T04:33:25.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-25T04:33:28.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.504s coverage: 86.3% of statements [2020-07-25T04:33:28.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-25T04:33:28.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.241s coverage: 72.2% of statements [2020-07-25T04:33:28.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.097s coverage: 72.1% of statements [2020-07-25T04:33:28.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.018s coverage: 82.4% of statements [2020-07-25T04:33:28.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.014s coverage: 48.4% of statements [2020-07-25T04:33:28.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-25T04:33:28.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-25T04:33:28.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-25T04:33:28.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements [2020-07-25T04:33:28.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-25T04:33:28.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements [2020-07-25T04:33:28.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-25T04:33:29.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.031s coverage: 26.9% of statements [2020-07-25T04:33:29.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-25T04:33:29.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-25T04:33:29.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.128s coverage: 84.1% of statements [2020-07-25T04:33:29.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements [2020-07-25T04:33:29.727Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.063s coverage: 43.1% of statements [2020-07-25T04:33:29.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-25T04:33:29.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-25T04:33:29.998Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements [2020-07-25T04:33:29.998Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-25T04:33:30.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.007s coverage: 83.8% of statements [2020-07-25T04:33:30.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-25T04:33:32.221Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.037s coverage: 46.1% of statements [2020-07-25T04:33:32.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-25T04:33:32.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-25T04:33:32.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements [2020-07-25T04:33:32.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-25T04:33:32.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-25T04:33:32.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-25T04:33:32.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements [2020-07-25T04:33:32.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-25T04:33:32.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.012s coverage: 100.0% of statements [2020-07-25T04:33:32.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-25T04:33:34.151Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.060s coverage: 29.1% of statements [2020-07-25T04:33:34.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-25T04:33:34.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-25T04:33:34.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-25T04:33:34.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-25T04:33:34.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-25T04:33:34.151Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements [2020-07-25T04:33:34.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-25T04:33:34.151Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.010s coverage: 100.0% of statements [2020-07-25T04:33:34.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-25T04:33:34.151Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.015s coverage: 0.0% of statements [2020-07-25T04:33:34.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-25T04:33:34.724Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-07-25T04:33:34.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-25T04:33:34.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-25T04:33:34.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-25T04:33:34.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-25T04:33:34.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2020-07-25T04:33:34.986Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-25T04:33:34.986Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-25T04:33:34.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-07-25T04:33:35.249Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-07-25T04:33:35.510Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-07-25T04:33:35.770Z] GO111MODULE=on go vet ./... [2020-07-25T04:33:41.091Z] gofmt -l . [2020-07-25T04:33:41.663Z] [ "`gofmt -l .`" = "" ] [2020-07-25T04:33:42.234Z] ./bin/test-go-mod-tidy.sh [2020-07-25T04:33:42.807Z] ./bin/test-attribution-txt.sh [2020-07-25T04:33:44.195Z] docker run --rm --privileged \ [2020-07-25T04:33:44.195Z] -v /w/workspace/edgex-go/6:/raml-verification -w /raml-verification \ [2020-07-25T04:33:44.195Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-25T04:33:44.195Z] /scripts/raml-verify.sh [2020-07-25T04:33:44.455Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-25T04:33:44.717Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-25T04:33:44.717Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-25T04:33:44.717Z] bd07af9ed1a4: Pulling fs layer [2020-07-25T04:33:44.717Z] 3556ccf180b2: Pulling fs layer [2020-07-25T04:33:44.717Z] 089d4748da74: Pulling fs layer [2020-07-25T04:33:44.717Z] c6eb57c77bc5: Pulling fs layer [2020-07-25T04:33:44.717Z] 0364d5097239: Pulling fs layer [2020-07-25T04:33:44.717Z] 089d4748da74: Waiting [2020-07-25T04:33:44.717Z] c6eb57c77bc5: Waiting [2020-07-25T04:33:44.717Z] 0364d5097239: Waiting [2020-07-25T04:33:44.717Z] 3556ccf180b2: Verifying Checksum [2020-07-25T04:33:44.717Z] 3556ccf180b2: Download complete [2020-07-25T04:33:44.717Z] 089d4748da74: Verifying Checksum [2020-07-25T04:33:44.717Z] 089d4748da74: Download complete [2020-07-25T04:33:44.717Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-25T04:33:44.717Z] 0364d5097239: Verifying Checksum [2020-07-25T04:33:44.717Z] 0364d5097239: Download complete [2020-07-25T04:33:44.717Z] c6eb57c77bc5: Verifying Checksum [2020-07-25T04:33:44.717Z] c6eb57c77bc5: Download complete [2020-07-25T04:33:44.983Z] bd07af9ed1a4: Verifying Checksum [2020-07-25T04:33:44.983Z] bd07af9ed1a4: Download complete [2020-07-25T04:33:44.983Z] cbdbe7a5bc2a: Pull complete [2020-07-25T04:33:46.899Z] bd07af9ed1a4: Pull complete [2020-07-25T04:33:47.837Z] 3556ccf180b2: Pull complete [2020-07-25T04:33:47.837Z] 089d4748da74: Pull complete [2020-07-25T04:33:49.747Z] c6eb57c77bc5: Pull complete [2020-07-25T04:33:49.747Z] 0364d5097239: Pull complete [2020-07-25T04:33:49.747Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-25T04:33:49.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-25T04:33:55.033Z] Verifying ./api/raml/core-command.raml... [2020-07-25T04:33:55.293Z] OK [2020-07-25T04:33:55.293Z] Verifying ./api/raml/core-data.raml... [2020-07-25T04:33:56.230Z] OK [2020-07-25T04:33:56.230Z] Verifying ./api/raml/core-metadata.raml... [2020-07-25T04:33:58.145Z] OK [2020-07-25T04:33:58.145Z] Verifying ./api/raml/support-logging.raml... [2020-07-25T04:33:58.713Z] OK [2020-07-25T04:33:58.714Z] Verifying ./api/raml/support-notifications.raml... [2020-07-25T04:34:00.115Z] OK [2020-07-25T04:34:00.115Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-25T04:34:00.686Z] OK [2020-07-25T04:34:00.686Z] Verifying ./api/raml/system-agent.raml... [2020-07-25T04:34:01.257Z] OK [Pipeline] sh [2020-07-25T04:34:02.135Z] + ls -al . [2020-07-25T04:34:02.135Z] total 556 [2020-07-25T04:34:02.135Z] drwxrwxr-x 10 1001 1001 4096 Jul 25 04:33 . [2020-07-25T04:34:02.135Z] drwxr-xr-x 4 root root 28 Jul 25 04:32 .. [2020-07-25T04:34:02.135Z] -rw-rw-r-- 1 1001 1001 11 Jul 25 04:30 .dockerignore [2020-07-25T04:34:02.135Z] drwxrwxr-x 8 1001 1001 179 Jul 25 04:30 .git [2020-07-25T04:34:02.135Z] drwxrwxr-x 3 1001 1001 60 Jul 25 04:30 .github [2020-07-25T04:34:02.135Z] -rw-rw-r-- 1 1001 1001 924 Jul 25 04:30 .gitignore [2020-07-25T04:34:02.135Z] drwx------ 3 1001 1001 47 Jul 25 04:31 .semver [2020-07-25T04:34:02.135Z] -rw-rw-r-- 1 1001 1001 178 Jul 25 04:30 .sonarcloud.properties [2020-07-25T04:34:02.135Z] -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:30 CONTRIBUTING.md [2020-07-25T04:34:02.135Z] -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:30 Dockerfile.build [2020-07-25T04:34:02.135Z] -rw-rw-r-- 1 1001 1001 824 Jul 25 04:30 Jenkinsfile [2020-07-25T04:34:02.135Z] -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:30 LICENSE [2020-07-25T04:34:02.135Z] -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:30 Makefile [2020-07-25T04:34:02.135Z] -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:30 README.md [2020-07-25T04:34:02.135Z] -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:30 SECURITY.md [2020-07-25T04:34:02.135Z] -rw-rw-r-- 1 1001 1001 5 Jul 25 04:31 VERSION [2020-07-25T04:34:02.135Z] -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:30 ZMQWindows.md [2020-07-25T04:34:02.135Z] drwxrwxr-x 4 1001 1001 33 Jul 25 04:30 api [2020-07-25T04:34:02.135Z] drwxrwxr-x 2 1001 1001 117 Jul 25 04:30 bin [2020-07-25T04:34:02.135Z] drwxrwxr-x 15 1001 1001 4096 Jul 25 04:30 cmd [2020-07-25T04:34:02.135Z] -rw-r--r-- 1 root root 456067 Jul 25 04:33 coverage.out [2020-07-25T04:34:02.135Z] -rw-r--r-- 1 root root 1019 Jul 25 04:33 go.mod [2020-07-25T04:34:02.135Z] -rw-r--r-- 1 root root 18146 Jul 25 04:33 go.sum [2020-07-25T04:34:02.135Z] drwxrwxr-x 8 1001 1001 127 Jul 25 04:30 internal [2020-07-25T04:34:02.135Z] drwxrwxr-x 4 1001 1001 71 Jul 25 04:30 snap [2020-07-25T04:34:02.135Z] -rw-rw-r-- 1 1001 1001 168 Jul 25 04:30 version.go [Pipeline] sh [2020-07-25T04:34:02.436Z] + '[' -e coverage.out ] [2020-07-25T04:34:02.436Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-25T04:34:02.686Z] Stashed 1 file(s) [Pipeline] sh [2020-07-25T04:34:03.032Z] + make build [2020-07-25T04:34:03.032Z] 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-07-25T04:34:09.951Z] 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-07-25T04:34:13.245Z] 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-07-25T04:34:14.643Z] 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-07-25T04:34:16.033Z] 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-07-25T04:34:17.968Z] 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-07-25T04:34:18.236Z] 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-07-25T04:34:18.538Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-973 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws [2020-07-25T04:34:18.581Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-07-25T04:34:20.159Z] 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-07-25T04:34:21.589Z] 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-07-25T04:34:22.990Z] 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-07-25T04:34:23.952Z] using credential edgex-jenkins-ssh [2020-07-25T04:34:24.006Z] Cloning the remote Git repository [2020-07-25T04:34:24.006Z] Cloning with configured refspecs honoured and without tags [2020-07-25T04:34:24.397Z] 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-07-25T04:34:24.071Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:34:24.190Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-07-25T04:34:24.258Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:34:24.259Z] > git --version # timeout=10 [2020-07-25T04:34:24.281Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:34:24.375Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:34:25.795Z] 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-07-25T04:34:27.190Z] 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-07-25T04:34:28.147Z] $ docker stop --time=1 de67bcf167451585fa32eb929ca8121ff706c997c369d53c15ba5c0cf2b031f3 [2020-07-25T04:34:29.858Z] $ docker rm -f de67bcf167451585fa32eb929ca8121ff706c997c369d53c15ba5c0cf2b031f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:34:31.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:34:31.377Z] [2020-07-25T04:34:31.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:34:31.715Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:34:31.715Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-25T04:34:31.715Z] cbdbe7a5bc2a: Already exists [2020-07-25T04:34:31.715Z] ca9280d653b3: Pulling fs layer [2020-07-25T04:34:31.715Z] 7e9c9ca2126c: Pulling fs layer [2020-07-25T04:34:31.985Z] ca9280d653b3: Verifying Checksum [2020-07-25T04:34:31.985Z] ca9280d653b3: Download complete [2020-07-25T04:34:32.938Z] 7e9c9ca2126c: Download complete [2020-07-25T04:34:33.509Z] ca9280d653b3: Pull complete [2020-07-25T04:34:40.123Z] 7e9c9ca2126c: Pull complete [2020-07-25T04:34:40.123Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-25T04:34:40.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:34:40.123Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-25T04:34:40.285Z] prd-centos7-docker-4c-2g-966 does not seem to be running inside a container [2020-07-25T04:34:40.321Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-25T04:34:43.710Z] $ docker top ac992e91063ba15522bb95f9361cc18d44306e2e4f4d94abb11ad61ef227b737 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:34:44.159Z] + docker-compose build --help [2020-07-25T04:34:44.159Z] + grep parallel [2020-07-25T04:34:45.097Z] --parallel Build images in parallel. [Pipeline] } [2020-07-25T04:34:45.106Z] $ docker stop --time=1 ac992e91063ba15522bb95f9361cc18d44306e2e4f4d94abb11ad61ef227b737 [2020-07-25T04:34:46.445Z] $ docker rm -f ac992e91063ba15522bb95f9361cc18d44306e2e4f4d94abb11ad61ef227b737 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:34:46.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:34:46.992Z] . [Pipeline] withDockerContainer [2020-07-25T04:34:47.078Z] prd-centos7-docker-4c-2g-966 does not seem to be running inside a container [2020-07-25T04:34:47.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-25T04:34:47.442Z] Fetching without tags [2020-07-25T04:34:47.344Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-25T04:34:47.363Z] > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 [2020-07-25T04:34:47.387Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:34:47.410Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-25T04:34:47.452Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:34:47.453Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:34:47.476Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:34:47.643Z] $ docker top 39802ac9ed98348573f08865ab41a0e1ade28941bde88a11c46f63a9c46593a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:34:47.925Z] Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 9c82d3ccfff3fe661d9185a1b7f7a2255cd8ebc8 [2020-07-25T04:34:48.111Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-25T04:34:48.742Z] Merge succeeded, producing bb25381d0995925f8bca05bba39d64d9be6cd1ca [2020-07-25T04:34:48.742Z] Checking out Revision bb25381d0995925f8bca05bba39d64d9be6cd1ca (PR-2625) [2020-07-25T04:34:49.106Z] Building docker-core-command-go ... [2020-07-25T04:34:49.106Z] Building docker-core-data-go ... [2020-07-25T04:34:49.106Z] Building docker-core-metadata-go ... [2020-07-25T04:34:49.106Z] Building docker-security-proxy-setup-go ... [2020-07-25T04:34:49.106Z] Building docker-security-secrets-setup-go ... [2020-07-25T04:34:49.106Z] Building docker-security-secretstore-setup-go ... [2020-07-25T04:34:49.106Z] Building docker-support-logging-go ... [2020-07-25T04:34:49.106Z] Building docker-support-notifications-go ... [2020-07-25T04:34:49.106Z] Building docker-support-scheduler-go ... [2020-07-25T04:34:49.107Z] Building docker-sys-mgmt-agent-go ... [2020-07-25T04:34:49.107Z] Building docker-core-data-go [2020-07-25T04:34:49.107Z] Building docker-support-logging-go [2020-07-25T04:34:49.107Z] Building docker-support-scheduler-go [2020-07-25T04:34:49.107Z] Building docker-security-secrets-setup-go [2020-07-25T04:34:49.107Z] Building docker-security-proxy-setup-go [2020-07-25T04:34:47.946Z] > git config core.sparsecheckout # timeout=10 [2020-07-25T04:34:47.970Z] > git checkout -f 9c82d3ccfff3fe661d9185a1b7f7a2255cd8ebc8 # timeout=10 [2020-07-25T04:34:48.307Z] > git remote # timeout=10 [2020-07-25T04:34:48.348Z] > git config --get remote.origin.url # timeout=10 [2020-07-25T04:34:48.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:34:48.400Z] > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 [2020-07-25T04:34:48.726Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-25T04:34:48.748Z] > git config core.sparsecheckout # timeout=10 [2020-07-25T04:34:48.793Z] > git checkout -f bb25381d0995925f8bca05bba39d64d9be6cd1ca # timeout=10 [2020-07-25T04:34:53.103Z] Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" [2020-07-25T04:34:53.126Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-25T04:34:53.110Z] > git rev-list --no-walk 76c9638192a061e523d41b6ab68bbe159b5d6f81 # timeout=10 [Pipeline] echo [2020-07-25T04:35:05.644Z] ========================================================= [2020-07-25T04:35:05.644Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-25T04:35:05.644Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:35:06.644Z] + 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-07-25T04:35:10.974Z] Sending build context to Docker daemon 323.2MB [2020-07-25T04:35:10.974Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-25T04:35:10.974Z] Step 2/7 : FROM ${BASE} [2020-07-25T04:35:10.974Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-25T04:35:10.974Z] b538f80385f9: Pulling fs layer [2020-07-25T04:35:10.974Z] 74f711af9a0d: Pulling fs layer [2020-07-25T04:35:10.974Z] 99f96fe45779: Pulling fs layer [2020-07-25T04:35:10.974Z] fd7a069fd194: Pulling fs layer [2020-07-25T04:35:10.974Z] 66aa3694b03b: Pulling fs layer [2020-07-25T04:35:10.974Z] 170f70906a0f: Pulling fs layer [2020-07-25T04:35:10.974Z] ad7c5574e4b9: Pulling fs layer [2020-07-25T04:35:10.974Z] e772456be8f7: Pulling fs layer [2020-07-25T04:35:10.974Z] c890913d741a: Pulling fs layer [2020-07-25T04:35:10.974Z] 2480fcc9aa5a: Pulling fs layer [2020-07-25T04:35:10.974Z] 09adf4765672: Pulling fs layer [2020-07-25T04:35:10.974Z] fd7a069fd194: Waiting [2020-07-25T04:35:10.974Z] ad7c5574e4b9: Waiting [2020-07-25T04:35:10.974Z] e772456be8f7: Waiting [2020-07-25T04:35:10.974Z] 2480fcc9aa5a: Waiting [2020-07-25T04:35:10.974Z] 09adf4765672: Waiting [2020-07-25T04:35:10.974Z] 66aa3694b03b: Waiting [2020-07-25T04:35:10.974Z] c890913d741a: Waiting [2020-07-25T04:35:10.974Z] 170f70906a0f: Waiting [2020-07-25T04:35:10.974Z] 99f96fe45779: Verifying Checksum [2020-07-25T04:35:10.974Z] 99f96fe45779: Download complete [2020-07-25T04:35:10.974Z] 74f711af9a0d: Verifying Checksum [2020-07-25T04:35:10.974Z] 74f711af9a0d: Download complete [2020-07-25T04:35:10.974Z] 66aa3694b03b: Verifying Checksum [2020-07-25T04:35:10.974Z] 66aa3694b03b: Download complete [2020-07-25T04:35:10.974Z] 170f70906a0f: Verifying Checksum [2020-07-25T04:35:10.974Z] 170f70906a0f: Download complete [2020-07-25T04:35:10.974Z] b538f80385f9: Verifying Checksum [2020-07-25T04:35:10.974Z] b538f80385f9: Download complete [2020-07-25T04:35:11.960Z] b538f80385f9: Pull complete [2020-07-25T04:35:12.234Z] 74f711af9a0d: Pull complete [2020-07-25T04:35:12.840Z] 99f96fe45779: Pull complete [2020-07-25T04:35:13.837Z] ad7c5574e4b9: Verifying Checksum [2020-07-25T04:35:13.837Z] ad7c5574e4b9: Download complete [2020-07-25T04:35:14.113Z] c890913d741a: Verifying Checksum [2020-07-25T04:35:14.113Z] c890913d741a: Download complete [2020-07-25T04:35:15.555Z] e772456be8f7: Verifying Checksum [2020-07-25T04:35:15.555Z] e772456be8f7: Download complete [2020-07-25T04:35:15.555Z] 09adf4765672: Verifying Checksum [2020-07-25T04:35:15.555Z] 09adf4765672: Download complete [2020-07-25T04:35:15.828Z] 2480fcc9aa5a: Verifying Checksum [2020-07-25T04:35:15.828Z] 2480fcc9aa5a: Download complete [2020-07-25T04:35:16.427Z] fd7a069fd194: Verifying Checksum [2020-07-25T04:35:16.427Z] fd7a069fd194: Download complete [2020-07-25T04:35:21.295Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:35:21.295Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpineStep 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:35:21.295Z] [2020-07-25T04:35:21.295Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-25T04:35:21.295Z] ---> 1289bde48e44 [2020-07-25T04:35:21.295Z] Step 3/29 : WORKDIR /edgex-go [2020-07-25T04:35:21.295Z] ---> 1289bde48e44 [2020-07-25T04:35:21.295Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:35:21.295Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:35:21.295Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:35:21.295Z] ---> 1289bde48e44 [2020-07-25T04:35:21.295Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:35:21.296Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:35:21.296Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:35:21.296Z] ---> 1289bde48e44 [2020-07-25T04:35:21.296Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:35:21.296Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:35:21.296Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:35:21.296Z] ---> 1289bde48e44 [2020-07-25T04:35:21.296Z] Step 3/22 : WORKDIR /edgex-go [2020-07-25T04:35:21.567Z] ---> Running in 6c5d61c8e891 [2020-07-25T04:35:21.567Z] ---> Running in 6f2ac4f18095 [2020-07-25T04:35:21.567Z] ---> Running in 429c4602f64d [2020-07-25T04:35:21.567Z] ---> Running in 4c9ff54348bb [2020-07-25T04:35:21.567Z] ---> Running in ddefdd42e974 [2020-07-25T04:35:21.829Z] Removing intermediate container ddefdd42e974 [2020-07-25T04:35:21.829Z] ---> b27c472a368f [2020-07-25T04:35:21.829Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:35:22.102Z] Removing intermediate container 4c9ff54348bb [2020-07-25T04:35:22.102Z] ---> 8a5e1c860a32 [2020-07-25T04:35:22.102Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:35:22.102Z] Removing intermediate container 429c4602f64d [2020-07-25T04:35:22.102Z] ---> f32db06c90b0 [2020-07-25T04:35:22.102Z] Step 4/29 : RUN apk update && apk add make git [2020-07-25T04:35:22.102Z] Removing intermediate container 6c5d61c8e891 [2020-07-25T04:35:22.102Z] ---> 1159a7178893 [2020-07-25T04:35:22.102Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:35:22.102Z] Removing intermediate container 6f2ac4f18095 [2020-07-25T04:35:22.102Z] ---> ec0a1564fedb [2020-07-25T04:35:22.102Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:35:22.102Z] ---> Running in 211f1e511d5b [2020-07-25T04:35:22.102Z] ---> Running in 8ab53789b173 [2020-07-25T04:35:22.102Z] ---> Running in 4ae07be00633 [2020-07-25T04:35:22.102Z] ---> Running in 8928ad02d1f1 [2020-07-25T04:35:22.362Z] ---> Running in aa454aca8e94 [2020-07-25T04:35:23.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:23.575Z] Removing intermediate container 211f1e511d5b [2020-07-25T04:35:23.575Z] ---> ca629c9fee8e [2020-07-25T04:35:23.575Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-25T04:35:23.836Z] ---> Running in 92c66055b92a [2020-07-25T04:35:24.095Z] Removing intermediate container 8ab53789b173 [2020-07-25T04:35:24.095Z] ---> d7299e6d8ba4 [2020-07-25T04:35:24.095Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-25T04:35:24.355Z] ---> Running in e0d1c46ce86c [2020-07-25T04:35:24.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:24.615Z] Removing intermediate container aa454aca8e94 [2020-07-25T04:35:24.615Z] ---> 2d8e1deb81ef [2020-07-25T04:35:24.615Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:35:24.615Z] Removing intermediate container 8928ad02d1f1 [2020-07-25T04:35:24.615Z] ---> 4d370fa059e6 [2020-07-25T04:35:24.615Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:35:24.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:24.875Z] ---> Running in 7d9c03e56537 [2020-07-25T04:35:24.875Z] ---> Running in 1da8da309081 [2020-07-25T04:35:25.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:25.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:25.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:25.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:26.541Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:35:26.541Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:35:26.541Z] OK: 12749 distinct packages available [2020-07-25T04:35:26.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:26.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:26.800Z] OK: 233 MiB in 51 packages [2020-07-25T04:35:26.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:27.061Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:35:27.061Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:35:27.061Z] OK: 12749 distinct packages available [2020-07-25T04:35:27.061Z] Removing intermediate container 4ae07be00633 [2020-07-25T04:35:27.061Z] ---> 459786a17623 [2020-07-25T04:35:27.061Z] Step 5/29 : COPY go.mod . [2020-07-25T04:35:27.323Z] OK: 233 MiB in 51 packages [2020-07-25T04:35:27.323Z] ---> 3253e95eb214 [2020-07-25T04:35:27.323Z] Step 6/29 : RUN go mod download [2020-07-25T04:35:27.323Z] ---> Running in 2d675ce983c2 [2020-07-25T04:35:27.900Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:35:27.900Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:35:27.900Z] OK: 12749 distinct packages available [2020-07-25T04:35:27.900Z] Removing intermediate container 92c66055b92a [2020-07-25T04:35:27.900Z] ---> 9df89634f5d9 [2020-07-25T04:35:27.900Z] Step 6/22 : COPY go.mod . [2020-07-25T04:35:27.900Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:35:27.900Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:35:27.900Z] OK: 12749 distinct packages available [2020-07-25T04:35:27.900Z] OK: 233 MiB in 51 packages [2020-07-25T04:35:28.165Z] OK: 233 MiB in 51 packages [2020-07-25T04:35:28.165Z] ---> 561f273d9892 [2020-07-25T04:35:28.165Z] Step 7/22 : RUN go mod download [2020-07-25T04:35:28.165Z] ---> Running in 91b11ed4acf9 [2020-07-25T04:35:28.751Z] Removing intermediate container 1da8da309081 [2020-07-25T04:35:28.751Z] ---> 07516b336fcc [2020-07-25T04:35:28.751Z] Step 6/20 : COPY go.mod . [2020-07-25T04:35:28.751Z] Removing intermediate container 7d9c03e56537 [2020-07-25T04:35:28.751Z] ---> 6e6d0a9f54b7 [2020-07-25T04:35:28.751Z] Step 6/20 : COPY go.mod . [2020-07-25T04:35:28.751Z] ---> 5db67f828704 [2020-07-25T04:35:28.751Z] Step 7/20 : RUN go mod download [2020-07-25T04:35:28.863Z] fd7a069fd194: Pull complete [2020-07-25T04:35:28.863Z] 66aa3694b03b: Pull complete [2020-07-25T04:35:28.863Z] 170f70906a0f: Pull complete [2020-07-25T04:35:29.010Z] ---> Running in e40328c41888 [2020-07-25T04:35:29.269Z] ---> fea25fc071cf [2020-07-25T04:35:29.269Z] Step 7/20 : RUN go mod download [2020-07-25T04:35:29.541Z] ---> Running in 2592c4b4af54 [2020-07-25T04:35:29.541Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:35:29.541Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:35:29.541Z] OK: 12749 distinct packages available [2020-07-25T04:35:29.814Z] Removing intermediate container 2d675ce983c2 [2020-07-25T04:35:29.814Z] ---> d5dee64309ef [2020-07-25T04:35:29.814Z] Step 7/29 : COPY . . [2020-07-25T04:35:29.814Z] OK: 233 MiB in 51 packages [2020-07-25T04:35:29.814Z] Removing intermediate container 91b11ed4acf9 [2020-07-25T04:35:29.814Z] ---> 778fd2cc86b4 [2020-07-25T04:35:29.814Z] Step 8/22 : COPY . . [2020-07-25T04:35:30.076Z] OK: 233 MiB in 51 packages [2020-07-25T04:35:32.257Z] ad7c5574e4b9: Pull complete [2020-07-25T04:35:37.663Z] e772456be8f7: Pull complete [2020-07-25T04:35:37.663Z] c890913d741a: Pull complete [2020-07-25T04:35:38.289Z] Removing intermediate container e0d1c46ce86c [2020-07-25T04:35:38.289Z] ---> f50160e0ab1e [2020-07-25T04:35:38.289Z] Step 6/21 : COPY go.mod . [2020-07-25T04:35:38.289Z] Removing intermediate container e40328c41888 [2020-07-25T04:35:38.289Z] ---> 26064bcedac4 [2020-07-25T04:35:38.289Z] Step 8/20 : COPY . . [2020-07-25T04:35:38.289Z] Removing intermediate container 2592c4b4af54 [2020-07-25T04:35:38.289Z] ---> 1095057dbbb3 [2020-07-25T04:35:38.289Z] Step 8/20 : COPY . . [2020-07-25T04:35:39.679Z] 2480fcc9aa5a: Pull complete [2020-07-25T04:35:39.682Z] ---> 91f2165f82cb [2020-07-25T04:35:39.682Z] Step 7/21 : RUN go mod download [2020-07-25T04:35:39.956Z] 09adf4765672: Pull complete [2020-07-25T04:35:39.956Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-25T04:35:40.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-25T04:35:40.936Z] ---> 2248a725d1cf [2020-07-25T04:35:40.936Z] 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-07-25T04:35:43.025Z] ---> Running in 8634dc8bc8ee [2020-07-25T04:35:46.332Z] ---> Running in 6483532dc24c [2020-07-25T04:35:47.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:35:49.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:35:53.299Z] (1/12) Installing libmagic (5.38-r0) [2020-07-25T04:35:53.568Z] (2/12) Installing file (5.38-r0) [2020-07-25T04:35:53.568Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-25T04:35:53.839Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-25T04:36:01.205Z] Removing intermediate container 8634dc8bc8ee [2020-07-25T04:36:01.205Z] ---> 314b9f5d402f [2020-07-25T04:36:01.205Z] Step 8/21 : COPY . . [2020-07-25T04:36:01.205Z] ---> 3fc5fab70953 [2020-07-25T04:36:01.205Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-25T04:36:01.205Z] ---> ba6ced05016c [2020-07-25T04:36:01.205Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-25T04:36:03.759Z] ---> Running in d7b0ce58304f [2020-07-25T04:36:03.759Z] ---> Running in 7a2b84d09cb6 [2020-07-25T04:36:11.911Z] ---> 83a3b5754280 [2020-07-25T04:36:11.911Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-25T04:36:11.911Z] ---> 6f6dc1e629e8 [2020-07-25T04:36:11.911Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-25T04:36:11.911Z] 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-07-25T04:36:11.911Z] ---> Running in 698df7cd1fe1 [2020-07-25T04:36:11.911Z] 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-07-25T04:36:11.911Z] ---> Running in 11533b0577b4 [2020-07-25T04:36:13.845Z] 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-07-25T04:36:13.845Z] 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-07-25T04:36:18.070Z] ---> a1c14605e260 [2020-07-25T04:36:18.070Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-25T04:36:18.070Z] ---> Running in 8759467a49b8 [2020-07-25T04:36:19.032Z] 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-07-25T04:36:26.147Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-25T04:36:26.147Z] (6/12) Installing patch (2.7.6-r6) [2020-07-25T04:36:26.147Z] (7/12) Installing build-base (0.5-r2) [2020-07-25T04:36:26.147Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-25T04:36:26.147Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-25T04:36:26.147Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-25T04:36:26.147Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-25T04:36:26.147Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-25T04:36:26.147Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:36:26.147Z] OK: 217 MiB in 51 packages [2020-07-25T04:36:28.128Z] Removing intermediate container 6483532dc24c [2020-07-25T04:36:28.128Z] ---> 5bd1cd629d05 [2020-07-25T04:36:28.128Z] Step 4/7 : WORKDIR /edgex-go [2020-07-25T04:36:28.128Z] ---> Running in f342b29375cc [2020-07-25T04:36:28.728Z] Removing intermediate container f342b29375cc [2020-07-25T04:36:28.728Z] ---> 84e7d759d865 [2020-07-25T04:36:28.728Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-25T04:36:29.003Z] latest: Pulling from library/docker [2020-07-25T04:36:29.003Z] b538f80385f9: Already exists [2020-07-25T04:36:29.003Z] 259a493cd78d: Pulling fs layer [2020-07-25T04:36:29.003Z] b8e66b5100f5: Pulling fs layer [2020-07-25T04:36:29.003Z] 39dc9c94d07c: Pulling fs layer [2020-07-25T04:36:29.003Z] 551b823b3b82: Pulling fs layer [2020-07-25T04:36:29.003Z] 3c52a74df98c: Pulling fs layer [2020-07-25T04:36:29.003Z] 6c9b121b6998: Pulling fs layer [2020-07-25T04:36:29.003Z] 551b823b3b82: Waiting [2020-07-25T04:36:29.003Z] 3c52a74df98c: Waiting [2020-07-25T04:36:29.003Z] 6c9b121b6998: Waiting [2020-07-25T04:36:29.282Z] b8e66b5100f5: Verifying Checksum [2020-07-25T04:36:29.282Z] 259a493cd78d: Verifying Checksum [2020-07-25T04:36:29.282Z] 259a493cd78d: Download complete [2020-07-25T04:36:29.282Z] 551b823b3b82: Verifying Checksum [2020-07-25T04:36:29.282Z] 551b823b3b82: Download complete [2020-07-25T04:36:29.563Z] 3c52a74df98c: Download complete [2020-07-25T04:36:29.563Z] 6c9b121b6998: Download complete [2020-07-25T04:36:30.241Z] 259a493cd78d: Pull complete [2020-07-25T04:36:30.546Z] b8e66b5100f5: Pull complete [2020-07-25T04:36:30.841Z] 39dc9c94d07c: Verifying Checksum [2020-07-25T04:36:30.841Z] 39dc9c94d07c: Download complete [2020-07-25T04:36:34.239Z] 39dc9c94d07c: Pull complete [2020-07-25T04:36:34.509Z] 551b823b3b82: Pull complete [2020-07-25T04:36:34.781Z] 3c52a74df98c: Pull complete [2020-07-25T04:36:35.053Z] 6c9b121b6998: Pull complete [2020-07-25T04:36:35.053Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-25T04:36:35.053Z] Status: Downloaded newer image for docker:latest [2020-07-25T04:36:39.359Z] ---> 47c346a2832f [2020-07-25T04:36:39.359Z] Step 6/7 : COPY go.mod . [2020-07-25T04:36:39.359Z] ---> 2ad92ba38983 [2020-07-25T04:36:39.359Z] Step 7/7 : RUN go mod download [2020-07-25T04:36:39.632Z] ---> Running in fbe75dd6b1ec [2020-07-25T04:36:41.299Z] Removing intermediate container d7b0ce58304f [2020-07-25T04:36:41.299Z] ---> b97c6cd07a35 [2020-07-25T04:36:41.299Z] [2020-07-25T04:36:41.299Z] Step 9/29 : FROM alpine:latest [2020-07-25T04:36:41.299Z] latest: Pulling from library/alpine [2020-07-25T04:36:41.299Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-25T04:36:41.299Z] Status: Downloaded newer image for alpine:latest [2020-07-25T04:36:41.299Z] ---> a24bb4013296 [2020-07-25T04:36:41.299Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-25T04:36:41.299Z] ---> Running in 90d7ace8ff7a [2020-07-25T04:36:42.723Z] Removing intermediate container 90d7ace8ff7a [2020-07-25T04:36:42.723Z] ---> d36adb90288b [2020-07-25T04:36:42.723Z] Step 11/29 : USER root [2020-07-25T04:36:42.723Z] ---> Running in 25578617bb86 [2020-07-25T04:36:43.001Z] Removing intermediate container 11533b0577b4 [2020-07-25T04:36:43.001Z] ---> 288595775459 [2020-07-25T04:36:43.001Z] [2020-07-25T04:36:43.001Z] Step 10/20 : FROM alpine [2020-07-25T04:36:43.001Z] ---> a24bb4013296 [2020-07-25T04:36:43.001Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-25T04:36:43.001Z] ---> Running in d325b426c479 [2020-07-25T04:36:43.012Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-25T04:36:43.012Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-25T04:36:43.012Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-25T04:36:43.012Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-25T04:36:43.012Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-25T04:36:43.012Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-25T04:36:43.012Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-25T04:36:43.012Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-25T04:36:43.012Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-25T04:36:43.012Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-25T04:36:43.012Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-25T04:36:43.012Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-25T04:36:43.012Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-25T04:36:43.012Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-25T04:36:43.012Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-25T04:36:43.012Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-25T04:36:43.012Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-25T04:36:43.012Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-25T04:36:43.012Z] go: finding github.com/fatih/color v1.7.0 [2020-07-25T04:36:43.269Z] Removing intermediate container 25578617bb86 [2020-07-25T04:36:43.269Z] ---> 2439d1b08749 [2020-07-25T04:36:43.269Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-25T04:36:43.283Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-25T04:36:43.283Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-25T04:36:43.283Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-25T04:36:43.283Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-25T04:36:43.283Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-25T04:36:43.283Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-25T04:36:43.283Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-25T04:36:43.283Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-25T04:36:43.283Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-25T04:36:43.283Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-25T04:36:43.283Z] go: finding github.com/google/uuid v1.1.0 [2020-07-25T04:36:43.555Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-25T04:36:43.555Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-25T04:36:43.555Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-25T04:36:43.555Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-25T04:36:43.555Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-25T04:36:43.555Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-25T04:36:43.555Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-25T04:36:43.555Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-25T04:36:43.555Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-25T04:36:43.555Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-25T04:36:43.555Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-25T04:36:43.826Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-25T04:36:43.826Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-25T04:36:43.826Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-25T04:36:43.826Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-25T04:36:43.826Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-25T04:36:43.826Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-25T04:36:43.826Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-25T04:36:43.826Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-25T04:36:43.826Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-25T04:36:43.826Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-25T04:36:44.097Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-25T04:36:44.097Z] go: finding github.com/kr/pty v1.1.1 [2020-07-25T04:36:44.097Z] go: finding github.com/kr/text v0.1.0 [2020-07-25T04:36:44.097Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-25T04:36:44.097Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-25T04:36:44.097Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-25T04:36:44.097Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-25T04:36:44.097Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-25T04:36:44.097Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-25T04:36:44.097Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-25T04:36:44.231Z] ---> Running in c195d22de1d3 [2020-07-25T04:36:44.368Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-25T04:36:44.368Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-25T04:36:44.368Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-25T04:36:44.368Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-25T04:36:44.368Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-25T04:36:44.368Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-25T04:36:44.368Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-25T04:36:44.368Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-25T04:36:44.368Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-25T04:36:44.368Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-25T04:36:44.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:44.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:44.639Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-25T04:36:44.639Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-25T04:36:44.639Z] go: finding github.com/posener/complete v1.1.1 [2020-07-25T04:36:44.639Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-25T04:36:44.639Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-25T04:36:44.639Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-25T04:36:44.639Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-25T04:36:44.639Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-25T04:36:44.639Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-25T04:36:44.639Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-25T04:36:44.639Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-25T04:36:44.639Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-25T04:36:44.769Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:36:44.769Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:36:44.769Z] OK: 12749 distinct packages available [2020-07-25T04:36:44.915Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-25T04:36:44.915Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-25T04:36:44.915Z] go: finding golang.org/x/text v0.3.2 [2020-07-25T04:36:44.915Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-25T04:36:44.915Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-25T04:36:44.915Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-25T04:36:44.915Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-25T04:36:44.915Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-25T04:36:44.915Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-25T04:36:45.033Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-25T04:36:45.320Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:36:45.320Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-25T04:36:45.320Z] (4/4) Installing curl (7.69.1-r0) [2020-07-25T04:36:45.320Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:36:45.320Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:36:45.320Z] OK: 7 MiB in 18 packages [2020-07-25T04:36:45.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:45.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:45.582Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:36:45.582Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:36:45.582Z] OK: 12749 distinct packages available [2020-07-25T04:36:45.843Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-25T04:36:45.843Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-25T04:36:45.843Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:36:45.843Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:36:46.102Z] OK: 6 MiB in 16 packages [2020-07-25T04:36:50.333Z] Removing intermediate container 698df7cd1fe1 [2020-07-25T04:36:50.333Z] ---> fbe749b09552 [2020-07-25T04:36:50.333Z] [2020-07-25T04:36:50.333Z] Step 10/20 : FROM scratch [2020-07-25T04:36:50.333Z] ---> [2020-07-25T04:36:50.334Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:36:50.595Z] Removing intermediate container 8759467a49b8 [2020-07-25T04:36:50.595Z] ---> 7b5a2a5ca39d [2020-07-25T04:36:50.595Z] [2020-07-25T04:36:50.595Z] Step 10/21 : FROM scratch [2020-07-25T04:36:50.595Z] ---> [2020-07-25T04:36:50.595Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:36:50.857Z] ---> Running in eacb0afae194 [2020-07-25T04:36:51.118Z] ---> Running in a179fecdde7b [2020-07-25T04:36:51.118Z] Removing intermediate container c195d22de1d3 [2020-07-25T04:36:51.118Z] ---> 10a454b82e54 [2020-07-25T04:36:51.118Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-25T04:36:51.118Z] Removing intermediate container d325b426c479 [2020-07-25T04:36:51.118Z] ---> 347f961626d9 [2020-07-25T04:36:51.118Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:36:53.043Z] Removing intermediate container eacb0afae194 [2020-07-25T04:36:53.043Z] ---> 62b6ae66c3cf [2020-07-25T04:36:53.043Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-25T04:36:53.043Z] ---> Running in b6fef8701e5d [2020-07-25T04:36:53.304Z] ---> Running in b8f2a5c8f383 [2020-07-25T04:36:53.304Z] Removing intermediate container a179fecdde7b [2020-07-25T04:36:53.304Z] ---> 713d18b6605d [2020-07-25T04:36:53.304Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-25T04:36:54.245Z] ---> Running in 65481417aad6 [2020-07-25T04:36:54.541Z] ---> Running in 497117e2eb57 [2020-07-25T04:36:54.541Z] Removing intermediate container b6fef8701e5d [2020-07-25T04:36:54.541Z] ---> 3e31366333f6 [2020-07-25T04:36:54.541Z] Step 13/20 : WORKDIR /edgex [2020-07-25T04:36:54.541Z] Removing intermediate container b8f2a5c8f383 [2020-07-25T04:36:54.541Z] ---> f1d77be79f51 [2020-07-25T04:36:54.541Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-25T04:36:54.541Z] Removing intermediate container 7a2b84d09cb6 [2020-07-25T04:36:54.541Z] ---> ce09468aada8 [2020-07-25T04:36:54.541Z] [2020-07-25T04:36:54.541Z] Step 10/22 : FROM alpine [2020-07-25T04:36:54.541Z] ---> Running in ed5f524764b5 [2020-07-25T04:36:54.815Z] ---> a24bb4013296 [2020-07-25T04:36:54.815Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:36:54.815Z] Removing intermediate container 65481417aad6 [2020-07-25T04:36:54.815Z] ---> ce7bb76f64cb [2020-07-25T04:36:54.815Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-25T04:36:55.136Z] Removing intermediate container 497117e2eb57 [2020-07-25T04:36:55.136Z] ---> 43c08ed354c4 [2020-07-25T04:36:55.136Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:36:55.136Z] ---> Running in 5e4b6d38d1e7 [2020-07-25T04:36:55.136Z] ---> Running in 3e6adf8abf9d [2020-07-25T04:36:55.480Z] ---> Running in 5a43eae1e5e5 [2020-07-25T04:36:55.480Z] ---> Running in a3a2f1a097a3 [2020-07-25T04:36:55.480Z] Removing intermediate container ed5f524764b5 [2020-07-25T04:36:55.480Z] ---> fde35af85f7b [2020-07-25T04:36:55.480Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-25T04:36:55.480Z] Removing intermediate container 5e4b6d38d1e7 [2020-07-25T04:36:55.480Z] ---> f2f13693348f [2020-07-25T04:36:55.480Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-25T04:36:55.480Z] Removing intermediate container 5a43eae1e5e5 [2020-07-25T04:36:55.480Z] ---> 7949b36cd62e [2020-07-25T04:36:55.480Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-25T04:36:55.857Z] Removing intermediate container 3e6adf8abf9d [2020-07-25T04:36:55.857Z] ---> 46079d4de457 [2020-07-25T04:36:55.857Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-25T04:36:55.857Z] Removing intermediate container a3a2f1a097a3 [2020-07-25T04:36:55.857Z] ---> ad191a48ff30 [2020-07-25T04:36:55.857Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-25T04:36:55.857Z] ---> 1f24cf91f209 [2020-07-25T04:36:55.857Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-25T04:36:55.857Z] ---> Running in 8c3e139eb4bf [2020-07-25T04:36:55.857Z] ---> Running in 6bf685fad5ab [2020-07-25T04:36:56.151Z] ---> f3376a554865 [2020-07-25T04:36:56.151Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-25T04:36:56.432Z] ---> 2e1c43950793 [2020-07-25T04:36:56.432Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-25T04:36:56.432Z] Removing intermediate container 8c3e139eb4bf [2020-07-25T04:36:56.432Z] ---> 505d55eed069 [2020-07-25T04:36:56.432Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-25T04:36:56.693Z] ---> e20920496d60 [2020-07-25T04:36:56.693Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-25T04:36:56.693Z] ---> Running in 29429a5fc8b1 [2020-07-25T04:36:56.693Z] ---> 140a1e818b79 [2020-07-25T04:36:56.693Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-25T04:36:56.693Z] ---> Running in c318deb19f26 [2020-07-25T04:36:56.959Z] ---> de7505055673 [2020-07-25T04:36:56.959Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-25T04:36:56.959Z] Removing intermediate container 29429a5fc8b1 [2020-07-25T04:36:56.959Z] ---> 328b2ce14710 [2020-07-25T04:36:56.959Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:36:57.221Z] ---> Running in a017868760c3 [2020-07-25T04:36:57.221Z] ---> ca1b3fe9aa90 [2020-07-25T04:36:57.221Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:36:57.221Z] Removing intermediate container c318deb19f26 [2020-07-25T04:36:57.221Z] ---> 15af171f5da5 [2020-07-25T04:36:57.221Z] Step 17/20 : CMD ["--init=true"] [2020-07-25T04:36:58.603Z] ---> Running in bb5d385042e9 [2020-07-25T04:36:58.603Z] ---> Running in 43b44f7acc85 [2020-07-25T04:36:58.603Z] ---> 9c5564cd7750 [2020-07-25T04:36:58.603Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-25T04:36:58.603Z] Removing intermediate container 6bf685fad5ab [2020-07-25T04:36:58.603Z] ---> 248ca616a571 [2020-07-25T04:36:58.603Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-25T04:36:58.603Z] Removing intermediate container 43b44f7acc85 [2020-07-25T04:36:58.603Z] ---> 01896f40507f [2020-07-25T04:36:58.603Z] Step 18/20 : LABEL arch=x86_64 [2020-07-25T04:36:58.603Z] Removing intermediate container bb5d385042e9 [2020-07-25T04:36:58.603Z] ---> 6f8ef008ebfc [2020-07-25T04:36:58.603Z] Step 18/20 : LABEL arch=x86_64 [2020-07-25T04:36:58.863Z] ---> Running in 28fdc81a0346 [2020-07-25T04:36:58.863Z] ---> Running in fc6728f99dd0 [2020-07-25T04:36:59.122Z] ---> 8f4f78f861d2 [2020-07-25T04:36:59.122Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:36:59.122Z] ---> 0dd587a98458 [2020-07-25T04:36:59.122Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-25T04:36:59.122Z] ---> Running in b967f8bdc4f4 [2020-07-25T04:36:59.381Z] Removing intermediate container 28fdc81a0346 [2020-07-25T04:36:59.381Z] ---> 290c5fcd5bc3 [2020-07-25T04:36:59.381Z] Step 19/20 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:36:59.381Z] Removing intermediate container fc6728f99dd0 [2020-07-25T04:36:59.381Z] ---> 2723562ed036 [2020-07-25T04:36:59.381Z] Step 19/20 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:36:59.640Z] ---> Running in 94318dbd76d9 [2020-07-25T04:36:59.640Z] ---> Running in a4509b645b60 [2020-07-25T04:36:59.640Z] Removing intermediate container a017868760c3 [2020-07-25T04:36:59.640Z] ---> f853125aa560 [2020-07-25T04:36:59.640Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-25T04:36:59.640Z] Removing intermediate container b967f8bdc4f4 [2020-07-25T04:36:59.640Z] ---> ac075a4f7ddf [2020-07-25T04:36:59.640Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:36:59.640Z] ---> 657f6a5c67bd [2020-07-25T04:36:59.640Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-25T04:36:59.900Z] ---> Running in 214336fb81e7 [2020-07-25T04:36:59.900Z] ---> Running in 62ecb0480152 [2020-07-25T04:37:00.159Z] Removing intermediate container 94318dbd76d9 [2020-07-25T04:37:00.159Z] ---> 1e4f2e774587 [2020-07-25T04:37:00.159Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:37:00.419Z] Removing intermediate container a4509b645b60 [2020-07-25T04:37:00.419Z] ---> e1f93eef3664 [2020-07-25T04:37:00.419Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:37:00.679Z] ---> Running in ffb35762224f [2020-07-25T04:37:00.679Z] Removing intermediate container 214336fb81e7 [2020-07-25T04:37:00.679Z] ---> d4ccd83e8742 [2020-07-25T04:37:00.679Z] Step 20/21 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:37:00.679Z] ---> 8eac8e9e4d57 [2020-07-25T04:37:00.679Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-25T04:37:00.679Z] ---> Running in 1e7986adcf69 [2020-07-25T04:37:00.938Z] ---> Running in 904967c02a10 [2020-07-25T04:37:00.938Z] Removing intermediate container ffb35762224f [2020-07-25T04:37:00.938Z] ---> aedfaffa70f0 [2020-07-25T04:37:00.938Z] [2020-07-25T04:37:00.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:00.938Z] Successfully built aedfaffa70f0 [2020-07-25T04:37:00.938Z] ---> 6b9c44416a95 [2020-07-25T04:37:00.938Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-25T04:37:01.198Z] Removing intermediate container 1e7986adcf69 [2020-07-25T04:37:01.198Z] ---> 6ffc8bf2772d [2020-07-25T04:37:01.198Z] [2020-07-25T04:37:01.198Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-25T04:37:01.198Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-07-25T04:37:01.198Z] Removing intermediate container 904967c02a10 [2020-07-25T04:37:01.198Z] ---> 7f8867126a07 [2020-07-25T04:37:01.198Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:37:01.198Z] Successfully built 6ffc8bf2772d [2020-07-25T04:37:01.198Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-25T04:37:01.198Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-07-25T04:37:01.198Z] ---> Running in 8e9446e7227e [2020-07-25T04:37:01.462Z] ---> d325fc3a2286 [2020-07-25T04:37:01.462Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-25T04:37:01.730Z] ---> Running in d9997bc2bdf5 [2020-07-25T04:37:01.730Z] Removing intermediate container 8e9446e7227e [2020-07-25T04:37:01.730Z] ---> 1330f505fe95 [2020-07-25T04:37:01.730Z] [2020-07-25T04:37:01.730Z] Successfully built 1330f505fe95 [2020-07-25T04:37:01.730Z] Successfully tagged docker-support-logging-go:latest [2020-07-25T04:37:01.730Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-07-25T04:37:01.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:03.226Z] Removing intermediate container fbe75dd6b1ec [2020-07-25T04:37:03.226Z] ---> 9ec115adc714 [2020-07-25T04:37:03.226Z] Successfully built 9ec115adc714 [2020-07-25T04:37:03.226Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:37:03.877Z] + docker inspect -f . ci-base-image-arm64 [2020-07-25T04:37:03.877Z] . [Pipeline] withDockerContainer [2020-07-25T04:37:04.176Z] prd-ubuntu18.04-docker-arm64-4c-16g-973 does not seem to be running inside a container [2020-07-25T04:37:04.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-25T04:37:04.549Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-25T04:37:04.549Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-25T04:37:04.809Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-25T04:37:05.381Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-25T04:37:05.757Z] $ docker top f7c1617f4afcd996796584b58761c19eec4ad49ae7164561af706b355ae174b2 -eo pid,comm [2020-07-25T04:37:05.952Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-25T04:37:05.952Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:37:05.952Z] OK: 8 MiB in 19 packages [Pipeline] { [Pipeline] sh [2020-07-25T04:37:06.799Z] + go version [2020-07-25T04:37:06.799Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-25T04:37:06.820Z] ========================================================= [2020-07-25T04:37:06.820Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-25T04:37:06.820Z] ========================================================= [Pipeline] sh [2020-07-25T04:37:07.469Z] + make test raml_verify [2020-07-25T04:37:07.469Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-25T04:37:10.086Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-25T04:37:10.168Z] Removing intermediate container d9997bc2bdf5 [2020-07-25T04:37:10.168Z] ---> b092005979af [2020-07-25T04:37:10.168Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:37:10.168Z] Removing intermediate container 62ecb0480152 [2020-07-25T04:37:10.168Z] ---> b1eab178af51 [2020-07-25T04:37:10.168Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-25T04:37:10.749Z] ---> 7eb4f9471464 [2020-07-25T04:37:10.749Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:37:10.749Z] ---> c8d2f7b083a2 [2020-07-25T04:37:10.749Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-25T04:37:10.749Z] ---> Running in b3bad8915ea2 [2020-07-25T04:37:16.098Z] ---> d12025dca520 [2020-07-25T04:37:16.098Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-25T04:37:17.503Z] ---> 401a24023829 [2020-07-25T04:37:17.503Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:37:18.086Z] ---> Running in 768d6830b2c3 [2020-07-25T04:37:20.018Z] Removing intermediate container 768d6830b2c3 [2020-07-25T04:37:20.018Z] ---> e643a3fbca01 [2020-07-25T04:37:20.018Z] Step 20/22 : LABEL arch=x86_64 [2020-07-25T04:37:21.068Z] ---> Running in cb66cc2df800 [2020-07-25T04:37:21.068Z] Removing intermediate container b3bad8915ea2 [2020-07-25T04:37:21.068Z] ---> 60b60560d015 [2020-07-25T04:37:21.068Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-25T04:37:22.479Z] ---> Running in cb999d4b3992 [2020-07-25T04:37:22.479Z] Removing intermediate container cb66cc2df800 [2020-07-25T04:37:22.479Z] ---> 944227110133 [2020-07-25T04:37:22.479Z] Step 21/22 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:37:23.424Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:37:23.424Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:37:23.424Z] ---> 1289bde48e44 [2020-07-25T04:37:23.424Z] Step 3/23 : WORKDIR /edgex-go [2020-07-25T04:37:23.424Z] ---> Using cache [2020-07-25T04:37:23.424Z] ---> ec0a1564fedb [2020-07-25T04:37:23.424Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:37:23.424Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/26 : ARG BUILDER_BASE=golang:1.13-alpine ---> Using cache [2020-07-25T04:37:23.424Z] [2020-07-25T04:37:23.424Z] ---> 2d8e1deb81ef [2020-07-25T04:37:23.424Z] [2020-07-25T04:37:23.424Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificatesStep 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:37:23.424Z] [2020-07-25T04:37:23.424Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:37:23.424Z] ---> 1289bde48e44 [2020-07-25T04:37:23.424Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:37:23.424Z] ---> Using cache [2020-07-25T04:37:23.424Z] ---> ec0a1564fedb [2020-07-25T04:37:23.424Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:37:23.424Z] ---> Using cache [2020-07-25T04:37:23.424Z] ---> 2d8e1deb81ef [2020-07-25T04:37:23.424Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-25T04:37:23.424Z] ---> 1289bde48e44 [2020-07-25T04:37:23.424Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:37:23.424Z] ---> Using cache [2020-07-25T04:37:23.424Z] ---> ec0a1564fedb [2020-07-25T04:37:23.424Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:37:23.424Z] ---> Using cache [2020-07-25T04:37:23.424Z] ---> 2d8e1deb81ef [2020-07-25T04:37:23.424Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:37:23.424Z] ---> Using cache [2020-07-25T04:37:23.424Z] ---> 6e6d0a9f54b7 [2020-07-25T04:37:23.424Z] Step 6/21 : COPY go.mod . [2020-07-25T04:37:23.424Z] ---> Using cache [2020-07-25T04:37:23.424Z] ---> fea25fc071cf [2020-07-25T04:37:23.424Z] Step 7/21 : RUN go mod download [2020-07-25T04:37:23.424Z] ---> Using cache [2020-07-25T04:37:23.424Z] ---> 1095057dbbb3 [2020-07-25T04:37:23.424Z] Step 8/21 : COPY . . [2020-07-25T04:37:23.424Z] ---> Using cache [2020-07-25T04:37:23.424Z] ---> 6f6dc1e629e8 [2020-07-25T04:37:23.424Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-25T04:37:24.806Z] ---> Running in 2e89d454ff26 [2020-07-25T04:37:24.806Z] ---> Running in a487382795b5 [2020-07-25T04:37:24.806Z] ---> Running in bb5917c2bb93 [2020-07-25T04:37:24.806Z] ---> Running in ce9c77f79c98 [2020-07-25T04:37:25.067Z] Removing intermediate container 2e89d454ff26 [2020-07-25T04:37:25.067Z] ---> 37aa3b0a3773 [2020-07-25T04:37:25.067Z] Step 22/22 : LABEL version=0.0.0 [2020-07-25T04:37:25.330Z] ---> Running in 9ce07ee9914c [2020-07-25T04:37:25.592Z] Removing intermediate container 9ce07ee9914c [2020-07-25T04:37:25.592Z] ---> bed1ab3c2f62 [2020-07-25T04:37:25.592Z] [2020-07-25T04:37:25.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:25.863Z] Successfully built bed1ab3c2f62 [2020-07-25T04:37:25.863Z] Successfully tagged docker-core-data-go:latest [2020-07-25T04:37:25.863Z] Building docker-core-command-go [2020-07-25T04:37:26.122Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:26.122Z] 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-07-25T04:37:26.122Z] Removing intermediate container cb999d4b3992 [2020-07-25T04:37:26.122Z] ---> 93598b8306c3 [2020-07-25T04:37:26.122Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:37:26.122Z] ---> Running in 6f3e0e5a6488 [2020-07-25T04:37:26.706Z] Removing intermediate container 6f3e0e5a6488 [2020-07-25T04:37:26.706Z] ---> cbd1e74b169a [2020-07-25T04:37:26.706Z] Step 26/29 : CMD [ "generate" ] [2020-07-25T04:37:26.967Z] ---> Running in a112234962e8 [2020-07-25T04:37:26.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:27.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:28.182Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:37:28.182Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:37:28.182Z] OK: 12749 distinct packages available [2020-07-25T04:37:28.447Z] OK: 233 MiB in 51 packages [2020-07-25T04:37:28.707Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:37:28.707Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:37:28.707Z] OK: 12749 distinct packages available [2020-07-25T04:37:28.967Z] OK: 233 MiB in 51 packages [2020-07-25T04:37:29.920Z] Removing intermediate container a112234962e8 [2020-07-25T04:37:29.920Z] ---> 1a0612e323b0 [2020-07-25T04:37:29.920Z] Step 27/29 : LABEL arch=x86_64 [2020-07-25T04:37:30.893Z] ---> Running in 6012bb3c3645 [2020-07-25T04:37:31.866Z] Removing intermediate container 6012bb3c3645 [2020-07-25T04:37:31.866Z] ---> c1789d2f4a33 [2020-07-25T04:37:31.866Z] Step 28/29 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:37:32.139Z] ---> Running in aea1f9a93853 [2020-07-25T04:37:32.139Z] Removing intermediate container a487382795b5 [2020-07-25T04:37:32.139Z] ---> f9beee6f6815 [2020-07-25T04:37:32.139Z] Step 6/23 : COPY go.mod . [2020-07-25T04:37:32.717Z] Removing intermediate container bb5917c2bb93 [2020-07-25T04:37:32.717Z] ---> 42857d403477 [2020-07-25T04:37:32.717Z] Step 6/26 : COPY go.mod . [2020-07-25T04:37:33.318Z] Removing intermediate container aea1f9a93853 [2020-07-25T04:37:33.318Z] ---> 5806b706fc82 [2020-07-25T04:37:33.318Z] Step 29/29 : LABEL version=0.0.0 [2020-07-25T04:37:33.599Z] ---> 3e4978eeeb9a [2020-07-25T04:37:33.599Z] Step 7/23 : RUN go mod download [2020-07-25T04:37:33.599Z] ---> Running in ef07ab1b162c [2020-07-25T04:37:33.876Z] ---> 93a6ea350d9e [2020-07-25T04:37:33.876Z] Step 7/26 : RUN go mod download [2020-07-25T04:37:33.876Z] ---> Running in 51e5f1e0c0b3 [2020-07-25T04:37:34.146Z] Removing intermediate container ef07ab1b162c [2020-07-25T04:37:34.146Z] ---> 9f5fcbc801b5 [2020-07-25T04:37:34.146Z] [2020-07-25T04:37:34.146Z] ---> Running in e1feb9405b3e [2020-07-25T04:37:34.146Z] Successfully built 9f5fcbc801b5 [2020-07-25T04:37:34.422Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-25T04:37:34.422Z]  Building docker-security-secrets-setup-go ... done Building docker-security-secretstore-setup-go [2020-07-25T04:37:42.470Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-25T04:37:42.694Z] Removing intermediate container 51e5f1e0c0b3 [2020-07-25T04:37:42.694Z] ---> 996f346a877d [2020-07-25T04:37:42.694Z] Step 8/23 : COPY . . [2020-07-25T04:37:42.694Z] Removing intermediate container e1feb9405b3e [2020-07-25T04:37:42.694Z] ---> 632f5321307d [2020-07-25T04:37:42.694Z] Step 8/26 : COPY . . [2020-07-25T04:37:42.968Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:37:42.968Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:37:42.968Z] ---> 1289bde48e44 [2020-07-25T04:37:42.968Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:37:42.968Z] ---> Using cache [2020-07-25T04:37:42.968Z] ---> ec0a1564fedb [2020-07-25T04:37:42.968Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:37:42.968Z] ---> Using cache [2020-07-25T04:37:42.968Z] ---> 2d8e1deb81ef [2020-07-25T04:37:42.968Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:37:42.968Z] ---> Using cache [2020-07-25T04:37:42.968Z] ---> 6e6d0a9f54b7 [2020-07-25T04:37:42.968Z] Step 6/21 : COPY go.mod . [2020-07-25T04:37:42.968Z] ---> Using cache [2020-07-25T04:37:42.968Z] ---> fea25fc071cf [2020-07-25T04:37:42.968Z] Step 7/21 : RUN go mod download [2020-07-25T04:37:42.968Z] ---> Using cache [2020-07-25T04:37:42.968Z] ---> 1095057dbbb3 [2020-07-25T04:37:42.968Z] Step 8/21 : COPY . . [2020-07-25T04:37:42.968Z] ---> Using cache [2020-07-25T04:37:42.968Z] ---> 6f6dc1e629e8 [2020-07-25T04:37:42.968Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-25T04:37:51.121Z] ---> Running in 69d1d2a4a433 [2020-07-25T04:37:55.503Z] 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-07-25T04:37:55.503Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:37:55.503Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:37:55.503Z] ---> 1289bde48e44 [2020-07-25T04:37:55.503Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:37:55.503Z] ---> Using cache [2020-07-25T04:37:55.503Z] ---> ec0a1564fedb [2020-07-25T04:37:55.503Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:37:55.503Z] ---> Using cache [2020-07-25T04:37:55.503Z] ---> 2d8e1deb81ef [2020-07-25T04:37:55.503Z] Step 5/26 : RUN apk update && apk add make git [2020-07-25T04:37:55.503Z] ---> Using cache [2020-07-25T04:37:55.503Z] ---> 6e6d0a9f54b7 [2020-07-25T04:37:55.503Z] Step 6/26 : COPY go.mod . [2020-07-25T04:37:55.503Z] ---> Using cache [2020-07-25T04:37:55.503Z] ---> fea25fc071cf [2020-07-25T04:37:55.503Z] Step 7/26 : RUN go mod download [2020-07-25T04:37:55.503Z] ---> Using cache [2020-07-25T04:37:55.503Z] ---> 1095057dbbb3 [2020-07-25T04:37:55.503Z] Step 8/26 : COPY . . [2020-07-25T04:37:55.503Z] ---> Using cache [2020-07-25T04:37:55.503Z] ---> 6f6dc1e629e8 [2020-07-25T04:37:55.503Z] 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-07-25T04:37:57.583Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-25T04:37:57.583Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-25T04:37:57.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-25T04:37:57.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-25T04:37:57.583Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.053s [2020-07-25T04:37:57.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-25T04:37:57.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-25T04:37:57.859Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-25T04:37:58.144Z] ---> Running in d1c72d69b89d [2020-07-25T04:37:59.310Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-25T04:38:00.762Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-25T04:38:00.781Z] 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-07-25T04:38:01.045Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-25T04:38:01.045Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-25T04:38:01.045Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-25T04:38:10.965Z] Removing intermediate container ce9c77f79c98 [2020-07-25T04:38:10.965Z] ---> 0a3cafa98c72 [2020-07-25T04:38:10.965Z] [2020-07-25T04:38:10.965Z] Step 10/21 : FROM scratch [2020-07-25T04:38:10.965Z] ---> [2020-07-25T04:38:10.965Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:38:10.965Z] ---> Using cache [2020-07-25T04:38:10.965Z] ---> 62b6ae66c3cf [2020-07-25T04:38:10.965Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-25T04:38:11.465Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements [2020-07-25T04:38:11.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-25T04:38:11.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-25T04:38:11.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-25T04:38:11.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-25T04:38:11.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-25T04:38:11.934Z] ---> Running in 7ba2f6c166ef [2020-07-25T04:38:13.890Z] Removing intermediate container 7ba2f6c166ef [2020-07-25T04:38:13.890Z] ---> 818c7cad866c [2020-07-25T04:38:13.890Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:38:14.869Z] ---> Running in 3be88c974aef [2020-07-25T04:38:14.869Z] ---> e4b10a599978 [2020-07-25T04:38:14.869Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-25T04:38:14.869Z] ---> 6bc9ccf86611 [2020-07-25T04:38:14.869Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-25T04:38:15.149Z] ---> Running in e923dd6a3dbd [2020-07-25T04:38:15.149Z] ---> Running in 432a6ac3c4a7 [2020-07-25T04:38:15.418Z] Removing intermediate container 3be88c974aef [2020-07-25T04:38:15.418Z] ---> 965db4641d2d [2020-07-25T04:38:15.418Z] Step 14/21 : WORKDIR / [2020-07-25T04:38:15.687Z] ---> Running in 1528e7b0cba0 [2020-07-25T04:38:15.969Z] Removing intermediate container 1528e7b0cba0 [2020-07-25T04:38:15.969Z] ---> ee5ffee79d9b [2020-07-25T04:38:15.969Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-25T04:38:16.571Z] 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-07-25T04:38:16.571Z] 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-07-25T04:38:16.571Z] ---> b5308f912bda [2020-07-25T04:38:16.571Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-25T04:38:17.535Z] ---> 0eb0fc03e2d5 [2020-07-25T04:38:17.535Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-25T04:38:17.795Z] ---> a56867cf83c5 [2020-07-25T04:38:17.795Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:38:17.795Z] ---> Running in f07cf7f0dbcc [2020-07-25T04:38:18.063Z] Removing intermediate container f07cf7f0dbcc [2020-07-25T04:38:18.063Z] ---> 8321dc63c4c3 [2020-07-25T04:38:18.063Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:38:18.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.220s coverage: 27.4% of statements [2020-07-25T04:38:18.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-25T04:38:18.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-25T04:38:18.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-25T04:38:18.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-25T04:38:18.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-25T04:38:18.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-25T04:38:18.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2020-07-25T04:38:18.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-25T04:38:18.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2020-07-25T04:38:18.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-25T04:38:18.339Z] ---> Running in 9dd6ab8d02f2 [2020-07-25T04:38:18.611Z] Removing intermediate container 9dd6ab8d02f2 [2020-07-25T04:38:18.611Z] ---> 9f84862efda2 [2020-07-25T04:38:18.611Z] Step 20/21 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:38:19.189Z] 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-07-25T04:38:19.189Z] ---> Running in 8fe4a39cd477 [2020-07-25T04:38:19.457Z] Removing intermediate container 8fe4a39cd477 [2020-07-25T04:38:19.457Z] ---> 15e10f96e00a [2020-07-25T04:38:19.457Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:38:20.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.349s coverage: 29.3% of statements [2020-07-25T04:38:20.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-25T04:38:20.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-25T04:38:20.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-25T04:38:20.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-25T04:38:20.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-25T04:38:20.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.111s coverage: 100.0% of statements [2020-07-25T04:38:20.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-25T04:38:20.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2020-07-25T04:38:20.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-25T04:38:20.422Z] ---> Running in e3d5df13bfbf [2020-07-25T04:38:21.011Z] Removing intermediate container e3d5df13bfbf [2020-07-25T04:38:21.011Z] ---> be1a7313efed [2020-07-25T04:38:21.011Z] [2020-07-25T04:38:21.278Z] Successfully built be1a7313efed [2020-07-25T04:38:21.278Z] Successfully tagged docker-core-metadata-go:latest [2020-07-25T04:38:21.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.095s coverage: 89.8% of statements [2020-07-25T04:38:21.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-25T04:38:23.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.106s coverage: 97.5% of statements [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-25T04:38:23.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 100.0% of statements [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-25T04:38:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-25T04:38:23.629Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.022s coverage: 58.8% of statements [2020-07-25T04:38:24.658Z]  Building docker-core-metadata-go ... done Removing intermediate container 69d1d2a4a433 [2020-07-25T04:38:24.658Z] ---> 0829174e75ad [2020-07-25T04:38:24.658Z] [2020-07-25T04:38:24.658Z] Step 10/21 : FROM scratch [2020-07-25T04:38:24.658Z] ---> [2020-07-25T04:38:24.658Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:38:24.658Z] ---> Using cache [2020-07-25T04:38:24.658Z] ---> 62b6ae66c3cf [2020-07-25T04:38:24.658Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-25T04:38:24.935Z] ---> Running in 675736db3f7c [2020-07-25T04:38:25.204Z] 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-07-25T04:38:25.472Z] Removing intermediate container 675736db3f7c [2020-07-25T04:38:25.472Z] ---> 794a75329247 [2020-07-25T04:38:25.472Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:38:25.472Z] ---> Running in 2eb78d0a4310 [2020-07-25T04:38:25.742Z] Removing intermediate container 2eb78d0a4310 [2020-07-25T04:38:25.742Z] ---> 2cc78ad7e01f [2020-07-25T04:38:25.742Z] Step 14/21 : WORKDIR / [2020-07-25T04:38:25.742Z] ---> Running in 6738ee729360 [2020-07-25T04:38:26.007Z] Removing intermediate container 6738ee729360 [2020-07-25T04:38:26.007Z] ---> eddf62896797 [2020-07-25T04:38:26.007Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-25T04:38:26.600Z] ---> d94410ffaf3f [2020-07-25T04:38:26.600Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-25T04:38:27.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 63.5% of statements [2020-07-25T04:38:27.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-25T04:38:27.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-25T04:38:27.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.022s coverage: 100.0% of statements [2020-07-25T04:38:27.576Z] ---> 74ce082024d4 [2020-07-25T04:38:27.577Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-25T04:38:27.860Z] ---> 81c5f7f2ab60 [2020-07-25T04:38:27.860Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:38:27.860Z] ---> Running in e9de6da724b8 [2020-07-25T04:38:28.137Z] Removing intermediate container e9de6da724b8 [2020-07-25T04:38:28.137Z] ---> 5246e11102cd [2020-07-25T04:38:28.137Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:38:28.137Z] ---> Running in 0f857eb65dbf [2020-07-25T04:38:29.000Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.304s coverage: 55.9% of statements [2020-07-25T04:38:29.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-25T04:38:29.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-25T04:38:29.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-25T04:38:29.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-25T04:38:30.761Z] Removing intermediate container 0f857eb65dbf [2020-07-25T04:38:30.761Z] ---> 310bdec6762a [2020-07-25T04:38:30.761Z] Step 20/21 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:38:30.761Z] ---> Running in 818e1e9c785b [2020-07-25T04:38:31.380Z] Removing intermediate container 818e1e9c785b [2020-07-25T04:38:31.380Z] ---> d11d9855b086 [2020-07-25T04:38:31.380Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:38:31.380Z] ---> Running in 6031eb6d62ac [2020-07-25T04:38:31.991Z] Removing intermediate container 6031eb6d62ac [2020-07-25T04:38:31.991Z] ---> 1df7666f6013 [2020-07-25T04:38:31.991Z] [2020-07-25T04:38:31.991Z] Successfully built 1df7666f6013 [2020-07-25T04:38:31.991Z] Successfully tagged docker-core-command-go:latest [2020-07-25T04:38:33.402Z]  Building docker-core-command-go ... done Removing intermediate container d1c72d69b89d [2020-07-25T04:38:33.402Z] ---> ee8005b0f612 [2020-07-25T04:38:33.402Z] [2020-07-25T04:38:33.402Z] Step 10/26 : FROM alpine:3.10 [2020-07-25T04:38:33.402Z] 3.10: Pulling from library/alpine [2020-07-25T04:38:35.328Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-25T04:38:35.328Z] Status: Downloaded newer image for alpine:3.10 [2020-07-25T04:38:35.328Z] ---> be4e4bea2c2e [2020-07-25T04:38:35.328Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-25T04:38:35.899Z] ---> Running in ca6e7bd356a8 [2020-07-25T04:38:36.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:36.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:36.756Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-25T04:38:36.756Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-25T04:38:36.756Z] OK: 10346 distinct packages available [2020-07-25T04:38:37.022Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-25T04:38:37.022Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-25T04:38:37.022Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-25T04:38:37.022Z] (4/5) Installing curl (7.66.0-r0) [2020-07-25T04:38:37.022Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-25T04:38:37.022Z] Executing busybox-1.30.1-r3.trigger [2020-07-25T04:38:37.022Z] Executing ca-certificates-20191127-r2.trigger [2020-07-25T04:38:37.287Z] OK: 7 MiB in 19 packages [2020-07-25T04:38:39.193Z] Removing intermediate container ca6e7bd356a8 [2020-07-25T04:38:39.193Z] ---> f764fdd0b17a [2020-07-25T04:38:39.193Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:38:40.134Z] ---> Running in db266702c8c8 [2020-07-25T04:38:40.134Z] Removing intermediate container e923dd6a3dbd [2020-07-25T04:38:40.134Z] ---> 3c2480f3657b [2020-07-25T04:38:40.134Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-25T04:38:40.396Z] ---> Running in b07d155f8c55 [2020-07-25T04:38:40.396Z] Removing intermediate container db266702c8c8 [2020-07-25T04:38:40.396Z] ---> aaa2cee031fb [2020-07-25T04:38:40.396Z] Step 13/26 : WORKDIR / [2020-07-25T04:38:40.655Z] ---> Running in cb74552b50b6 [2020-07-25T04:38:42.569Z] 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-07-25T04:38:43.506Z] Removing intermediate container 432a6ac3c4a7 [2020-07-25T04:38:43.506Z] ---> f1d5358dbb24 [2020-07-25T04:38:43.506Z] [2020-07-25T04:38:43.506Z] Step 10/23 : FROM scratch [2020-07-25T04:38:43.506Z] ---> [2020-07-25T04:38:43.506Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:38:43.506Z] ---> Using cache [2020-07-25T04:38:43.506Z] ---> 713d18b6605d [2020-07-25T04:38:43.506Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-25T04:38:43.506Z] Removing intermediate container cb74552b50b6 [2020-07-25T04:38:43.506Z] ---> 5fe8eb2a1733 [2020-07-25T04:38:43.506Z] 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-07-25T04:38:43.506Z] ---> Running in 11f420bfe37a [2020-07-25T04:38:43.765Z] Removing intermediate container 11f420bfe37a [2020-07-25T04:38:43.765Z] ---> c853847e0e82 [2020-07-25T04:38:43.765Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-25T04:38:43.765Z] ---> 2435cf97eeae [2020-07-25T04:38:43.765Z] 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-07-25T04:38:43.765Z] ---> Running in 57753b3f52a2 [2020-07-25T04:38:44.023Z] Removing intermediate container 57753b3f52a2 [2020-07-25T04:38:44.023Z] ---> 333a0a8c0d72 [2020-07-25T04:38:44.023Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-25T04:38:44.023Z] ---> c1003124aa0e [2020-07-25T04:38:44.023Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-25T04:38:44.283Z] ---> cdfa195c2275 [2020-07-25T04:38:44.283Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-25T04:38:44.283Z] ---> 474df47ad784 [2020-07-25T04:38:44.283Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-25T04:38:44.542Z] Removing intermediate container b07d155f8c55 [2020-07-25T04:38:44.542Z] ---> bb1f0b25d613 [2020-07-25T04:38:44.542Z] [2020-07-25T04:38:44.542Z] Step 11/26 : FROM docker:latest [2020-07-25T04:38:44.542Z] ---> 81f5749c9058 [2020-07-25T04:38:44.542Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-25T04:38:45.110Z] ---> Running in 7781f97a9bff [2020-07-25T04:38:45.369Z] ---> d32c3d261307 [2020-07-25T04:38:45.369Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-25T04:38:45.369Z] ---> 52e43112f0ef [2020-07-25T04:38:45.369Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-25T04:38:45.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:45.939Z] ---> 1fa616c19278 [2020-07-25T04:38:45.939Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-25T04:38:45.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:45.939Z] ---> 9be51485b2b4 [2020-07-25T04:38:45.939Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-25T04:38:45.939Z] (1/2) Installing readline (8.0.4-r0) [2020-07-25T04:38:45.939Z] (2/2) Installing bash (5.0.17-r0) [2020-07-25T04:38:45.939Z] Executing bash-5.0.17-r0.post-install [2020-07-25T04:38:45.939Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:38:46.198Z] OK: 12 MiB in 22 packages [2020-07-25T04:38:46.198Z] ---> 3aa577a11582 [2020-07-25T04:38:46.198Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-25T04:38:46.461Z] ---> ec05f8eb3675 [2020-07-25T04:38:46.461Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-25T04:38:46.719Z] Removing intermediate container 7781f97a9bff [2020-07-25T04:38:46.719Z] ---> ea16bbf30e4a [2020-07-25T04:38:46.719Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-25T04:38:46.719Z] ---> 45394c756000 [2020-07-25T04:38:46.719Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-25T04:38:47.657Z] ---> Running in c0b98231f9ea [2020-07-25T04:38:47.657Z] ---> 541a732ede47 [2020-07-25T04:38:47.657Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:38:47.657Z] ---> 0d998c369ba4 [2020-07-25T04:38:47.657Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:38:47.916Z] ---> Running in 022f4d8c98d6 [2020-07-25T04:38:48.176Z] ---> 8f867720a453 [2020-07-25T04:38:48.177Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:38:48.177Z] ---> Running in c00cc63c01d1 [2020-07-25T04:38:48.177Z] Removing intermediate container 022f4d8c98d6 [2020-07-25T04:38:48.177Z] ---> e43773993713 [2020-07-25T04:38:48.177Z] Step 21/23 : LABEL arch=x86_64 [2020-07-25T04:38:48.436Z] ---> Running in a585d7f88143 [2020-07-25T04:38:48.695Z] Removing intermediate container a585d7f88143 [2020-07-25T04:38:48.695Z] ---> c53a6bd376fd [2020-07-25T04:38:48.695Z] Step 22/23 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:38:48.695Z] ---> Running in 6057c6b8d30c [2020-07-25T04:38:48.955Z] Removing intermediate container c0b98231f9ea [2020-07-25T04:38:48.956Z] ---> d0acfc40a203 [2020-07-25T04:38:48.956Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-25T04:38:48.956Z] ---> Running in 867b19338283 [2020-07-25T04:38:48.956Z] Removing intermediate container 6057c6b8d30c [2020-07-25T04:38:48.956Z] ---> 686a13825674 [2020-07-25T04:38:48.956Z] Step 23/23 : LABEL version=0.0.0 [2020-07-25T04:38:49.218Z] ---> Running in 41c673327bec [2020-07-25T04:38:49.218Z] Removing intermediate container 867b19338283 [2020-07-25T04:38:49.218Z] ---> 4054cdc14b4a [2020-07-25T04:38:49.218Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-25T04:38:49.477Z] ---> Running in 9e078ae21c6a [2020-07-25T04:38:49.478Z] Removing intermediate container 41c673327bec [2020-07-25T04:38:49.478Z] ---> a4d68d09102d [2020-07-25T04:38:49.478Z] [2020-07-25T04:38:49.478Z] Removing intermediate container c00cc63c01d1 [2020-07-25T04:38:49.478Z] ---> 76e67ca1f0ec [2020-07-25T04:38:49.478Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:38:49.738Z] Successfully built a4d68d09102d [2020-07-25T04:38:49.999Z] Successfully tagged docker-support-notifications-go:latest [2020-07-25T04:38:49.999Z]  Building docker-support-notifications-go ... done  ---> Running in dd8122c16b63 [2020-07-25T04:38:49.999Z] Removing intermediate container 9e078ae21c6a [2020-07-25T04:38:49.999Z] ---> 85a06402c5fe [2020-07-25T04:38:49.999Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-25T04:38:49.999Z] ---> Running in c3012d7327bc [2020-07-25T04:38:50.260Z] Removing intermediate container dd8122c16b63 [2020-07-25T04:38:50.260Z] ---> 9f96249a2d20 [2020-07-25T04:38:50.260Z] Step 24/26 : LABEL arch=x86_64 [2020-07-25T04:38:50.260Z] Removing intermediate container c3012d7327bc [2020-07-25T04:38:50.260Z] ---> 3741c421a2ef [2020-07-25T04:38:50.260Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-25T04:38:50.260Z] ---> Running in e79293124282 [2020-07-25T04:38:50.520Z] Removing intermediate container e79293124282 [2020-07-25T04:38:50.520Z] ---> 73fbb6086141 [2020-07-25T04:38:50.520Z] Step 25/26 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:38:50.520Z] ---> Running in e5c43ebb8af6 [2020-07-25T04:38:50.835Z] ---> d699e88411a2 [2020-07-25T04:38:50.835Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-25T04:38:50.835Z] Removing intermediate container e5c43ebb8af6 [2020-07-25T04:38:50.835Z] ---> 6e5d32e80972 [2020-07-25T04:38:50.835Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:38:50.835Z] ---> Running in 7782b1214284 [2020-07-25T04:38:51.127Z] Removing intermediate container 7782b1214284 [2020-07-25T04:38:51.127Z] ---> 07c7dfd62719 [2020-07-25T04:38:51.127Z] [2020-07-25T04:38:51.127Z] ---> fdde5ee7ef80 [2020-07-25T04:38:51.127Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-25T04:38:51.127Z] Successfully built 07c7dfd62719 [2020-07-25T04:38:51.127Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-25T04:38:51.390Z]  Building docker-security-secretstore-setup-go ... done  ---> 818da12437a3 [2020-07-25T04:38:51.390Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-25T04:38:51.390Z] ---> Running in 14a1d8d32bb8 [2020-07-25T04:38:51.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:51.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:52.238Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-25T04:38:52.238Z] (2/33) Installing expat (2.2.9-r1) [2020-07-25T04:38:52.238Z] (3/33) Installing libffi (3.3-r2) [2020-07-25T04:38:52.238Z] (4/33) Installing gdbm (1.13-r1) [2020-07-25T04:38:52.238Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-25T04:38:52.238Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-25T04:38:52.238Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-25T04:38:53.177Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-25T04:38:53.177Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-25T04:38:53.177Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-25T04:38:53.177Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-25T04:38:53.177Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-25T04:38:53.177Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-25T04:38:53.177Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-25T04:38:53.177Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-25T04:38:53.177Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-25T04:38:53.177Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-25T04:38:53.177Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-25T04:38:53.177Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-25T04:38:53.177Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-25T04:38:53.442Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-25T04:38:53.442Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-25T04:38:53.442Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-25T04:38:53.442Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-25T04:38:53.442Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-25T04:38:53.442Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-25T04:38:53.442Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-25T04:38:53.442Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-25T04:38:53.442Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-25T04:38:53.442Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-25T04:38:53.442Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-25T04:38:53.442Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-25T04:38:53.442Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-25T04:38:53.707Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:38:53.707Z] OK: 71 MiB in 55 packages [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 31.772s coverage: 86.3% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.285s coverage: 72.2% of statements [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.470s coverage: 72.1% of statements [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.141s coverage: 26.9% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.328s coverage: 84.1% of statements [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.089s coverage: 43.1% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.035s coverage: 83.8% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.078s coverage: 46.1% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.074s coverage: 100.0% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.035s coverage: 100.0% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.163s coverage: 29.1% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-25T04:39:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2020-07-25T04:39:01.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements [2020-07-25T04:39:02.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements [2020-07-25T04:39:02.912Z] GO111MODULE=on go vet ./... [2020-07-25T04:39:03.702Z] Removing intermediate container 14a1d8d32bb8 [2020-07-25T04:39:03.702Z] ---> 34e15c92bfdf [2020-07-25T04:39:03.702Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-25T04:39:03.962Z] ---> Running in 8536c3b5d6be [2020-07-25T04:39:05.354Z] Collecting docker-compose==1.23.2 [2020-07-25T04:39:05.354Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-25T04:39:05.613Z] Collecting jsonschema<3,>=2.5.1 [2020-07-25T04:39:05.613Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-25T04:39:05.873Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-25T04:39:05.873Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-25T04:39:06.133Z] Collecting docker<4.0,>=3.6.0 [2020-07-25T04:39:06.133Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-25T04:39:06.133Z] 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-07-25T04:39:06.133Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-25T04:39:06.133Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-25T04:39:06.701Z] Collecting cached-property<2,>=1.2.0 [2020-07-25T04:39:06.701Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-25T04:39:06.701Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-25T04:39:06.701Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-25T04:39:06.960Z] Collecting docopt<0.7,>=0.6.1 [2020-07-25T04:39:06.960Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-25T04:39:07.531Z] Collecting PyYAML<4,>=3.10 [2020-07-25T04:39:07.531Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-25T04:39:08.469Z] Collecting texttable<0.10,>=0.9.0 [2020-07-25T04:39:08.469Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-25T04:39:09.040Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-25T04:39:09.040Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-25T04:39:09.040Z] Collecting idna<2.8,>=2.5 [2020-07-25T04:39:09.040Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-25T04:39:09.040Z] 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-07-25T04:39:09.040Z] 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-07-25T04:39:09.040Z] Collecting docker-pycreds>=0.4.0 [2020-07-25T04:39:09.040Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-25T04:39:09.040Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-25T04:39:09.040Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-25T04:39:09.040Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-25T04:39:09.040Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-25T04:39:09.301Z] Installing collected packages: jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, cached-property, docopt, PyYAML, texttable, docker-compose [2020-07-25T04:39:09.301Z] Attempting uninstall: urllib3 [2020-07-25T04:39:09.301Z] Found existing installation: urllib3 1.25.9 [2020-07-25T04:39:09.301Z] Uninstalling urllib3-1.25.9: [2020-07-25T04:39:09.562Z] Successfully uninstalled urllib3-1.25.9 [2020-07-25T04:39:09.822Z] Attempting uninstall: idna [2020-07-25T04:39:09.822Z] Found existing installation: idna 2.9 [2020-07-25T04:39:09.822Z] Uninstalling idna-2.9: [2020-07-25T04:39:09.822Z] Successfully uninstalled idna-2.9 [2020-07-25T04:39:09.822Z] Attempting uninstall: requests [2020-07-25T04:39:09.822Z] Found existing installation: requests 2.23.0 [2020-07-25T04:39:09.822Z] Uninstalling requests-2.23.0: [2020-07-25T04:39:10.081Z] Successfully uninstalled requests-2.23.0 [2020-07-25T04:39:10.340Z] Running setup.py install for dockerpty: started [2020-07-25T04:39:10.907Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-25T04:39:10.907Z] Running setup.py install for docopt: started [2020-07-25T04:39:11.477Z] Running setup.py install for docopt: finished with status 'done' [2020-07-25T04:39:11.477Z] Running setup.py install for PyYAML: started [2020-07-25T04:39:12.057Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-25T04:39:12.057Z] Running setup.py install for texttable: started [2020-07-25T04:39:12.630Z] Running setup.py install for texttable: finished with status 'done' [2020-07-25T04:39:12.630Z] 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-07-25T04:39:15.924Z] Removing intermediate container 8536c3b5d6be [2020-07-25T04:39:15.924Z] ---> 657f00449893 [2020-07-25T04:39:15.924Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-25T04:39:15.924Z] ---> Running in 71c64f9a1219 [2020-07-25T04:39:15.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:15.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:16.184Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:39:16.184Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-25T04:39:16.184Z] (3/3) Installing curl (7.69.1-r0) [2020-07-25T04:39:16.184Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:39:16.184Z] OK: 72 MiB in 58 packages [2020-07-25T04:39:16.447Z] Removing intermediate container 71c64f9a1219 [2020-07-25T04:39:16.447Z] ---> 41b6bbcb09a8 [2020-07-25T04:39:16.447Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:39:16.709Z] ---> Running in ba26fbdc68e3 [2020-07-25T04:39:16.709Z] Removing intermediate container ba26fbdc68e3 [2020-07-25T04:39:16.709Z] ---> 2fb7513f3606 [2020-07-25T04:39:16.709Z] Step 24/26 : LABEL arch=x86_64 [2020-07-25T04:39:16.709Z] ---> Running in 9199a2caa0ef [2020-07-25T04:39:16.970Z] Removing intermediate container 9199a2caa0ef [2020-07-25T04:39:16.970Z] ---> e04913942e94 [2020-07-25T04:39:16.970Z] Step 25/26 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:39:16.970Z] ---> Running in c499c1b257a8 [2020-07-25T04:39:17.231Z] Removing intermediate container c499c1b257a8 [2020-07-25T04:39:17.231Z] ---> 7a024bed1433 [2020-07-25T04:39:17.231Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:39:17.231Z] ---> Running in a9f3bae4c430 [2020-07-25T04:39:17.492Z] Removing intermediate container a9f3bae4c430 [2020-07-25T04:39:17.492Z] ---> 2bab8c18e996 [2020-07-25T04:39:17.492Z] [2020-07-25T04:39:17.492Z] Successfully built 2bab8c18e996 [2020-07-25T04:39:17.492Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-25T04:39:17.760Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-25T04:39:17.762Z] $ docker stop --time=1 39802ac9ed98348573f08865ab41a0e1ade28941bde88a11c46f63a9c46593a6 [2020-07-25T04:39:19.285Z] $ docker rm -f 39802ac9ed98348573f08865ab41a0e1ade28941bde88a11c46f63a9c46593a6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-25T04:39:19.763Z] + docker images [2020-07-25T04:39:19.763Z] + grep docker [2020-07-25T04:39:19.763Z] docker-sys-mgmt-agent-go latest 2bab8c18e996 2 seconds ago 284MB [2020-07-25T04:39:19.763Z] docker-security-secretstore-setup-go latest 07c7dfd62719 29 seconds ago 33.9MB [2020-07-25T04:39:19.763Z] docker-support-notifications-go latest a4d68d09102d 30 seconds ago 14.4MB [2020-07-25T04:39:19.763Z] docker-core-command-go latest 1df7666f6013 48 seconds ago 13MB [2020-07-25T04:39:19.763Z] docker-core-metadata-go latest be1a7313efed 59 seconds ago 14.4MB [2020-07-25T04:39:19.763Z] docker-security-secrets-setup-go latest 9f5fcbc801b5 About a minute ago 25.1MB [2020-07-25T04:39:19.763Z] docker-core-data-go latest bed1ab3c2f62 About a minute ago 23.8MB [2020-07-25T04:39:19.763Z] docker-support-logging-go latest 1330f505fe95 2 minutes ago 11.8MB [2020-07-25T04:39:19.763Z] docker-security-proxy-setup-go latest 6ffc8bf2772d 2 minutes ago 16.4MB [2020-07-25T04:39:19.763Z] docker-support-scheduler-go latest aedfaffa70f0 2 minutes ago 13.1MB [2020-07-25T04:39:19.763Z] docker latest 81f5749c9058 4 weeks 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] } [2020-07-25T04:39:21.212Z] gofmt -l . [2020-07-25T04:39:21.806Z] [ "`gofmt -l .`" = "" ] [2020-07-25T04:39:24.420Z] ./bin/test-go-mod-tidy.sh [2020-07-25T04:39:25.018Z] ./bin/test-attribution-txt.sh [2020-07-25T04:39:28.397Z] docker run --rm --privileged \ [2020-07-25T04:39:28.397Z] -v /w/workspace/edgex-go/6:/raml-verification -w /raml-verification \ [2020-07-25T04:39:28.397Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-25T04:39:28.397Z] /scripts/raml-verify.sh [2020-07-25T04:39:28.397Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-25T04:39:28.397Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-25T04:39:28.397Z] 29e5d40040c1: Pulling fs layer [2020-07-25T04:39:28.397Z] 8c46fbeab2c7: Pulling fs layer [2020-07-25T04:39:28.397Z] 8ba552a4e5fe: Pulling fs layer [2020-07-25T04:39:28.397Z] 1fb62381901b: Pulling fs layer [2020-07-25T04:39:28.397Z] 147fb30a95d9: Pulling fs layer [2020-07-25T04:39:28.397Z] 3ccc99ad11dc: Pulling fs layer [2020-07-25T04:39:28.397Z] 147fb30a95d9: Waiting [2020-07-25T04:39:28.397Z] 3ccc99ad11dc: Waiting [2020-07-25T04:39:28.397Z] 1fb62381901b: Waiting [2020-07-25T04:39:28.397Z] 29e5d40040c1: Verifying Checksum [2020-07-25T04:39:28.397Z] 29e5d40040c1: Download complete [2020-07-25T04:39:28.397Z] 8ba552a4e5fe: Verifying Checksum [2020-07-25T04:39:28.397Z] 8ba552a4e5fe: Download complete [2020-07-25T04:39:28.397Z] 1fb62381901b: Verifying Checksum [2020-07-25T04:39:28.397Z] 1fb62381901b: Download complete [2020-07-25T04:39:28.397Z] 3ccc99ad11dc: Download complete [2020-07-25T04:39:28.672Z] 147fb30a95d9: Verifying Checksum [2020-07-25T04:39:28.672Z] 147fb30a95d9: Download complete [2020-07-25T04:39:29.268Z] 8c46fbeab2c7: Verifying Checksum [2020-07-25T04:39:29.268Z] 8c46fbeab2c7: Download complete [2020-07-25T04:39:29.268Z] 29e5d40040c1: Pull complete [2020-07-25T04:39:33.565Z] 8c46fbeab2c7: Pull complete [2020-07-25T04:39:33.837Z] 8ba552a4e5fe: Pull complete [2020-07-25T04:39:34.109Z] 1fb62381901b: Pull complete [2020-07-25T04:39:38.407Z] 147fb30a95d9: Pull complete [2020-07-25T04:39:38.678Z] 3ccc99ad11dc: Pull complete [2020-07-25T04:39:38.950Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-25T04:39:38.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-25T04:39:42.328Z] Verifying ./api/raml/core-command.raml... [2020-07-25T04:39:44.938Z] OK [2020-07-25T04:39:44.938Z] Verifying ./api/raml/core-metadata.raml... [2020-07-25T04:39:53.190Z] OK [2020-07-25T04:39:53.190Z] Verifying ./api/raml/support-logging.raml... [2020-07-25T04:39:56.589Z] OK [2020-07-25T04:39:56.589Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-25T04:40:00.874Z] OK [2020-07-25T04:40:00.874Z] Verifying ./api/raml/core-data.raml... [2020-07-25T04:40:06.252Z] OK [2020-07-25T04:40:06.252Z] Verifying ./api/raml/support-notifications.raml... [2020-07-25T04:40:10.536Z] OK [2020-07-25T04:40:10.536Z] Verifying ./api/raml/system-agent.raml... [2020-07-25T04:40:13.158Z] OK [Pipeline] sh [2020-07-25T04:40:14.403Z] + ls -al . [2020-07-25T04:40:14.403Z] total 588 [2020-07-25T04:40:14.403Z] drwxrwxr-x 10 1001 1001 4096 Jul 25 04:39 . [2020-07-25T04:40:14.403Z] drwxr-xr-x 4 root root 4096 Jul 25 04:37 .. [2020-07-25T04:40:14.403Z] -rw-rw-r-- 1 1001 1001 11 Jul 25 04:34 .dockerignore [2020-07-25T04:40:14.403Z] drwxrwxr-x 8 1001 1001 4096 Jul 25 04:34 .git [2020-07-25T04:40:14.403Z] drwxrwxr-x 3 1001 1001 4096 Jul 25 04:34 .github [2020-07-25T04:40:14.403Z] -rw-rw-r-- 1 1001 1001 924 Jul 25 04:34 .gitignore [2020-07-25T04:40:14.403Z] drwxrwxr-x 3 1001 1001 4096 Jul 25 04:35 .semver [2020-07-25T04:40:14.403Z] -rw-rw-r-- 1 1001 1001 178 Jul 25 04:34 .sonarcloud.properties [2020-07-25T04:40:14.403Z] -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:34 CONTRIBUTING.md [2020-07-25T04:40:14.403Z] -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:34 Dockerfile.build [2020-07-25T04:40:14.403Z] -rw-rw-r-- 1 1001 1001 824 Jul 25 04:34 Jenkinsfile [2020-07-25T04:40:14.403Z] -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:34 LICENSE [2020-07-25T04:40:14.403Z] -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:34 Makefile [2020-07-25T04:40:14.403Z] -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:34 README.md [2020-07-25T04:40:14.403Z] -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:34 SECURITY.md [2020-07-25T04:40:14.403Z] -rw-rw-r-- 1 1001 1001 5 Jul 25 04:31 VERSION [2020-07-25T04:40:14.403Z] -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:34 ZMQWindows.md [2020-07-25T04:40:14.403Z] drwxrwxr-x 4 1001 1001 4096 Jul 25 04:34 api [2020-07-25T04:40:14.403Z] drwxrwxr-x 2 1001 1001 4096 Jul 25 04:34 bin [2020-07-25T04:40:14.403Z] drwxrwxr-x 15 1001 1001 4096 Jul 25 04:34 cmd [2020-07-25T04:40:14.403Z] -rw-r--r-- 1 root root 456067 Jul 25 04:39 coverage.out [2020-07-25T04:40:14.403Z] -rw-r--r-- 1 root root 1019 Jul 25 04:39 go.mod [2020-07-25T04:40:14.403Z] -rw-r--r-- 1 root root 18146 Jul 25 04:39 go.sum [2020-07-25T04:40:14.403Z] drwxrwxr-x 8 1001 1001 4096 Jul 25 04:34 internal [2020-07-25T04:40:14.403Z] drwxrwxr-x 4 1001 1001 4096 Jul 25 04:34 snap [2020-07-25T04:40:14.403Z] -rw-rw-r-- 1 1001 1001 168 Jul 25 04:34 version.go [Pipeline] sh [2020-07-25T04:40:15.059Z] + '[' -e coverage.out ] [2020-07-25T04:40:15.059Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-25T04:40:15.081Z] Warning: overwriting stash ‘coverage-report’ [2020-07-25T04:40:16.309Z] Stashed 1 file(s) [Pipeline] sh [2020-07-25T04:40:16.958Z] + make build [2020-07-25T04:40:16.958Z] 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-07-25T04:40:39.128Z] 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-07-25T04:40:49.249Z] 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-07-25T04:40:54.652Z] 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-07-25T04:41:00.039Z] 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-07-25T04:41:06.740Z] 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-07-25T04:41:07.718Z] 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-07-25T04:41:13.103Z] 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-07-25T04:41:19.795Z] 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-07-25T04:41:24.081Z] 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-07-25T04:41:29.465Z] 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-07-25T04:41:34.862Z] 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-07-25T04:41:39.150Z] 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-07-25T04:41:42.548Z] $ docker stop --time=1 f7c1617f4afcd996796584b58761c19eec4ad49ae7164561af706b355ae174b2 [2020-07-25T04:41:44.827Z] $ docker rm -f f7c1617f4afcd996796584b58761c19eec4ad49ae7164561af706b355ae174b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:41:46.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:41:46.174Z] [2020-07-25T04:41:46.174Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:41:46.539Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:41:46.539Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-25T04:41:46.539Z] 29e5d40040c1: Already exists [2020-07-25T04:41:46.539Z] 1ce36da41761: Pulling fs layer [2020-07-25T04:41:46.539Z] 25b303627fd3: Pulling fs layer [2020-07-25T04:41:47.511Z] 1ce36da41761: Verifying Checksum [2020-07-25T04:41:47.511Z] 1ce36da41761: Download complete [2020-07-25T04:41:48.482Z] 1ce36da41761: Pull complete [2020-07-25T04:41:48.751Z] 25b303627fd3: Verifying Checksum [2020-07-25T04:41:48.751Z] 25b303627fd3: Download complete [2020-07-25T04:41:58.873Z] 25b303627fd3: Pull complete [2020-07-25T04:41:58.873Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-25T04:41:58.873Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:41:58.873Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-25T04:41:59.126Z] prd-ubuntu18.04-docker-arm64-4c-16g-973 does not seem to be running inside a container [2020-07-25T04:41:59.224Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-25T04:42:02.927Z] $ docker top 1bab9003916cc5058c998e9ec9e579db9acbb9278aa1ced0f1e53f996cac8702 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:42:04.335Z] + docker-compose build --help [2020-07-25T04:42:04.335Z] + grep parallel [2020-07-25T04:42:08.607Z] --parallel Build images in parallel. [Pipeline] } [2020-07-25T04:42:08.628Z] $ docker stop --time=1 1bab9003916cc5058c998e9ec9e579db9acbb9278aa1ced0f1e53f996cac8702 [2020-07-25T04:42:10.557Z] $ docker rm -f 1bab9003916cc5058c998e9ec9e579db9acbb9278aa1ced0f1e53f996cac8702 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:42:11.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:42:11.291Z] . [Pipeline] withDockerContainer [2020-07-25T04:42:11.536Z] prd-ubuntu18.04-docker-arm64-4c-16g-973 does not seem to be running inside a container [2020-07-25T04:42:11.628Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-25T04:42:13.007Z] $ docker top 878d6af2293f7d4b596b6f918cc08aa0b74f6a207823bad468dcd713f7196739 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:42:13.998Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-25T04:42:18.277Z] Building docker-core-command-go ... [2020-07-25T04:42:18.277Z] Building docker-core-data-go ... [2020-07-25T04:42:18.277Z] Building docker-core-metadata-go ... [2020-07-25T04:42:18.277Z] Building docker-security-proxy-setup-go ... [2020-07-25T04:42:18.277Z] Building docker-security-secrets-setup-go ... [2020-07-25T04:42:18.277Z] Building docker-security-secretstore-setup-go ... [2020-07-25T04:42:18.277Z] Building docker-support-logging-go ... [2020-07-25T04:42:18.277Z] Building docker-support-notifications-go ... [2020-07-25T04:42:18.277Z] Building docker-support-scheduler-go ... [2020-07-25T04:42:18.277Z] Building docker-sys-mgmt-agent-go ... [2020-07-25T04:42:18.277Z] Building docker-security-secrets-setup-go [2020-07-25T04:42:18.277Z] Building docker-sys-mgmt-agent-go [2020-07-25T04:42:18.277Z] Building docker-support-logging-go [2020-07-25T04:42:18.277Z] Building docker-core-command-go [2020-07-25T04:42:18.277Z] Building docker-core-metadata-go [2020-07-25T04:44:10.070Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:10.070Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:10.070Z] ---> 9ec115adc714 [2020-07-25T04:44:10.070Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:44:10.070Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:10.070Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:10.070Z] ---> 9ec115adc714 [2020-07-25T04:44:10.070Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:44:10.070Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:10.070Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:10.070Z] ---> 9ec115adc714 [2020-07-25T04:44:10.070Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:44:10.070Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:10.070Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:10.070Z] ---> 9ec115adc714 [2020-07-25T04:44:10.070Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:44:10.070Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:10.070Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-25T04:44:10.070Z] ---> 9ec115adc714 [2020-07-25T04:44:10.070Z] Step 3/29 : WORKDIR /edgex-go [2020-07-25T04:44:10.070Z] ---> Running in 1631f581e0dd [2020-07-25T04:44:10.070Z] ---> Running in c64d225f72f2 [2020-07-25T04:44:10.070Z] ---> Running in 2f3bcbe9e7c1 [2020-07-25T04:44:10.070Z] ---> Running in 8be390220eba [2020-07-25T04:44:10.070Z] ---> Running in feb9087f716a [2020-07-25T04:44:10.070Z] Removing intermediate container 2f3bcbe9e7c1 [2020-07-25T04:44:10.070Z] ---> 4fb3139cf7de [2020-07-25T04:44:10.070Z] Step 4/29 : RUN apk update && apk add make gitRemoving intermediate container 8be390220eba [2020-07-25T04:44:10.070Z] [2020-07-25T04:44:10.070Z] ---> 1fb9cdf676e9 [2020-07-25T04:44:10.070Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:10.070Z] Removing intermediate container feb9087f716a [2020-07-25T04:44:10.070Z] ---> 2151863186a1 [2020-07-25T04:44:10.070Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:10.070Z] Removing intermediate container 1631f581e0dd [2020-07-25T04:44:10.070Z] ---> b962f2355e2d [2020-07-25T04:44:10.070Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:10.070Z] Removing intermediate container c64d225f72f2 [2020-07-25T04:44:10.070Z] ---> c78e54c08117 [2020-07-25T04:44:10.070Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:10.070Z] ---> Running in da7648c9090c [2020-07-25T04:44:10.070Z] ---> Running in 4bbf0b5df41e [2020-07-25T04:44:10.070Z] ---> Running in e9e1977343e5 [2020-07-25T04:44:10.070Z] ---> Running in cf0d7df3d9b5 [2020-07-25T04:44:10.070Z] ---> Running in e01386b50294 [2020-07-25T04:44:10.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:10.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:11.640Z] Removing intermediate container da7648c9090c [2020-07-25T04:44:11.640Z] ---> c7310a2f6119 [2020-07-25T04:44:11.640Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-25T04:44:11.640Z] ---> Running in 5e021c70b60b [2020-07-25T04:44:11.937Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:44:11.937Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:44:11.937Z] OK: 12620 distinct packages available [2020-07-25T04:44:12.207Z] Removing intermediate container e01386b50294 [2020-07-25T04:44:12.207Z] ---> 28870d0b8f05 [2020-07-25T04:44:12.207Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-25T04:44:12.207Z] Removing intermediate container e9e1977343e5 [2020-07-25T04:44:12.207Z] ---> 5d1fef8329fe [2020-07-25T04:44:12.207Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:44:12.207Z] Removing intermediate container cf0d7df3d9b5 [2020-07-25T04:44:12.207Z] ---> 37f41c019ce0 [2020-07-25T04:44:12.207Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:44:12.478Z] ---> Running in 5f7a2421e673 [2020-07-25T04:44:12.478Z] ---> Running in 591200c37856 [2020-07-25T04:44:12.478Z] ---> Running in 1d6a52b78f2a [2020-07-25T04:44:12.752Z] OK: 217 MiB in 51 packages [2020-07-25T04:44:14.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:15.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:15.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:15.092Z] Removing intermediate container 4bbf0b5df41e [2020-07-25T04:44:15.092Z] ---> a52548bf7891 [2020-07-25T04:44:15.092Z] Step 5/29 : COPY go.mod . [2020-07-25T04:44:15.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:15.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:15.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:15.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:15.960Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:44:15.960Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:44:15.960Z] OK: 12620 distinct packages available [2020-07-25T04:44:15.960Z] ---> 40edcb925475 [2020-07-25T04:44:15.960Z] Step 6/29 : RUN go mod download [2020-07-25T04:44:16.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:16.510Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:44:16.510Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:44:16.510Z] OK: 12620 distinct packages available [2020-07-25T04:44:16.510Z] ---> Running in bf73d94fa32a [2020-07-25T04:44:16.789Z] OK: 217 MiB in 51 packages [2020-07-25T04:44:17.063Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:44:17.063Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:44:17.063Z] OK: 12620 distinct packages available [2020-07-25T04:44:17.342Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:44:17.342Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:44:17.342Z] OK: 12620 distinct packages available [2020-07-25T04:44:17.621Z] OK: 217 MiB in 51 packages [2020-07-25T04:44:17.905Z] OK: 217 MiB in 51 packages [2020-07-25T04:44:18.188Z] OK: 217 MiB in 51 packages [2020-07-25T04:44:18.463Z] OK: 217 MiB in 51 packages [2020-07-25T04:44:18.743Z] Removing intermediate container 5e021c70b60b [2020-07-25T04:44:18.743Z] ---> 747731cf0bed [2020-07-25T04:44:18.743Z] Step 6/26 : COPY go.mod . [2020-07-25T04:44:20.174Z] ---> 84f8fde74034 [2020-07-25T04:44:20.174Z] Step 7/26 : RUN go mod download [2020-07-25T04:44:20.443Z] Removing intermediate container 1d6a52b78f2a [2020-07-25T04:44:20.443Z] ---> a339431500ef [2020-07-25T04:44:20.443Z] Step 6/21 : COPY go.mod . [2020-07-25T04:44:20.714Z] Removing intermediate container 591200c37856 [2020-07-25T04:44:20.714Z] ---> 0be8fdeb727a [2020-07-25T04:44:20.714Z] Step 6/21 : COPY go.mod . [2020-07-25T04:44:20.714Z] ---> Running in cd5d2c136cd4 [2020-07-25T04:44:20.714Z] Removing intermediate container 5f7a2421e673 [2020-07-25T04:44:20.714Z] ---> 482032260240 [2020-07-25T04:44:20.714Z] Step 6/21 : COPY go.mod . [2020-07-25T04:44:21.316Z] Removing intermediate container bf73d94fa32a [2020-07-25T04:44:21.316Z] ---> 3c37744208ae [2020-07-25T04:44:21.316Z] Step 7/29 : COPY . . [2020-07-25T04:44:21.911Z] ---> 335824111ae0 [2020-07-25T04:44:21.911Z] Step 7/21 : RUN go mod download [2020-07-25T04:44:21.911Z] ---> cdbdc77c8299 [2020-07-25T04:44:21.911Z] Step 7/21 : RUN go mod download ---> 92f22d7b4b69 [2020-07-25T04:44:21.911Z] [2020-07-25T04:44:21.911Z] Step 7/21 : RUN go mod download [2020-07-25T04:44:21.911Z] ---> Running in d8ace005bc2b [2020-07-25T04:44:21.911Z] ---> Running in da96a3b9055f [2020-07-25T04:44:22.185Z] ---> Running in b4c1ab40362a [2020-07-25T04:44:28.923Z] Removing intermediate container cd5d2c136cd4 [2020-07-25T04:44:28.923Z] ---> 832d56170ecc [2020-07-25T04:44:28.923Z] Step 8/26 : COPY . . [2020-07-25T04:44:29.196Z] Removing intermediate container da96a3b9055f [2020-07-25T04:44:29.196Z] ---> edde16b1cfdd [2020-07-25T04:44:29.196Z] Step 8/21 : COPY . . [2020-07-25T04:44:29.196Z] Removing intermediate container b4c1ab40362a [2020-07-25T04:44:29.196Z] ---> a5a3675b1e78 [2020-07-25T04:44:29.196Z] Step 8/21 : COPY . . [2020-07-25T04:44:29.468Z] Removing intermediate container d8ace005bc2b [2020-07-25T04:44:29.468Z] ---> 5ad1b8fcbaec [2020-07-25T04:44:29.468Z] Step 8/21 : COPY . . [2020-07-25T04:45:01.834Z] ---> 09289c5655cf [2020-07-25T04:45:01.834Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-25T04:45:01.834Z] ---> 7bfce7bef717 [2020-07-25T04:45:01.834Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-25T04:45:01.834Z] ---> Running in 3407fd73d021 [2020-07-25T04:45:01.834Z] ---> Running in a977a4402dae [2020-07-25T04:45:01.834Z] ---> a07378b15e08 [2020-07-25T04:45:01.834Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-25T04:45:01.834Z] ---> e7c3fae3a2fd [2020-07-25T04:45:01.834Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-25T04:45:01.834Z] ---> 99dd22ff5962 [2020-07-25T04:45:01.834Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-25T04:45:01.834Z] ---> Running in 12ab7315eb40 [2020-07-25T04:45:01.834Z] ---> Running in ef81ca07ce17 [2020-07-25T04:45:01.834Z] ---> Running in 88d79cd48dc4 [2020-07-25T04:45:01.834Z] 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-07-25T04:45:01.834Z] 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-07-25T04:45:01.834Z] 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-07-25T04:45:01.834Z] 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-07-25T04:45:01.834Z] 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-07-25T04:46:38.730Z] Removing intermediate container a977a4402dae [2020-07-25T04:46:38.730Z] ---> 8aef2db10308 [2020-07-25T04:46:38.730Z] [2020-07-25T04:46:38.730Z] Step 9/29 : FROM alpine:latest [2020-07-25T04:46:38.730Z] latest: Pulling from library/alpine [2020-07-25T04:46:38.730Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-25T04:46:38.730Z] Status: Downloaded newer image for alpine:latest [2020-07-25T04:46:38.730Z] ---> 62ee0e9f8440 [2020-07-25T04:46:38.730Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-25T04:46:38.730Z] ---> Running in fb3749eac7fa [2020-07-25T04:46:38.730Z] Removing intermediate container fb3749eac7fa [2020-07-25T04:46:38.730Z] ---> a24c73d6755c [2020-07-25T04:46:38.730Z] Step 11/29 : USER root [2020-07-25T04:46:38.730Z] ---> Running in ed05218e16e7 [2020-07-25T04:46:38.730Z] Removing intermediate container ed05218e16e7 [2020-07-25T04:46:38.730Z] ---> 8e654d75644a [2020-07-25T04:46:38.730Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-25T04:46:38.730Z] ---> Running in b52976099df6 [2020-07-25T04:46:38.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:38.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:38.730Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:46:38.730Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:46:39.014Z] OK: 12620 distinct packages available [2020-07-25T04:46:40.026Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-25T04:46:40.026Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-25T04:46:40.026Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:46:40.026Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:46:40.624Z] OK: 6 MiB in 16 packages [2020-07-25T04:46:44.948Z] Removing intermediate container b52976099df6 [2020-07-25T04:46:44.948Z] ---> f2851dab2036 [2020-07-25T04:46:44.948Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-25T04:46:44.948Z] ---> Running in b656df81215b [2020-07-25T04:46:45.560Z] Removing intermediate container b656df81215b [2020-07-25T04:46:45.560Z] ---> d3472a985999 [2020-07-25T04:46:45.560Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-25T04:46:45.851Z] Removing intermediate container 3407fd73d021 [2020-07-25T04:46:45.851Z] ---> c51fc0110144 [2020-07-25T04:46:45.851Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-25T04:46:46.133Z] ---> Running in ea8b09dd18be [2020-07-25T04:46:46.133Z] ---> Running in c296f3b8afa5 [2020-07-25T04:46:47.613Z] Removing intermediate container ea8b09dd18be [2020-07-25T04:46:47.613Z] ---> daa0357c6bbd [2020-07-25T04:46:47.613Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-25T04:46:48.225Z] ---> Running in 6fad61b84b87 [2020-07-25T04:46:48.826Z] 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-07-25T04:46:52.302Z] Removing intermediate container 12ab7315eb40 [2020-07-25T04:46:52.302Z] ---> bb794f1b0f4f [2020-07-25T04:46:52.302Z] [2020-07-25T04:46:52.302Z] Step 10/21 : FROM scratch [2020-07-25T04:46:52.302Z] ---> [2020-07-25T04:46:52.302Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:46:52.302Z] ---> Running in c35f2d3c7d54 [2020-07-25T04:46:52.588Z] Removing intermediate container 6fad61b84b87 [2020-07-25T04:46:52.588Z] ---> 60146b4984aa [2020-07-25T04:46:52.588Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-25T04:46:52.885Z] Removing intermediate container c35f2d3c7d54 [2020-07-25T04:46:52.885Z] ---> 874bf0d3331a [2020-07-25T04:46:52.885Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-25T04:46:53.169Z] ---> Running in c38e5b426a6d [2020-07-25T04:46:54.187Z] Removing intermediate container c38e5b426a6d [2020-07-25T04:46:54.187Z] ---> bdc08550d7dd [2020-07-25T04:46:54.187Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:46:54.474Z] ---> Running in 371147bc355e [2020-07-25T04:46:55.096Z] ---> 955a2a96d89a [2020-07-25T04:46:55.096Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-25T04:46:55.382Z] Removing intermediate container 371147bc355e [2020-07-25T04:46:55.382Z] ---> fb4740343ac6 [2020-07-25T04:46:55.382Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-25T04:46:55.991Z] Removing intermediate container c296f3b8afa5 [2020-07-25T04:46:55.991Z] ---> 7f68a4ee127b [2020-07-25T04:46:55.991Z] [2020-07-25T04:46:55.991Z] Step 11/26 : FROM docker:latest [2020-07-25T04:46:55.991Z] ---> ce9d55ae87f1 [2020-07-25T04:46:55.991Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-25T04:46:56.264Z] ---> Running in 10caf15cee98 [2020-07-25T04:46:56.868Z] ---> ccbafc028c3e [2020-07-25T04:46:56.868Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-25T04:46:56.868Z] ---> 6831be582a80 [2020-07-25T04:46:56.868Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-25T04:46:58.863Z] ---> 183038e7c00e [2020-07-25T04:46:58.863Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-25T04:46:58.863Z] ---> 326c19e08957 [2020-07-25T04:46:58.863Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-25T04:46:59.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:59.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:00.039Z] (1/2) Installing readline (8.0.4-r0) [2020-07-25T04:47:00.039Z] (2/2) Installing bash (5.0.17-r0) [2020-07-25T04:47:00.314Z] Executing bash-5.0.17-r0.post-install [2020-07-25T04:47:00.314Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:47:00.314Z] OK: 12 MiB in 22 packages [2020-07-25T04:47:00.590Z] ---> 382d7ac111b5 [2020-07-25T04:47:00.591Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-25T04:47:01.196Z] ---> aef917a6a020 [2020-07-25T04:47:01.196Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-25T04:47:02.190Z] ---> 0d049962d59a [2020-07-25T04:47:02.190Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-25T04:47:02.500Z] ---> Running in 9158eb645c47 [2020-07-25T04:47:02.829Z] Removing intermediate container 10caf15cee98 [2020-07-25T04:47:02.829Z] ---> c6b64ed68331 [2020-07-25T04:47:02.829Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-25T04:47:02.829Z] ---> c9f510c28e46 [2020-07-25T04:47:02.829Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:47:03.141Z] ---> Running in 48d183d84597 [2020-07-25T04:47:03.141Z] ---> Running in 67770190b8e1 [2020-07-25T04:47:04.710Z] Removing intermediate container 88d79cd48dc4 [2020-07-25T04:47:04.710Z] ---> 4a286198f161 [2020-07-25T04:47:04.710Z] [2020-07-25T04:47:04.710Z] Step 10/21 : FROM scratch [2020-07-25T04:47:04.710Z] ---> [2020-07-25T04:47:04.710Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:47:04.710Z] Removing intermediate container 67770190b8e1 [2020-07-25T04:47:04.710Z] ---> 72e23b538b3b [2020-07-25T04:47:04.710Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:47:04.996Z] ---> Running in 0e7ddb8628e6 [2020-07-25T04:47:04.996Z] ---> Running in 91e123aef602 [2020-07-25T04:47:05.999Z] Removing intermediate container 91e123aef602 [2020-07-25T04:47:05.999Z] ---> 1fc2cac37e1a [2020-07-25T04:47:05.999Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-25T04:47:05.999Z] Removing intermediate container 0e7ddb8628e6 [2020-07-25T04:47:05.999Z] ---> 46b32f5b593d [2020-07-25T04:47:05.999Z] Step 20/21 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:47:05.999Z] ---> Running in 8d4833ef98ae [2020-07-25T04:47:06.280Z] ---> Running in 753edc92ebc9 [2020-07-25T04:47:06.874Z] Removing intermediate container 8d4833ef98ae [2020-07-25T04:47:06.874Z] ---> 4c339a5618ee [2020-07-25T04:47:06.874Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:47:06.874Z] Removing intermediate container 753edc92ebc9 [2020-07-25T04:47:06.874Z] ---> b9a22ea608ec [2020-07-25T04:47:06.874Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:47:07.148Z] ---> Running in 719e068b5ebf [2020-07-25T04:47:07.148Z] ---> Running in 3ccd3b2a0e93 [2020-07-25T04:47:07.148Z] Removing intermediate container 9158eb645c47 [2020-07-25T04:47:07.148Z] ---> ce5824e98148 [2020-07-25T04:47:07.148Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:47:07.429Z] Removing intermediate container 48d183d84597 [2020-07-25T04:47:07.429Z] ---> 0791a455a363 [2020-07-25T04:47:07.429Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-25T04:47:07.429Z] ---> Running in 86ca1e8fb513 [2020-07-25T04:47:07.703Z] Removing intermediate container 719e068b5ebf [2020-07-25T04:47:07.703Z] ---> 94b2f3abae20 [2020-07-25T04:47:07.704Z] Step 14/21 : WORKDIR / [2020-07-25T04:47:07.976Z] Removing intermediate container 3ccd3b2a0e93 [2020-07-25T04:47:07.976Z] ---> 6b21d77a174d [2020-07-25T04:47:07.976Z] [2020-07-25T04:47:08.251Z] ---> Running in fa4b0c3dd26e [2020-07-25T04:47:08.251Z] Removing intermediate container 86ca1e8fb513 [2020-07-25T04:47:08.251Z] ---> bc4945f90ca8 [2020-07-25T04:47:08.251Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-25T04:47:08.541Z] ---> 1e5c40aed66c [2020-07-25T04:47:08.541Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:47:08.541Z] ---> Running in deae98710b53 [2020-07-25T04:47:08.822Z] Successfully built 6b21d77a174d [2020-07-25T04:47:08.822Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-25T04:47:08.822Z]  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go [2020-07-25T04:47:08.822Z] ---> Running in 3afe568ddbf3 [2020-07-25T04:47:09.100Z] Removing intermediate container fa4b0c3dd26e [2020-07-25T04:47:09.100Z] ---> 844f35fed878 [2020-07-25T04:47:09.100Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-25T04:47:09.378Z] Removing intermediate container deae98710b53 [2020-07-25T04:47:09.378Z] ---> 114f23e26469 [2020-07-25T04:47:09.378Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-25T04:47:09.653Z] ---> Running in e196bcd53c4f [2020-07-25T04:47:11.100Z] Removing intermediate container e196bcd53c4f [2020-07-25T04:47:11.100Z] ---> 69839935caa3 [2020-07-25T04:47:11.100Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-25T04:47:11.705Z] ---> a261a79b7ca8 [2020-07-25T04:47:11.705Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-25T04:47:12.305Z] Removing intermediate container ef81ca07ce17 [2020-07-25T04:47:12.305Z] ---> b5e18ca972d0 [2020-07-25T04:47:12.305Z] [2020-07-25T04:47:12.305Z] Step 10/21 : FROM scratch [2020-07-25T04:47:12.305Z] ---> [2020-07-25T04:47:12.305Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:47:12.305Z] ---> Using cache [2020-07-25T04:47:12.305Z] ---> 1fc2cac37e1a [2020-07-25T04:47:12.305Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-25T04:47:14.323Z] ---> Running in 265aad441828 [2020-07-25T04:47:14.611Z] ---> 658d083d96b7 [2020-07-25T04:47:14.611Z] ---> 8a19fb9cecd4 [2020-07-25T04:47:14.611Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.tomlStep 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-25T04:47:14.611Z] [2020-07-25T04:47:14.611Z] Removing intermediate container 265aad441828 [2020-07-25T04:47:14.611Z] ---> cf91308bf36a [2020-07-25T04:47:14.611Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:47:14.611Z] Removing intermediate container 3afe568ddbf3 [2020-07-25T04:47:14.611Z] ---> 81f6d809436b [2020-07-25T04:47:14.611Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-25T04:47:15.611Z] ---> Running in 21424b9166b5 [2020-07-25T04:47:15.611Z] ---> Running in acb8c50e040a [2020-07-25T04:47:16.599Z] ---> 4a6e35b8051c [2020-07-25T04:47:16.599Z] ---> f0b238119580 [2020-07-25T04:47:16.599Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-25T04:47:16.599Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:47:16.877Z] Removing intermediate container acb8c50e040a [2020-07-25T04:47:16.877Z] ---> ca1297e38a14 [2020-07-25T04:47:16.877Z] Step 14/21 : WORKDIR / [2020-07-25T04:47:16.877Z] ---> Running in dc20617717a8 [2020-07-25T04:47:16.877Z] ---> Running in 6293a79d668a [2020-07-25T04:47:17.869Z] Removing intermediate container dc20617717a8 [2020-07-25T04:47:17.869Z] ---> 15d1cc010fda [2020-07-25T04:47:17.869Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:47:17.869Z] Removing intermediate container 6293a79d668a [2020-07-25T04:47:17.869Z] ---> 33027b7fd049 [2020-07-25T04:47:17.869Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-25T04:47:17.869Z] ---> Running in 4d4cc35a2871 [2020-07-25T04:47:18.150Z] ---> a90652ac0677 [2020-07-25T04:47:18.150Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-25T04:47:18.150Z] ---> Running in f958fb9c178e [2020-07-25T04:47:18.754Z] Removing intermediate container 4d4cc35a2871 [2020-07-25T04:47:18.754Z] ---> d2a269307dec [2020-07-25T04:47:18.754Z] Step 20/21 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:47:19.366Z] ---> 31e6dca3fca3 [2020-07-25T04:47:19.366Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-25T04:47:19.366Z] ---> Running in d794ef049c06 [2020-07-25T04:47:20.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:20.399Z] Removing intermediate container d794ef049c06 [2020-07-25T04:47:20.399Z] ---> 7db3f7ab543a [2020-07-25T04:47:20.399Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:47:20.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:21.289Z] ---> Running in 421ea77d804f [2020-07-25T04:47:21.289Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-25T04:47:21.289Z] (2/33) Installing expat (2.2.9-r1) [2020-07-25T04:47:21.289Z] (3/33) Installing libffi (3.3-r2) [2020-07-25T04:47:21.289Z] (4/33) Installing gdbm (1.13-r1) [2020-07-25T04:47:21.289Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-25T04:47:21.289Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-25T04:47:21.289Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-25T04:47:21.904Z] Removing intermediate container 21424b9166b5 [2020-07-25T04:47:21.904Z] ---> 0c1a4ffefb0a [2020-07-25T04:47:21.904Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:47:22.512Z] Removing intermediate container 421ea77d804f [2020-07-25T04:47:22.512Z] ---> 815ded3cf921 [2020-07-25T04:47:22.512Z] [2020-07-25T04:47:22.812Z] ---> b3668f93b7fa [2020-07-25T04:47:22.812Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-25T04:47:23.091Z] ---> Running in 0863591e36ba [2020-07-25T04:47:23.366Z] Successfully built 815ded3cf921 [2020-07-25T04:47:23.366Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-25T04:47:23.366Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2020-07-25T04:47:23.366Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-25T04:47:23.366Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-25T04:47:23.366Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-25T04:47:23.366Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-25T04:47:23.366Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-25T04:47:23.366Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-25T04:47:23.648Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-25T04:47:23.648Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-25T04:47:23.648Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-25T04:47:23.648Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-25T04:47:23.648Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-25T04:47:23.929Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-25T04:47:23.929Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-25T04:47:23.929Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-25T04:47:23.929Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-25T04:47:23.929Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-25T04:47:23.929Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-25T04:47:23.929Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-25T04:47:23.929Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-25T04:47:23.929Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-25T04:47:23.929Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-25T04:47:23.929Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-25T04:47:23.929Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-25T04:47:23.929Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-25T04:47:23.929Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-25T04:47:23.929Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-25T04:47:24.208Z] Removing intermediate container 0863591e36ba [2020-07-25T04:47:24.208Z] ---> c270b1fc9c32 [2020-07-25T04:47:24.208Z] Step 26/29 : CMD [ "generate" ] [2020-07-25T04:47:24.208Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:47:24.208Z] OK: 71 MiB in 55 packages [2020-07-25T04:47:24.486Z] ---> de9bbbfeaeee [2020-07-25T04:47:24.486Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:47:24.486Z] ---> Running in a2bc7b1f336d [2020-07-25T04:47:24.760Z] ---> Running in d71a74cfc33f [2020-07-25T04:47:26.200Z] Removing intermediate container d71a74cfc33f [2020-07-25T04:47:26.200Z] Removing intermediate container a2bc7b1f336d [2020-07-25T04:47:26.200Z] ---> 180d80061669 [2020-07-25T04:47:26.200Z] Step 27/29 : LABEL arch=arm64 [2020-07-25T04:47:26.200Z] ---> a9cca4541765 [2020-07-25T04:47:26.200Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:47:27.637Z] ---> Running in 1d784b8aefbc [2020-07-25T04:47:27.637Z] ---> Running in 9df77fcf7bdd [2020-07-25T04:47:29.619Z] Removing intermediate container 9df77fcf7bdd [2020-07-25T04:47:29.619Z] ---> 2c989d0af411 [2020-07-25T04:47:29.619Z] Step 20/21 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139Removing intermediate container 1d784b8aefbc [2020-07-25T04:47:29.619Z] ---> f7964e58423b [2020-07-25T04:47:29.619Z] Step 28/29 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:47:29.619Z] [2020-07-25T04:47:30.223Z] ---> Running in e4ba7b595a7c [2020-07-25T04:47:30.223Z] ---> Running in 030ffec4d69b [2020-07-25T04:47:32.194Z] Removing intermediate container e4ba7b595a7c [2020-07-25T04:47:32.194Z] ---> 835367e11e62 [2020-07-25T04:47:32.194Z] Step 29/29 : LABEL version=0.0.0 [2020-07-25T04:47:32.465Z] Removing intermediate container 030ffec4d69b [2020-07-25T04:47:32.465Z] ---> 1682a524cd24 [2020-07-25T04:47:32.465Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:47:32.741Z] ---> Running in 2b83f7a9c49b [2020-07-25T04:47:33.023Z] ---> Running in 27a59e9d13c0 [2020-07-25T04:47:33.023Z] Removing intermediate container f958fb9c178e [2020-07-25T04:47:33.023Z] ---> d9544902e4e3 [2020-07-25T04:47:33.023Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-25T04:47:33.616Z] Removing intermediate container 2b83f7a9c49b [2020-07-25T04:47:33.616Z] ---> b380bea5baa3 [2020-07-25T04:47:33.616Z] [2020-07-25T04:47:33.904Z] ---> Running in 894629de3225 [2020-07-25T04:47:34.177Z] Successfully built b380bea5baa3 [2020-07-25T04:47:34.450Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-25T04:47:34.450Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-07-25T04:47:34.450Z] Removing intermediate container 27a59e9d13c0 [2020-07-25T04:47:34.450Z] ---> 7a5ce9b9dee7 [2020-07-25T04:47:34.450Z] [2020-07-25T04:47:35.044Z] Successfully built 7a5ce9b9dee7 [2020-07-25T04:47:35.044Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-25T04:47:35.044Z] Building docker-support-scheduler-go [2020-07-25T04:47:39.385Z]  Building docker-core-metadata-go ... done Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:47:39.385Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:47:39.385Z] ---> 9ec115adc714 [2020-07-25T04:47:39.385Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:47:39.385Z] ---> Using cache [2020-07-25T04:47:39.385Z] ---> c78e54c08117 [2020-07-25T04:47:39.385Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:47:39.385Z] ---> Using cache [2020-07-25T04:47:39.385Z] ---> 28870d0b8f05 [2020-07-25T04:47:39.385Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:47:39.979Z] Collecting docker-compose==1.23.2 [2020-07-25T04:47:39.979Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-25T04:47:42.060Z] ---> Running in 210230cc3457 [2020-07-25T04:47:42.060Z] Collecting PyYAML<4,>=3.10 [2020-07-25T04:47:42.060Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-25T04:47:43.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:44.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:45.909Z] Collecting texttable<0.10,>=0.9.0 [2020-07-25T04:47:45.909Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-25T04:47:45.909Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:47:45.909Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:47:45.909Z] OK: 12620 distinct packages available [2020-07-25T04:47:46.893Z] OK: 217 MiB in 51 packages [2020-07-25T04:47:48.868Z] Collecting cached-property<2,>=1.2.0 [2020-07-25T04:47:49.146Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-25T04:47:50.598Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-25T04:47:50.598Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-25T04:47:51.578Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-25T04:47:51.578Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-25T04:47:52.178Z] Removing intermediate container 210230cc3457 [2020-07-25T04:47:52.178Z] ---> 62d5ecfb5a0e [2020-07-25T04:47:52.178Z] Step 6/20 : COPY go.mod . [2020-07-25T04:47:53.626Z] ---> 40db2ac4d79a [2020-07-25T04:47:53.626Z] Step 7/20 : RUN go mod download [2020-07-25T04:47:54.607Z] ---> Running in bbff849af075 [2020-07-25T04:47:54.607Z] Collecting jsonschema<3,>=2.5.1 [2020-07-25T04:47:54.607Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-25T04:47:55.209Z] 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-07-25T04:47:55.209Z] Collecting docopt<0.7,>=0.6.1 [2020-07-25T04:47:55.209Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-25T04:47:59.540Z] Removing intermediate container bbff849af075 [2020-07-25T04:47:59.540Z] ---> bdd33cfeb99d [2020-07-25T04:47:59.540Z] Step 8/20 : COPY . . [2020-07-25T04:47:59.540Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-25T04:47:59.540Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-25T04:48:00.132Z] Collecting docker<4.0,>=3.6.0 [2020-07-25T04:48:00.132Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-25T04:48:00.404Z] 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-07-25T04:48:00.676Z] Collecting idna<2.8,>=2.5 [2020-07-25T04:48:00.676Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-25T04:48:01.656Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-25T04:48:01.656Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-25T04:48:01.656Z] 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-07-25T04:48:01.928Z] Collecting docker-pycreds>=0.4.0 [2020-07-25T04:48:01.928Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-25T04:48:02.201Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-25T04:48:02.201Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-25T04:48:02.201Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-25T04:48:02.201Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-25T04:48:03.179Z] Installing collected packages: PyYAML, texttable, cached-property, websocket-client, dockerpty, jsonschema, docopt, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2020-07-25T04:48:03.179Z] Running setup.py install for PyYAML: started [2020-07-25T04:48:06.576Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-25T04:48:06.576Z] Running setup.py install for texttable: started [2020-07-25T04:48:08.558Z] Running setup.py install for texttable: finished with status 'done' [2020-07-25T04:48:08.840Z] Running setup.py install for dockerpty: started [2020-07-25T04:48:11.476Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-25T04:48:11.476Z] Running setup.py install for docopt: started [2020-07-25T04:48:12.470Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:48:12.470Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:48:12.470Z] ---> 9ec115adc714 [2020-07-25T04:48:12.470Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:48:12.470Z] ---> Using cache [2020-07-25T04:48:12.470Z] ---> c78e54c08117 [2020-07-25T04:48:12.470Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:48:12.470Z] ---> Using cache [2020-07-25T04:48:12.470Z] ---> 28870d0b8f05 [2020-07-25T04:48:12.470Z] Step 5/26 : RUN apk update && apk add make git [2020-07-25T04:48:12.470Z] ---> Using cache [2020-07-25T04:48:12.470Z] ---> 62d5ecfb5a0e [2020-07-25T04:48:12.470Z] Step 6/26 : COPY go.mod . [2020-07-25T04:48:12.470Z] ---> Using cache [2020-07-25T04:48:12.470Z] ---> 40db2ac4d79a [2020-07-25T04:48:12.470Z] Step 7/26 : RUN go mod download [2020-07-25T04:48:12.470Z] ---> Using cache [2020-07-25T04:48:12.470Z] ---> bdd33cfeb99d [2020-07-25T04:48:12.470Z] Step 8/26 : COPY . . [2020-07-25T04:48:14.464Z] Running setup.py install for docopt: finished with status 'done' [2020-07-25T04:48:14.464Z] Attempting uninstall: idna [2020-07-25T04:48:14.464Z] Found existing installation: idna 2.9 [2020-07-25T04:48:14.464Z] Uninstalling idna-2.9: [2020-07-25T04:48:14.464Z] Successfully uninstalled idna-2.9 [2020-07-25T04:48:15.057Z] Attempting uninstall: urllib3 [2020-07-25T04:48:15.057Z] Found existing installation: urllib3 1.25.9 [2020-07-25T04:48:15.057Z] Uninstalling urllib3-1.25.9: [2020-07-25T04:48:15.330Z] Successfully uninstalled urllib3-1.25.9 [2020-07-25T04:48:17.312Z] Attempting uninstall: requests [2020-07-25T04:48:17.312Z] Found existing installation: requests 2.23.0 [2020-07-25T04:48:17.312Z] Uninstalling requests-2.23.0: [2020-07-25T04:48:17.312Z] Successfully uninstalled requests-2.23.0 [2020-07-25T04:48:24.056Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:48:24.056Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:48:24.056Z] ---> 9ec115adc714 [2020-07-25T04:48:24.056Z] Step 3/23 : WORKDIR /edgex-go [2020-07-25T04:48:24.056Z] ---> Using cache [2020-07-25T04:48:24.056Z] ---> c78e54c08117 [2020-07-25T04:48:24.056Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:48:24.056Z] ---> Using cache [2020-07-25T04:48:24.056Z] ---> 28870d0b8f05 [2020-07-25T04:48:24.056Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-25T04:48:24.056Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:48:24.056Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:48:24.056Z] ---> 9ec115adc714 [2020-07-25T04:48:24.056Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:48:24.056Z] ---> Using cache [2020-07-25T04:48:24.056Z] ---> c78e54c08117 [2020-07-25T04:48:24.056Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:48:24.056Z] ---> Using cache [2020-07-25T04:48:24.056Z] ---> 28870d0b8f05 [2020-07-25T04:48:24.056Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:48:24.056Z] ---> Using cache [2020-07-25T04:48:24.056Z] ---> 62d5ecfb5a0e [2020-07-25T04:48:24.056Z] Step 6/20 : COPY go.mod . [2020-07-25T04:48:24.056Z] ---> Using cache [2020-07-25T04:48:24.056Z] ---> 40db2ac4d79a [2020-07-25T04:48:24.056Z] Step 7/20 : RUN go mod download [2020-07-25T04:48:24.056Z] ---> Using cache [2020-07-25T04:48:24.056Z] ---> bdd33cfeb99d [2020-07-25T04:48:24.056Z] Step 8/20 : COPY . . [2020-07-25T04:48:24.657Z] 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-07-25T04:48:37.026Z] ---> Running in dc85119df756 [2020-07-25T04:48:37.026Z] ---> 09b8d72b0ea3 [2020-07-25T04:48:37.026Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-25T04:48:37.026Z] ---> Running in 0b0d44437269 [2020-07-25T04:48:37.026Z] ---> a04f0e36c2b4 [2020-07-25T04:48:37.026Z] 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-07-25T04:48:37.026Z] ---> Running in 13700448a882 [2020-07-25T04:48:38.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:38.015Z] Removing intermediate container 894629de3225 [2020-07-25T04:48:38.015Z] ---> 8331e7a8cc51 [2020-07-25T04:48:38.015Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-25T04:48:38.290Z] ---> Running in 5235509f2aa2 [2020-07-25T04:48:38.290Z] 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-07-25T04:48:38.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:38.913Z] 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-07-25T04:48:41.132Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:48:41.132Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:48:41.132Z] OK: 12620 distinct packages available [2020-07-25T04:48:41.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:41.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:41.962Z] OK: 217 MiB in 51 packages [2020-07-25T04:48:42.969Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:48:42.969Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-25T04:48:42.969Z] (3/3) Installing curl (7.69.1-r0) [2020-07-25T04:48:42.969Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:48:42.969Z] OK: 71 MiB in 58 packages [2020-07-25T04:48:44.432Z] ---> 7ab08d37d5d9 [2020-07-25T04:48:44.432Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-25T04:48:44.710Z] Removing intermediate container dc85119df756 [2020-07-25T04:48:44.710Z] ---> 8c8bb3c31cd5 [2020-07-25T04:48:44.710Z] Step 6/23 : COPY go.mod . [2020-07-25T04:48:44.710Z] ---> Running in ecee80e74ae2 [2020-07-25T04:48:45.336Z] Removing intermediate container 5235509f2aa2 [2020-07-25T04:48:45.336Z] ---> cdc6b0786e78 [2020-07-25T04:48:45.336Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:48:45.613Z] ---> Running in 669221f8982b [2020-07-25T04:48:46.220Z] ---> df2db62389eb [2020-07-25T04:48:46.220Z] Step 7/23 : RUN go mod download [2020-07-25T04:48:46.503Z] ---> Running in 68bb63a197e4 [2020-07-25T04:48:46.784Z] Removing intermediate container 669221f8982b [2020-07-25T04:48:46.784Z] ---> f1ebd744be2c [2020-07-25T04:48:46.784Z] Step 24/26 : LABEL arch=arm64 [2020-07-25T04:48:47.063Z] ---> Running in b76e24ac7175 [2020-07-25T04:48:47.675Z] 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-07-25T04:48:47.958Z] Removing intermediate container b76e24ac7175 [2020-07-25T04:48:47.958Z] ---> 59d2e3cd7be2 [2020-07-25T04:48:47.958Z] Step 25/26 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:48:48.238Z] ---> Running in 64e4505207e8 [2020-07-25T04:48:48.856Z] Removing intermediate container 64e4505207e8 [2020-07-25T04:48:48.856Z] ---> dd36d4e64262 [2020-07-25T04:48:48.856Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:48:49.134Z] ---> Running in 9b71673162dd [2020-07-25T04:48:49.744Z] Removing intermediate container 9b71673162dd [2020-07-25T04:48:49.744Z] ---> f2a0791ca7ca [2020-07-25T04:48:49.744Z] [2020-07-25T04:48:50.739Z] Successfully built f2a0791ca7ca [2020-07-25T04:48:50.739Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-25T04:48:50.739Z] Building docker-core-data-go [2020-07-25T04:48:52.200Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 68bb63a197e4 [2020-07-25T04:48:52.200Z] ---> cb883d4eda7d [2020-07-25T04:48:52.200Z] Step 8/23 : COPY . . [2020-07-25T04:49:31.266Z] ---> 247fbe0cbd21 [2020-07-25T04:49:31.266Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-25T04:49:31.266Z] ---> Running in a57ddb2afc0b [2020-07-25T04:49:31.266Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:49:31.266Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:49:31.266Z] ---> 9ec115adc714 [2020-07-25T04:49:31.266Z] Step 3/22 : WORKDIR /edgex-go [2020-07-25T04:49:31.266Z] ---> Using cache [2020-07-25T04:49:31.266Z] ---> c78e54c08117 [2020-07-25T04:49:31.266Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:49:31.266Z] ---> Using cache [2020-07-25T04:49:31.266Z] ---> 28870d0b8f05 [2020-07-25T04:49:31.266Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-25T04:49:31.266Z] ---> Running in 8b2fd75ecf7c [2020-07-25T04:49:31.266Z] 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-07-25T04:49:31.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:31.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:32.979Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:49:32.979Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:49:32.979Z] OK: 12620 distinct packages available [2020-07-25T04:49:33.963Z] OK: 217 MiB in 51 packages [2020-07-25T04:49:35.422Z] Removing intermediate container 8b2fd75ecf7c [2020-07-25T04:49:35.422Z] ---> c8f98f627f90 [2020-07-25T04:49:35.422Z] Step 6/22 : COPY go.mod . [2020-07-25T04:49:36.861Z] ---> 7a677eb76642 [2020-07-25T04:49:36.861Z] Step 7/22 : RUN go mod download [2020-07-25T04:49:36.861Z] ---> Running in 1eee166052de [2020-07-25T04:49:42.294Z] Removing intermediate container 1eee166052de [2020-07-25T04:49:42.294Z] ---> 5f51751108c1 [2020-07-25T04:49:42.294Z] Step 8/22 : COPY . . [2020-07-25T04:50:09.112Z] 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-07-25T04:50:09.112Z] ---> 30579fb0ab3c [2020-07-25T04:50:09.112Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-25T04:50:09.112Z] ---> Running in 762baa3d695e [2020-07-25T04:50:11.096Z] 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-07-25T04:50:11.373Z] Removing intermediate container 0b0d44437269 [2020-07-25T04:50:11.373Z] ---> 8d1fa581854b [2020-07-25T04:50:11.373Z] [2020-07-25T04:50:11.373Z] Step 10/20 : FROM alpine [2020-07-25T04:50:11.373Z] ---> 62ee0e9f8440 [2020-07-25T04:50:11.373Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-25T04:50:11.647Z] ---> Running in 045c318d17db [2020-07-25T04:50:14.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:14.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:15.615Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:50:15.615Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:50:15.615Z] OK: 12620 distinct packages available [2020-07-25T04:50:16.623Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-25T04:50:16.896Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:50:16.896Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-25T04:50:16.896Z] (4/4) Installing curl (7.69.1-r0) [2020-07-25T04:50:16.896Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:50:16.896Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:50:17.170Z] OK: 7 MiB in 18 packages [2020-07-25T04:50:19.156Z] Removing intermediate container 045c318d17db [2020-07-25T04:50:19.156Z] ---> 2599eadb4801 [2020-07-25T04:50:19.156Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:50:19.432Z] ---> Running in d1c1bf9d868e [2020-07-25T04:50:20.035Z] 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-07-25T04:50:20.035Z] Removing intermediate container d1c1bf9d868e [2020-07-25T04:50:20.035Z] ---> e693db6daca1 [2020-07-25T04:50:20.035Z] Step 13/20 : WORKDIR /edgex [2020-07-25T04:50:20.309Z] ---> Running in cdcd5033a1d9 [2020-07-25T04:50:20.909Z] Removing intermediate container cdcd5033a1d9 [2020-07-25T04:50:20.909Z] ---> 71227106da74 [2020-07-25T04:50:20.909Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-25T04:50:21.893Z] ---> 96380d6ebdae [2020-07-25T04:50:21.893Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-25T04:50:23.882Z] ---> ef21fa9c0fa3 [2020-07-25T04:50:23.882Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-25T04:50:23.882Z] ---> Running in ed9ce36d5659 [2020-07-25T04:50:24.495Z] Removing intermediate container ed9ce36d5659 [2020-07-25T04:50:24.495Z] ---> b18c20cf5be5 [2020-07-25T04:50:24.495Z] Step 17/20 : CMD ["--init=true"] [2020-07-25T04:50:24.495Z] ---> Running in 8e5fdbd8a9b1 [2020-07-25T04:50:25.507Z] Removing intermediate container 8e5fdbd8a9b1 [2020-07-25T04:50:25.507Z] ---> acb95bc6fc50 [2020-07-25T04:50:25.507Z] Step 18/20 : LABEL arch=arm64 [2020-07-25T04:50:25.507Z] ---> Running in b9dc55a171cf [2020-07-25T04:50:26.116Z] Removing intermediate container b9dc55a171cf [2020-07-25T04:50:26.116Z] ---> 4ef6afcb5dfd [2020-07-25T04:50:26.116Z] Step 19/20 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:50:26.116Z] ---> Running in de2cfff3477d [2020-07-25T04:50:26.724Z] Removing intermediate container de2cfff3477d [2020-07-25T04:50:26.724Z] ---> 744e3cec9361 [2020-07-25T04:50:26.724Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:50:27.000Z] ---> Running in 69711e7ab0f3 [2020-07-25T04:50:27.602Z] Removing intermediate container 69711e7ab0f3 [2020-07-25T04:50:27.602Z] ---> a2af761b1987 [2020-07-25T04:50:27.602Z] [2020-07-25T04:50:28.205Z] Successfully built a2af761b1987 [2020-07-25T04:50:28.205Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-25T04:50:33.633Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 13700448a882 [2020-07-25T04:50:33.633Z] ---> b2a5a3dc71e2 [2020-07-25T04:50:33.633Z] [2020-07-25T04:50:33.633Z] Step 10/26 : FROM alpine:3.10 [2020-07-25T04:50:33.911Z] 3.10: Pulling from library/alpine [2020-07-25T04:50:35.374Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-25T04:50:35.374Z] Status: Downloaded newer image for alpine:3.10 [2020-07-25T04:50:35.374Z] ---> 536a684cf733 [2020-07-25T04:50:35.374Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-25T04:50:35.651Z] ---> Running in 7f02678132cc [2020-07-25T04:50:38.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:38.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:38.890Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-25T04:50:38.890Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-25T04:50:38.890Z] OK: 10167 distinct packages available [2020-07-25T04:50:39.492Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-25T04:50:39.492Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-25T04:50:39.492Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-25T04:50:39.492Z] (4/5) Installing curl (7.66.0-r0) [2020-07-25T04:50:39.492Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-25T04:50:39.492Z] Executing busybox-1.30.1-r3.trigger [2020-07-25T04:50:39.492Z] Executing ca-certificates-20191127-r2.trigger [2020-07-25T04:50:39.770Z] OK: 7 MiB in 19 packages [2020-07-25T04:50:43.198Z] Removing intermediate container 7f02678132cc [2020-07-25T04:50:43.198Z] ---> 9f7280a4ecfe [2020-07-25T04:50:43.198Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:50:43.198Z] ---> Running in 323eb130dd2b [2020-07-25T04:50:44.658Z] Removing intermediate container 323eb130dd2b [2020-07-25T04:50:44.658Z] ---> 5111963935fa [2020-07-25T04:50:44.658Z] Step 13/26 : WORKDIR / [2020-07-25T04:50:44.936Z] ---> Running in 27a52e41f157 [2020-07-25T04:50:45.932Z] Removing intermediate container 27a52e41f157 [2020-07-25T04:50:45.932Z] ---> 53d5cbce5d40 [2020-07-25T04:50:45.932Z] 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-07-25T04:50:46.212Z] Removing intermediate container ecee80e74ae2 [2020-07-25T04:50:46.212Z] ---> afcf46bdceb3 [2020-07-25T04:50:46.212Z] [2020-07-25T04:50:46.212Z] Step 10/20 : FROM scratch [2020-07-25T04:50:46.212Z] ---> [2020-07-25T04:50:46.212Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:50:46.822Z] ---> Using cache [2020-07-25T04:50:46.822Z] ---> 1fc2cac37e1a [2020-07-25T04:50:46.822Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-25T04:50:46.822Z] ---> Running in 63ff386c0b70 [2020-07-25T04:50:47.107Z] ---> 0e5fbdbfa4f0 [2020-07-25T04:50:47.107Z] 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-07-25T04:50:47.716Z] Removing intermediate container 63ff386c0b70 [2020-07-25T04:50:47.716Z] ---> c8ab0521afc6 [2020-07-25T04:50:47.716Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-25T04:50:47.716Z] ---> Running in b14f825fe58d [2020-07-25T04:50:48.710Z] ---> bb7099617f90 [2020-07-25T04:50:48.710Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-25T04:50:48.710Z] Removing intermediate container b14f825fe58d [2020-07-25T04:50:48.710Z] ---> ab0efc2f0218 [2020-07-25T04:50:48.710Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-25T04:50:49.701Z] ---> b0ec3aea6348 [2020-07-25T04:50:49.701Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-25T04:50:49.979Z] ---> a611f4ff427f [2020-07-25T04:50:49.979Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-25T04:50:51.432Z] ---> 74af9d3c6744 [2020-07-25T04:50:51.432Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-25T04:50:52.046Z] ---> 0ee9e3f1e38e [2020-07-25T04:50:52.046Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-25T04:50:53.533Z] ---> dca43c4b75e4 [2020-07-25T04:50:53.533Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:50:53.533Z] ---> dcc4be3bb40e [2020-07-25T04:50:53.533Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-25T04:50:53.827Z] ---> Running in 24b2997d22cd [2020-07-25T04:50:54.446Z] Removing intermediate container 24b2997d22cd [2020-07-25T04:50:54.446Z] ---> 2f69a8580cb4 [2020-07-25T04:50:54.446Z] Step 18/20 : LABEL arch=arm64 [2020-07-25T04:50:54.724Z] ---> Running in 3ba9aad5d910 [2020-07-25T04:50:55.742Z] Removing intermediate container 3ba9aad5d910 [2020-07-25T04:50:55.742Z] ---> 674141a76cc8 [2020-07-25T04:50:55.742Z] Step 19/20 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:50:55.742Z] ---> 9d5758c6a898 [2020-07-25T04:50:55.742Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-25T04:50:55.742Z] ---> Running in 0ecbdaa4cec2 [2020-07-25T04:50:56.742Z] Removing intermediate container 0ecbdaa4cec2 [2020-07-25T04:50:56.742Z] ---> 8d093e19e3d2 [2020-07-25T04:50:56.742Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:50:57.031Z] ---> Running in 5c18146558d9 [2020-07-25T04:50:57.829Z] ---> 21ffe18d047c [2020-07-25T04:50:57.829Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:50:57.829Z] Removing intermediate container 5c18146558d9 [2020-07-25T04:50:57.829Z] ---> 18a4910bac64 [2020-07-25T04:50:57.829Z] [2020-07-25T04:50:58.957Z] Successfully built 18a4910bac64 [2020-07-25T04:50:58.957Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-25T04:50:58.957Z]  Building docker-support-scheduler-go ... done  ---> b8570fd30d8d [2020-07-25T04:50:58.957Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:50:59.294Z] ---> Running in a2ac949346a3 [2020-07-25T04:51:03.638Z] Removing intermediate container a2ac949346a3 [2020-07-25T04:51:03.638Z] ---> 35e14d4f3daa [2020-07-25T04:51:03.638Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:51:03.638Z] ---> Running in 98fca2d452f1 [2020-07-25T04:51:03.638Z] Removing intermediate container 98fca2d452f1 [2020-07-25T04:51:03.638Z] ---> a6414406c8c5 [2020-07-25T04:51:03.638Z] Step 24/26 : LABEL arch=arm64 [2020-07-25T04:51:03.933Z] ---> Running in 4a9e88447e62 [2020-07-25T04:51:04.532Z] Removing intermediate container 4a9e88447e62 [2020-07-25T04:51:04.532Z] ---> 71f44f87cc5e [2020-07-25T04:51:04.532Z] Step 25/26 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:51:04.813Z] ---> Running in 375effe380c1 [2020-07-25T04:51:05.809Z] Removing intermediate container 375effe380c1 [2020-07-25T04:51:05.809Z] ---> b16f42d06820 [2020-07-25T04:51:05.809Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:51:05.809Z] ---> Running in a84084202fc7 [2020-07-25T04:51:06.801Z] Removing intermediate container a84084202fc7 [2020-07-25T04:51:06.801Z] ---> 0fc0c847faa3 [2020-07-25T04:51:06.801Z] [2020-07-25T04:51:07.789Z] Successfully built 0fc0c847faa3 [2020-07-25T04:51:07.789Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-25T04:51:10.414Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a57ddb2afc0b [2020-07-25T04:51:10.414Z] ---> 7ed5970bb1a8 [2020-07-25T04:51:10.414Z] [2020-07-25T04:51:10.414Z] Step 10/23 : FROM scratch [2020-07-25T04:51:10.414Z] ---> [2020-07-25T04:51:10.414Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:51:10.414Z] ---> Using cache [2020-07-25T04:51:10.414Z] ---> 874bf0d3331a [2020-07-25T04:51:10.414Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-25T04:51:10.688Z] ---> Running in 9cd00b7f1928 [2020-07-25T04:51:11.289Z] Removing intermediate container 9cd00b7f1928 [2020-07-25T04:51:11.289Z] ---> c7d2feb6fdd4 [2020-07-25T04:51:11.289Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-25T04:51:11.289Z] ---> Running in 0ef5d272c351 [2020-07-25T04:51:11.910Z] Removing intermediate container 0ef5d272c351 [2020-07-25T04:51:11.910Z] ---> 030e965ecf95 [2020-07-25T04:51:11.910Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-25T04:51:12.903Z] ---> d682e0b1fa9d [2020-07-25T04:51:12.903Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-25T04:51:14.897Z] ---> 4623b0411e17 [2020-07-25T04:51:14.897Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-25T04:51:15.890Z] ---> c9b2ebc84383 [2020-07-25T04:51:15.890Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-25T04:51:16.901Z] ---> 2a231c22a7c2 [2020-07-25T04:51:16.901Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-25T04:51:18.348Z] ---> b1c63eb9421d [2020-07-25T04:51:18.348Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-25T04:51:19.334Z] ---> b51a5eef5de3 [2020-07-25T04:51:19.334Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:51:19.334Z] ---> Running in 2c80f2e5c7d4 [2020-07-25T04:51:19.612Z] Removing intermediate container 2c80f2e5c7d4 [2020-07-25T04:51:19.612Z] ---> caba424148a5 [2020-07-25T04:51:19.612Z] Step 21/23 : LABEL arch=arm64 [2020-07-25T04:51:19.892Z] ---> Running in 9c6b18d1ba31 [2020-07-25T04:51:20.486Z] Removing intermediate container 9c6b18d1ba31 [2020-07-25T04:51:20.486Z] ---> bf847457866e [2020-07-25T04:51:20.486Z] Step 22/23 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:51:20.486Z] ---> Running in 7cdbd4e207ae [2020-07-25T04:51:20.760Z] Removing intermediate container 7cdbd4e207ae [2020-07-25T04:51:20.760Z] ---> a8265d5a3405 [2020-07-25T04:51:20.760Z] Step 23/23 : LABEL version=0.0.0 [2020-07-25T04:51:21.040Z] ---> Running in b88a640dbd24 [2020-07-25T04:51:21.663Z] Removing intermediate container b88a640dbd24 [2020-07-25T04:51:21.663Z] ---> c5b194dd63a5 [2020-07-25T04:51:21.663Z] [2020-07-25T04:51:22.265Z] Successfully built c5b194dd63a5 [2020-07-25T04:51:22.265Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-25T04:51:32.421Z]  Building docker-support-notifications-go ... done Removing intermediate container 762baa3d695e [2020-07-25T04:51:32.421Z] ---> 194be69a9375 [2020-07-25T04:51:32.421Z] [2020-07-25T04:51:32.422Z] Step 10/22 : FROM alpine [2020-07-25T04:51:32.422Z] ---> 62ee0e9f8440 [2020-07-25T04:51:32.422Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:51:32.422Z] ---> Running in 759f8a84c8e6 [2020-07-25T04:51:32.422Z] Removing intermediate container 759f8a84c8e6 [2020-07-25T04:51:32.422Z] ---> 33ee165faa92 [2020-07-25T04:51:32.422Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-25T04:51:32.422Z] ---> Running in 99a57734a8e6 [2020-07-25T04:51:32.422Z] Removing intermediate container 99a57734a8e6 [2020-07-25T04:51:32.422Z] ---> 88587b5c59c9 [2020-07-25T04:51:32.422Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-25T04:51:32.697Z] ---> Running in ef5579e40f2d [2020-07-25T04:51:32.973Z] Removing intermediate container ef5579e40f2d [2020-07-25T04:51:32.973Z] ---> 080ffdc265f5 [2020-07-25T04:51:32.973Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:51:33.248Z] ---> Running in 0b04f15ced9e [2020-07-25T04:51:35.863Z] Removing intermediate container 0b04f15ced9e [2020-07-25T04:51:35.863Z] ---> c09d16593b84 [2020-07-25T04:51:35.863Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-25T04:51:36.137Z] ---> Running in 40e51c7a99b5 [2020-07-25T04:51:37.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:51:38.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:51:40.004Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-25T04:51:40.004Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-25T04:51:40.004Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-25T04:51:40.600Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-25T04:51:40.877Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-25T04:51:40.878Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:51:40.878Z] OK: 8 MiB in 19 packages [2020-07-25T04:51:42.324Z] Removing intermediate container 40e51c7a99b5 [2020-07-25T04:51:42.324Z] ---> c823dc4a77ee [2020-07-25T04:51:42.324Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-25T04:51:43.374Z] ---> 9bf8a4eb268f [2020-07-25T04:51:43.374Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-25T04:51:44.819Z] ---> 971067e3e2d6 [2020-07-25T04:51:44.819Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-25T04:51:45.421Z] ---> 3cd04c892856 [2020-07-25T04:51:45.421Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:51:45.421Z] ---> Running in e4809c64b450 [2020-07-25T04:51:46.021Z] Removing intermediate container e4809c64b450 [2020-07-25T04:51:46.021Z] ---> 3e11038cf062 [2020-07-25T04:51:46.021Z] Step 20/22 : LABEL arch=arm64 [2020-07-25T04:51:46.021Z] ---> Running in 8f63d4d8bcf1 [2020-07-25T04:51:46.298Z] Removing intermediate container 8f63d4d8bcf1 [2020-07-25T04:51:46.298Z] ---> 140cb26689c1 [2020-07-25T04:51:46.298Z] Step 21/22 : LABEL git_sha=d0288cfe77bbd2e2a8ad7e10fcd53d111b7f3139 [2020-07-25T04:51:46.577Z] ---> Running in 5a1cce166402 [2020-07-25T04:51:47.183Z] Removing intermediate container 5a1cce166402 [2020-07-25T04:51:47.183Z] ---> 8a67967191ee [2020-07-25T04:51:47.183Z] Step 22/22 : LABEL version=0.0.0 [2020-07-25T04:51:47.183Z] ---> Running in 3108fe919fbd [2020-07-25T04:51:47.786Z] Removing intermediate container 3108fe919fbd [2020-07-25T04:51:47.786Z] ---> ced2a0879a91 [2020-07-25T04:51:47.786Z] [2020-07-25T04:51:48.059Z] Successfully built ced2a0879a91 [2020-07-25T04:51:48.059Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-25T04:51:48.672Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-07-25T04:51:48.685Z] $ docker stop --time=1 878d6af2293f7d4b596b6f918cc08aa0b74f6a207823bad468dcd713f7196739 [2020-07-25T04:51:50.681Z] $ docker rm -f 878d6af2293f7d4b596b6f918cc08aa0b74f6a207823bad468dcd713f7196739 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-25T04:51:51.379Z] + docker images [2020-07-25T04:51:51.379Z] + grep docker [2020-07-25T04:51:51.651Z] docker-core-data-go-arm64 latest ced2a0879a91 4 seconds ago 22.6MB [2020-07-25T04:51:51.651Z] docker-support-notifications-go-arm64 latest c5b194dd63a5 30 seconds ago 13.9MB [2020-07-25T04:51:51.651Z] docker-security-secretstore-setup-go-arm64 latest 0fc0c847faa3 45 seconds ago 32.6MB [2020-07-25T04:51:51.651Z] docker-support-scheduler-go-arm64 latest 18a4910bac64 54 seconds ago 12.6MB [2020-07-25T04:51:51.651Z] docker-security-proxy-setup-go-arm64 latest a2af761b1987 About a minute ago 15.8MB [2020-07-25T04:51:51.651Z] docker-sys-mgmt-agent-go-arm64 latest f2a0791ca7ca 3 minutes ago 266MB [2020-07-25T04:51:51.651Z] docker-core-metadata-go-arm64 latest 7a5ce9b9dee7 4 minutes ago 13.8MB [2020-07-25T04:51:51.651Z] docker-security-secrets-setup-go-arm64 latest b380bea5baa3 4 minutes ago 24.2MB [2020-07-25T04:51:51.651Z] docker-core-command-go-arm64 latest 815ded3cf921 4 minutes ago 12.4MB [2020-07-25T04:51:51.651Z] docker-support-logging-go-arm64 latest 6b21d77a174d 4 minutes ago 11.4MB [2020-07-25T04:51:51.651Z] docker latest ce9d55ae87f1 4 weeks 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-07-25T04:51:52.764Z] provisioning config files... [2020-07-25T04:51:52.774Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config2783429478842824274tmp [Pipeline] { [Pipeline] sh [2020-07-25T04:51:53.128Z] + curl -s https://codecov.io/bash [2020-07-25T04:51:53.129Z] + bash -s - -t @/w/workspace/edgex-go/6@tmp/config2783429478842824274tmp [Pipeline] } [2020-07-25T04:51:53.396Z] 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-07-25T04:51:54.850Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:51:55.732Z] ---> package-listing.sh [2020-07-25T04:51:55.732Z] ++ facter osfamily [2020-07-25T04:51:55.732Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-25T04:51:55.732Z] + OS_FAMILY=redhat [2020-07-25T04:51:55.732Z] + workspace=/w/workspace/edgex-go/6 [2020-07-25T04:51:55.732Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-25T04:51:55.732Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-25T04:51:55.732Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-25T04:51:55.732Z] + PACKAGES=/tmp/packages_start.txt [2020-07-25T04:51:55.732Z] + '[' /w/workspace/edgex-go/6 ']' [2020-07-25T04:51:55.732Z] + PACKAGES=/tmp/packages_end.txt [2020-07-25T04:51:55.732Z] + case "${OS_FAMILY}" in [2020-07-25T04:51:55.732Z] + rpm -qa [2020-07-25T04:51:55.732Z] + sort [2020-07-25T04:51:59.966Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-25T04:51:59.966Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-25T04:51:59.966Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-25T04:51:59.966Z] + '[' /w/workspace/edgex-go/6 ']' [2020-07-25T04:51:59.966Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2020-07-25T04:51:59.966Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:52:00.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:52:00.339Z] [2020-07-25T04:52:00.339Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:52:00.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:52:00.676Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-25T04:52:00.676Z] c9b1b535fdd9: Pulling fs layer [2020-07-25T04:52:00.676Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-25T04:52:00.676Z] 756a868c4378: Pulling fs layer [2020-07-25T04:52:00.676Z] 444b2fc9a129: Pulling fs layer [2020-07-25T04:52:00.676Z] ea15f1150254: Pulling fs layer [2020-07-25T04:52:00.676Z] 41b27a9f41bf: Pulling fs layer [2020-07-25T04:52:00.676Z] 28c525ee5125: Pulling fs layer [2020-07-25T04:52:00.676Z] 094b1ea09ed8: Pulling fs layer [2020-07-25T04:52:00.676Z] 138eaada9080: Pulling fs layer [2020-07-25T04:52:00.676Z] 0622d0fa9048: Pulling fs layer [2020-07-25T04:52:00.676Z] 444b2fc9a129: Waiting [2020-07-25T04:52:00.676Z] ea15f1150254: Waiting [2020-07-25T04:52:00.676Z] 28c525ee5125: Waiting [2020-07-25T04:52:00.676Z] 41b27a9f41bf: Waiting [2020-07-25T04:52:00.676Z] 138eaada9080: Waiting [2020-07-25T04:52:00.676Z] 0622d0fa9048: Waiting [2020-07-25T04:52:00.676Z] 094b1ea09ed8: Waiting [2020-07-25T04:52:00.676Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-25T04:52:00.676Z] 2cc5ad85d9ab: Download complete [2020-07-25T04:52:00.676Z] 444b2fc9a129: Download complete [2020-07-25T04:52:00.676Z] c9b1b535fdd9: Verifying Checksum [2020-07-25T04:52:00.676Z] c9b1b535fdd9: Download complete [2020-07-25T04:52:00.676Z] ea15f1150254: Verifying Checksum [2020-07-25T04:52:00.676Z] ea15f1150254: Download complete [2020-07-25T04:52:00.676Z] 28c525ee5125: Verifying Checksum [2020-07-25T04:52:00.676Z] 28c525ee5125: Download complete [2020-07-25T04:52:00.948Z] 756a868c4378: Verifying Checksum [2020-07-25T04:52:00.948Z] 756a868c4378: Download complete [2020-07-25T04:52:01.210Z] c9b1b535fdd9: Pull complete [2020-07-25T04:52:01.210Z] 138eaada9080: Verifying Checksum [2020-07-25T04:52:01.210Z] 138eaada9080: Download complete [2020-07-25T04:52:01.210Z] 094b1ea09ed8: Verifying Checksum [2020-07-25T04:52:01.210Z] 094b1ea09ed8: Download complete [2020-07-25T04:52:01.210Z] 0622d0fa9048: Verifying Checksum [2020-07-25T04:52:01.210Z] 0622d0fa9048: Download complete [2020-07-25T04:52:01.505Z] 2cc5ad85d9ab: Pull complete [2020-07-25T04:52:01.787Z] 41b27a9f41bf: Verifying Checksum [2020-07-25T04:52:01.787Z] 41b27a9f41bf: Download complete [2020-07-25T04:52:03.203Z] 756a868c4378: Pull complete [2020-07-25T04:52:03.203Z] 444b2fc9a129: Pull complete [2020-07-25T04:52:03.462Z] ea15f1150254: Pull complete [2020-07-25T04:52:10.075Z] 41b27a9f41bf: Pull complete [2020-07-25T04:52:10.075Z] 28c525ee5125: Pull complete [2020-07-25T04:52:12.004Z] 094b1ea09ed8: Pull complete [2020-07-25T04:52:12.004Z] 138eaada9080: Pull complete [2020-07-25T04:52:12.263Z] 0622d0fa9048: Pull complete [2020-07-25T04:52:12.263Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-25T04:52:12.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:52:12.263Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-25T04:52:12.426Z] prd-centos7-docker-4c-2g-966 does not seem to be running inside a container [2020-07-25T04:52:12.470Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-25T04:52:17.059Z] $ docker top 2ea86d3d6d992a5357faf636296400972105833fdf3af3372311e79fc03ba193 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-25T04:52:17.326Z] provisioning config files... [2020-07-25T04:52:17.343Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config6249546752195815941tmp [Pipeline] { [Pipeline] echo [2020-07-25T04:52:17.404Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:52:17.701Z] ---> create-netrc.sh [Pipeline] echo [2020-07-25T04:52:17.710Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:52:18.004Z] ---> logs-deploy.sh [2020-07-25T04:52:18.004Z] + ARCHIVE_ARTIFACTS= [2020-07-25T04:52:18.004Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-25T04:52:18.004Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-25T04:52:18.004Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-25T04:52:18.004Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/6 [2020-07-25T04:52:18.004Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/6/ [2020-07-25T04:52:18.004Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/6 /w/workspace/edgex-go/6 [2020-07-25T04:52:18.947Z] Archives upload complete. [2020-07-25T04:52:19.207Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/6/