Pull request #2653 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from ef4108114ed512538c6b52ede24f1ae2708c446e+2f18d68ce33577a025edc322deb728338e3be43f (dfc031f783216828e62d524a0a4a08f75c3baca6) 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, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3248 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit ef4108114ed512538c6b52ede24f1ae2708c446e > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef4108114ed512538c6b52ede24f1ae2708c446e # timeout=10 Merge succeeded, producing ef4108114ed512538c6b52ede24f1ae2708c446e Checking out Revision ef4108114ed512538c6b52ede24f1ae2708c446e (PR-2653) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef4108114ed512538c6b52ede24f1ae2708c446e # timeout=10 Commit message: "Update V2 API core data swagger file" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-10T09:26:23.207Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-10T09:26:23.394Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-10T09:26:23.470Z] ========================================================= [2020-08-10T09:26:23.470Z] EdgeX Global Pipelines Version Info [2020-08-10T09:26:23.470Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a634c44b4a83778418d5547c5a420336035395e1 # timeout=10 [2020-08-10T09:26:26.023Z] ------------------- [2020-08-10T09:26:26.024Z] stable info: [2020-08-10T09:26:26.024Z] ------------------- [2020-08-10T09:26:26.024Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-10T09:26:26.024Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-10T09:26:26.024Z] Message: update stable to v1.0.106 [2020-08-10T09:26:27.191Z] ------------------- [2020-08-10T09:26:27.191Z] experimental info: [2020-08-10T09:26:27.191Z] ------------------- [2020-08-10T09:26:27.191Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-10T09:26:27.191Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-10T09:26:27.191Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-10T09:26:28.759Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-10T09:26:28.759Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T09:26:28.759Z] ++ dirname cmd/core-command/Dockerfile [2020-08-10T09:26:28.759Z] ++ cut -d/ -f2 [2020-08-10T09:26:28.759Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-10T09:26:28.759Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T09:26:28.759Z] ++ dirname cmd/core-data/Dockerfile [2020-08-10T09:26:28.759Z] ++ cut -d/ -f2 [2020-08-10T09:26:28.759Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-10T09:26:28.759Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T09:26:28.759Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-10T09:26:28.759Z] ++ cut -d/ -f2 [2020-08-10T09:26:28.759Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-10T09:26:28.759Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T09:26:28.759Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-10T09:26:28.759Z] ++ cut -d/ -f2 [2020-08-10T09:26:28.759Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-10T09:26:28.759Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T09:26:28.759Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-10T09:26:28.759Z] ++ cut -d/ -f2 [2020-08-10T09:26:28.759Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-10T09:26:28.759Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T09:26:28.759Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-10T09:26:28.759Z] ++ cut -d/ -f2 [2020-08-10T09:26:28.759Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-10T09:26:28.759Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T09:26:28.759Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-10T09:26:28.759Z] ++ cut -d/ -f2 [2020-08-10T09:26:28.759Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-10T09:26:28.759Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T09:26:28.759Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-10T09:26:28.759Z] ++ cut -d/ -f2 [2020-08-10T09:26:28.759Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-10T09:26:28.759Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T09:26:28.759Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-10T09:26:28.759Z] ++ cut -d/ -f2 [2020-08-10T09:26:28.759Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-10T09:26:28.759Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T09:26:28.759Z] ++ cut -d/ -f2 [2020-08-10T09:26:28.759Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-10T09:26:28.759Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-10T09:26:28.832Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-10T09:26:29.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T09:26:30.086Z] [2020-08-10T09:26:30.086Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-10T09:26:30.509Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T09:26:30.509Z] latest: Pulling from edgex-devops/git-semver [2020-08-10T09:26:30.509Z] 31603596830f: Pulling fs layer [2020-08-10T09:26:30.509Z] 2a8b12db71e7: Pulling fs layer [2020-08-10T09:26:30.509Z] 6ca5941a6612: Pulling fs layer [2020-08-10T09:26:30.509Z] ecc8261a40a4: Pulling fs layer [2020-08-10T09:26:30.509Z] ecc8261a40a4: Waiting [2020-08-10T09:26:30.509Z] 2a8b12db71e7: Verifying Checksum [2020-08-10T09:26:30.509Z] 2a8b12db71e7: Download complete [2020-08-10T09:26:30.790Z] 31603596830f: Verifying Checksum [2020-08-10T09:26:30.790Z] 31603596830f: Download complete [2020-08-10T09:26:31.100Z] 6ca5941a6612: Verifying Checksum [2020-08-10T09:26:31.100Z] 6ca5941a6612: Download complete [2020-08-10T09:26:31.100Z] ecc8261a40a4: Verifying Checksum [2020-08-10T09:26:31.100Z] ecc8261a40a4: Download complete [2020-08-10T09:26:31.100Z] 31603596830f: Pull complete [2020-08-10T09:26:31.485Z] 2a8b12db71e7: Pull complete [2020-08-10T09:26:33.030Z] 6ca5941a6612: Pull complete [2020-08-10T09:26:33.307Z] ecc8261a40a4: Pull complete [2020-08-10T09:26:33.572Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-10T09:26:33.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T09:26:33.572Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-10T09:26:33.738Z] prd-centos7-docker-4c-2g-3248 does not seem to be running inside a container [2020-08-10T09:26:33.816Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-10T09:26:36.523Z] $ docker top 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-10T09:26:37.020Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T09:26:37.020Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T09:26:37.442Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T09:26:37.448Z] $ docker exec 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 ssh-agent [2020-08-10T09:26:37.788Z] SSH_AUTH_SOCK=/tmp/ssh-GjP2hMxay97Q/agent.13 [2020-08-10T09:26:37.788Z] SSH_AGENT_PID=18 [2020-08-10T09:26:37.815Z] Running ssh-add (command line suppressed) [2020-08-10T09:26:38.067Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1019995486636047209.key (/w/workspace/edgex-go/2@tmp/private_key_1019995486636047209.key) [2020-08-10T09:26:38.137Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T09:26:38.493Z] + git describe --exact-match --tags HEAD [2020-08-10T09:26:38.493Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-10T09:26:38.539Z] $ docker exec --env ******** --env ******** 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 ssh-agent -k [2020-08-10T09:26:38.774Z] unset SSH_AUTH_SOCK; [2020-08-10T09:26:38.775Z] unset SSH_AGENT_PID; [2020-08-10T09:26:38.775Z] echo Agent pid 18 killed; [2020-08-10T09:26:38.852Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-10T09:26:38.923Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-10T09:26:38.923Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-10T09:26:39.008Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T09:26:39.008Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T09:26:39.284Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T09:26:39.289Z] $ docker exec 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 ssh-agent [2020-08-10T09:26:39.532Z] SSH_AUTH_SOCK=/tmp/ssh-SXBRY3BYlKfV/agent.49 [2020-08-10T09:26:39.532Z] SSH_AGENT_PID=54 [2020-08-10T09:26:39.540Z] Running ssh-add (command line suppressed) [2020-08-10T09:26:39.762Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3733397482248547495.key (/w/workspace/edgex-go/2@tmp/private_key_3733397482248547495.key) [2020-08-10T09:26:39.905Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T09:26:40.280Z] + git semver init [2020-08-10T09:26:40.280Z] # -> Open(): unable to determine branch for HEAD [2020-08-10T09:26:40.280Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-08-10T09:26:40.280Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-08-10T09:26:40.280Z] # $SEMVER_REMOTE_NAME = origin [2020-08-10T09:26:40.280Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-10T09:26:40.280Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-10T09:26:40.280Z] # $SEMVER_BRANCH = PR-2653 [2020-08-10T09:26:40.280Z] # $SEMVER_TEMP = /tmp/semver-971871578 [2020-08-10T09:26:40.280Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-10T09:27:13.195Z] # '/tmp/semver-971871578' -> '/w/workspace/edgex-go/2/.semver' [2020-08-10T09:27:13.195Z] # -> Force: false [2020-08-10T09:27:13.195Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-08-10T09:27:13.213Z] $ docker exec --env ******** --env ******** 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 ssh-agent -k [2020-08-10T09:27:13.514Z] unset SSH_AUTH_SOCK; [2020-08-10T09:27:13.516Z] unset SSH_AGENT_PID; [2020-08-10T09:27:13.516Z] echo Agent pid 54 killed; [2020-08-10T09:27:13.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-10T09:27:14.258Z] + git semver [Pipeline] } [2020-08-10T09:27:14.291Z] $ docker stop --time=1 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 [2020-08-10T09:27:15.876Z] $ docker rm -f 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-10T09:27:37.201Z] Stashed 30 file(s) [Pipeline] echo [2020-08-10T09:27:37.203Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-08-10T09:27:37.715Z] ========================================================= [2020-08-10T09:27:37.715Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-10T09:27:37.715Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-10T09:27:38.053Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-10T09:27:43.545Z] Sending build context to Docker daemon 323MB [2020-08-10T09:27:43.545Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-10T09:27:43.545Z] Step 2/7 : FROM ${BASE} [2020-08-10T09:27:43.545Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-10T09:27:43.545Z] df20fa9351a1: Pulling fs layer [2020-08-10T09:27:43.545Z] ed8968b2872e: Pulling fs layer [2020-08-10T09:27:43.545Z] a92cc7c5fd73: Pulling fs layer [2020-08-10T09:27:43.545Z] 2dd03ba5bac4: Pulling fs layer [2020-08-10T09:27:43.545Z] 1e091d79d1de: Pulling fs layer [2020-08-10T09:27:43.545Z] 481702a1767f: Pulling fs layer [2020-08-10T09:27:43.545Z] f64a6f60c768: Pulling fs layer [2020-08-10T09:27:43.545Z] e78d2573fc39: Pulling fs layer [2020-08-10T09:27:43.545Z] e876d2f968b6: Pulling fs layer [2020-08-10T09:27:43.545Z] ce8a83651883: Pulling fs layer [2020-08-10T09:27:43.545Z] 07967f4d0e4b: Pulling fs layer [2020-08-10T09:27:43.545Z] 1e091d79d1de: Waiting [2020-08-10T09:27:43.545Z] 481702a1767f: Waiting [2020-08-10T09:27:43.545Z] f64a6f60c768: Waiting [2020-08-10T09:27:43.545Z] e78d2573fc39: Waiting [2020-08-10T09:27:43.545Z] e876d2f968b6: Waiting [2020-08-10T09:27:43.545Z] ce8a83651883: Waiting [2020-08-10T09:27:43.545Z] 07967f4d0e4b: Waiting [2020-08-10T09:27:43.545Z] 2dd03ba5bac4: Waiting [2020-08-10T09:27:43.545Z] a92cc7c5fd73: Verifying Checksum [2020-08-10T09:27:43.545Z] a92cc7c5fd73: Download complete [2020-08-10T09:27:43.545Z] ed8968b2872e: Verifying Checksum [2020-08-10T09:27:43.545Z] ed8968b2872e: Download complete [2020-08-10T09:27:43.545Z] 1e091d79d1de: Download complete [2020-08-10T09:27:43.545Z] 481702a1767f: Download complete [2020-08-10T09:27:43.827Z] df20fa9351a1: Verifying Checksum [2020-08-10T09:27:43.827Z] df20fa9351a1: Download complete [2020-08-10T09:27:44.462Z] df20fa9351a1: Pull complete [2020-08-10T09:27:44.462Z] ed8968b2872e: Pull complete [2020-08-10T09:27:45.098Z] f64a6f60c768: Verifying Checksum [2020-08-10T09:27:45.098Z] f64a6f60c768: Download complete [2020-08-10T09:27:45.383Z] e876d2f968b6: Verifying Checksum [2020-08-10T09:27:45.383Z] e876d2f968b6: Download complete [2020-08-10T09:27:46.160Z] a92cc7c5fd73: Pull complete [2020-08-10T09:27:46.808Z] 2dd03ba5bac4: Verifying Checksum [2020-08-10T09:27:46.808Z] 2dd03ba5bac4: Download complete [2020-08-10T09:27:47.150Z] e78d2573fc39: Verifying Checksum [2020-08-10T09:27:47.150Z] e78d2573fc39: Download complete [2020-08-10T09:27:47.430Z] 07967f4d0e4b: Verifying Checksum [2020-08-10T09:27:47.430Z] 07967f4d0e4b: Download complete [2020-08-10T09:27:47.430Z] ce8a83651883: Verifying Checksum [2020-08-10T09:27:47.430Z] ce8a83651883: Download complete [2020-08-10T09:27:52.516Z] Still waiting to schedule task [2020-08-10T09:27:52.517Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-10T09:27:57.593Z] 2dd03ba5bac4: Pull complete [2020-08-10T09:27:57.593Z] 1e091d79d1de: Pull complete [2020-08-10T09:27:57.593Z] 481702a1767f: Pull complete [2020-08-10T09:28:01.871Z] f64a6f60c768: Pull complete [2020-08-10T09:28:06.212Z] e78d2573fc39: Pull complete [2020-08-10T09:28:06.212Z] e876d2f968b6: Pull complete [2020-08-10T09:28:08.276Z] ce8a83651883: Pull complete [2020-08-10T09:28:08.276Z] 07967f4d0e4b: Pull complete [2020-08-10T09:28:08.276Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-10T09:28:08.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-10T09:28:08.276Z] ---> 5d7c900382c6 [2020-08-10T09:28:08.276Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-10T09:28:09.693Z] ---> Running in 82944369ee64 [2020-08-10T09:28:11.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:28:11.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:28:12.019Z] (1/12) Installing libmagic (5.38-r0) [2020-08-10T09:28:12.303Z] (2/12) Installing file (5.38-r0) [2020-08-10T09:28:12.304Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-10T09:28:12.304Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-10T09:28:15.660Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-10T09:28:15.660Z] (6/12) Installing patch (2.7.6-r6) [2020-08-10T09:28:15.660Z] (7/12) Installing build-base (0.5-r2) [2020-08-10T09:28:15.660Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-10T09:28:16.246Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-10T09:28:16.246Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-10T09:28:16.548Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-10T09:28:16.548Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-10T09:28:16.548Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:28:16.548Z] OK: 233 MiB in 51 packages [2020-08-10T09:28:22.045Z] Removing intermediate container 82944369ee64 [2020-08-10T09:28:22.045Z] ---> 10b07806069b [2020-08-10T09:28:22.045Z] Step 4/7 : WORKDIR /edgex-go [2020-08-10T09:28:22.045Z] ---> Running in 86b14b0f65ff [2020-08-10T09:28:22.045Z] Removing intermediate container 86b14b0f65ff [2020-08-10T09:28:22.045Z] ---> f0fc2b1c3a41 [2020-08-10T09:28:22.045Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-10T09:28:22.045Z] latest: Pulling from library/docker [2020-08-10T09:28:22.045Z] df20fa9351a1: Already exists [2020-08-10T09:28:22.045Z] 25ad7478873d: Pulling fs layer [2020-08-10T09:28:22.045Z] 4684f6177b5d: Pulling fs layer [2020-08-10T09:28:22.045Z] 46e300cec669: Pulling fs layer [2020-08-10T09:28:22.045Z] 63038576ad94: Pulling fs layer [2020-08-10T09:28:22.045Z] 0fdb76c4706c: Pulling fs layer [2020-08-10T09:28:22.045Z] cb7edeffdfd5: Pulling fs layer [2020-08-10T09:28:22.045Z] 63038576ad94: Waiting [2020-08-10T09:28:22.045Z] 0fdb76c4706c: Waiting [2020-08-10T09:28:22.045Z] cb7edeffdfd5: Waiting [2020-08-10T09:28:22.045Z] 4684f6177b5d: Verifying Checksum [2020-08-10T09:28:22.045Z] 4684f6177b5d: Download complete [2020-08-10T09:28:22.398Z] 25ad7478873d: Verifying Checksum [2020-08-10T09:28:22.398Z] 25ad7478873d: Download complete [2020-08-10T09:28:22.398Z] 63038576ad94: Verifying Checksum [2020-08-10T09:28:22.398Z] 63038576ad94: Download complete [2020-08-10T09:28:22.779Z] 0fdb76c4706c: Verifying Checksum [2020-08-10T09:28:22.779Z] 0fdb76c4706c: Download complete [2020-08-10T09:28:22.779Z] cb7edeffdfd5: Verifying Checksum [2020-08-10T09:28:22.779Z] cb7edeffdfd5: Download complete [2020-08-10T09:28:23.106Z] 25ad7478873d: Pull complete [2020-08-10T09:28:23.106Z] 4684f6177b5d: Pull complete [2020-08-10T09:28:23.701Z] 46e300cec669: Verifying Checksum [2020-08-10T09:28:23.701Z] 46e300cec669: Download complete [2020-08-10T09:28:29.148Z] 46e300cec669: Pull complete [2020-08-10T09:28:29.148Z] 63038576ad94: Pull complete [2020-08-10T09:28:29.148Z] 0fdb76c4706c: Pull complete [2020-08-10T09:28:29.148Z] cb7edeffdfd5: Pull complete [2020-08-10T09:28:29.148Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-10T09:28:29.148Z] Status: Downloaded newer image for docker:latest [2020-08-10T09:28:31.132Z] ---> 0b38b1aac515 [2020-08-10T09:28:31.132Z] Step 6/7 : COPY go.mod . [2020-08-10T09:28:31.132Z] ---> 15a7fb0841d0 [2020-08-10T09:28:31.132Z] Step 7/7 : RUN go mod download [2020-08-10T09:28:31.132Z] ---> Running in 783b4d27cec2 [2020-08-10T09:28:34.504Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-10T09:28:34.504Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-10T09:28:34.504Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-10T09:28:34.504Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-10T09:28:34.504Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-10T09:28:34.504Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-10T09:28:34.504Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-10T09:28:34.504Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-10T09:28:34.504Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-10T09:28:34.504Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-10T09:28:34.505Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-10T09:28:34.505Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-10T09:28:34.505Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-10T09:28:34.505Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-10T09:28:34.505Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-10T09:28:34.505Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-10T09:28:34.505Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-10T09:28:34.505Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-10T09:28:34.505Z] go: finding github.com/fatih/color v1.7.0 [2020-08-10T09:28:34.505Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-10T09:28:34.505Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-10T09:28:34.505Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-10T09:28:34.769Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-10T09:28:34.769Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-10T09:28:34.769Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-10T09:28:34.769Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-10T09:28:34.769Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-10T09:28:34.769Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-10T09:28:34.769Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-10T09:28:34.769Z] go: finding github.com/google/uuid v1.1.0 [2020-08-10T09:28:34.769Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-10T09:28:34.769Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-10T09:28:34.769Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-10T09:28:35.034Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-10T09:28:35.034Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-10T09:28:35.034Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-10T09:28:35.034Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-10T09:28:35.034Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-10T09:28:35.034Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-10T09:28:35.034Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-10T09:28:35.034Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-10T09:28:35.034Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-10T09:28:35.299Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-10T09:28:35.299Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-10T09:28:35.299Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-10T09:28:35.299Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-10T09:28:35.299Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-10T09:28:35.299Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-10T09:28:35.299Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-10T09:28:35.299Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-10T09:28:35.299Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-10T09:28:35.299Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-10T09:28:35.299Z] go: finding github.com/kr/pty v1.1.1 [2020-08-10T09:28:35.299Z] go: finding github.com/kr/text v0.1.0 [2020-08-10T09:28:35.564Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-10T09:28:35.564Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-10T09:28:35.564Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-10T09:28:35.564Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-10T09:28:35.564Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-10T09:28:35.564Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-10T09:28:35.564Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-10T09:28:35.564Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-10T09:28:35.564Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-10T09:28:35.564Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-10T09:28:35.564Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-10T09:28:35.564Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-10T09:28:35.830Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-10T09:28:35.830Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-10T09:28:35.830Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-10T09:28:35.830Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-10T09:28:35.830Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-10T09:28:35.830Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-10T09:28:35.830Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-10T09:28:35.830Z] go: finding github.com/posener/complete v1.1.1 [2020-08-10T09:28:35.830Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-10T09:28:35.830Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-10T09:28:36.097Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-10T09:28:36.097Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-10T09:28:36.097Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-10T09:28:36.097Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-10T09:28:36.097Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-10T09:28:36.097Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-10T09:28:36.097Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-10T09:28:36.097Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-10T09:28:36.097Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-10T09:28:36.097Z] go: finding golang.org/x/text v0.3.2 [2020-08-10T09:28:36.097Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-10T09:28:36.097Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-10T09:28:36.374Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-10T09:28:36.374Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-10T09:28:36.374Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-10T09:28:36.374Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-10T09:28:51.632Z] Removing intermediate container 783b4d27cec2 [2020-08-10T09:28:51.632Z] ---> 49d1b1eb4a74 [2020-08-10T09:28:51.632Z] Successfully built 49d1b1eb4a74 [2020-08-10T09:28:51.632Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T09:28:52.311Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-10T09:28:52.311Z] . [Pipeline] withDockerContainer [2020-08-10T09:28:52.482Z] prd-centos7-docker-4c-2g-3248 does not seem to be running inside a container [2020-08-10T09:28:52.631Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-10T09:28:54.432Z] $ docker top ff0b80a68f465805077edb39aa224b6879a0f796c2c51f5766efb9ce7bdb3c9f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T09:28:55.095Z] + go version [2020-08-10T09:28:55.095Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-10T09:28:55.108Z] ========================================================= [2020-08-10T09:28:55.108Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-10T09:28:55.108Z] ========================================================= [Pipeline] sh [2020-08-10T09:28:55.462Z] + make test [2020-08-10T09:28:55.752Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-10T09:29:00.049Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-10T09:29:15.457Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-10T09:29:24.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-10T09:29:24.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-10T09:29:24.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-10T09:29:24.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-10T09:29:25.943Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s [2020-08-10T09:29:25.943Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-10T09:29:25.943Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-10T09:29:25.943Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-10T09:29:26.929Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-10T09:29:27.540Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-10T09:29:27.540Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-10T09:29:27.540Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-10T09:29:27.540Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-10T09:29:36.003Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.056s coverage: 46.6% of statements [2020-08-10T09:29:36.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-10T09:29:36.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-10T09:29:36.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-10T09:29:36.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-10T09:29:36.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-10T09:29:37.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.3% of statements [2020-08-10T09:29:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-10T09:29:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-10T09:29:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-10T09:29:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-10T09:29:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-10T09:29:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-10T09:29:37.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2020-08-10T09:29:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-10T09:29:37.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2020-08-10T09:29:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-10T09:29:39.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.262s coverage: 28.6% of statements [2020-08-10T09:29:39.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-10T09:29:39.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-10T09:29:39.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-10T09:29:39.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-10T09:29:39.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-10T09:29:39.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2020-08-10T09:29:39.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-10T09:29:39.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements [2020-08-10T09:29:39.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-10T09:29:41.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.053s coverage: 89.8% of statements [2020-08-10T09:29:41.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-10T09:29:42.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-10T09:29:42.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.171s coverage: 100.0% of statements [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-10T09:29:42.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-10T09:29:42.026Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2020-08-10T09:29:46.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.129s coverage: 63.5% of statements [2020-08-10T09:29:46.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-10T09:29:46.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-10T09:29:46.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2020-08-10T09:29:46.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 55.9% of statements [2020-08-10T09:29:46.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-10T09:29:46.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-10T09:29:46.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-10T09:29:46.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-10T09:30:01.949Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3249 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws [2020-08-10T09:30:01.996Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.671s coverage: 86.3% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.922s coverage: 72.2% of statements [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.277s coverage: 72.1% of statements [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.071s coverage: 82.4% of statements [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.068s coverage: 48.4% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.012s coverage: 28.8% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.061s coverage: 96.8% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.084s coverage: 26.9% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.213s coverage: 84.1% of statements [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.011s coverage: 42.9% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.030s coverage: 83.8% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 46.1% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.047s coverage: 100.0% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.083s coverage: 29.1% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-10T09:30:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2020-08-10T09:30:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-10T09:30:06.380Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2020-08-10T09:30:06.380Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-10T09:30:06.380Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-10T09:30:06.380Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-10T09:30:06.380Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-10T09:30:06.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements [2020-08-10T09:30:06.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-10T09:30:06.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-10T09:30:06.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.009s coverage: 100.0% of statements [2020-08-10T09:30:07.057Z] using credential edgex-jenkins-ssh [2020-08-10T09:30:07.112Z] Cloning the remote Git repository [2020-08-10T09:30:07.112Z] Cloning with configured refspecs honoured and without tags [2020-08-10T09:30:07.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements [2020-08-10T09:30:08.266Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.022s coverage: 100.0% of statements [2020-08-10T09:30:07.176Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-10T09:30:07.282Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-08-10T09:30:07.347Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-10T09:30:07.348Z] > git --version # timeout=10 [2020-08-10T09:30:07.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T09:30:07.468Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T09:30:08.543Z] GO111MODULE=on go vet ./... [2020-08-10T09:30:16.957Z] gofmt -l . [2020-08-10T09:30:17.562Z] [ "`gofmt -l .`" = "" ] [2020-08-10T09:30:18.571Z] ./bin/test-go-mod-tidy.sh [2020-08-10T09:30:19.652Z] ./bin/test-attribution-txt.sh [2020-08-10T09:30:22.434Z] Fetching without tags [Pipeline] sh [2020-08-10T09:30:22.940Z] Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:30:23.148Z] + ls -al . [2020-08-10T09:30:23.149Z] total 556 [2020-08-10T09:30:23.149Z] drwxrwxr-x 10 1001 1001 4096 Aug 10 09:30 . [2020-08-10T09:30:23.149Z] drwxr-xr-x 4 root root 28 Aug 10 09:28 .. [2020-08-10T09:30:23.149Z] -rw-rw-r-- 1 1001 1001 11 Aug 10 09:26 .dockerignore [2020-08-10T09:30:23.149Z] drwxrwxr-x 8 1001 1001 179 Aug 10 09:26 .git [2020-08-10T09:30:23.149Z] drwxrwxr-x 3 1001 1001 60 Aug 10 09:26 .github [2020-08-10T09:30:23.149Z] -rw-rw-r-- 1 1001 1001 932 Aug 10 09:26 .gitignore [2020-08-10T09:30:23.149Z] drwx------ 3 1001 1001 47 Aug 10 09:27 .semver [2020-08-10T09:30:23.149Z] -rw-rw-r-- 1 1001 1001 166 Aug 10 09:26 .sonarcloud.properties [2020-08-10T09:30:23.149Z] -rw-rw-r-- 1 1001 1001 3804 Aug 10 09:26 CONTRIBUTING.md [2020-08-10T09:30:23.149Z] -rw-rw-r-- 1 1001 1001 1035 Aug 10 09:26 Dockerfile.build [2020-08-10T09:30:23.149Z] -rw-rw-r-- 1 1001 1001 865 Aug 10 09:26 Jenkinsfile [2020-08-10T09:30:23.149Z] -rw-rw-r-- 1 1001 1001 10775 Aug 10 09:26 LICENSE [2020-08-10T09:30:23.149Z] -rw-rw-r-- 1 1001 1001 6237 Aug 10 09:26 Makefile [2020-08-10T09:30:23.149Z] -rw-rw-r-- 1 1001 1001 5652 Aug 10 09:26 README.md [2020-08-10T09:30:23.149Z] -rw-rw-r-- 1 1001 1001 7111 Aug 10 09:26 SECURITY.md [2020-08-10T09:30:23.149Z] -rw-rw-r-- 1 1001 1001 5 Aug 10 09:27 VERSION [2020-08-10T09:30:23.149Z] -rw-rw-r-- 1 1001 1001 4131 Aug 10 09:26 ZMQWindows.md [2020-08-10T09:30:23.149Z] drwxrwxr-x 2 1001 1001 117 Aug 10 09:26 bin [2020-08-10T09:30:23.149Z] drwxrwxr-x 15 1001 1001 4096 Aug 10 09:26 cmd [2020-08-10T09:30:23.149Z] -rw-r--r-- 1 root root 455803 Aug 10 09:30 coverage.out [2020-08-10T09:30:23.149Z] -rw-r--r-- 1 root root 1019 Aug 10 09:30 go.mod [2020-08-10T09:30:23.149Z] -rw-r--r-- 1 root root 18146 Aug 10 09:30 go.sum [2020-08-10T09:30:23.149Z] drwxrwxr-x 8 1001 1001 127 Aug 10 09:26 internal [2020-08-10T09:30:23.149Z] drwxrwxr-x 4 1001 1001 26 Aug 10 09:26 openapi [2020-08-10T09:30:23.149Z] drwxrwxr-x 4 1001 1001 71 Aug 10 09:26 snap [2020-08-10T09:30:23.149Z] -rw-rw-r-- 1 1001 1001 168 Aug 10 09:26 version.go [Pipeline] sh [2020-08-10T09:30:23.319Z] Merge succeeded, producing ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:30:23.320Z] Checking out Revision ef4108114ed512538c6b52ede24f1ae2708c446e (PR-2653) [2020-08-10T09:30:23.507Z] + '[' -e coverage.out ] [2020-08-10T09:30:23.507Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-10T09:30:23.700Z] Stashed 1 file(s) [Pipeline] sh [2020-08-10T09:30:24.014Z] + make build [2020-08-10T09:30:24.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-10T09:30:22.351Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-10T09:30:22.371Z] > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # timeout=10 [2020-08-10T09:30:22.386Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T09:30:22.412Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-10T09:30:22.440Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-10T09:30:22.441Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T09:30:22.452Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T09:30:22.953Z] > git config core.sparsecheckout # timeout=10 [2020-08-10T09:30:22.975Z] > git checkout -f ef4108114ed512538c6b52ede24f1ae2708c446e # timeout=10 [2020-08-10T09:30:23.243Z] > git remote # timeout=10 [2020-08-10T09:30:23.260Z] > git config --get remote.origin.url # timeout=10 [2020-08-10T09:30:23.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T09:30:23.282Z] > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 [2020-08-10T09:30:23.303Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-10T09:30:23.323Z] > git config core.sparsecheckout # timeout=10 [2020-08-10T09:30:23.347Z] > git checkout -f ef4108114ed512538c6b52ede24f1ae2708c446e # timeout=10 [2020-08-10T09:30:27.920Z] Commit message: "Update V2 API core data swagger file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-10T09:30:37.163Z] 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 [Pipeline] echo [2020-08-10T09:30:40.447Z] ========================================================= [2020-08-10T09:30:40.447Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-10T09:30:40.447Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-10T09:30:41.363Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-10T09:30:42.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-10T09:30:45.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-10T09:30:45.689Z] Sending build context to Docker daemon 323MB [2020-08-10T09:30:45.689Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-10T09:30:45.689Z] Step 2/7 : FROM ${BASE} [2020-08-10T09:30:45.689Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-10T09:30:45.689Z] b538f80385f9: Pulling fs layer [2020-08-10T09:30:45.689Z] 74f711af9a0d: Pulling fs layer [2020-08-10T09:30:45.689Z] 99f96fe45779: Pulling fs layer [2020-08-10T09:30:45.689Z] fd7a069fd194: Pulling fs layer [2020-08-10T09:30:45.689Z] 66aa3694b03b: Pulling fs layer [2020-08-10T09:30:45.689Z] 170f70906a0f: Pulling fs layer [2020-08-10T09:30:45.689Z] ad7c5574e4b9: Pulling fs layer [2020-08-10T09:30:45.689Z] e772456be8f7: Pulling fs layer [2020-08-10T09:30:45.689Z] c890913d741a: Pulling fs layer [2020-08-10T09:30:45.689Z] 2480fcc9aa5a: Pulling fs layer [2020-08-10T09:30:45.689Z] 09adf4765672: Pulling fs layer [2020-08-10T09:30:45.689Z] 170f70906a0f: Waiting [2020-08-10T09:30:45.689Z] e772456be8f7: Waiting [2020-08-10T09:30:45.689Z] c890913d741a: Waiting [2020-08-10T09:30:45.689Z] ad7c5574e4b9: Waiting [2020-08-10T09:30:45.689Z] 2480fcc9aa5a: Waiting [2020-08-10T09:30:45.689Z] 09adf4765672: Waiting [2020-08-10T09:30:45.689Z] fd7a069fd194: Waiting [2020-08-10T09:30:45.689Z] 66aa3694b03b: Waiting [2020-08-10T09:30:45.689Z] 99f96fe45779: Verifying Checksum [2020-08-10T09:30:45.689Z] 99f96fe45779: Download complete [2020-08-10T09:30:45.689Z] 74f711af9a0d: Verifying Checksum [2020-08-10T09:30:45.689Z] 74f711af9a0d: Download complete [2020-08-10T09:30:45.968Z] 66aa3694b03b: Download complete [2020-08-10T09:30:45.968Z] 170f70906a0f: Download complete [2020-08-10T09:30:45.968Z] b538f80385f9: Verifying Checksum [2020-08-10T09:30:46.580Z] b538f80385f9: Pull complete [2020-08-10T09:30:47.193Z] 74f711af9a0d: Pull complete [2020-08-10T09:30:47.496Z] 99f96fe45779: Pull complete [2020-08-10T09:30:48.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-10T09:30:48.943Z] ad7c5574e4b9: Verifying Checksum [2020-08-10T09:30:48.944Z] ad7c5574e4b9: Download complete [2020-08-10T09:30:48.944Z] c890913d741a: Verifying Checksum [2020-08-10T09:30:48.944Z] c890913d741a: Download complete [2020-08-10T09:30:50.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-10T09:30:51.553Z] 2480fcc9aa5a: Verifying Checksum [2020-08-10T09:30:51.553Z] 2480fcc9aa5a: Download complete [2020-08-10T09:30:51.553Z] 09adf4765672: Verifying Checksum [2020-08-10T09:30:51.553Z] 09adf4765672: Download complete [2020-08-10T09:30:51.553Z] e772456be8f7: Verifying Checksum [2020-08-10T09:30:51.553Z] e772456be8f7: Download complete [2020-08-10T09:30:52.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-10T09:30:52.145Z] fd7a069fd194: Download complete [2020-08-10T09:30:54.988Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-10T09:30:59.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-10T09:31:01.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-10T09:31:02.283Z] fd7a069fd194: Pull complete [2020-08-10T09:31:02.283Z] 66aa3694b03b: Pull complete [2020-08-10T09:31:02.283Z] 170f70906a0f: Pull complete [2020-08-10T09:31:06.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-10T09:31:06.599Z] ad7c5574e4b9: Pull complete [2020-08-10T09:31:08.938Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-10T09:31:10.915Z] e772456be8f7: Pull complete [2020-08-10T09:31:10.915Z] c890913d741a: Pull complete [2020-08-10T09:31:10.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-10T09:31:12.474Z] $ docker stop --time=1 ff0b80a68f465805077edb39aa224b6879a0f796c2c51f5766efb9ce7bdb3c9f [2020-08-10T09:31:13.541Z] 2480fcc9aa5a: Pull complete [2020-08-10T09:31:13.814Z] 09adf4765672: Pull complete [2020-08-10T09:31:13.814Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-10T09:31:13.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-10T09:31:13.814Z] ---> 2248a725d1cf [2020-08-10T09:31:13.814Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-10T09:31:14.474Z] $ docker rm -f ff0b80a68f465805077edb39aa224b6879a0f796c2c51f5766efb9ce7bdb3c9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T09:31:17.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-10T09:31:18.073Z] [2020-08-10T09:31:18.073Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-10T09:31:18.605Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-10T09:31:18.605Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-10T09:31:18.605Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-10T09:31:18.605Z] ca9280d653b3: Pulling fs layer [2020-08-10T09:31:18.605Z] 7e9c9ca2126c: Pulling fs layer [2020-08-10T09:31:19.484Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-10T09:31:19.484Z] cbdbe7a5bc2a: Download complete [2020-08-10T09:31:19.845Z] ca9280d653b3: Verifying Checksum [2020-08-10T09:31:19.845Z] ca9280d653b3: Download complete [2020-08-10T09:31:20.530Z] ---> Running in 25d18028df3a [2020-08-10T09:31:20.633Z] cbdbe7a5bc2a: Pull complete [2020-08-10T09:31:21.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:31:22.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:31:22.170Z] 7e9c9ca2126c: Verifying Checksum [2020-08-10T09:31:22.170Z] 7e9c9ca2126c: Download complete [2020-08-10T09:31:22.436Z] ca9280d653b3: Pull complete [2020-08-10T09:31:22.687Z] (1/12) Installing libmagic (5.38-r0) [2020-08-10T09:31:22.957Z] (2/12) Installing file (5.38-r0) [2020-08-10T09:31:23.228Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-10T09:31:23.228Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-10T09:31:27.525Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-10T09:31:27.525Z] (6/12) Installing patch (2.7.6-r6) [2020-08-10T09:31:27.525Z] (7/12) Installing build-base (0.5-r2) [2020-08-10T09:31:27.525Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-10T09:31:27.525Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-10T09:31:27.525Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-10T09:31:27.525Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-10T09:31:27.797Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-10T09:31:27.797Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:31:27.797Z] OK: 217 MiB in 51 packages [2020-08-10T09:31:32.085Z] Removing intermediate container 25d18028df3a [2020-08-10T09:31:32.085Z] ---> 76e561d45d5f [2020-08-10T09:31:32.085Z] Step 4/7 : WORKDIR /edgex-go [2020-08-10T09:31:32.357Z] ---> Running in 37570cd9b7bf [2020-08-10T09:31:32.630Z] Removing intermediate container 37570cd9b7bf [2020-08-10T09:31:32.630Z] ---> eefba47b7f30 [2020-08-10T09:31:32.630Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-10T09:31:32.800Z] 7e9c9ca2126c: Pull complete [2020-08-10T09:31:32.800Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-10T09:31:32.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-10T09:31:32.800Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-10T09:31:32.983Z] prd-centos7-docker-4c-2g-3248 does not seem to be running inside a container [2020-08-10T09:31:33.039Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-10T09:31:33.229Z] latest: Pulling from library/docker [2020-08-10T09:31:33.229Z] b538f80385f9: Already exists [2020-08-10T09:31:33.229Z] 259a493cd78d: Pulling fs layer [2020-08-10T09:31:33.229Z] b8e66b5100f5: Pulling fs layer [2020-08-10T09:31:33.229Z] 39dc9c94d07c: Pulling fs layer [2020-08-10T09:31:33.229Z] 551b823b3b82: Pulling fs layer [2020-08-10T09:31:33.229Z] 3c52a74df98c: Pulling fs layer [2020-08-10T09:31:33.229Z] 6c9b121b6998: Pulling fs layer [2020-08-10T09:31:33.229Z] 551b823b3b82: Waiting [2020-08-10T09:31:33.229Z] 3c52a74df98c: Waiting [2020-08-10T09:31:33.229Z] 6c9b121b6998: Waiting [2020-08-10T09:31:33.229Z] b8e66b5100f5: Download complete [2020-08-10T09:31:33.504Z] 259a493cd78d: Download complete [2020-08-10T09:31:33.504Z] 551b823b3b82: Verifying Checksum [2020-08-10T09:31:33.504Z] 551b823b3b82: Download complete [2020-08-10T09:31:33.504Z] 3c52a74df98c: Verifying Checksum [2020-08-10T09:31:33.504Z] 3c52a74df98c: Download complete [2020-08-10T09:31:33.504Z] 6c9b121b6998: Verifying Checksum [2020-08-10T09:31:34.108Z] 259a493cd78d: Pull complete [2020-08-10T09:31:34.385Z] b8e66b5100f5: Pull complete [2020-08-10T09:31:34.659Z] 39dc9c94d07c: Verifying Checksum [2020-08-10T09:31:34.659Z] 39dc9c94d07c: Download complete [2020-08-10T09:31:34.683Z] $ docker top 708ca65b21b3725361ff9b25f8858c82679fc3f7a4e971659cc552c1adac0a69 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T09:31:35.370Z] + grep parallel [2020-08-10T09:31:35.370Z] + docker-compose build --help [2020-08-10T09:31:36.772Z] --parallel Build images in parallel. [Pipeline] } [2020-08-10T09:31:37.052Z] $ docker stop --time=1 708ca65b21b3725361ff9b25f8858c82679fc3f7a4e971659cc552c1adac0a69 [2020-08-10T09:31:38.042Z] 39dc9c94d07c: Pull complete [2020-08-10T09:31:38.042Z] 551b823b3b82: Pull complete [2020-08-10T09:31:38.556Z] $ docker rm -f 708ca65b21b3725361ff9b25f8858c82679fc3f7a4e971659cc552c1adac0a69 [2020-08-10T09:31:38.636Z] 3c52a74df98c: Pull complete [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2020-08-10T09:31:38.908Z] 6c9b121b6998: Pull complete [2020-08-10T09:31:38.909Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-10T09:31:38.909Z] Status: Downloaded newer image for docker:latest [Pipeline] isUnix [Pipeline] sh [2020-08-10T09:31:39.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-10T09:31:39.251Z] . [Pipeline] withDockerContainer [2020-08-10T09:31:39.458Z] prd-centos7-docker-4c-2g-3248 does not seem to be running inside a container [2020-08-10T09:31:39.706Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-10T09:31:41.155Z] $ docker top a6135ba2adf5c74d2571d4aaf24273027446a5b25b67e85ef348f004bf43a71d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T09:31:42.162Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-10T09:31:42.294Z] ---> b697d5e9f8f1 [2020-08-10T09:31:42.294Z] Step 6/7 : COPY go.mod . [2020-08-10T09:31:42.887Z] ---> c7d0e29c8c79 [2020-08-10T09:31:42.887Z] Step 7/7 : RUN go mod download [2020-08-10T09:31:42.887Z] ---> Running in 52e8bceaad6d [2020-08-10T09:31:43.572Z] Building docker-core-command-go ... [2020-08-10T09:31:43.572Z] Building docker-core-data-go ... [2020-08-10T09:31:43.572Z] Building docker-core-metadata-go ... [2020-08-10T09:31:43.572Z] Building docker-security-proxy-setup-go ... [2020-08-10T09:31:43.572Z] Building docker-security-secrets-setup-go ... [2020-08-10T09:31:43.572Z] Building docker-security-secretstore-setup-go ... [2020-08-10T09:31:43.572Z] Building docker-support-logging-go ... [2020-08-10T09:31:43.572Z] Building docker-support-notifications-go ... [2020-08-10T09:31:43.572Z] Building docker-support-scheduler-go ... [2020-08-10T09:31:43.572Z] Building docker-sys-mgmt-agent-go ... [2020-08-10T09:31:43.572Z] Building docker-security-secretstore-setup-go [2020-08-10T09:31:43.572Z] Building docker-security-secrets-setup-go [2020-08-10T09:31:43.572Z] Building docker-core-metadata-go [2020-08-10T09:31:43.572Z] Building docker-security-proxy-setup-go [2020-08-10T09:31:43.572Z] Building docker-support-notifications-go [2020-08-10T09:31:46.269Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-10T09:31:46.269Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-10T09:31:46.269Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-10T09:31:46.269Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-10T09:31:46.269Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-10T09:31:46.269Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-10T09:31:46.269Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-10T09:31:46.269Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-10T09:31:46.269Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-10T09:31:46.269Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-10T09:31:46.269Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-10T09:31:46.269Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-10T09:31:46.269Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-10T09:31:46.269Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-10T09:31:46.269Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-10T09:31:46.269Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-10T09:31:46.269Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-10T09:31:46.269Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-10T09:31:46.269Z] go: finding github.com/fatih/color v1.7.0 [2020-08-10T09:31:46.269Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-10T09:31:46.269Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-10T09:31:46.269Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-10T09:31:46.269Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-10T09:31:46.269Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-10T09:31:46.269Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-10T09:31:46.269Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-10T09:31:46.269Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-10T09:31:46.269Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-10T09:31:46.539Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-10T09:31:46.539Z] go: finding github.com/google/uuid v1.1.0 [2020-08-10T09:31:46.539Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-10T09:31:46.539Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-10T09:31:46.539Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-10T09:31:46.539Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-10T09:31:46.539Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-10T09:31:46.539Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-10T09:31:46.539Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-10T09:31:46.539Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-10T09:31:46.539Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-10T09:31:46.539Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-10T09:31:46.810Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-10T09:31:46.810Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-10T09:31:46.810Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-10T09:31:46.810Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-10T09:31:46.810Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-10T09:31:46.810Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-10T09:31:46.810Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-10T09:31:46.810Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-10T09:31:46.810Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-10T09:31:46.810Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-10T09:31:46.810Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-10T09:31:47.082Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-10T09:31:47.083Z] go: finding github.com/kr/pty v1.1.1 [2020-08-10T09:31:47.083Z] go: finding github.com/kr/text v0.1.0 [2020-08-10T09:31:47.083Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-10T09:31:47.083Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-10T09:31:47.083Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-10T09:31:47.083Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-10T09:31:47.083Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-10T09:31:47.083Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-10T09:31:47.083Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-10T09:31:47.083Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-10T09:31:47.354Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-10T09:31:47.354Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-10T09:31:47.354Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-10T09:31:47.354Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-10T09:31:47.354Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-10T09:31:47.354Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-10T09:31:47.354Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-10T09:31:47.354Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-10T09:31:47.354Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-10T09:31:47.354Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-10T09:31:47.354Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-10T09:31:47.354Z] go: finding github.com/posener/complete v1.1.1 [2020-08-10T09:31:47.624Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-10T09:31:47.624Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-10T09:31:47.624Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-10T09:31:47.624Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-10T09:31:47.624Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-10T09:31:47.624Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-10T09:31:47.624Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-10T09:31:47.624Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-10T09:31:47.624Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-10T09:31:47.624Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-10T09:31:47.624Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-10T09:31:47.624Z] go: finding golang.org/x/text v0.3.2 [2020-08-10T09:31:47.898Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-10T09:31:47.898Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-10T09:31:47.898Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-10T09:31:47.898Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-10T09:31:47.898Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-10T09:31:47.898Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-10T09:32:06.202Z] Removing intermediate container 52e8bceaad6d [2020-08-10T09:32:06.202Z] ---> 478ce3aa46c4 [2020-08-10T09:32:06.202Z] Successfully built 478ce3aa46c4 [2020-08-10T09:32:06.202Z] 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-08-10T09:32:06.909Z] + docker inspect -f . ci-base-image-arm64 [2020-08-10T09:32:06.909Z] . [Pipeline] withDockerContainer [2020-08-10T09:32:07.181Z] prd-ubuntu18.04-docker-arm64-4c-16g-3249 does not seem to be running inside a container [2020-08-10T09:32:07.261Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat [2020-08-10T09:32:08.720Z] $ docker top a938ce753d3bc9c7cab8f8408f0533ab7fb70b15fc8a3fd2e827b2f2f0a2662e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T09:32:09.745Z] + go version [2020-08-10T09:32:09.745Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-10T09:32:09.779Z] ========================================================= [2020-08-10T09:32:09.779Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-10T09:32:09.779Z] ========================================================= [Pipeline] sh [2020-08-10T09:32:10.523Z] + make test [2020-08-10T09:32:10.523Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-10T09:32:13.212Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-10T09:32:22.926Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:32:22.926Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:32:22.926Z] ---> 49d1b1eb4a74 [2020-08-10T09:32:22.926Z] Step 3/21 : WORKDIR /edgex-go [2020-08-10T09:32:22.926Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:32:22.926Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:32:22.926Z] ---> 49d1b1eb4a74 [2020-08-10T09:32:22.926Z] Step 3/20 : WORKDIR /edgex-go [2020-08-10T09:32:22.926Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:32:22.926Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-10T09:32:22.926Z] ---> 49d1b1eb4a74 [2020-08-10T09:32:22.926Z] Step 3/29 : WORKDIR /edgex-go [2020-08-10T09:32:22.926Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:32:22.926Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:32:22.926Z] ---> 49d1b1eb4a74 [2020-08-10T09:32:22.926Z] Step 3/26 : WORKDIR /edgex-go [2020-08-10T09:32:22.926Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:32:22.926Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:32:22.926Z] ---> 49d1b1eb4a74 [2020-08-10T09:32:22.926Z] Step 3/23 : WORKDIR /edgex-go [2020-08-10T09:32:22.926Z] ---> Running in d89fc31d396b [2020-08-10T09:32:22.926Z] ---> Running in 4fe2356d3fe9 [2020-08-10T09:32:22.926Z] ---> Running in dac4af532513 [2020-08-10T09:32:22.926Z] ---> Running in fe82da68ddb0 [2020-08-10T09:32:22.926Z] ---> Running in 8f9324bddce1 [2020-08-10T09:32:22.926Z] Removing intermediate container dac4af532513 [2020-08-10T09:32:22.926Z] ---> 43328c4b5495 [2020-08-10T09:32:22.926Z] Step 4/29 : RUN apk update && apk add make git [2020-08-10T09:32:22.926Z] Removing intermediate container d89fc31d396b [2020-08-10T09:32:22.926Z] ---> 974a92951bb5 [2020-08-10T09:32:22.926Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:32:22.926Z] Removing intermediate container 4fe2356d3fe9 [2020-08-10T09:32:22.926Z] ---> dd955e6956fd [2020-08-10T09:32:22.926Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:32:23.203Z] Removing intermediate container 8f9324bddce1 [2020-08-10T09:32:23.203Z] ---> b66b951d8d21 [2020-08-10T09:32:23.203Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:32:23.203Z] ---> Running in 37bdf7f859f5 [2020-08-10T09:32:23.203Z] Removing intermediate container fe82da68ddb0 [2020-08-10T09:32:23.203Z] ---> 20df9d0ecfae [2020-08-10T09:32:23.203Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:32:23.203Z] ---> Running in 7dab313f802f [2020-08-10T09:32:23.203Z] ---> Running in 4f41d690af2f [2020-08-10T09:32:23.203Z] ---> Running in 70fe06a1add3 [2020-08-10T09:32:23.203Z] ---> Running in a0f47ed4303a [2020-08-10T09:32:25.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:32:25.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:32:25.845Z] Removing intermediate container 4f41d690af2f [2020-08-10T09:32:25.845Z] ---> 23224dd5aadc [2020-08-10T09:32:25.845Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-10T09:32:26.131Z] Removing intermediate container 7dab313f802f [2020-08-10T09:32:26.131Z] ---> 79802ae8e64b [2020-08-10T09:32:26.131Z] Step 5/26 : RUN apk update && apk add make git [2020-08-10T09:32:26.131Z] ---> Running in d21a81184fa0 [2020-08-10T09:32:26.131Z] ---> Running in d36f40bbd79e [2020-08-10T09:32:26.579Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:32:26.579Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:32:26.579Z] OK: 12749 distinct packages available [2020-08-10T09:32:26.579Z] Removing intermediate container a0f47ed4303a [2020-08-10T09:32:26.579Z] ---> 024f681855be [2020-08-10T09:32:26.579Z] Step 5/21 : RUN apk update && apk add make git [2020-08-10T09:32:26.579Z] Removing intermediate container 70fe06a1add3 [2020-08-10T09:32:26.579Z] ---> c1a2ce35a63a [2020-08-10T09:32:26.923Z] Step 5/20 : RUN apk update && apk add make git [2020-08-10T09:32:26.923Z] OK: 233 MiB in 51 packages [2020-08-10T09:32:26.923Z] ---> Running in c4f548f74434 [2020-08-10T09:32:26.923Z] ---> Running in 00f9f1c30b4d [2020-08-10T09:32:27.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:32:27.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:32:27.935Z] Removing intermediate container 37bdf7f859f5 [2020-08-10T09:32:27.935Z] ---> 2a86740a7ac2 [2020-08-10T09:32:27.935Z] Step 5/29 : COPY go.mod . [2020-08-10T09:32:27.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:32:28.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:32:28.209Z] ---> 6ff01a66f5e3 [2020-08-10T09:32:28.209Z] Step 6/29 : RUN go mod download [2020-08-10T09:32:28.479Z] ---> Running in 26ea4c64e432 [2020-08-10T09:32:28.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:32:28.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:32:28.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:32:29.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:32:29.037Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:32:29.037Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:32:29.037Z] OK: 12749 distinct packages available [2020-08-10T09:32:29.037Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:32:29.037Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:32:29.037Z] OK: 12749 distinct packages available [2020-08-10T09:32:29.317Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:32:29.317Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:32:29.317Z] OK: 12749 distinct packages available [2020-08-10T09:32:29.317Z] OK: 233 MiB in 51 packages [2020-08-10T09:32:29.317Z] OK: 233 MiB in 51 packages [2020-08-10T09:32:29.603Z] OK: 233 MiB in 51 packages [2020-08-10T09:32:29.603Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:32:29.603Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:32:29.604Z] OK: 12749 distinct packages available [2020-08-10T09:32:29.881Z] OK: 233 MiB in 51 packages [2020-08-10T09:32:30.472Z] Removing intermediate container d36f40bbd79e [2020-08-10T09:32:30.472Z] ---> 9d8b72e90f60 [2020-08-10T09:32:30.472Z] Step 6/23 : COPY go.mod . [2020-08-10T09:32:30.472Z] Removing intermediate container d21a81184fa0 [2020-08-10T09:32:30.472Z] ---> 27c3bb26d8a5 [2020-08-10T09:32:30.472Z] Step 6/26 : COPY go.mod . [2020-08-10T09:32:30.472Z] Removing intermediate container 00f9f1c30b4d [2020-08-10T09:32:30.472Z] ---> 4212746ca4d0 [2020-08-10T09:32:30.472Z] Step 6/21 : COPY go.mod . [2020-08-10T09:32:30.742Z] Removing intermediate container c4f548f74434 [2020-08-10T09:32:30.742Z] ---> 16ca38a16c92 [2020-08-10T09:32:30.742Z] Step 6/20 : COPY go.mod . [2020-08-10T09:32:31.007Z] ---> 72e85d4d2869 [2020-08-10T09:32:31.007Z] Step 7/23 : RUN go mod download [2020-08-10T09:32:31.007Z] ---> 0d7a11ef4271 [2020-08-10T09:32:31.007Z] ---> 58592958b1a1 [2020-08-10T09:32:31.007Z] Step 7/26 : RUN go mod download [2020-08-10T09:32:31.007Z] Step 7/21 : RUN go mod download [2020-08-10T09:32:31.295Z] Removing intermediate container 26ea4c64e432 [2020-08-10T09:32:31.296Z] ---> 5182d401b11a [2020-08-10T09:32:31.296Z] Step 7/29 : COPY . . [2020-08-10T09:32:31.296Z] ---> Running in bfeda6f5f7fb [2020-08-10T09:32:31.296Z] ---> Running in 3cfab5719b36 [2020-08-10T09:32:31.296Z] ---> Running in 2f15a9f008bf [2020-08-10T09:32:31.296Z] ---> 239d4e5662d6 [2020-08-10T09:32:31.296Z] Step 7/20 : RUN go mod download [2020-08-10T09:32:31.568Z] ---> Running in 19bf80ed20a3 [2020-08-10T09:32:39.036Z] Removing intermediate container bfeda6f5f7fb [2020-08-10T09:32:39.036Z] ---> b19e44164dd2 [2020-08-10T09:32:39.036Z] Step 8/23 : COPY . . [2020-08-10T09:32:42.025Z] Removing intermediate container 3cfab5719b36 [2020-08-10T09:32:42.025Z] ---> 8e9a6673583b [2020-08-10T09:32:42.025Z] Step 8/26 : COPY . . [2020-08-10T09:32:45.454Z] Removing intermediate container 2f15a9f008bf [2020-08-10T09:32:45.454Z] ---> 688f9bff5c52 [2020-08-10T09:32:45.454Z] Step 8/21 : COPY . . [2020-08-10T09:32:45.598Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-10T09:32:46.142Z] Removing intermediate container 19bf80ed20a3 [2020-08-10T09:32:46.142Z] ---> 2e6713f5445a [2020-08-10T09:32:46.142Z] Step 8/20 : COPY . . [2020-08-10T09:32:58.006Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-10T09:32:58.006Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-10T09:32:58.006Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-10T09:32:58.006Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-10T09:32:58.006Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.068s [2020-08-10T09:32:58.006Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-10T09:32:58.006Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-10T09:32:58.006Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-10T09:33:00.002Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-10T09:33:00.276Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-10T09:33:00.878Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-10T09:33:00.878Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-10T09:33:00.878Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-10T09:33:11.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.077s coverage: 46.6% of statements [2020-08-10T09:33:11.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-10T09:33:11.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-10T09:33:11.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-10T09:33:11.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-10T09:33:11.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-10T09:33:17.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.221s coverage: 27.3% of statements [2020-08-10T09:33:17.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-10T09:33:17.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-10T09:33:17.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-10T09:33:17.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-10T09:33:17.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-10T09:33:17.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-10T09:33:17.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.020s coverage: 100.0% of statements [2020-08-10T09:33:17.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-10T09:33:17.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2020-08-10T09:33:17.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-10T09:33:19.139Z] ---> 4ad8b9b662b6 [2020-08-10T09:33:19.139Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-10T09:33:19.139Z] ---> Running in 0527b5a24277 [2020-08-10T09:33:22.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.283s coverage: 28.6% of statements [2020-08-10T09:33:22.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-10T09:33:22.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-10T09:33:22.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-10T09:33:22.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-10T09:33:22.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-10T09:33:22.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2020-08-10T09:33:22.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-10T09:33:22.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2020-08-10T09:33:22.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-10T09:33:22.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.069s coverage: 89.8% of statements [2020-08-10T09:33:22.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-10T09:33:22.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-08-10T09:33:23.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.094s coverage: 97.5% of statements [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-10T09:33:23.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.043s coverage: 100.0% of statements [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-10T09:33:23.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-10T09:33:23.077Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2020-08-10T09:33:23.243Z] ---> c6537331d5b3 [2020-08-10T09:33:23.243Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-10T09:33:24.547Z] ---> 54a01b9d4713 [2020-08-10T09:33:24.547Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-10T09:33:25.609Z] ---> Running in ca47862ed249 [2020-08-10T09:33:25.609Z] ---> Running in 5723804fbf42 [2020-08-10T09:33:25.897Z] ---> 37c8d62b80cf [2020-08-10T09:33:25.897Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-10T09:33:25.897Z] ---> 28475b66de85 [2020-08-10T09:33:25.897Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-10T09:33:26.216Z] ---> Running in c553e05f19ac [2020-08-10T09:33:26.216Z] ---> Running in e998f154ae01 [2020-08-10T09:33:27.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-10T09:33:27.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-10T09:33:28.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-10T09:33:28.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-10T09:33:28.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.232s coverage: 63.5% of statements [2020-08-10T09:33:28.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-10T09:33:28.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-10T09:33:28.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.021s coverage: 100.0% of statements [2020-08-10T09:33:28.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.363s coverage: 55.9% of statements [2020-08-10T09:33:28.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-10T09:33:28.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-10T09:33:28.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-10T09:33:28.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 38.420s coverage: 86.3% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.855s coverage: 72.2% of statements [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.388s coverage: 72.1% of statements [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.023s coverage: 48.4% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.049s coverage: 28.8% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 26.9% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.256s coverage: 84.1% of statements [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.059s coverage: 100.0% of statements [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 42.9% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.063s coverage: 83.8% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.177s coverage: 46.1% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.035s coverage: 100.0% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.179s coverage: 29.1% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.057s coverage: 99.0% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-10T09:34:07.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-08-10T09:34:07.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements [2020-08-10T09:34:07.808Z] GO111MODULE=on go vet ./... [2020-08-10T09:34:08.880Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-10T09:34:08.880Z] Removing intermediate container 0527b5a24277 [2020-08-10T09:34:08.880Z] ---> 3127fb9ae9a2 [2020-08-10T09:34:08.880Z] [2020-08-10T09:34:08.880Z] Step 9/29 : FROM alpine:latest [2020-08-10T09:34:08.880Z] latest: Pulling from library/alpine [2020-08-10T09:34:08.880Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-10T09:34:08.880Z] Status: Downloaded newer image for alpine:latest [2020-08-10T09:34:08.880Z] ---> a24bb4013296 [2020-08-10T09:34:08.880Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-10T09:34:08.880Z] ---> Running in 718a482b779a [2020-08-10T09:34:08.880Z] Removing intermediate container 718a482b779a [2020-08-10T09:34:08.880Z] ---> 67b9a691d509 [2020-08-10T09:34:08.880Z] Step 11/29 : USER root [2020-08-10T09:34:09.226Z] ---> Running in 365ad5fa9bc9 [2020-08-10T09:34:09.969Z] Removing intermediate container 365ad5fa9bc9 [2020-08-10T09:34:09.969Z] ---> c9fc8b8740b6 [2020-08-10T09:34:09.969Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-10T09:34:10.680Z] ---> Running in 0b4d725c10b2 [2020-08-10T09:34:10.680Z] Removing intermediate container c553e05f19ac [2020-08-10T09:34:10.680Z] ---> 849026062031 [2020-08-10T09:34:10.680Z] [2020-08-10T09:34:10.680Z] Step 10/20 : FROM alpine [2020-08-10T09:34:10.680Z] ---> a24bb4013296 [2020-08-10T09:34:10.680Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-10T09:34:11.024Z] ---> Running in e0a116423974 [2020-08-10T09:34:14.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:34:14.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:34:14.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-10T09:34:14.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:34:14.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:34:15.120Z] v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:34:15.120Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:34:15.120Z] OK: 12749 distinct packages available [2020-08-10T09:34:15.406Z] v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:34:15.406Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:34:15.406Z] OK: 12749 distinct packages available [2020-08-10T09:34:15.683Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-10T09:34:15.683Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-10T09:34:15.683Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:34:15.683Z] Executing ca-certificates-20191127-r4.trigger [2020-08-10T09:34:15.964Z] OK: 6 MiB in 16 packages [2020-08-10T09:34:15.964Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-10T09:34:15.964Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-10T09:34:15.964Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-10T09:34:15.964Z] (4/4) Installing curl (7.69.1-r0) [2020-08-10T09:34:15.964Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:34:15.964Z] Executing ca-certificates-20191127-r4.trigger [2020-08-10T09:34:16.278Z] OK: 7 MiB in 18 packages [2020-08-10T09:34:19.018Z] Removing intermediate container 0b4d725c10b2 [2020-08-10T09:34:19.018Z] ---> e7427149c7b5 [2020-08-10T09:34:19.018Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-10T09:34:19.661Z] ---> Running in 7378822c9612 [2020-08-10T09:34:19.661Z] Removing intermediate container e0a116423974 [2020-08-10T09:34:19.661Z] ---> 3d7af19339a4 [2020-08-10T09:34:19.661Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-10T09:34:20.018Z] Removing intermediate container ca47862ed249 [2020-08-10T09:34:20.018Z] ---> a8269acbf357 [2020-08-10T09:34:20.018Z] [2020-08-10T09:34:20.018Z] Step 10/23 : FROM scratch [2020-08-10T09:34:20.018Z] ---> [2020-08-10T09:34:20.018Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-10T09:34:20.018Z] ---> Running in 0e1874410cfd [2020-08-10T09:34:20.342Z] Removing intermediate container 7378822c9612 [2020-08-10T09:34:20.342Z] ---> a0c0902dfff1 [2020-08-10T09:34:20.342Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-10T09:34:20.689Z] ---> Running in 402bc958e637 [2020-08-10T09:34:20.981Z] Removing intermediate container 0e1874410cfd [2020-08-10T09:34:20.981Z] ---> bdb1c649e29e [2020-08-10T09:34:20.981Z] Step 13/20 : WORKDIR /edgex [2020-08-10T09:34:20.981Z] ---> Running in 799443f71bd0 [2020-08-10T09:34:21.345Z] Removing intermediate container 402bc958e637 [2020-08-10T09:34:21.345Z] ---> ae0f90d7ef4b [2020-08-10T09:34:21.345Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-10T09:34:21.345Z] ---> Running in 4762dc7a4f0a [2020-08-10T09:34:24.075Z] ---> Running in 76d466d8254d [2020-08-10T09:34:26.070Z] Removing intermediate container 799443f71bd0 [2020-08-10T09:34:26.070Z] ---> d02d46b5aea9 [2020-08-10T09:34:26.070Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-10T09:34:26.070Z] Removing intermediate container 4762dc7a4f0a [2020-08-10T09:34:26.070Z] ---> 1f171afd0dbe [2020-08-10T09:34:26.070Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-10T09:34:26.163Z] gofmt -l . [2020-08-10T09:34:26.163Z] [ "`gofmt -l .`" = "" ] [2020-08-10T09:34:26.359Z] Removing intermediate container 5723804fbf42 [2020-08-10T09:34:26.360Z] ---> 24f80e01f113 [2020-08-10T09:34:26.360Z] [2020-08-10T09:34:26.360Z] Step 10/26 : FROM alpine:3.10 [2020-08-10T09:34:26.360Z] ---> Running in 837e9b0a350a [2020-08-10T09:34:26.360Z] Removing intermediate container 76d466d8254d [2020-08-10T09:34:26.360Z] ---> aa03a763850f [2020-08-10T09:34:26.360Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-10T09:34:26.710Z] Removing intermediate container e998f154ae01 [2020-08-10T09:34:26.710Z] ---> ff297aeda5ef [2020-08-10T09:34:26.710Z] [2020-08-10T09:34:26.710Z] Step 10/21 : FROM scratch [2020-08-10T09:34:26.710Z] ---> [2020-08-10T09:34:26.710Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T09:34:26.710Z] ---> Running in b241a001736a [2020-08-10T09:34:26.710Z] 3.10: Pulling from library/alpine [2020-08-10T09:34:26.710Z] ---> Running in b62eb774a0c4 [2020-08-10T09:34:26.710Z] ---> add9ed67e8d7 [2020-08-10T09:34:26.710Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-10T09:34:27.239Z] Removing intermediate container b241a001736a [2020-08-10T09:34:27.239Z] ---> f00a20008dbe [2020-08-10T09:34:27.239Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-10T09:34:27.239Z] Removing intermediate container b62eb774a0c4 [2020-08-10T09:34:27.239Z] ---> 357a405c6d58 [2020-08-10T09:34:27.239Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-10T09:34:27.525Z] ---> Running in 875f4239b3cd [2020-08-10T09:34:27.817Z] ---> fea3ea5adc70 [2020-08-10T09:34:27.817Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-10T09:34:28.133Z] Removing intermediate container 875f4239b3cd [2020-08-10T09:34:28.133Z] ---> 27c0d05d8a02 [2020-08-10T09:34:28.133Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-10T09:34:28.133Z] ---> 8ba6ae1da403 [2020-08-10T09:34:28.133Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-10T09:34:28.133Z] ---> Running in 02488dc38915 [2020-08-10T09:34:28.133Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-10T09:34:28.397Z] Status: Downloaded newer image for alpine:3.10 [2020-08-10T09:34:28.397Z] ---> be4e4bea2c2e [2020-08-10T09:34:28.397Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-10T09:34:28.689Z] ---> Running in aa816c81613f [2020-08-10T09:34:28.689Z] ---> Running in 50a8d08c4b6e [2020-08-10T09:34:28.777Z] ./bin/test-go-mod-tidy.sh [2020-08-10T09:34:28.971Z] Removing intermediate container 02488dc38915 [2020-08-10T09:34:28.972Z] ---> 05d32e7f7209 [2020-08-10T09:34:28.972Z] Step 14/21 : WORKDIR / [2020-08-10T09:34:28.972Z] Removing intermediate container 837e9b0a350a [2020-08-10T09:34:28.972Z] ---> 9b52e38256f8 [2020-08-10T09:34:28.972Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-10T09:34:28.972Z] ---> c2a7c0ad31fb [2020-08-10T09:34:28.972Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-10T09:34:28.972Z] ---> Running in 1f48ecdbe449 [2020-08-10T09:34:28.972Z] Removing intermediate container aa816c81613f [2020-08-10T09:34:28.972Z] ---> a4204e13a8c9 [2020-08-10T09:34:28.972Z] Step 17/20 : CMD ["--init=true"] [2020-08-10T09:34:29.050Z] ./bin/test-attribution-txt.sh [2020-08-10T09:34:29.254Z] ---> Running in cc472017f733 [2020-08-10T09:34:29.529Z] Removing intermediate container 1f48ecdbe449 [2020-08-10T09:34:29.529Z] ---> 0c20e75b165c [2020-08-10T09:34:29.529Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-10T09:34:29.847Z] Removing intermediate container cc472017f733 [2020-08-10T09:34:29.847Z] ---> 21f42beb39b6 [2020-08-10T09:34:29.847Z] Step 18/20 : LABEL arch=x86_64 [2020-08-10T09:34:29.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:34:29.847Z] ---> 221f12140fb9 [2020-08-10T09:34:29.847Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-10T09:34:29.847Z] ---> b267b013782c [2020-08-10T09:34:29.847Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-10T09:34:29.847Z] ---> Running in 9ea9d5392ce3 [2020-08-10T09:34:30.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:34:30.114Z] ---> 9b63ed6a401f [2020-08-10T09:34:30.114Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-10T09:34:30.393Z] Removing intermediate container 9ea9d5392ce3 [2020-08-10T09:34:30.393Z] ---> e36eae801bd0 [2020-08-10T09:34:30.393Z] Step 19/20 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:34:30.393Z] v3.10.5-68-gfeae60ca03 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-10T09:34:30.393Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-10T09:34:30.393Z] OK: 10346 distinct packages available [2020-08-10T09:34:30.393Z] ---> f229c2c7214b [2020-08-10T09:34:30.393Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-10T09:34:30.393Z] ---> Running in e4c63d9b20d6 [2020-08-10T09:34:30.393Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-10T09:34:30.673Z] ---> 5a980c4e8c80 [2020-08-10T09:34:30.673Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-10T09:34:30.673Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-10T09:34:30.673Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-10T09:34:30.673Z] (4/5) Installing curl (7.66.0-r0) [2020-08-10T09:34:30.673Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-10T09:34:30.673Z] Executing busybox-1.30.1-r3.trigger [2020-08-10T09:34:30.673Z] Executing ca-certificates-20191127-r2.trigger [2020-08-10T09:34:30.673Z] OK: 7 MiB in 19 packages [2020-08-10T09:34:30.979Z] Removing intermediate container e4c63d9b20d6 [2020-08-10T09:34:30.979Z] ---> bc6d6bc10600 [2020-08-10T09:34:30.979Z] Step 20/20 : LABEL version=0.0.0 [2020-08-10T09:34:31.270Z] ---> cd5eb31af9da [2020-08-10T09:34:31.270Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-10T09:34:31.270Z] ---> 41602ca1b2fa [2020-08-10T09:34:31.270Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-10T09:34:31.270Z] ---> Running in ef0627ecf926 [2020-08-10T09:34:32.244Z] Removing intermediate container ef0627ecf926 [2020-08-10T09:34:32.244Z] ---> f852eaed64d7 [2020-08-10T09:34:32.244Z] [2020-08-10T09:34:32.244Z] ---> 37aa0a9cc7b6 [2020-08-10T09:34:32.244Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-10T09:34:32.244Z] ---> c453cafeb95c [2020-08-10T09:34:32.244Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-10T09:34:32.244Z] ---> 392a184c93c4 [2020-08-10T09:34:32.244Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [Pipeline] sh [2020-08-10T09:34:32.852Z] Successfully built f852eaed64d7 [2020-08-10T09:34:32.852Z] ---> Running in 3b5b3ee75d0b [2020-08-10T09:34:32.852Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-10T09:34:32.852Z] Building docker-support-logging-go [2020-08-10T09:34:32.852Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 50a8d08c4b6e [2020-08-10T09:34:32.852Z] ---> 547eccf48068 [2020-08-10T09:34:32.852Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-10T09:34:33.087Z] + ls -al . [2020-08-10T09:34:33.087Z] total 588 [2020-08-10T09:34:33.087Z] drwxrwxr-x 10 1001 1001 4096 Aug 10 09:34 . [2020-08-10T09:34:33.087Z] drwxr-xr-x 4 root root 4096 Aug 10 09:32 .. [2020-08-10T09:34:33.087Z] -rw-rw-r-- 1 1001 1001 11 Aug 10 09:30 .dockerignore [2020-08-10T09:34:33.087Z] drwxrwxr-x 8 1001 1001 4096 Aug 10 09:30 .git [2020-08-10T09:34:33.087Z] drwxrwxr-x 3 1001 1001 4096 Aug 10 09:30 .github [2020-08-10T09:34:33.087Z] -rw-rw-r-- 1 1001 1001 932 Aug 10 09:30 .gitignore [2020-08-10T09:34:33.087Z] drwxrwxr-x 3 1001 1001 4096 Aug 10 09:30 .semver [2020-08-10T09:34:33.087Z] -rw-rw-r-- 1 1001 1001 166 Aug 10 09:30 .sonarcloud.properties [2020-08-10T09:34:33.087Z] -rw-rw-r-- 1 1001 1001 3804 Aug 10 09:30 CONTRIBUTING.md [2020-08-10T09:34:33.087Z] -rw-rw-r-- 1 1001 1001 1035 Aug 10 09:30 Dockerfile.build [2020-08-10T09:34:33.087Z] -rw-rw-r-- 1 1001 1001 865 Aug 10 09:30 Jenkinsfile [2020-08-10T09:34:33.087Z] -rw-rw-r-- 1 1001 1001 10775 Aug 10 09:30 LICENSE [2020-08-10T09:34:33.087Z] -rw-rw-r-- 1 1001 1001 6237 Aug 10 09:30 Makefile [2020-08-10T09:34:33.087Z] -rw-rw-r-- 1 1001 1001 5652 Aug 10 09:30 README.md [2020-08-10T09:34:33.087Z] -rw-rw-r-- 1 1001 1001 7111 Aug 10 09:30 SECURITY.md [2020-08-10T09:34:33.087Z] -rw-rw-r-- 1 1001 1001 5 Aug 10 09:27 VERSION [2020-08-10T09:34:33.087Z] -rw-rw-r-- 1 1001 1001 4131 Aug 10 09:30 ZMQWindows.md [2020-08-10T09:34:33.087Z] drwxrwxr-x 2 1001 1001 4096 Aug 10 09:30 bin [2020-08-10T09:34:33.087Z] drwxrwxr-x 15 1001 1001 4096 Aug 10 09:30 cmd [2020-08-10T09:34:33.087Z] -rw-r--r-- 1 root root 455803 Aug 10 09:34 coverage.out [2020-08-10T09:34:33.087Z] -rw-r--r-- 1 root root 1019 Aug 10 09:34 go.mod [2020-08-10T09:34:33.087Z] -rw-r--r-- 1 root root 18146 Aug 10 09:34 go.sum [2020-08-10T09:34:33.087Z] drwxrwxr-x 8 1001 1001 4096 Aug 10 09:30 internal [2020-08-10T09:34:33.087Z] drwxrwxr-x 4 1001 1001 4096 Aug 10 09:30 openapi [2020-08-10T09:34:33.087Z] drwxrwxr-x 4 1001 1001 4096 Aug 10 09:30 snap [2020-08-10T09:34:33.087Z] -rw-rw-r-- 1 1001 1001 168 Aug 10 09:30 version.go [Pipeline] sh [2020-08-10T09:34:33.151Z] ---> abf97cf98677 [2020-08-10T09:34:33.151Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T09:34:33.151Z] ---> dae5b3190964 [2020-08-10T09:34:33.151Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-10T09:34:33.151Z] ---> Running in cc98c59a6d87 [2020-08-10T09:34:33.151Z] ---> Running in ccead7f6432b [2020-08-10T09:34:33.151Z] ---> Running in ed7e067afea8 [2020-08-10T09:34:33.423Z] Removing intermediate container 3b5b3ee75d0b [2020-08-10T09:34:33.423Z] ---> b481db05f13d [2020-08-10T09:34:33.423Z] Step 19/21 : LABEL arch=x86_64 [2020-08-10T09:34:33.742Z] + '[' -e coverage.out ] [2020-08-10T09:34:33.742Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-10T09:34:33.799Z] Warning: overwriting stash ‘coverage-report’ [2020-08-10T09:34:34.020Z] ---> Running in bba5abc89431 [2020-08-10T09:34:34.020Z] Removing intermediate container cc98c59a6d87 [2020-08-10T09:34:34.020Z] ---> bd8027553251 [2020-08-10T09:34:34.020Z] Step 13/26 : WORKDIR / [2020-08-10T09:34:34.293Z] Removing intermediate container ed7e067afea8 [2020-08-10T09:34:34.293Z] ---> 4078ca65c253 [2020-08-10T09:34:34.293Z] Step 21/23 : LABEL arch=x86_64 [2020-08-10T09:34:34.581Z] ---> Running in 18c6223af60d [2020-08-10T09:34:34.887Z] Stashed 1 file(s) [Pipeline] sh [2020-08-10T09:34:34.911Z] ---> Running in 3649905b72f7 [2020-08-10T09:34:34.911Z] Removing intermediate container bba5abc89431 [2020-08-10T09:34:34.911Z] ---> 9ebed7ccae18 [2020-08-10T09:34:34.911Z] Step 20/21 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:34:35.559Z] + make build [2020-08-10T09:34:35.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-10T09:34:36.951Z] ---> Running in 353dc5c77bea [2020-08-10T09:34:37.308Z] Removing intermediate container 3649905b72f7 [2020-08-10T09:34:37.308Z] ---> db9c975346e9 [2020-08-10T09:34:37.308Z] Step 22/23 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:34:37.588Z] Removing intermediate container 18c6223af60d [2020-08-10T09:34:37.588Z] ---> 51f13a550b92 [2020-08-10T09:34:37.588Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-10T09:34:38.609Z] ---> Running in 1ca9ca9b4cc1 [2020-08-10T09:34:38.609Z] Removing intermediate container 353dc5c77bea [2020-08-10T09:34:38.609Z] ---> b947405ee0df [2020-08-10T09:34:38.609Z] Step 21/21 : LABEL version=0.0.0 [2020-08-10T09:34:38.884Z] ---> Running in 7658b0846df4 [2020-08-10T09:34:38.884Z] Removing intermediate container ccead7f6432b [2020-08-10T09:34:38.884Z] ---> 59af52eb09af [2020-08-10T09:34:38.884Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-10T09:34:39.155Z] ---> 7e1a37889158 [2020-08-10T09:34:39.156Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-10T09:34:39.156Z] Removing intermediate container 1ca9ca9b4cc1 [2020-08-10T09:34:39.156Z] ---> b24b9815ff71 [2020-08-10T09:34:39.156Z] Step 23/23 : LABEL version=0.0.0 [2020-08-10T09:34:39.156Z] ---> Running in f93bae66c429 [2020-08-10T09:34:39.436Z] Removing intermediate container 7658b0846df4 [2020-08-10T09:34:39.436Z] ---> ec9e37a2623e [2020-08-10T09:34:39.436Z] [2020-08-10T09:34:39.436Z] Successfully built ec9e37a2623e [2020-08-10T09:34:39.436Z] ---> 137018d03b17 [2020-08-10T09:34:39.436Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-10T09:34:39.436Z] Successfully tagged docker-core-metadata-go:latest [2020-08-10T09:34:39.436Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2020-08-10T09:34:39.737Z] ---> c2f8b1b818d3 [2020-08-10T09:34:39.737Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-10T09:34:39.737Z] Removing intermediate container f93bae66c429 [2020-08-10T09:34:39.737Z] ---> fcd7178e2083 [2020-08-10T09:34:39.737Z] [2020-08-10T09:34:39.737Z] ---> Running in 4ddb62a4dd37 [2020-08-10T09:34:40.013Z] Successfully built fcd7178e2083 [2020-08-10T09:34:40.013Z] Successfully tagged docker-support-notifications-go:latest [2020-08-10T09:34:40.013Z] Building docker-core-command-go [2020-08-10T09:34:41.478Z]  Building docker-support-notifications-go ... done  ---> 9d6d098321c8 [2020-08-10T09:34:41.478Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-10T09:34:43.584Z] ---> 75fa2051e8f3 [2020-08-10T09:34:43.584Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-10T09:34:46.220Z] ---> 3b75b5b0e3eb [2020-08-10T09:34:46.220Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-10T09:34:46.862Z] Removing intermediate container 4ddb62a4dd37 [2020-08-10T09:34:46.862Z] ---> 2eae07fa13a4 [2020-08-10T09:34:46.862Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-10T09:34:47.479Z] ---> Running in c938de1d7514 [2020-08-10T09:34:48.622Z] ---> 307c1ff741f2 [2020-08-10T09:34:48.622Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-10T09:34:50.154Z] ---> e5560c0d39be [2020-08-10T09:34:50.154Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-10T09:34:51.284Z] ---> 4f7bedb0e59c [2020-08-10T09:34:51.284Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-10T09:34:51.284Z] ---> Running in 0c3c9c770454 [2020-08-10T09:34:51.898Z] Removing intermediate container c938de1d7514 [2020-08-10T09:34:51.898Z] ---> c3494a69f224 [2020-08-10T09:34:51.898Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-10T09:34:52.894Z] ---> Running in c3a938e09fa1 [2020-08-10T09:34:53.609Z] Removing intermediate container c3a938e09fa1 [2020-08-10T09:34:53.609Z] ---> 51f156d3492b [2020-08-10T09:34:53.609Z] Step 26/29 : CMD [ "generate" ] [2020-08-10T09:34:53.859Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-10T09:34:54.238Z] ---> Running in b83fa98e39cf [2020-08-10T09:34:55.846Z] Removing intermediate container b83fa98e39cf [2020-08-10T09:34:55.847Z] ---> 79bcf3316365 [2020-08-10T09:34:55.847Z] Step 27/29 : LABEL arch=x86_64 [2020-08-10T09:34:58.000Z] ---> Running in a04373046e93 [2020-08-10T09:34:58.000Z] Removing intermediate container 0c3c9c770454 [2020-08-10T09:34:58.000Z] ---> 71b8bfff0580 [2020-08-10T09:34:58.000Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-10T09:34:58.269Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:34:58.269Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:34:58.269Z] ---> 49d1b1eb4a74 [2020-08-10T09:34:58.269Z] Step 3/21 : WORKDIR /edgex-go [2020-08-10T09:34:58.269Z] ---> Using cache [2020-08-10T09:34:58.269Z] ---> 20df9d0ecfae [2020-08-10T09:34:58.269Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:34:58.269Z] ---> Using cache [2020-08-10T09:34:58.269Z] ---> 024f681855be [2020-08-10T09:34:58.269Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-10T09:34:59.257Z] ---> Running in 62cbda528e82 [2020-08-10T09:34:59.257Z] Removing intermediate container a04373046e93 [2020-08-10T09:34:59.257Z] ---> 48ff45e639ed [2020-08-10T09:34:59.257Z] Step 28/29 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:34:59.257Z] ---> Running in 913446523dc9 [2020-08-10T09:35:00.355Z] ---> Running in 8f9c763ee698 [2020-08-10T09:35:00.656Z] Removing intermediate container 913446523dc9 [2020-08-10T09:35:00.656Z] ---> da7e0522035a [2020-08-10T09:35:00.656Z] Step 24/26 : LABEL arch=x86_64 [2020-08-10T09:35:02.660Z] Removing intermediate container 8f9c763ee698 [2020-08-10T09:35:02.660Z] ---> c00f99cb315f [2020-08-10T09:35:02.660Z] Step 29/29 : LABEL version=0.0.0 [2020-08-10T09:35:02.660Z] ---> Running in b98f5dd78d0f [2020-08-10T09:35:03.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:35:03.391Z] ---> Running in 0de181d79339 [2020-08-10T09:35:03.672Z] Removing intermediate container b98f5dd78d0f [2020-08-10T09:35:03.672Z] ---> 378b4e857ab1 [2020-08-10T09:35:03.672Z] Step 25/26 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:35:03.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:35:03.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-10T09:35:04.557Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:35:04.557Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:35:04.557Z] OK: 12749 distinct packages available [2020-08-10T09:35:05.266Z] OK: 233 MiB in 51 packages [2020-08-10T09:35:05.557Z] ---> Running in be166f410668 [2020-08-10T09:35:05.557Z] OK: 233 MiB in 51 packages [2020-08-10T09:35:06.613Z] Removing intermediate container 0de181d79339 [2020-08-10T09:35:06.613Z] ---> c5424d5224b1 [2020-08-10T09:35:06.613Z] [2020-08-10T09:35:07.693Z] Removing intermediate container be166f410668 [2020-08-10T09:35:07.693Z] ---> afdb08135746 [2020-08-10T09:35:07.693Z] Step 26/26 : LABEL version=0.0.0 [2020-08-10T09:35:08.125Z] Successfully built c5424d5224b1 [2020-08-10T09:35:08.125Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-10T09:35:08.125Z] Building docker-support-scheduler-go [2020-08-10T09:35:08.844Z]  Building docker-security-secrets-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:35:08.844Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:35:08.844Z] ---> 49d1b1eb4a74 [2020-08-10T09:35:08.844Z] Step 3/21 : WORKDIR /edgex-go [2020-08-10T09:35:08.844Z] ---> Using cache [2020-08-10T09:35:08.844Z] ---> 20df9d0ecfae [2020-08-10T09:35:08.844Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:35:08.844Z] ---> Using cache [2020-08-10T09:35:08.844Z] ---> 024f681855be [2020-08-10T09:35:08.844Z] Step 5/21 : RUN apk update && apk add make git [2020-08-10T09:35:08.844Z] ---> Using cache [2020-08-10T09:35:08.844Z] ---> 4212746ca4d0 [2020-08-10T09:35:08.844Z] Step 6/21 : COPY go.mod . [2020-08-10T09:35:08.844Z] ---> Using cache [2020-08-10T09:35:08.844Z] ---> 0d7a11ef4271 [2020-08-10T09:35:08.844Z] Step 7/21 : RUN go mod download [2020-08-10T09:35:08.844Z] ---> Using cache [2020-08-10T09:35:08.844Z] ---> 688f9bff5c52 [2020-08-10T09:35:08.844Z] Step 8/21 : COPY . . [2020-08-10T09:35:08.844Z] ---> Using cache [2020-08-10T09:35:08.844Z] ---> 28475b66de85 [2020-08-10T09:35:08.844Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-10T09:35:08.844Z] ---> Running in 10a92c1e05a4 [2020-08-10T09:35:09.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-10T09:35:09.980Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:35:09.980Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:35:09.980Z] ---> 49d1b1eb4a74 [2020-08-10T09:35:09.980Z] Step 3/26 : WORKDIR /edgex-go [2020-08-10T09:35:09.980Z] ---> Using cache [2020-08-10T09:35:09.980Z] ---> 20df9d0ecfae [2020-08-10T09:35:09.980Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:35:09.980Z] ---> Using cache [2020-08-10T09:35:09.980Z] ---> 024f681855be [2020-08-10T09:35:09.980Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-10T09:35:11.388Z] ---> Running in fa111232594c [2020-08-10T09:35:12.023Z] ---> Running in 36bd6cfba18f [2020-08-10T09:35:12.625Z] Removing intermediate container 10a92c1e05a4 [2020-08-10T09:35:12.625Z] ---> 3e30f362c6e5 [2020-08-10T09:35:12.625Z] [2020-08-10T09:35:12.905Z] Removing intermediate container 62cbda528e82 [2020-08-10T09:35:12.905Z] ---> bc3c67b3b9a6 [2020-08-10T09:35:12.905Z] Step 6/21 : COPY go.mod . [2020-08-10T09:35:12.905Z] Successfully built 3e30f362c6e5 [2020-08-10T09:35:12.905Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-10T09:35:12.905Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-08-10T09:35:13.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-10T09:35:14.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:35:14.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-10T09:35:14.406Z] ---> 2b0caa645207 [2020-08-10T09:35:14.406Z] Step 7/21 : RUN go mod download [2020-08-10T09:35:15.545Z] ---> Running in f004343c22b3 [2020-08-10T09:35:15.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:35:16.203Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:35:16.203Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:35:16.203Z] OK: 12749 distinct packages available [2020-08-10T09:35:16.656Z] OK: 233 MiB in 51 packages [2020-08-10T09:35:19.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-10T09:35:20.355Z] Removing intermediate container fa111232594c [2020-08-10T09:35:20.355Z] ---> fd24c5cb247e [2020-08-10T09:35:20.355Z] Step 6/26 : COPY go.mod . [2020-08-10T09:35:20.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-10T09:35:21.059Z] ---> 4bcb90b6090a [2020-08-10T09:35:21.059Z] Step 7/26 : RUN go mod download [2020-08-10T09:35:21.384Z] ---> Running in a1887d5043a9 [2020-08-10T09:35:22.006Z] Removing intermediate container f004343c22b3 [2020-08-10T09:35:22.006Z] ---> 65d0ed03cb5b [2020-08-10T09:35:22.006Z] Step 8/21 : COPY . . [2020-08-10T09:35:24.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-10T09:35:29.057Z] Removing intermediate container a1887d5043a9 [2020-08-10T09:35:29.057Z] ---> 81ed005bc467 [2020-08-10T09:35:29.057Z] Step 8/26 : COPY . . [2020-08-10T09:35:30.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-10T09:35:33.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-10T09:35:34.209Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:35:34.209Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:35:34.209Z] ---> 49d1b1eb4a74 [2020-08-10T09:35:34.209Z] Step 3/20 : WORKDIR /edgex-go [2020-08-10T09:35:34.209Z] ---> Using cache [2020-08-10T09:35:34.209Z] ---> 20df9d0ecfae [2020-08-10T09:35:34.209Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:35:34.209Z] ---> Using cache [2020-08-10T09:35:34.209Z] ---> 024f681855be [2020-08-10T09:35:34.209Z] Step 5/20 : RUN apk update && apk add make git [2020-08-10T09:35:34.209Z] ---> Using cache [2020-08-10T09:35:34.209Z] ---> 4212746ca4d0 [2020-08-10T09:35:34.209Z] Step 6/20 : COPY go.mod . [2020-08-10T09:35:34.209Z] ---> Using cache [2020-08-10T09:35:34.209Z] ---> 0d7a11ef4271 [2020-08-10T09:35:34.209Z] Step 7/20 : RUN go mod download [2020-08-10T09:35:34.209Z] ---> Using cache [2020-08-10T09:35:34.209Z] ---> 688f9bff5c52 [2020-08-10T09:35:34.209Z] Step 8/20 : COPY . . [2020-08-10T09:35:34.520Z] ---> Using cache [2020-08-10T09:35:34.520Z] ---> 28475b66de85 [2020-08-10T09:35:34.520Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-10T09:35:35.716Z] ---> Running in 3216d37e90b1 [2020-08-10T09:35:37.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-10T09:35:39.461Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-10T09:35:42.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-10T09:35:45.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-10T09:35:49.043Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:35:49.043Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:35:49.043Z] ---> 49d1b1eb4a74 [2020-08-10T09:35:49.043Z] Step 3/22 : WORKDIR /edgex-go [2020-08-10T09:35:49.043Z] ---> Using cache [2020-08-10T09:35:49.043Z] ---> 20df9d0ecfae [2020-08-10T09:35:49.043Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:35:49.043Z] ---> Using cache [2020-08-10T09:35:49.043Z] ---> 024f681855be [2020-08-10T09:35:49.043Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-10T09:35:49.043Z] ---> Running in 20fbb89f5bd4 [Pipeline] } [2020-08-10T09:35:49.873Z] $ docker stop --time=1 a938ce753d3bc9c7cab8f8408f0533ab7fb70b15fc8a3fd2e827b2f2f0a2662e [2020-08-10T09:35:50.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:35:51.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:35:52.318Z] $ docker rm -f a938ce753d3bc9c7cab8f8408f0533ab7fb70b15fc8a3fd2e827b2f2f0a2662e [2020-08-10T09:35:52.433Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:35:52.434Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:35:52.434Z] OK: 12749 distinct packages available [2020-08-10T09:35:53.062Z] OK: 233 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T09:35:53.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-10T09:35:54.094Z] [2020-08-10T09:35:54.094Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-10T09:35:54.467Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-10T09:35:54.741Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-10T09:35:54.741Z] 29e5d40040c1: Pulling fs layer [2020-08-10T09:35:54.741Z] 1ce36da41761: Pulling fs layer [2020-08-10T09:35:54.741Z] 25b303627fd3: Pulling fs layer [2020-08-10T09:35:54.741Z] 29e5d40040c1: Verifying Checksum [2020-08-10T09:35:54.741Z] 29e5d40040c1: Download complete [2020-08-10T09:35:55.338Z] 1ce36da41761: Verifying Checksum [2020-08-10T09:35:55.338Z] 1ce36da41761: Download complete [2020-08-10T09:35:55.338Z] 29e5d40040c1: Pull complete [2020-08-10T09:35:56.751Z] Removing intermediate container 20fbb89f5bd4 [2020-08-10T09:35:56.751Z] ---> c6bfcdc67b9f [2020-08-10T09:35:56.751Z] Step 6/22 : COPY go.mod . [2020-08-10T09:35:56.758Z] 1ce36da41761: Pull complete [2020-08-10T09:35:57.038Z] 25b303627fd3: Verifying Checksum [2020-08-10T09:35:57.038Z] 25b303627fd3: Download complete [2020-08-10T09:35:59.619Z] ---> 8a502233732b [2020-08-10T09:35:59.619Z] Step 7/22 : RUN go mod download [2020-08-10T09:36:00.351Z] ---> Running in f57549ac43a2 [2020-08-10T09:36:04.007Z] Removing intermediate container 36bd6cfba18f [2020-08-10T09:36:04.007Z] ---> ceb297431e4d [2020-08-10T09:36:04.007Z] [2020-08-10T09:36:04.007Z] Step 10/21 : FROM scratch [2020-08-10T09:36:04.007Z] ---> [2020-08-10T09:36:04.007Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T09:36:06.663Z] ---> Using cache [2020-08-10T09:36:06.663Z] ---> 357a405c6d58 [2020-08-10T09:36:06.663Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-10T09:36:07.167Z] 25b303627fd3: Pull complete [2020-08-10T09:36:07.167Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-10T09:36:07.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-10T09:36:07.167Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-10T09:36:07.436Z] prd-ubuntu18.04-docker-arm64-4c-16g-3249 does not seem to be running inside a container [2020-08-10T09:36:07.509Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-10T09:36:08.090Z] ---> Running in 2ac600a9a426 [2020-08-10T09:36:08.698Z] ---> 57734897206b [2020-08-10T09:36:08.698Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-10T09:36:08.982Z] ---> Running in 0941659db659 [2020-08-10T09:36:08.982Z] Removing intermediate container 2ac600a9a426 [2020-08-10T09:36:08.982Z] ---> 43e75c925537 [2020-08-10T09:36:08.982Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-10T09:36:09.589Z] ---> Running in bf8ec686d7f3 [2020-08-10T09:36:09.589Z] Removing intermediate container f57549ac43a2 [2020-08-10T09:36:09.589Z] ---> bc5e69390852 [2020-08-10T09:36:09.589Z] Step 8/22 : COPY . . [2020-08-10T09:36:11.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-10T09:36:11.072Z] Removing intermediate container bf8ec686d7f3 [2020-08-10T09:36:11.072Z] ---> f82ba7f4628a [2020-08-10T09:36:11.072Z] Step 14/21 : WORKDIR / [2020-08-10T09:36:11.966Z] $ docker top b0c74f4da6f5622c72094b8efdcb923c616dc63a22008351318014b41f3bf911 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T09:36:13.467Z] + docker-compose build --help [2020-08-10T09:36:13.467Z] + grep parallel [2020-08-10T09:36:13.681Z] ---> 0efc7f45a639 [2020-08-10T09:36:13.681Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-10T09:36:13.681Z] ---> Running in d783a1d32ee0 [2020-08-10T09:36:14.779Z] ---> Running in 31376c772295 [2020-08-10T09:36:15.784Z] Removing intermediate container d783a1d32ee0 [2020-08-10T09:36:15.784Z] ---> 3dc6153b3c6b [2020-08-10T09:36:15.784Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-10T09:36:16.837Z] --parallel Build images in parallel. [Pipeline] } [2020-08-10T09:36:17.118Z] $ docker stop --time=1 b0c74f4da6f5622c72094b8efdcb923c616dc63a22008351318014b41f3bf911 [2020-08-10T09:36:17.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-10T09:36:18.285Z] ---> dd3bca52c90e [2020-08-10T09:36:18.285Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-10T09:36:19.118Z] $ docker rm -f b0c74f4da6f5622c72094b8efdcb923c616dc63a22008351318014b41f3bf911 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T09:36:19.891Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-10T09:36:19.891Z] . [Pipeline] withDockerContainer [2020-08-10T09:36:20.154Z] prd-ubuntu18.04-docker-arm64-4c-16g-3249 does not seem to be running inside a container [2020-08-10T09:36:20.216Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-10T09:36:21.805Z] $ docker top 6033d5776a6caf1ea8d68f75c8967d783c71162e80f02797788115463ea1e5f1 -eo pid,comm [2020-08-10T09:36:21.884Z] ---> 19ea974d5ef0 [2020-08-10T09:36:21.884Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-10T09:36:21.884Z] Removing intermediate container 3216d37e90b1 [2020-08-10T09:36:21.884Z] ---> 9af0d277e0be [2020-08-10T09:36:21.884Z] [2020-08-10T09:36:21.884Z] Step 10/20 : FROM scratch [2020-08-10T09:36:21.884Z] ---> [2020-08-10T09:36:21.884Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] { [Pipeline] sh [2020-08-10T09:36:22.508Z] ---> Using cache [2020-08-10T09:36:22.508Z] ---> 357a405c6d58 [2020-08-10T09:36:22.508Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-10T09:36:22.844Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-10T09:36:24.553Z] ---> Running in acfdc6e97a88 [2020-08-10T09:36:25.544Z] ---> e9fc3222d7f1 [2020-08-10T09:36:25.544Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T09:36:26.534Z] ---> Running in 5eaaab7e0257 [2020-08-10T09:36:26.864Z] Removing intermediate container acfdc6e97a88 [2020-08-10T09:36:26.864Z] ---> 0d7dbce0c89f [2020-08-10T09:36:26.864Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-10T09:36:27.119Z] Building docker-core-command-go ... [2020-08-10T09:36:27.119Z] Building docker-core-data-go ... [2020-08-10T09:36:27.119Z] Building docker-core-metadata-go ... [2020-08-10T09:36:27.119Z] Building docker-security-proxy-setup-go ... [2020-08-10T09:36:27.119Z] Building docker-security-secrets-setup-go ... [2020-08-10T09:36:27.119Z] Building docker-security-secretstore-setup-go ... [2020-08-10T09:36:27.119Z] Building docker-support-logging-go ... [2020-08-10T09:36:27.119Z] Building docker-support-notifications-go ... [2020-08-10T09:36:27.119Z] Building docker-support-scheduler-go ... [2020-08-10T09:36:27.119Z] Building docker-sys-mgmt-agent-go ... [2020-08-10T09:36:27.119Z] Building docker-security-secretstore-setup-go [2020-08-10T09:36:27.119Z] Building docker-support-notifications-go [2020-08-10T09:36:27.119Z] Building docker-core-metadata-go [2020-08-10T09:36:27.119Z] Building docker-support-scheduler-go [2020-08-10T09:36:27.119Z] Building docker-security-secrets-setup-go [2020-08-10T09:36:27.178Z] ---> Running in 1fff42d40520 [2020-08-10T09:36:27.832Z] Removing intermediate container 5eaaab7e0257 [2020-08-10T09:36:27.832Z] ---> 3c2b9ab4c362 [2020-08-10T09:36:27.832Z] Step 19/21 : LABEL arch=x86_64 [2020-08-10T09:36:28.584Z] Removing intermediate container 1fff42d40520 [2020-08-10T09:36:28.585Z] ---> fcf5ae43e65b [2020-08-10T09:36:28.585Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-10T09:36:28.585Z] ---> Running in e451b2e1bee7 [2020-08-10T09:36:29.283Z] Removing intermediate container e451b2e1bee7 [2020-08-10T09:36:29.283Z] ---> 73a03946703c [2020-08-10T09:36:29.283Z] Step 20/21 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:36:29.954Z] ---> Running in 92560307cfcd [2020-08-10T09:36:29.954Z] ---> 09dc13e5a0ea [2020-08-10T09:36:29.954Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-10T09:36:32.060Z] Removing intermediate container 92560307cfcd [2020-08-10T09:36:32.060Z] ---> e19d1297e5b2 [2020-08-10T09:36:32.060Z] Step 21/21 : LABEL version=0.0.0 [2020-08-10T09:36:32.060Z] ---> Running in d39021bc1d01 [2020-08-10T09:36:33.842Z] Removing intermediate container d39021bc1d01 [2020-08-10T09:36:33.842Z] ---> b84ff1a34d7a [2020-08-10T09:36:33.842Z] [2020-08-10T09:36:34.524Z] ---> 809c27cfa93d [2020-08-10T09:36:34.524Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-10T09:36:34.524Z] Successfully built b84ff1a34d7a [2020-08-10T09:36:35.192Z] Successfully tagged docker-core-command-go:latest [2020-08-10T09:36:36.935Z]  Building docker-core-command-go ... done  ---> 250cfba31ae4 [2020-08-10T09:36:36.935Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T09:36:37.949Z] ---> Running in bbdc802f6105 [2020-08-10T09:36:39.811Z] Removing intermediate container bbdc802f6105 [2020-08-10T09:36:39.811Z] ---> d0883cef7b5e [2020-08-10T09:36:39.811Z] Step 18/20 : LABEL arch=x86_64 [2020-08-10T09:36:40.803Z] ---> Running in 1bc2ed84c105 [2020-08-10T09:36:42.368Z] Removing intermediate container 1bc2ed84c105 [2020-08-10T09:36:42.368Z] ---> 40daa5b0a1dc [2020-08-10T09:36:42.369Z] Step 19/20 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:36:43.443Z] ---> Running in da70bcb73224 [2020-08-10T09:36:43.737Z] ---> 178dfaae7102 [2020-08-10T09:36:43.737Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-10T09:36:44.013Z] Removing intermediate container da70bcb73224 [2020-08-10T09:36:44.013Z] ---> 0127908c7eb0 [2020-08-10T09:36:44.013Z] Step 20/20 : LABEL version=0.0.0 [2020-08-10T09:36:44.013Z] ---> Running in df60714355d8 [2020-08-10T09:36:44.317Z] ---> Running in 791d0f5bee8e [2020-08-10T09:36:44.599Z] Removing intermediate container 791d0f5bee8e [2020-08-10T09:36:44.599Z] ---> fcee1dfa7373 [2020-08-10T09:36:44.599Z] [2020-08-10T09:36:44.955Z] Successfully built fcee1dfa7373 [2020-08-10T09:36:45.271Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-10T09:36:46.026Z]  Building docker-support-scheduler-go ... done CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-10T09:36:48.811Z] Removing intermediate container 0941659db659 [2020-08-10T09:36:48.811Z] ---> 82ecf2ebcbe5 [2020-08-10T09:36:48.811Z] [2020-08-10T09:36:48.811Z] Step 10/21 : FROM scratch [2020-08-10T09:36:48.811Z] ---> [2020-08-10T09:36:48.811Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-10T09:36:48.811Z] ---> Using cache [2020-08-10T09:36:48.811Z] ---> ae0f90d7ef4b [2020-08-10T09:36:48.811Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-10T09:36:50.383Z] ---> Running in af4e56991c19 [2020-08-10T09:36:51.521Z] Removing intermediate container 31376c772295 [2020-08-10T09:36:51.521Z] ---> a6ef2100b9eb [2020-08-10T09:36:51.521Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-10T09:36:51.521Z] Removing intermediate container af4e56991c19 [2020-08-10T09:36:51.521Z] ---> 571cf23bc92f [2020-08-10T09:36:51.521Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-10T09:36:51.521Z] ---> Running in 58b136f36f9f [2020-08-10T09:36:51.803Z] ---> Running in 4d04ce8ff7b7 [2020-08-10T09:36:52.105Z] Removing intermediate container 4d04ce8ff7b7 [2020-08-10T09:36:52.105Z] ---> b74606a1ab3b [2020-08-10T09:36:52.105Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-10T09:36:53.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-10T09:36:53.309Z] ---> 6dffe46c97f2 [2020-08-10T09:36:53.309Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-10T09:36:53.923Z] ---> 518c6917b97c [2020-08-10T09:36:53.923Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-10T09:36:56.939Z] ---> ec637a433770 [2020-08-10T09:36:56.939Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-10T09:36:57.965Z] ---> ae64f36255e9 [2020-08-10T09:36:57.965Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T09:36:57.965Z] Removing intermediate container 58b136f36f9f [2020-08-10T09:36:57.965Z] ---> 56a9f3c6b14d [2020-08-10T09:36:57.965Z] [2020-08-10T09:36:57.965Z] Step 11/26 : FROM docker:latest [2020-08-10T09:36:57.965Z] ---> 81f5749c9058 [2020-08-10T09:36:57.965Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-10T09:36:57.965Z] ---> Running in 8ebb83df8b36 [2020-08-10T09:36:58.244Z] ---> Running in 65b08a8b2cc0 [2020-08-10T09:36:58.579Z] Removing intermediate container 8ebb83df8b36 [2020-08-10T09:36:58.579Z] ---> d7e71d0687a5 [2020-08-10T09:36:58.579Z] Step 19/21 : LABEL arch=x86_64 [2020-08-10T09:36:58.885Z] ---> Running in df1237738bf5 [2020-08-10T09:36:59.537Z] Removing intermediate container df1237738bf5 [2020-08-10T09:36:59.537Z] ---> 2b7f2c1e31e0 [2020-08-10T09:36:59.537Z] Step 20/21 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:36:59.837Z] ---> Running in 18ad65bb4cf1 [2020-08-10T09:36:59.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:36:59.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:37:00.129Z] (1/2) Installing readline (8.0.4-r0) [2020-08-10T09:37:00.129Z] (2/2) Installing bash (5.0.17-r0) [2020-08-10T09:37:00.129Z] Executing bash-5.0.17-r0.post-install [2020-08-10T09:37:00.129Z] Removing intermediate container 18ad65bb4cf1 [2020-08-10T09:37:00.129Z] ---> 3a906beb716c [2020-08-10T09:37:00.129Z] Step 21/21 : LABEL version=0.0.0 [2020-08-10T09:37:00.129Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:37:00.411Z] OK: 12 MiB in 22 packages [2020-08-10T09:37:00.411Z] ---> Running in c7dacb5d41d2 [2020-08-10T09:37:00.753Z] Removing intermediate container c7dacb5d41d2 [2020-08-10T09:37:00.753Z] ---> 81f65dfc64fb [2020-08-10T09:37:00.753Z] [2020-08-10T09:37:01.078Z] Successfully built 81f65dfc64fb [2020-08-10T09:37:01.078Z] Successfully tagged docker-support-logging-go:latest [2020-08-10T09:37:01.369Z]  Building docker-support-logging-go ... done Removing intermediate container 65b08a8b2cc0 [2020-08-10T09:37:01.369Z] ---> c3be99db6a8f [2020-08-10T09:37:01.369Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-10T09:37:01.369Z] ---> Running in ec4524583350 [2020-08-10T09:37:04.222Z] Removing intermediate container ec4524583350 [2020-08-10T09:37:04.222Z] ---> 74343213cef9 [2020-08-10T09:37:04.222Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-10T09:37:04.222Z] ---> Running in 1c5c2772dd32 [2020-08-10T09:37:04.524Z] Removing intermediate container 1c5c2772dd32 [2020-08-10T09:37:04.524Z] ---> 741792202687 [2020-08-10T09:37:04.524Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-10T09:37:04.870Z] ---> Running in b3f19b886f5c [2020-08-10T09:37:05.137Z] Removing intermediate container b3f19b886f5c [2020-08-10T09:37:05.137Z] ---> 3035c6a6c0e9 [2020-08-10T09:37:05.137Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-10T09:37:05.137Z] ---> Running in b1a64fc3cd0d [2020-08-10T09:37:05.420Z] Removing intermediate container b1a64fc3cd0d [2020-08-10T09:37:05.420Z] ---> 44a098412dad [2020-08-10T09:37:05.420Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-10T09:37:06.980Z] ---> d8530d1a8df5 [2020-08-10T09:37:06.980Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-10T09:37:08.959Z] ---> 4a80296599c2 [2020-08-10T09:37:08.959Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-10T09:37:09.224Z] ---> f21324c63893 [2020-08-10T09:37:09.224Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-10T09:37:09.224Z] ---> Running in 93195b297f19 [2020-08-10T09:37:10.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:37:10.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:37:10.642Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-10T09:37:10.642Z] (2/33) Installing expat (2.2.9-r1) [2020-08-10T09:37:10.642Z] (3/33) Installing libffi (3.3-r2) [2020-08-10T09:37:10.642Z] (4/33) Installing gdbm (1.13-r1) [2020-08-10T09:37:10.642Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-10T09:37:10.642Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-10T09:37:10.642Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-10T09:37:16.799Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-10T09:37:16.799Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-10T09:37:16.799Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-10T09:37:16.799Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-10T09:37:16.799Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-10T09:37:16.799Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-10T09:37:16.799Z] Removing intermediate container df60714355d8 [2020-08-10T09:37:16.799Z] ---> bb775347680a [2020-08-10T09:37:16.799Z] [2020-08-10T09:37:16.799Z] Step 10/22 : FROM alpine [2020-08-10T09:37:16.799Z] ---> a24bb4013296 [2020-08-10T09:37:16.799Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T09:37:16.799Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-10T09:37:16.799Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-10T09:37:17.071Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-10T09:37:17.071Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-10T09:37:17.071Z] ---> Running in 240f797ba936 [2020-08-10T09:37:17.071Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-10T09:37:17.334Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-10T09:37:17.334Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-10T09:37:17.334Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-10T09:37:17.334Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-10T09:37:17.334Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-10T09:37:17.334Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-10T09:37:17.334Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-10T09:37:17.334Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-10T09:37:18.282Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-10T09:37:18.282Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-10T09:37:18.282Z] Removing intermediate container 240f797ba936 [2020-08-10T09:37:18.282Z] ---> ea3b0616e93a [2020-08-10T09:37:18.282Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-10T09:37:18.282Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-10T09:37:18.282Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-10T09:37:18.282Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-10T09:37:18.282Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-10T09:37:18.282Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-10T09:37:18.282Z] ---> Running in 7e36f8d5b1e1 [2020-08-10T09:37:18.282Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:37:18.282Z] OK: 71 MiB in 55 packages [2020-08-10T09:37:18.874Z] Removing intermediate container 7e36f8d5b1e1 [2020-08-10T09:37:18.874Z] ---> 9a68c6ca079e [2020-08-10T09:37:18.874Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-10T09:37:19.146Z] ---> Running in 514f883576b8 [2020-08-10T09:37:19.418Z] Removing intermediate container 514f883576b8 [2020-08-10T09:37:19.418Z] ---> 30e6b5327be4 [2020-08-10T09:37:19.418Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:37:20.374Z] ---> Running in b14216beb5d8 [2020-08-10T09:37:25.748Z] Removing intermediate container b14216beb5d8 [2020-08-10T09:37:25.748Z] ---> d2a2c03e85a1 [2020-08-10T09:37:25.748Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-10T09:37:25.748Z] Removing intermediate container 93195b297f19 [2020-08-10T09:37:25.748Z] ---> 246970539a95 [2020-08-10T09:37:25.748Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-10T09:37:25.748Z] ---> Running in c4ee5680f866 [2020-08-10T09:37:26.359Z] ---> Running in 2136e917a393 [2020-08-10T09:37:26.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:37:27.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:37:28.279Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-10T09:37:28.572Z] Collecting docker-compose==1.23.2 [2020-08-10T09:37:28.573Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-10T09:37:28.573Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-10T09:37:28.573Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-10T09:37:28.845Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-10T09:37:28.845Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-10T09:37:28.845Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-10T09:37:28.845Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-10T09:37:29.138Z] Collecting docopt<0.7,>=0.6.1 [2020-08-10T09:37:29.138Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:37:29.138Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-10T09:37:29.138Z] OK: 8 MiB in 19 packages [2020-08-10T09:37:29.767Z] Collecting PyYAML<4,>=3.10 [2020-08-10T09:37:30.099Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-10T09:37:30.099Z] Removing intermediate container c4ee5680f866 [2020-08-10T09:37:30.099Z] ---> a1702ca020c7 [2020-08-10T09:37:30.099Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-10T09:37:31.175Z] ---> 137277d4930b [2020-08-10T09:37:31.175Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-10T09:37:31.459Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-10T09:37:31.459Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-10T09:37:31.730Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-10T09:37:31.730Z] Collecting texttable<0.10,>=0.9.0 [2020-08-10T09:37:31.730Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-10T09:37:32.313Z] ---> fcaba248cf92 [2020-08-10T09:37:32.313Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-10T09:37:32.313Z] Collecting cached-property<2,>=1.2.0 [2020-08-10T09:37:32.313Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-10T09:37:32.591Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-10T09:37:32.591Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-10T09:37:32.591Z] ---> 8a3656b5ffee [2020-08-10T09:37:32.591Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T09:37:32.591Z] ---> Running in 5855328cacb8 [2020-08-10T09:37:32.868Z] Removing intermediate container 5855328cacb8 [2020-08-10T09:37:32.868Z] ---> b9cee24bfeb3 [2020-08-10T09:37:32.868Z] Step 20/22 : LABEL arch=x86_64 [2020-08-10T09:37:32.868Z] ---> Running in 3079798cbc55 [2020-08-10T09:37:33.154Z] Collecting jsonschema<3,>=2.5.1 [2020-08-10T09:37:33.154Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-10T09:37:33.154Z] Removing intermediate container 3079798cbc55 [2020-08-10T09:37:33.154Z] ---> d3aff7dc9dc9 [2020-08-10T09:37:33.154Z] Step 21/22 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:37:33.438Z] Collecting docker<4.0,>=3.6.0 [2020-08-10T09:37:33.438Z] ---> Running in 3c400750a8c1 [2020-08-10T09:37:33.438Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-10T09:37:33.438Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-10T09:37:33.438Z] Collecting idna<2.8,>=2.5 [2020-08-10T09:37:33.438Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-10T09:37:33.438Z] Removing intermediate container 3c400750a8c1 [2020-08-10T09:37:33.438Z] ---> 028b8baec2f7 [2020-08-10T09:37:33.438Z] Step 22/22 : LABEL version=0.0.0 [2020-08-10T09:37:33.438Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-10T09:37:33.701Z] ---> Running in 148e588b38ae [2020-08-10T09:37:33.701Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-10T09:37:33.701Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-10T09:37:33.701Z] Collecting docker-pycreds>=0.4.0 [2020-08-10T09:37:33.701Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-10T09:37:33.963Z] Removing intermediate container 148e588b38ae [2020-08-10T09:37:33.963Z] ---> 05bdaab8087e [2020-08-10T09:37:33.964Z] [2020-08-10T09:37:33.964Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-10T09:37:33.964Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-10T09:37:33.964Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-10T09:37:33.964Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-10T09:37:33.964Z] Successfully built 05bdaab8087e [2020-08-10T09:37:33.964Z] Successfully tagged docker-core-data-go:latest [2020-08-10T09:37:33.964Z]  Building docker-core-data-go ... done Installing collected packages: websocket-client, docopt, PyYAML, idna, urllib3, requests, texttable, cached-property, dockerpty, jsonschema, docker-pycreds, docker, docker-compose [2020-08-10T09:37:34.229Z] Running setup.py install for docopt: started [2020-08-10T09:37:34.806Z] Running setup.py install for docopt: finished with status 'done' [2020-08-10T09:37:34.806Z] Running setup.py install for PyYAML: started [2020-08-10T09:37:35.446Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-10T09:37:35.446Z] Attempting uninstall: idna [2020-08-10T09:37:35.446Z] Found existing installation: idna 2.9 [2020-08-10T09:37:35.446Z] Uninstalling idna-2.9: [2020-08-10T09:37:35.446Z] Successfully uninstalled idna-2.9 [2020-08-10T09:37:35.717Z] Attempting uninstall: urllib3 [2020-08-10T09:37:35.717Z] Found existing installation: urllib3 1.25.9 [2020-08-10T09:37:35.717Z] Uninstalling urllib3-1.25.9: [2020-08-10T09:37:35.717Z] Successfully uninstalled urllib3-1.25.9 [2020-08-10T09:37:35.984Z] Attempting uninstall: requests [2020-08-10T09:37:35.984Z] Found existing installation: requests 2.23.0 [2020-08-10T09:37:35.984Z] Uninstalling requests-2.23.0: [2020-08-10T09:37:35.984Z] Successfully uninstalled requests-2.23.0 [2020-08-10T09:37:36.258Z] Running setup.py install for texttable: started [2020-08-10T09:37:36.847Z] Running setup.py install for texttable: finished with status 'done' [2020-08-10T09:37:36.847Z] Running setup.py install for dockerpty: started [2020-08-10T09:37:37.471Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-10T09:37:38.471Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-10T09:37:41.230Z] Removing intermediate container 2136e917a393 [2020-08-10T09:37:41.230Z] ---> 2630e9ca1840 [2020-08-10T09:37:41.230Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-10T09:37:41.230Z] ---> Running in 6f43825efa40 [2020-08-10T09:37:42.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T09:37:42.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T09:37:42.574Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-10T09:37:42.574Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-10T09:37:42.873Z] (3/3) Installing curl (7.69.1-r0) [2020-08-10T09:37:42.873Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:37:42.873Z] OK: 72 MiB in 58 packages [2020-08-10T09:37:43.521Z] Removing intermediate container 6f43825efa40 [2020-08-10T09:37:43.521Z] ---> be717185522d [2020-08-10T09:37:43.521Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T09:37:43.521Z] ---> Running in 478260230d0f [2020-08-10T09:37:43.821Z] Removing intermediate container 478260230d0f [2020-08-10T09:37:43.821Z] ---> 60d0998e9536 [2020-08-10T09:37:43.821Z] Step 24/26 : LABEL arch=x86_64 [2020-08-10T09:37:43.821Z] ---> Running in 93e6d6cabd0d [2020-08-10T09:37:44.093Z] Removing intermediate container 93e6d6cabd0d [2020-08-10T09:37:44.093Z] ---> 3b517a660700 [2020-08-10T09:37:44.093Z] Step 25/26 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:37:44.359Z] ---> Running in bc986c18e09f [2020-08-10T09:37:44.359Z] Removing intermediate container bc986c18e09f [2020-08-10T09:37:44.359Z] ---> e6dbfbc584b6 [2020-08-10T09:37:44.359Z] Step 26/26 : LABEL version=0.0.0 [2020-08-10T09:37:44.624Z] ---> Running in a122ca46078a [2020-08-10T09:37:44.901Z] Removing intermediate container a122ca46078a [2020-08-10T09:37:44.901Z] ---> fe8efd650af5 [2020-08-10T09:37:44.901Z] [2020-08-10T09:37:44.901Z] Successfully built fe8efd650af5 [2020-08-10T09:37:44.901Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-10T09:37:45.504Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-10T09:37:45.583Z] $ docker stop --time=1 a6135ba2adf5c74d2571d4aaf24273027446a5b25b67e85ef348f004bf43a71d [2020-08-10T09:37:47.511Z] $ docker rm -f a6135ba2adf5c74d2571d4aaf24273027446a5b25b67e85ef348f004bf43a71d [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-10T09:37:48.153Z] + docker images [2020-08-10T09:37:48.153Z] + grep docker [2020-08-10T09:37:48.618Z] docker-sys-mgmt-agent-go latest fe8efd650af5 4 seconds ago 284MB [2020-08-10T09:37:48.618Z] docker-core-data-go latest 05bdaab8087e 15 seconds ago 23.8MB [2020-08-10T09:37:48.618Z] docker-support-logging-go latest 81f65dfc64fb 48 seconds ago 11.8MB [2020-08-10T09:37:48.618Z] docker-support-scheduler-go latest fcee1dfa7373 About a minute ago 13.1MB [2020-08-10T09:37:48.618Z] docker-core-command-go latest b84ff1a34d7a About a minute ago 13MB [2020-08-10T09:37:48.618Z] docker-security-secretstore-setup-go latest 3e30f362c6e5 2 minutes ago 33.9MB [2020-08-10T09:37:48.618Z] docker-security-secrets-setup-go latest c5424d5224b1 2 minutes ago 25.1MB [2020-08-10T09:37:48.618Z] docker-core-metadata-go latest ec9e37a2623e 3 minutes ago 14.4MB [2020-08-10T09:37:48.618Z] docker-support-notifications-go latest fcd7178e2083 3 minutes ago 14.4MB [2020-08-10T09:37:48.618Z] docker-security-proxy-setup-go latest f852eaed64d7 3 minutes ago 16.4MB [2020-08-10T09:37:48.618Z] docker latest 81f5749c9058 6 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-08-10T09:38:18.892Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:38:18.892Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:38:18.892Z] ---> 478ce3aa46c4 [2020-08-10T09:38:18.892Z] Step 3/21 : WORKDIR /edgex-go [2020-08-10T09:38:18.892Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:38:18.892Z] [2020-08-10T09:38:18.892Z] Step 2/20 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:38:18.892Z] [2020-08-10T09:38:18.892Z] ---> 478ce3aa46c4 [2020-08-10T09:38:18.892Z] ---> 478ce3aa46c4 [2020-08-10T09:38:18.892Z] Step 3/20 : WORKDIR /edgex-goStep 3/26 : WORKDIR /edgex-go [2020-08-10T09:38:18.892Z] [2020-08-10T09:38:18.892Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:38:18.892Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:38:18.892Z] ---> 478ce3aa46c4 [2020-08-10T09:38:18.892Z] Step 3/23 : WORKDIR /edgex-go [2020-08-10T09:38:18.892Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:38:18.892Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-10T09:38:18.892Z] ---> 478ce3aa46c4 [2020-08-10T09:38:18.892Z] Step 3/29 : WORKDIR /edgex-go [2020-08-10T09:38:18.892Z] ---> Running in b7fb7fce9076 [2020-08-10T09:38:18.892Z] ---> Running in bcf532fa753c [2020-08-10T09:38:18.892Z] ---> Running in 9b8ca5b6b6c1 [2020-08-10T09:38:18.892Z] ---> Running in eb4ca4ecf5f9 [2020-08-10T09:38:18.892Z] ---> Running in a3c28a2c29fe [2020-08-10T09:38:18.892Z] Removing intermediate container bcf532fa753c [2020-08-10T09:38:18.892Z] ---> cc5888e199c1 [2020-08-10T09:38:18.892Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:38:18.892Z] Removing intermediate container 9b8ca5b6b6c1 [2020-08-10T09:38:18.892Z] ---> 53ad6b070886 [2020-08-10T09:38:18.892Z] Step 4/29 : RUN apk update && apk add make git [2020-08-10T09:38:18.892Z] Removing intermediate container a3c28a2c29fe [2020-08-10T09:38:18.892Z] ---> 800f617a3a65 [2020-08-10T09:38:18.892Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:38:18.892Z] Removing intermediate container b7fb7fce9076 [2020-08-10T09:38:18.892Z] ---> 9ebd66345f0f [2020-08-10T09:38:18.892Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:38:18.892Z] Removing intermediate container eb4ca4ecf5f9 [2020-08-10T09:38:18.892Z] ---> d67c4921f08f [2020-08-10T09:38:18.892Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:38:18.892Z] ---> Running in 80c91a8a02ea [2020-08-10T09:38:18.892Z] ---> Running in 2c2139a12634 [2020-08-10T09:38:18.892Z] ---> Running in c940aa4162fa [2020-08-10T09:38:18.892Z] ---> Running in cd408f00f1fd [2020-08-10T09:38:18.892Z] ---> Running in eec6e79ee3c0 [2020-08-10T09:38:20.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:38:21.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:38:22.461Z] Removing intermediate container 80c91a8a02ea [2020-08-10T09:38:22.461Z] ---> 2802b4586d8a [2020-08-10T09:38:22.461Z] Step 5/21 : RUN apk update && apk add make git [2020-08-10T09:38:22.732Z] ---> Running in fd4eb4aaf271 [2020-08-10T09:38:22.732Z] Removing intermediate container cd408f00f1fd [2020-08-10T09:38:22.732Z] ---> a12d1c5363e3 [2020-08-10T09:38:22.732Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-10T09:38:23.004Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:38:23.004Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:38:23.004Z] OK: 12620 distinct packages available [2020-08-10T09:38:23.004Z] ---> Running in 4f20bbebad15 [2020-08-10T09:38:23.004Z] Removing intermediate container eec6e79ee3c0 [2020-08-10T09:38:23.004Z] ---> 20f303c25db2 [2020-08-10T09:38:23.004Z] Step 5/26 : RUN apk update && apk add make git [2020-08-10T09:38:23.286Z] Removing intermediate container c940aa4162fa [2020-08-10T09:38:23.286Z] ---> a8838cd1aa97 [2020-08-10T09:38:23.286Z] Step 5/20 : RUN apk update && apk add make git [2020-08-10T09:38:23.286Z] ---> Running in b0f74fc0f4a9 [2020-08-10T09:38:23.286Z] ---> Running in 45bcf90e7a3e [2020-08-10T09:38:23.895Z] OK: 217 MiB in 51 packages [2020-08-10T09:38:24.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:38:25.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:38:25.483Z] Removing intermediate container 2c2139a12634 [2020-08-10T09:38:25.483Z] ---> 9d3d67605caf [2020-08-10T09:38:25.483Z] Step 5/29 : COPY go.mod . [2020-08-10T09:38:25.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:38:25.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:38:25.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:38:26.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:38:26.347Z] ---> 4af3c73c9e7a [2020-08-10T09:38:26.347Z] Step 6/29 : RUN go mod download [2020-08-10T09:38:26.347Z] ---> Running in f1532693e15b [2020-08-10T09:38:27.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:38:27.021Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:38:27.021Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:38:27.021Z] OK: 12620 distinct packages available [2020-08-10T09:38:27.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:38:27.610Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:38:27.610Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:38:27.610Z] OK: 12620 distinct packages available [2020-08-10T09:38:27.610Z] OK: 217 MiB in 51 packages [2020-08-10T09:38:27.885Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:38:27.885Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:38:27.885Z] OK: 12620 distinct packages available [2020-08-10T09:38:28.161Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:38:28.161Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:38:28.161Z] OK: 12620 distinct packages available [2020-08-10T09:38:28.439Z] OK: 217 MiB in 51 packages [2020-08-10T09:38:29.040Z] OK: 217 MiB in 51 packages [2020-08-10T09:38:29.040Z] OK: 217 MiB in 51 packages [2020-08-10T09:38:29.637Z] Removing intermediate container fd4eb4aaf271 [2020-08-10T09:38:29.637Z] ---> 65c5578e1bb9 [2020-08-10T09:38:29.637Z] Step 6/21 : COPY go.mod . [2020-08-10T09:38:30.234Z] Removing intermediate container 4f20bbebad15 [2020-08-10T09:38:30.234Z] ---> 1995b4fd2ada [2020-08-10T09:38:30.234Z] Step 6/23 : COPY go.mod . [2020-08-10T09:38:30.513Z] ---> 5017ea6f7a01 [2020-08-10T09:38:30.513Z] Step 7/21 : RUN go mod download [2020-08-10T09:38:30.513Z] Removing intermediate container 45bcf90e7a3e [2020-08-10T09:38:30.513Z] ---> d89648e14712 [2020-08-10T09:38:30.513Z] Step 6/26 : COPY go.mod . [2020-08-10T09:38:30.785Z] ---> Running in 0fae6af61e1a [2020-08-10T09:38:31.058Z] Removing intermediate container b0f74fc0f4a9 [2020-08-10T09:38:31.058Z] ---> 7a2a92907919 [2020-08-10T09:38:31.058Z] Step 6/20 : COPY go.mod . [2020-08-10T09:38:31.058Z] Removing intermediate container f1532693e15b [2020-08-10T09:38:31.058Z] ---> 73fdb4599b36 [2020-08-10T09:38:31.058Z] Step 7/29 : COPY . . [2020-08-10T09:38:31.058Z] ---> 078b3576d958 [2020-08-10T09:38:31.335Z] Step 7/23 : RUN go mod download [2020-08-10T09:38:31.603Z] ---> Running in 0c36b6259b9f [2020-08-10T09:38:31.603Z] ---> 0f467014b701 [2020-08-10T09:38:31.603Z] Step 7/26 : RUN go mod download [2020-08-10T09:38:31.873Z] ---> Running in 971f053e1c8d [2020-08-10T09:38:32.472Z] ---> 7dca87d6fec7 [2020-08-10T09:38:32.472Z] Step 7/20 : RUN go mod download [2020-08-10T09:38:32.765Z] ---> Running in 41f890beaaad [2020-08-10T09:38:36.153Z] Removing intermediate container 0fae6af61e1a [2020-08-10T09:38:36.153Z] ---> af0404158009 [2020-08-10T09:38:36.153Z] Step 8/21 : COPY . . [2020-08-10T09:38:36.430Z] Removing intermediate container 0c36b6259b9f [2020-08-10T09:38:36.430Z] ---> 9ec2cb067b3a [2020-08-10T09:38:36.430Z] Step 8/23 : COPY . . [2020-08-10T09:38:37.894Z] Removing intermediate container 971f053e1c8d [2020-08-10T09:38:37.894Z] ---> ca278b8d22b8 [2020-08-10T09:38:37.894Z] Step 8/26 : COPY . . [2020-08-10T09:38:37.894Z] Removing intermediate container 41f890beaaad [2020-08-10T09:38:37.894Z] ---> 55fac25fcdb1 [2020-08-10T09:38:37.894Z] Step 8/20 : COPY . . [2020-08-10T09:39:10.245Z] ---> 12035db8d8b2 [2020-08-10T09:39:10.245Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-10T09:39:10.245Z] ---> b7d29c2e9382 [2020-08-10T09:39:10.245Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-10T09:39:10.245Z] ---> bcfa073f29d6 [2020-08-10T09:39:10.245Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-10T09:39:10.245Z] ---> Running in 9c6bc39e9164 [2020-08-10T09:39:10.245Z] ---> bd24f29be588 [2020-08-10T09:39:10.245Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-10T09:39:10.245Z] ---> 682f78b204af [2020-08-10T09:39:10.245Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-10T09:39:10.245Z] ---> Running in 7fb35934289e [2020-08-10T09:39:10.245Z] ---> Running in f00c43709ff5 [2020-08-10T09:39:10.245Z] ---> Running in 487149b7edc5 [2020-08-10T09:39:10.245Z] ---> Running in f88b3fb68622 [2020-08-10T09:39:10.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-10T09:39:10.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-10T09:39:10.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-10T09:39:10.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-10T09:39:10.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-10T09:40:32.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-10T09:40:32.073Z] Removing intermediate container 9c6bc39e9164 [2020-08-10T09:40:32.073Z] ---> 3ece793634df [2020-08-10T09:40:32.073Z] [2020-08-10T09:40:32.073Z] Step 9/29 : FROM alpine:latest [2020-08-10T09:40:32.073Z] latest: Pulling from library/alpine [2020-08-10T09:40:32.074Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-10T09:40:32.074Z] Status: Downloaded newer image for alpine:latest [2020-08-10T09:40:32.074Z] ---> 62ee0e9f8440 [2020-08-10T09:40:32.074Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-10T09:40:32.074Z] ---> Running in fa59cd0c54eb [2020-08-10T09:40:32.074Z] Removing intermediate container fa59cd0c54eb [2020-08-10T09:40:32.074Z] ---> 63d62b63feaf [2020-08-10T09:40:32.074Z] Step 11/29 : USER root [2020-08-10T09:40:32.074Z] ---> Running in 49ec0d52cadb [2020-08-10T09:40:32.074Z] Removing intermediate container 49ec0d52cadb [2020-08-10T09:40:32.074Z] ---> 640c5832a153 [2020-08-10T09:40:32.074Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-10T09:40:32.074Z] ---> Running in 0d63a6c17c36 [2020-08-10T09:40:34.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:40:34.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:40:35.709Z] v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:40:35.709Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:40:35.709Z] OK: 12620 distinct packages available [2020-08-10T09:40:36.335Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-10T09:40:36.335Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-10T09:40:36.335Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:40:36.335Z] Executing ca-certificates-20191127-r4.trigger [2020-08-10T09:40:36.615Z] OK: 6 MiB in 16 packages [2020-08-10T09:40:39.266Z] Removing intermediate container 0d63a6c17c36 [2020-08-10T09:40:39.266Z] ---> 76e528382814 [2020-08-10T09:40:39.266Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-10T09:40:39.544Z] ---> Running in eac3f78c4aab [2020-08-10T09:40:39.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-10T09:40:40.423Z] Removing intermediate container eac3f78c4aab [2020-08-10T09:40:40.423Z] ---> ec80bcc65f6a [2020-08-10T09:40:40.423Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-10T09:40:40.702Z] ---> Running in f1c008091842 [2020-08-10T09:40:41.308Z] Removing intermediate container f1c008091842 [2020-08-10T09:40:41.308Z] ---> bdc17b1e4322 [2020-08-10T09:40:41.308Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-10T09:40:41.587Z] ---> Running in 2679a7ab10e5 [2020-08-10T09:40:45.968Z] Removing intermediate container 2679a7ab10e5 [2020-08-10T09:40:45.968Z] ---> 81d4469b4a9a [2020-08-10T09:40:45.968Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-10T09:40:47.970Z] ---> 1c070771263a [2020-08-10T09:40:47.970Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-10T09:40:48.959Z] ---> e5b54aec8210 [2020-08-10T09:40:48.959Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-10T09:40:50.426Z] ---> a109474df58d [2020-08-10T09:40:50.426Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-10T09:40:51.881Z] ---> 9465d67a4a0f [2020-08-10T09:40:51.881Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-10T09:40:53.906Z] ---> 293dc457f47a [2020-08-10T09:40:53.906Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-10T09:40:53.906Z] ---> Running in cedf0d095884 [2020-08-10T09:40:54.187Z] Removing intermediate container 487149b7edc5 [2020-08-10T09:40:54.187Z] ---> 4046be258498 [2020-08-10T09:40:54.187Z] [2020-08-10T09:40:54.187Z] Step 10/26 : FROM alpine:3.10 [2020-08-10T09:40:54.805Z] 3.10: Pulling from library/alpine [2020-08-10T09:40:56.302Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-10T09:40:56.302Z] Status: Downloaded newer image for alpine:3.10 [2020-08-10T09:40:56.302Z] ---> 536a684cf733 [2020-08-10T09:40:56.302Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-10T09:40:57.302Z] ---> Running in 5db608cb1de8 [2020-08-10T09:40:59.301Z] Removing intermediate container cedf0d095884 [2020-08-10T09:40:59.301Z] ---> 779cd3e45231 [2020-08-10T09:40:59.301Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-10T09:41:00.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:41:00.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:41:01.195Z] v3.10.5-68-gfeae60ca03 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-10T09:41:01.195Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-10T09:41:01.195Z] OK: 10167 distinct packages available [2020-08-10T09:41:01.485Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-10T09:41:01.765Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-10T09:41:01.765Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-10T09:41:01.765Z] ---> cea4ea6bdb99 [2020-08-10T09:41:01.765Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-10T09:41:01.765Z] (4/5) Installing curl (7.66.0-r0) [2020-08-10T09:41:01.765Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-10T09:41:01.765Z] Executing busybox-1.30.1-r3.trigger [2020-08-10T09:41:01.765Z] Executing ca-certificates-20191127-r2.trigger [2020-08-10T09:41:02.048Z] OK: 7 MiB in 19 packages [2020-08-10T09:41:02.320Z] ---> Running in bc36843376c7 [2020-08-10T09:41:03.757Z] Removing intermediate container 7fb35934289e [2020-08-10T09:41:03.757Z] ---> af035d8e642a [2020-08-10T09:41:03.757Z] [2020-08-10T09:41:03.757Z] Step 10/23 : FROM scratch [2020-08-10T09:41:03.757Z] ---> [2020-08-10T09:41:03.757Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-10T09:41:04.045Z] Removing intermediate container f00c43709ff5 [2020-08-10T09:41:04.045Z] ---> 1e5c4b884955 [2020-08-10T09:41:04.045Z] [2020-08-10T09:41:04.045Z] Step 10/20 : FROM scratch [2020-08-10T09:41:04.045Z] ---> [2020-08-10T09:41:04.045Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T09:41:04.045Z] ---> Running in 93ccbfa3e069 [2020-08-10T09:41:04.654Z] ---> Running in f584f8eef9f2 [2020-08-10T09:41:04.945Z] Removing intermediate container 93ccbfa3e069 [2020-08-10T09:41:04.945Z] ---> 0c7b79b2e437 [2020-08-10T09:41:04.945Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-10T09:41:05.228Z] ---> Running in 95eb4e21b088 [2020-08-10T09:41:05.228Z] Removing intermediate container f584f8eef9f2 [2020-08-10T09:41:05.228Z] ---> 20c8ba279001 [2020-08-10T09:41:05.229Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-10T09:41:05.229Z] Removing intermediate container 5db608cb1de8 [2020-08-10T09:41:05.229Z] ---> 16cde614f76f [2020-08-10T09:41:05.229Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-10T09:41:05.504Z] ---> Running in 70ff963fcf19 [2020-08-10T09:41:05.782Z] ---> Running in fb9d69c210d6 [2020-08-10T09:41:06.072Z] Removing intermediate container 95eb4e21b088 [2020-08-10T09:41:06.072Z] ---> 9ca189d2f770 [2020-08-10T09:41:06.072Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-10T09:41:06.072Z] ---> Running in 05ee70cabb7e [2020-08-10T09:41:06.072Z] Removing intermediate container 70ff963fcf19 [2020-08-10T09:41:06.072Z] ---> b3d61fb16f63 [2020-08-10T09:41:06.072Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-10T09:41:06.350Z] ---> Running in 9a20f8b5c153 [2020-08-10T09:41:06.625Z] Removing intermediate container fb9d69c210d6 [2020-08-10T09:41:06.625Z] ---> 1609fc2c22d1 [2020-08-10T09:41:06.625Z] Step 13/26 : WORKDIR / [2020-08-10T09:41:06.625Z] Removing intermediate container bc36843376c7 [2020-08-10T09:41:06.625Z] ---> 9ebbec4df864 [2020-08-10T09:41:06.625Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-10T09:41:06.964Z] Removing intermediate container 05ee70cabb7e [2020-08-10T09:41:06.964Z] ---> 67a24601cb74 [2020-08-10T09:41:06.964Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-10T09:41:06.964Z] ---> Running in 6677bdc83e4f [2020-08-10T09:41:06.964Z] ---> Running in 6c29b1323e4d [2020-08-10T09:41:07.272Z] Removing intermediate container 9a20f8b5c153 [2020-08-10T09:41:07.272Z] ---> 9ff946c37d64 [2020-08-10T09:41:07.272Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-10T09:41:08.330Z] Removing intermediate container 6c29b1323e4d [2020-08-10T09:41:08.330Z] ---> 8315b030f6ae [2020-08-10T09:41:08.330Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-10T09:41:08.673Z] ---> 4aa9bde7847e [2020-08-10T09:41:08.673Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-10T09:41:08.673Z] ---> 1cc5dee95a34 [2020-08-10T09:41:08.673Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-10T09:41:08.970Z] Removing intermediate container f88b3fb68622 [2020-08-10T09:41:08.970Z] ---> 0983c9654d71 [2020-08-10T09:41:08.970Z] [2020-08-10T09:41:08.970Z] Step 10/21 : FROM scratch [2020-08-10T09:41:08.970Z] ---> [2020-08-10T09:41:08.970Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T09:41:09.257Z] ---> Using cache [2020-08-10T09:41:09.257Z] ---> 20c8ba279001 [2020-08-10T09:41:09.257Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-10T09:41:09.544Z] ---> Running in 653695b3f759 [2020-08-10T09:41:09.544Z] ---> c555d76fda64 [2020-08-10T09:41:09.544Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-10T09:41:10.158Z] ---> 1bc2919ae3e8 [2020-08-10T09:41:10.158Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-10T09:41:10.444Z] Removing intermediate container 653695b3f759 [2020-08-10T09:41:10.444Z] ---> b1d15203c8cb [2020-08-10T09:41:10.444Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-10T09:41:10.444Z] ---> bc4e31788417 [2020-08-10T09:41:10.444Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-10T09:41:10.444Z] ---> Running in 9bcad55c5054 [2020-08-10T09:41:10.727Z] ---> d69fcf269455 [2020-08-10T09:41:10.727Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-10T09:41:11.323Z] Removing intermediate container 9bcad55c5054 [2020-08-10T09:41:11.323Z] Removing intermediate container 6677bdc83e4f [2020-08-10T09:41:11.323Z] ---> 90201c36f2a0 [2020-08-10T09:41:11.323Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-10T09:41:11.323Z] ---> 3eda466c555d [2020-08-10T09:41:11.323Z] Step 14/21 : WORKDIR / [2020-08-10T09:41:11.605Z] ---> Running in b910e2294c68 [2020-08-10T09:41:11.605Z] ---> Running in 27d0f01d698a [2020-08-10T09:41:11.605Z] ---> d14182a4ca96 [2020-08-10T09:41:11.605Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T09:41:11.605Z] ---> 5f15cc86483f [2020-08-10T09:41:11.605Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-10T09:41:11.883Z] ---> Running in 7104efd18f12 [2020-08-10T09:41:11.883Z] ---> 223b61a08963 [2020-08-10T09:41:11.883Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-10T09:41:12.168Z] Removing intermediate container 27d0f01d698a [2020-08-10T09:41:12.168Z] ---> e0e553cf9f39 [2020-08-10T09:41:12.168Z] Step 26/29 : CMD [ "generate" ] [2020-08-10T09:41:12.168Z] Removing intermediate container b910e2294c68 [2020-08-10T09:41:12.168Z] ---> 067a0cbddd4d [2020-08-10T09:41:12.168Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-10T09:41:12.466Z] ---> Running in 9b6cd1e1d6c7 [2020-08-10T09:41:12.467Z] Removing intermediate container 7104efd18f12 [2020-08-10T09:41:12.467Z] ---> 9d5e94358bc4 [2020-08-10T09:41:12.467Z] Step 18/20 : LABEL arch=arm64 [2020-08-10T09:41:12.467Z] ---> Running in c7f66f956e9d [2020-08-10T09:41:12.762Z] ---> 2a15991d8a12 [2020-08-10T09:41:12.762Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-10T09:41:12.762Z] ---> fcf4ee6fdd12 [2020-08-10T09:41:12.762Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-10T09:41:13.049Z] ---> 7db89a60ca86 [2020-08-10T09:41:13.049Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-10T09:41:13.049Z] Removing intermediate container 9b6cd1e1d6c7 [2020-08-10T09:41:13.049Z] ---> 7d69cd5daaab [2020-08-10T09:41:13.049Z] Step 27/29 : LABEL arch=arm64 [2020-08-10T09:41:13.049Z] Removing intermediate container c7f66f956e9d [2020-08-10T09:41:13.331Z] ---> 95eac9184c51 [2020-08-10T09:41:13.331Z] Step 19/20 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:41:13.331Z] ---> Running in 42faf827209d [2020-08-10T09:41:13.995Z] ---> Running in 3fe802da65b9 [2020-08-10T09:41:14.301Z] Removing intermediate container 42faf827209d [2020-08-10T09:41:14.301Z] ---> bb8a7b761cbe [2020-08-10T09:41:14.301Z] Step 28/29 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:41:14.601Z] ---> Running in e185f8e75072 [2020-08-10T09:41:14.601Z] Removing intermediate container 3fe802da65b9 [2020-08-10T09:41:14.601Z] ---> e4b25008d04b [2020-08-10T09:41:14.601Z] Step 20/20 : LABEL version=0.0.0 [2020-08-10T09:41:14.601Z] ---> 7e4cf0178614 [2020-08-10T09:41:14.601Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-10T09:41:14.898Z] ---> 78c863af8ecd [2020-08-10T09:41:14.898Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-10T09:41:14.898Z] ---> c5baba8ecd74 [2020-08-10T09:41:14.898Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-10T09:41:14.898Z] ---> Running in 7833c52cdc20 [2020-08-10T09:41:15.179Z] Removing intermediate container e185f8e75072 [2020-08-10T09:41:15.179Z] ---> b9e864df2465 [2020-08-10T09:41:15.179Z] Step 29/29 : LABEL version=0.0.0 [2020-08-10T09:41:15.462Z] ---> Running in bca016373a9a [2020-08-10T09:41:15.735Z] Removing intermediate container 7833c52cdc20 [2020-08-10T09:41:15.735Z] ---> c33e3e2b7f0a [2020-08-10T09:41:15.735Z] [2020-08-10T09:41:16.013Z] ---> daed47f72429 [2020-08-10T09:41:16.013Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T09:41:16.013Z] ---> df966aea091b [2020-08-10T09:41:16.013Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T09:41:16.013Z] Removing intermediate container bca016373a9a [2020-08-10T09:41:16.013Z] ---> 349bbf7fbcb4 [2020-08-10T09:41:16.013Z] [2020-08-10T09:41:16.289Z] Successfully built c33e3e2b7f0a [2020-08-10T09:41:16.290Z] ---> Running in 1b12f17e92b5 [2020-08-10T09:41:16.290Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-10T09:41:16.290Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2020-08-10T09:41:16.290Z] ---> Running in cb6318898cc2 [2020-08-10T09:41:16.564Z] ---> 7c04d2743c6c [2020-08-10T09:41:16.564Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-10T09:41:16.564Z] Successfully built 349bbf7fbcb4 [2020-08-10T09:41:16.840Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-10T09:41:16.840Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-08-10T09:41:16.840Z] Removing intermediate container cb6318898cc2 [2020-08-10T09:41:16.840Z] ---> b5f673757db0 [2020-08-10T09:41:16.840Z] Step 19/21 : LABEL arch=arm64 [2020-08-10T09:41:16.840Z] Removing intermediate container 1b12f17e92b5 [2020-08-10T09:41:16.840Z] ---> 5ea012cb6bc9 [2020-08-10T09:41:16.840Z] Step 21/23 : LABEL arch=arm64 [2020-08-10T09:41:17.440Z] ---> Running in 9a01f432cc4d [2020-08-10T09:41:17.440Z] ---> Running in 00e14f5e1a4c [2020-08-10T09:41:18.045Z] ---> 8a666fc0f07a [2020-08-10T09:41:18.045Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-10T09:41:18.646Z] Removing intermediate container 00e14f5e1a4c [2020-08-10T09:41:18.646Z] ---> 4b2bf9a633b4 [2020-08-10T09:41:18.646Z] Step 20/21 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:41:18.646Z] Removing intermediate container 9a01f432cc4d [2020-08-10T09:41:18.646Z] ---> 9da5704b434c [2020-08-10T09:41:18.646Z] Step 22/23 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:41:21.277Z] ---> Running in 02fddff6f90f [2020-08-10T09:41:21.277Z] ---> Running in 0c572fe68db0 [2020-08-10T09:41:21.551Z] ---> 8828d425acf8 [2020-08-10T09:41:21.551Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-10T09:41:24.187Z] ---> Running in f3d6034e6e02 [2020-08-10T09:41:24.187Z] Removing intermediate container 02fddff6f90f [2020-08-10T09:41:24.187Z] Removing intermediate container 0c572fe68db0 [2020-08-10T09:41:24.187Z] ---> 324e6191a643 [2020-08-10T09:41:24.187Z] Step 21/21 : LABEL version=0.0.0 [2020-08-10T09:41:24.187Z] ---> 6beb64967ecc [2020-08-10T09:41:24.187Z] Step 23/23 : LABEL version=0.0.0 [2020-08-10T09:41:25.183Z] ---> Running in 542a20225e6a [2020-08-10T09:41:25.455Z] ---> Running in 5dc28b56db9d [2020-08-10T09:41:26.889Z] Removing intermediate container 5dc28b56db9d [2020-08-10T09:41:26.889Z] ---> 604f062f3d3b [2020-08-10T09:41:26.889Z] [2020-08-10T09:41:26.889Z] Removing intermediate container 542a20225e6a [2020-08-10T09:41:26.889Z] ---> 036abef94e0b [2020-08-10T09:41:26.889Z] [2020-08-10T09:41:27.162Z] Successfully built 604f062f3d3b [2020-08-10T09:41:27.438Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-10T09:41:27.438Z] Building docker-sys-mgmt-agent-go [2020-08-10T09:41:27.438Z]  Building docker-core-metadata-go ... done Successfully built 036abef94e0b [2020-08-10T09:41:27.438Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-10T09:41:27.439Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2020-08-10T09:41:28.416Z] Removing intermediate container f3d6034e6e02 [2020-08-10T09:41:28.416Z] ---> b0875190316b [2020-08-10T09:41:28.416Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-10T09:41:28.686Z] ---> Running in 2e36ac9839c5 [2020-08-10T09:41:29.280Z] Removing intermediate container 2e36ac9839c5 [2020-08-10T09:41:29.280Z] ---> 17c807394c76 [2020-08-10T09:41:29.280Z] Step 24/26 : LABEL arch=arm64 [2020-08-10T09:41:29.280Z] ---> Running in 9e2d362e1fdb [2020-08-10T09:41:29.876Z] Removing intermediate container 9e2d362e1fdb [2020-08-10T09:41:29.876Z] ---> c224084b83a5 [2020-08-10T09:41:29.876Z] Step 25/26 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:41:30.471Z] ---> Running in 4bd8aa441f38 [2020-08-10T09:41:31.461Z] Removing intermediate container 4bd8aa441f38 [2020-08-10T09:41:31.461Z] ---> f8fb3f9ef7be [2020-08-10T09:41:31.461Z] Step 26/26 : LABEL version=0.0.0 [2020-08-10T09:41:32.443Z] ---> Running in 39117ce11829 [2020-08-10T09:41:33.425Z] Removing intermediate container 39117ce11829 [2020-08-10T09:41:33.425Z] ---> bee1a8b48b26 [2020-08-10T09:41:33.425Z] [2020-08-10T09:41:34.024Z] Successfully built bee1a8b48b26 [2020-08-10T09:41:34.024Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-10T09:41:34.024Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2020-08-10T09:42:42.064Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:42:42.064Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:42:42.064Z] ---> 478ce3aa46c4 [2020-08-10T09:42:42.064Z] Step 3/21 : WORKDIR /edgex-go [2020-08-10T09:42:42.064Z] ---> Using cache [2020-08-10T09:42:42.064Z] ---> d67c4921f08f [2020-08-10T09:42:42.064Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:42:42.064Z] ---> Using cache [2020-08-10T09:42:42.064Z] ---> 20f303c25db2 [2020-08-10T09:42:42.064Z] Step 5/21 : RUN apk update && apk add make git [2020-08-10T09:42:42.064Z] ---> Using cache [2020-08-10T09:42:42.064Z] ---> d89648e14712 [2020-08-10T09:42:42.064Z] Step 6/21 : COPY go.mod . [2020-08-10T09:42:42.064Z] ---> Using cache [2020-08-10T09:42:42.064Z] ---> 0f467014b701 [2020-08-10T09:42:42.064Z] Step 7/21 : RUN go mod download [2020-08-10T09:42:42.064Z] ---> Using cache [2020-08-10T09:42:42.064Z] ---> ca278b8d22b8 [2020-08-10T09:42:42.064Z] Step 8/21 : COPY . . [2020-08-10T09:42:42.064Z] ---> Using cache [2020-08-10T09:42:42.064Z] ---> bd24f29be588 [2020-08-10T09:42:42.064Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-10T09:42:42.064Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:42:42.064Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:42:42.064Z] ---> 478ce3aa46c4 [2020-08-10T09:42:42.064Z] Step 3/22 : WORKDIR /edgex-go [2020-08-10T09:42:42.064Z] ---> Using cache [2020-08-10T09:42:42.064Z] ---> d67c4921f08f [2020-08-10T09:42:42.064Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:42:42.064Z] ---> Using cache [2020-08-10T09:42:42.064Z] ---> 20f303c25db2 [2020-08-10T09:42:42.064Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-10T09:42:42.064Z] ---> Running in 689fbd5fc8f7 [2020-08-10T09:42:42.064Z] ---> Running in 67a255c4a7bc [2020-08-10T09:42:42.661Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-10T09:42:42.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:42:43.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:42:44.912Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:42:44.912Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:42:44.912Z] OK: 12620 distinct packages available [2020-08-10T09:42:45.900Z] OK: 217 MiB in 51 packages [2020-08-10T09:42:50.262Z] Removing intermediate container 67a255c4a7bc [2020-08-10T09:42:50.262Z] ---> bdd58165d3e6 [2020-08-10T09:42:50.262Z] Step 6/22 : COPY go.mod . [2020-08-10T09:42:52.271Z] ---> fcf271ef83d0 [2020-08-10T09:42:52.271Z] Step 7/22 : RUN go mod download [2020-08-10T09:42:52.271Z] ---> Running in bc67ecd65fce [2020-08-10T09:42:53.712Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:42:53.712Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:42:53.712Z] ---> 478ce3aa46c4 [2020-08-10T09:42:53.712Z] Step 3/21 : WORKDIR /edgex-go [2020-08-10T09:42:53.712Z] ---> Using cache [2020-08-10T09:42:53.712Z] ---> d67c4921f08f [2020-08-10T09:42:53.712Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:42:53.712Z] ---> Using cache [2020-08-10T09:42:53.712Z] ---> 20f303c25db2 [2020-08-10T09:42:53.712Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-10T09:42:53.712Z] ---> Running in 67186d2db474 [2020-08-10T09:42:54.315Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:42:54.315Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:42:54.315Z] ---> 478ce3aa46c4 [2020-08-10T09:42:54.315Z] Step 3/26 : WORKDIR /edgex-go [2020-08-10T09:42:54.315Z] ---> Using cache [2020-08-10T09:42:54.315Z] ---> d67c4921f08f [2020-08-10T09:42:54.315Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:42:54.315Z] ---> Using cache [2020-08-10T09:42:54.315Z] ---> 20f303c25db2 [2020-08-10T09:42:54.315Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-10T09:42:54.315Z] ---> Running in aeae47caefce [2020-08-10T09:42:56.303Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T09:42:56.303Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-10T09:42:56.303Z] ---> 478ce3aa46c4 [2020-08-10T09:42:56.303Z] Step 3/20 : WORKDIR /edgex-go [2020-08-10T09:42:56.303Z] ---> Using cache [2020-08-10T09:42:56.303Z] ---> d67c4921f08f [2020-08-10T09:42:56.303Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:42:56.303Z] ---> Using cache [2020-08-10T09:42:56.303Z] ---> 20f303c25db2 [2020-08-10T09:42:56.303Z] Step 5/20 : RUN apk update && apk add make git [2020-08-10T09:42:56.303Z] ---> Using cache [2020-08-10T09:42:56.303Z] ---> d89648e14712 [2020-08-10T09:42:56.303Z] Step 6/20 : COPY go.mod . [2020-08-10T09:42:56.303Z] ---> Using cache [2020-08-10T09:42:56.303Z] ---> 0f467014b701 [2020-08-10T09:42:56.303Z] Step 7/20 : RUN go mod download [2020-08-10T09:42:56.303Z] ---> Using cache [2020-08-10T09:42:56.303Z] ---> ca278b8d22b8 [2020-08-10T09:42:56.303Z] Step 8/20 : COPY . . [2020-08-10T09:42:56.303Z] ---> Using cache [2020-08-10T09:42:56.303Z] ---> bd24f29be588 [2020-08-10T09:42:56.303Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-10T09:42:56.587Z] ---> Running in bc4b62085d57 [2020-08-10T09:42:57.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:42:57.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:42:58.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:42:58.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:42:58.640Z] Removing intermediate container bc67ecd65fce [2020-08-10T09:42:58.640Z] ---> 3033dde85bf8 [2020-08-10T09:42:58.640Z] Step 8/22 : COPY . . [2020-08-10T09:42:59.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-10T09:42:59.519Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:42:59.519Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:42:59.519Z] OK: 12620 distinct packages available [2020-08-10T09:42:59.795Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:42:59.795Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:42:59.795Z] OK: 12620 distinct packages available [2020-08-10T09:43:00.781Z] OK: 217 MiB in 51 packages [2020-08-10T09:43:00.781Z] OK: 217 MiB in 51 packages [2020-08-10T09:43:02.264Z] OK: 217 MiB in 51 packages [2020-08-10T09:43:04.310Z] Removing intermediate container aeae47caefce [2020-08-10T09:43:04.310Z] ---> 94e54509fed0 [2020-08-10T09:43:04.310Z] Step 6/26 : COPY go.mod . [2020-08-10T09:43:04.310Z] Removing intermediate container 67186d2db474 [2020-08-10T09:43:04.311Z] ---> 60c6e2f99e24 [2020-08-10T09:43:04.311Z] Step 6/21 : COPY go.mod . [2020-08-10T09:43:05.763Z] ---> 1bc204d89394 [2020-08-10T09:43:05.763Z] Step 7/26 : RUN go mod download [2020-08-10T09:43:06.043Z] ---> 070648570db8 [2020-08-10T09:43:06.043Z] Step 7/21 : RUN go mod download [2020-08-10T09:43:06.320Z] ---> Running in c171754413a8 [2020-08-10T09:43:06.599Z] ---> Running in e6e158dd44dc [2020-08-10T09:43:14.929Z] Removing intermediate container e6e158dd44dc [2020-08-10T09:43:14.929Z] ---> 61b1ee18ea00 [2020-08-10T09:43:14.929Z] Step 8/21 : COPY . . [2020-08-10T09:43:14.929Z] Removing intermediate container c171754413a8 [2020-08-10T09:43:14.929Z] ---> 8c98bc584c46 [2020-08-10T09:43:14.929Z] Step 8/26 : COPY . . [2020-08-10T09:43:37.171Z] ---> 57a2b2c3ae2b [2020-08-10T09:43:37.171Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-10T09:43:37.171Z] ---> Running in 05396444ff0b [2020-08-10T09:43:39.838Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-10T09:43:58.449Z] ---> f8c7c0820cd4 [2020-08-10T09:43:58.449Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-10T09:43:58.449Z] ---> 0e5394235379 [2020-08-10T09:43:58.449Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-10T09:43:58.449Z] ---> Running in 90ef448819d1 [2020-08-10T09:43:58.449Z] ---> Running in caba1fc4cc90 [2020-08-10T09:43:59.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-10T09:43:59.340Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-10T09:44:02.046Z] Removing intermediate container 689fbd5fc8f7 [2020-08-10T09:44:02.046Z] ---> 41b07225b51b [2020-08-10T09:44:02.046Z] [2020-08-10T09:44:02.046Z] Step 10/21 : FROM scratch [2020-08-10T09:44:02.046Z] ---> [2020-08-10T09:44:02.046Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T09:44:02.328Z] ---> Using cache [2020-08-10T09:44:02.328Z] ---> 20c8ba279001 [2020-08-10T09:44:02.328Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-10T09:44:02.958Z] ---> Running in 35be0f482f79 [2020-08-10T09:44:03.988Z] Removing intermediate container 35be0f482f79 [2020-08-10T09:44:03.988Z] ---> 1dfd820bc1d6 [2020-08-10T09:44:03.988Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-10T09:44:03.988Z] ---> Running in 5c39c5653a23 [2020-08-10T09:44:04.600Z] Removing intermediate container bc4b62085d57 [2020-08-10T09:44:04.600Z] ---> ed65987f81be [2020-08-10T09:44:04.600Z] [2020-08-10T09:44:04.600Z] Step 10/20 : FROM alpine [2020-08-10T09:44:04.600Z] ---> 62ee0e9f8440 [2020-08-10T09:44:04.600Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-10T09:44:04.886Z] ---> Running in f7f17f3271b7 [2020-08-10T09:44:04.886Z] Removing intermediate container 5c39c5653a23 [2020-08-10T09:44:04.886Z] ---> da7c921b08d7 [2020-08-10T09:44:04.886Z] Step 14/21 : WORKDIR / [2020-08-10T09:44:05.173Z] ---> Running in d053b8ef1858 [2020-08-10T09:44:06.181Z] Removing intermediate container d053b8ef1858 [2020-08-10T09:44:06.181Z] ---> 1b5902190210 [2020-08-10T09:44:06.181Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-10T09:44:07.191Z] ---> bef20cfe68d5 [2020-08-10T09:44:07.191Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-10T09:44:07.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:44:07.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:44:08.762Z] v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-10T09:44:08.762Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-10T09:44:08.762Z] OK: 12620 distinct packages available [2020-08-10T09:44:09.047Z] ---> 7820cec4357a [2020-08-10T09:44:09.047Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-10T09:44:09.336Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-10T09:44:09.336Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-10T09:44:09.336Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-10T09:44:09.336Z] (4/4) Installing curl (7.69.1-r0) [2020-08-10T09:44:09.336Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:44:09.617Z] Executing ca-certificates-20191127-r4.trigger [2020-08-10T09:44:09.899Z] OK: 7 MiB in 18 packages [2020-08-10T09:44:10.182Z] ---> 679be8311c53 [2020-08-10T09:44:10.182Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T09:44:10.466Z] ---> Running in e4e08b676213 [2020-08-10T09:44:11.470Z] Removing intermediate container e4e08b676213 [2020-08-10T09:44:11.470Z] ---> 7eb9643dadcc [2020-08-10T09:44:11.470Z] Step 19/21 : LABEL arch=arm64 [2020-08-10T09:44:11.754Z] ---> Running in 07dedf959da2 [2020-08-10T09:44:12.373Z] Removing intermediate container f7f17f3271b7 [2020-08-10T09:44:12.373Z] ---> 120cc9ad9150 [2020-08-10T09:44:12.373Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-10T09:44:12.655Z] ---> Running in f9412f5bd8c8 [2020-08-10T09:44:12.655Z] Removing intermediate container 07dedf959da2 [2020-08-10T09:44:12.655Z] ---> 5490eb81ec15 [2020-08-10T09:44:12.655Z] Step 20/21 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:44:12.955Z] ---> Running in 9c872daca626 [2020-08-10T09:44:13.240Z] Removing intermediate container f9412f5bd8c8 [2020-08-10T09:44:13.240Z] ---> a89cd0126d13 [2020-08-10T09:44:13.240Z] Step 13/20 : WORKDIR /edgex [2020-08-10T09:44:13.536Z] ---> Running in 97f047d99c64 [2020-08-10T09:44:13.536Z] Removing intermediate container 9c872daca626 [2020-08-10T09:44:13.536Z] ---> 3d39e6268acd [2020-08-10T09:44:13.536Z] Step 21/21 : LABEL version=0.0.0 [2020-08-10T09:44:13.823Z] ---> Running in eb26430d404f [2020-08-10T09:44:14.430Z] Removing intermediate container 97f047d99c64 [2020-08-10T09:44:14.430Z] ---> a1a6d05d79b8 [2020-08-10T09:44:14.430Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-10T09:44:14.712Z] Removing intermediate container eb26430d404f [2020-08-10T09:44:14.712Z] ---> 47406ef69060 [2020-08-10T09:44:14.712Z] [2020-08-10T09:44:15.713Z] Successfully built 47406ef69060 [2020-08-10T09:44:15.713Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-10T09:44:15.713Z]  Building docker-core-command-go ... done  ---> bbe82b458ed3 [2020-08-10T09:44:15.713Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-10T09:44:17.733Z] ---> ea91e0692c3c [2020-08-10T09:44:17.733Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-10T09:44:17.733Z] ---> Running in b5f66bfb0dda [2020-08-10T09:44:18.351Z] Removing intermediate container b5f66bfb0dda [2020-08-10T09:44:18.351Z] ---> 695838e6d69a [2020-08-10T09:44:18.351Z] Step 17/20 : CMD ["--init=true"] [2020-08-10T09:44:18.351Z] ---> Running in 250bce837903 [2020-08-10T09:44:19.377Z] Removing intermediate container 250bce837903 [2020-08-10T09:44:19.377Z] ---> e1a25a3412d1 [2020-08-10T09:44:19.377Z] Step 18/20 : LABEL arch=arm64 [2020-08-10T09:44:19.377Z] ---> Running in d4dcde8f15d1 [2020-08-10T09:44:20.004Z] Removing intermediate container d4dcde8f15d1 [2020-08-10T09:44:20.004Z] ---> 4e8a3d8af697 [2020-08-10T09:44:20.004Z] Step 19/20 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:44:20.004Z] ---> Running in 6950701eb67f [2020-08-10T09:44:21.024Z] Removing intermediate container 6950701eb67f [2020-08-10T09:44:21.024Z] ---> dd0558126fd8 [2020-08-10T09:44:21.024Z] Step 20/20 : LABEL version=0.0.0 [2020-08-10T09:44:21.024Z] ---> Running in bebe98b10629 [2020-08-10T09:44:21.644Z] Removing intermediate container bebe98b10629 [2020-08-10T09:44:21.644Z] ---> ce06d495acea [2020-08-10T09:44:21.644Z] [2020-08-10T09:44:22.272Z] Successfully built ce06d495acea [2020-08-10T09:44:22.272Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-10T09:45:09.321Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 90ef448819d1 [2020-08-10T09:45:09.321Z] ---> 5a1ca9246a68 [2020-08-10T09:45:09.321Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-10T09:45:09.321Z] ---> Running in 2df33bb345bf [2020-08-10T09:45:09.321Z] Removing intermediate container caba1fc4cc90 [2020-08-10T09:45:09.321Z] ---> 1d8db7cc17d4 [2020-08-10T09:45:09.321Z] [2020-08-10T09:45:09.321Z] Step 10/21 : FROM scratch [2020-08-10T09:45:09.321Z] ---> [2020-08-10T09:45:09.321Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-10T09:45:09.321Z] ---> Using cache [2020-08-10T09:45:09.321Z] ---> 0c7b79b2e437 [2020-08-10T09:45:09.321Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-10T09:45:09.321Z] ---> Running in f2a12704f06b [2020-08-10T09:45:09.321Z] Removing intermediate container f2a12704f06b [2020-08-10T09:45:09.321Z] ---> 23f911d3180b [2020-08-10T09:45:09.321Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-10T09:45:09.321Z] ---> Running in 4443399ed2d1 [2020-08-10T09:45:09.321Z] Removing intermediate container 4443399ed2d1 [2020-08-10T09:45:09.321Z] ---> 948a6e14d7e6 [2020-08-10T09:45:09.321Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-10T09:45:09.321Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-10T09:45:09.321Z] ---> 619bf66e7c4a [2020-08-10T09:45:09.321Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-10T09:45:10.306Z] ---> 06ae423fef94 [2020-08-10T09:45:10.306Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-10T09:45:11.756Z] ---> e916d0a91e56 [2020-08-10T09:45:11.756Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-10T09:45:12.364Z] Removing intermediate container 2df33bb345bf [2020-08-10T09:45:12.364Z] ---> ac62e92e680d [2020-08-10T09:45:12.364Z] [2020-08-10T09:45:12.364Z] Step 11/26 : FROM docker:latest [2020-08-10T09:45:12.364Z] ---> ce9d55ae87f1 [2020-08-10T09:45:12.364Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-10T09:45:12.641Z] ---> Running in f70f0a3ca76e [2020-08-10T09:45:12.641Z] Removing intermediate container 05396444ff0b [2020-08-10T09:45:12.641Z] ---> 7720193f9645 [2020-08-10T09:45:12.641Z] [2020-08-10T09:45:12.641Z] Step 10/22 : FROM alpine [2020-08-10T09:45:12.641Z] ---> 62ee0e9f8440 [2020-08-10T09:45:12.641Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T09:45:12.912Z] ---> b8c0c0a56692 [2020-08-10T09:45:12.912Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T09:45:12.912Z] ---> Running in 1e19641e9f83 [2020-08-10T09:45:12.913Z] ---> Running in ad41bca381bb [2020-08-10T09:45:13.507Z] Removing intermediate container 1e19641e9f83 [2020-08-10T09:45:13.507Z] ---> cefdc46f8508 [2020-08-10T09:45:13.507Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-10T09:45:13.507Z] Removing intermediate container ad41bca381bb [2020-08-10T09:45:13.507Z] ---> c812623a244a [2020-08-10T09:45:13.507Z] Step 19/21 : LABEL arch=arm64 [2020-08-10T09:45:13.507Z] ---> Running in 5790c130fde0 [2020-08-10T09:45:13.784Z] ---> Running in 10ad87dff381 [2020-08-10T09:45:14.060Z] Removing intermediate container 5790c130fde0 [2020-08-10T09:45:14.060Z] ---> 8ffcc92097e5 [2020-08-10T09:45:14.060Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-10T09:45:14.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:45:14.334Z] ---> Running in 4b50fea2053c [2020-08-10T09:45:14.334Z] Removing intermediate container 10ad87dff381 [2020-08-10T09:45:14.334Z] ---> 4db32519ed86 [2020-08-10T09:45:14.334Z] Step 20/21 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:45:14.334Z] ---> Running in ff5b81afd9fe [2020-08-10T09:45:14.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:45:14.613Z] Removing intermediate container 4b50fea2053c [2020-08-10T09:45:14.613Z] ---> 50299ace992f [2020-08-10T09:45:14.613Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T09:45:14.903Z] ---> Running in 5003a10b9b49 [2020-08-10T09:45:14.903Z] Removing intermediate container ff5b81afd9fe [2020-08-10T09:45:14.903Z] ---> 4baeeeaf90bd [2020-08-10T09:45:14.903Z] Step 21/21 : LABEL version=0.0.0 [2020-08-10T09:45:15.265Z] (1/2) Installing readline (8.0.4-r0) [2020-08-10T09:45:15.265Z] (2/2) Installing bash (5.0.17-r0) [2020-08-10T09:45:15.265Z] Executing bash-5.0.17-r0.post-install [2020-08-10T09:45:15.265Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:45:15.265Z] OK: 12 MiB in 22 packages [2020-08-10T09:45:15.265Z] ---> Running in 9fa41c2280a8 [2020-08-10T09:45:15.892Z] Removing intermediate container 9fa41c2280a8 [2020-08-10T09:45:15.892Z] ---> 790547f44886 [2020-08-10T09:45:15.892Z] [2020-08-10T09:45:16.504Z] Successfully built 790547f44886 [2020-08-10T09:45:16.504Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-10T09:45:16.778Z]  Building docker-support-logging-go ... done Removing intermediate container f70f0a3ca76e [2020-08-10T09:45:16.778Z] ---> 943d4fac51a6 [2020-08-10T09:45:16.778Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-10T09:45:17.061Z] ---> Running in 118e6bca7919 [2020-08-10T09:45:18.047Z] Removing intermediate container 5003a10b9b49 [2020-08-10T09:45:18.047Z] ---> 5a31b925abe4 [2020-08-10T09:45:18.047Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-10T09:45:18.321Z] ---> Running in 6a13bbe42cac [2020-08-10T09:45:19.767Z] Removing intermediate container 118e6bca7919 [2020-08-10T09:45:19.767Z] ---> 578618d18b3e [2020-08-10T09:45:19.767Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-10T09:45:19.767Z] ---> Running in 2aad254ec3d1 [2020-08-10T09:45:19.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:45:20.363Z] Removing intermediate container 2aad254ec3d1 [2020-08-10T09:45:20.363Z] ---> 2771103f8892 [2020-08-10T09:45:20.363Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-10T09:45:20.363Z] ---> Running in 9c659c530ab5 [2020-08-10T09:45:20.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:45:20.637Z] Removing intermediate container 9c659c530ab5 [2020-08-10T09:45:20.637Z] ---> e6e14bd76979 [2020-08-10T09:45:20.637Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-10T09:45:20.924Z] ---> Running in 22c273d1c5f1 [2020-08-10T09:45:21.198Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-10T09:45:21.478Z] Removing intermediate container 22c273d1c5f1 [2020-08-10T09:45:21.478Z] ---> e59ef70a4ca0 [2020-08-10T09:45:21.478Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-10T09:45:21.478Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-10T09:45:21.478Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-10T09:45:21.755Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-10T09:45:21.755Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-10T09:45:22.029Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:45:22.029Z] OK: 8 MiB in 19 packages [2020-08-10T09:45:22.632Z] ---> e1910a9b3abe [2020-08-10T09:45:22.632Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-10T09:45:23.254Z] ---> c10efded32f5 [2020-08-10T09:45:23.254Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-10T09:45:23.528Z] Removing intermediate container 6a13bbe42cac [2020-08-10T09:45:23.528Z] ---> 1434a0176986 [2020-08-10T09:45:23.528Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-10T09:45:24.128Z] ---> 3f6e81923db7 [2020-08-10T09:45:24.128Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-10T09:45:24.407Z] ---> 5eaa562efa7e [2020-08-10T09:45:24.407Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-10T09:45:24.407Z] ---> Running in 4dbf6e9e1baf [2020-08-10T09:45:25.850Z] ---> 298076f1a6a4 [2020-08-10T09:45:25.850Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-10T09:45:26.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:45:26.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:45:26.727Z] ---> e6540f8bb66a [2020-08-10T09:45:26.727Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T09:45:26.727Z] ---> Running in 977f52262a0d [2020-08-10T09:45:27.003Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-10T09:45:27.003Z] (2/33) Installing expat (2.2.9-r1) [2020-08-10T09:45:27.003Z] (3/33) Installing libffi (3.3-r2) [2020-08-10T09:45:27.003Z] (4/33) Installing gdbm (1.13-r1) [2020-08-10T09:45:27.003Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-10T09:45:27.003Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-10T09:45:27.003Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-10T09:45:27.276Z] Removing intermediate container 977f52262a0d [2020-08-10T09:45:27.276Z] ---> 9e0f3c096342 [2020-08-10T09:45:27.276Z] Step 20/22 : LABEL arch=arm64 [2020-08-10T09:45:27.878Z] ---> Running in 4b680d3c6cef [2020-08-10T09:45:28.474Z] Removing intermediate container 4b680d3c6cef [2020-08-10T09:45:28.474Z] ---> ac4adcd033f3 [2020-08-10T09:45:28.474Z] Step 21/22 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:45:28.749Z] ---> Running in 9a568d685487 [2020-08-10T09:45:29.026Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-10T09:45:29.026Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-10T09:45:29.026Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-10T09:45:29.026Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-10T09:45:29.026Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-10T09:45:29.026Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-10T09:45:29.026Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-10T09:45:29.026Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-10T09:45:29.026Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-10T09:45:29.026Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-10T09:45:29.302Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-10T09:45:29.302Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-10T09:45:29.302Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-10T09:45:29.302Z] Removing intermediate container 9a568d685487 [2020-08-10T09:45:29.302Z] ---> 0ac9c990d554 [2020-08-10T09:45:29.302Z] Step 22/22 : LABEL version=0.0.0 [2020-08-10T09:45:29.302Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-10T09:45:29.302Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-10T09:45:29.302Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-10T09:45:29.302Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-10T09:45:29.302Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-10T09:45:29.302Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-10T09:45:29.302Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-10T09:45:29.302Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-10T09:45:29.302Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-10T09:45:29.302Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-10T09:45:29.579Z] ---> Running in 046b2f534482 [2020-08-10T09:45:29.579Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-10T09:45:29.579Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-10T09:45:29.579Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-10T09:45:29.579Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:45:29.579Z] OK: 71 MiB in 55 packages [2020-08-10T09:45:29.856Z] Removing intermediate container 046b2f534482 [2020-08-10T09:45:29.856Z] ---> 0167d412be82 [2020-08-10T09:45:29.856Z] [2020-08-10T09:45:30.454Z] Successfully built 0167d412be82 [2020-08-10T09:45:30.454Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-10T09:45:35.852Z]  Building docker-core-data-go ... done Removing intermediate container 4dbf6e9e1baf [2020-08-10T09:45:35.852Z] ---> 041d12fd1ad4 [2020-08-10T09:45:35.852Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-10T09:45:35.852Z] ---> Running in 85d7b40959ac [2020-08-10T09:45:41.254Z] Collecting docker-compose==1.23.2 [2020-08-10T09:45:41.254Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-10T09:45:41.254Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-10T09:45:41.254Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-10T09:45:42.693Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-10T09:45:42.967Z] Collecting jsonschema<3,>=2.5.1 [2020-08-10T09:45:42.967Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-10T09:45:43.239Z] Collecting docopt<0.7,>=0.6.1 [2020-08-10T09:45:43.239Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-10T09:45:45.854Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-10T09:45:45.854Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-10T09:45:46.449Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-10T09:45:46.449Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-10T09:45:47.040Z] Collecting PyYAML<4,>=3.10 [2020-08-10T09:45:47.040Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-10T09:45:50.419Z] Collecting cached-property<2,>=1.2.0 [2020-08-10T09:45:50.419Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-10T09:45:50.419Z] Collecting texttable<0.10,>=0.9.0 [2020-08-10T09:45:50.419Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-10T09:45:52.415Z] Collecting docker<4.0,>=3.6.0 [2020-08-10T09:45:52.415Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-10T09:45:53.008Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-10T09:45:53.008Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-10T09:45:53.601Z] Collecting idna<2.8,>=2.5 [2020-08-10T09:45:53.601Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-10T09:45:53.601Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-10T09:45:53.601Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-10T09:45:53.601Z] Collecting docker-pycreds>=0.4.0 [2020-08-10T09:45:53.871Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-10T09:45:53.871Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-10T09:45:53.871Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-10T09:45:53.871Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-10T09:45:53.871Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-10T09:45:54.842Z] Installing collected packages: dockerpty, jsonschema, docopt, websocket-client, urllib3, idna, requests, PyYAML, cached-property, texttable, docker-pycreds, docker, docker-compose [2020-08-10T09:45:54.842Z] Running setup.py install for dockerpty: started [2020-08-10T09:45:56.270Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-10T09:45:56.865Z] Running setup.py install for docopt: started [2020-08-10T09:45:58.296Z] Running setup.py install for docopt: finished with status 'done' [2020-08-10T09:45:58.592Z] Attempting uninstall: urllib3 [2020-08-10T09:45:58.592Z] Found existing installation: urllib3 1.25.9 [2020-08-10T09:45:58.592Z] Uninstalling urllib3-1.25.9: [2020-08-10T09:45:58.869Z] Successfully uninstalled urllib3-1.25.9 [2020-08-10T09:45:59.474Z] Attempting uninstall: idna [2020-08-10T09:45:59.474Z] Found existing installation: idna 2.9 [2020-08-10T09:45:59.474Z] Uninstalling idna-2.9: [2020-08-10T09:45:59.747Z] Successfully uninstalled idna-2.9 [2020-08-10T09:46:00.345Z] Attempting uninstall: requests [2020-08-10T09:46:00.345Z] Found existing installation: requests 2.23.0 [2020-08-10T09:46:00.345Z] Uninstalling requests-2.23.0: [2020-08-10T09:46:00.345Z] Successfully uninstalled requests-2.23.0 [2020-08-10T09:46:00.939Z] Running setup.py install for PyYAML: started [2020-08-10T09:46:02.915Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-10T09:46:02.915Z] Running setup.py install for texttable: started [2020-08-10T09:46:04.889Z] Running setup.py install for texttable: finished with status 'done' [2020-08-10T09:46:06.315Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-10T09:46:09.709Z] Removing intermediate container 85d7b40959ac [2020-08-10T09:46:09.709Z] ---> edd453342ea2 [2020-08-10T09:46:09.709Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-10T09:46:09.982Z] ---> Running in 97aaf27a65a4 [2020-08-10T09:46:11.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T09:46:11.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T09:46:12.283Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-10T09:46:12.283Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-10T09:46:12.283Z] (3/3) Installing curl (7.69.1-r0) [2020-08-10T09:46:12.283Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T09:46:12.283Z] OK: 71 MiB in 58 packages [2020-08-10T09:46:13.716Z] Removing intermediate container 97aaf27a65a4 [2020-08-10T09:46:13.716Z] ---> 7c09130a9541 [2020-08-10T09:46:13.716Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T09:46:13.716Z] ---> Running in 4ed3b9a02f15 [2020-08-10T09:46:14.311Z] Removing intermediate container 4ed3b9a02f15 [2020-08-10T09:46:14.311Z] ---> 5c0b74515a8c [2020-08-10T09:46:14.311Z] Step 24/26 : LABEL arch=arm64 [2020-08-10T09:46:14.311Z] ---> Running in 5ce2802ec757 [2020-08-10T09:46:14.907Z] Removing intermediate container 5ce2802ec757 [2020-08-10T09:46:14.907Z] ---> 9938d8b0e442 [2020-08-10T09:46:14.907Z] Step 25/26 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e [2020-08-10T09:46:14.907Z] ---> Running in e75dfaa84f89 [2020-08-10T09:46:15.503Z] Removing intermediate container e75dfaa84f89 [2020-08-10T09:46:15.503Z] ---> 1fc45741ec7b [2020-08-10T09:46:15.503Z] Step 26/26 : LABEL version=0.0.0 [2020-08-10T09:46:15.503Z] ---> Running in aa07b827f319 [2020-08-10T09:46:16.097Z] Removing intermediate container aa07b827f319 [2020-08-10T09:46:16.097Z] ---> 6159ea3e05bb [2020-08-10T09:46:16.097Z] [2020-08-10T09:46:16.368Z] Successfully built 6159ea3e05bb [2020-08-10T09:46:16.368Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-10T09:46:16.976Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-10T09:46:16.969Z] $ docker stop --time=1 6033d5776a6caf1ea8d68f75c8967d783c71162e80f02797788115463ea1e5f1 [2020-08-10T09:46:18.917Z] $ docker rm -f 6033d5776a6caf1ea8d68f75c8967d783c71162e80f02797788115463ea1e5f1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-10T09:46:19.728Z] + grep docker [2020-08-10T09:46:19.728Z] + docker images [2020-08-10T09:46:19.998Z] docker-sys-mgmt-agent-go-arm64 latest 6159ea3e05bb 4 seconds ago 266MB [2020-08-10T09:46:19.998Z] docker-core-data-go-arm64 latest 0167d412be82 50 seconds ago 22.6MB [2020-08-10T09:46:19.998Z] docker-support-logging-go-arm64 latest 790547f44886 About a minute ago 11.4MB [2020-08-10T09:46:19.998Z] docker-security-proxy-setup-go-arm64 latest ce06d495acea About a minute ago 15.8MB [2020-08-10T09:46:19.998Z] docker-core-command-go-arm64 latest 47406ef69060 2 minutes ago 12.4MB [2020-08-10T09:46:19.998Z] docker-security-secretstore-setup-go-arm64 latest bee1a8b48b26 4 minutes ago 32.6MB [2020-08-10T09:46:19.998Z] docker-support-notifications-go-arm64 latest 036abef94e0b 4 minutes ago 13.9MB [2020-08-10T09:46:19.998Z] docker-core-metadata-go-arm64 latest 604f062f3d3b 4 minutes ago 13.8MB [2020-08-10T09:46:19.998Z] docker-support-scheduler-go-arm64 latest c33e3e2b7f0a 5 minutes ago 12.6MB [2020-08-10T09:46:19.998Z] docker-security-secrets-setup-go-arm64 latest 349bbf7fbcb4 5 minutes ago 24.2MB [2020-08-10T09:46:19.998Z] docker latest ce9d55ae87f1 6 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-08-10T09:46:22.078Z] provisioning config files... [2020-08-10T09:46:22.102Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3763754186826465427tmp [Pipeline] { [Pipeline] sh [2020-08-10T09:46:22.535Z] + curl -s https://codecov.io/bash [2020-08-10T09:46:22.536Z] + bash -s - -t @/w/workspace/edgex-go/2@tmp/config3763754186826465427tmp [Pipeline] } [2020-08-10T09:46:23.150Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-10T09:46:24.605Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T09:46:26.045Z] ---> package-listing.sh [2020-08-10T09:46:26.045Z] ++ facter osfamily [2020-08-10T09:46:26.045Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-10T09:46:26.346Z] + OS_FAMILY=redhat [2020-08-10T09:46:26.346Z] + workspace=/w/workspace/edgex-go/2 [2020-08-10T09:46:26.346Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-10T09:46:26.346Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-10T09:46:26.346Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-10T09:46:26.346Z] + PACKAGES=/tmp/packages_start.txt [2020-08-10T09:46:26.346Z] + '[' /w/workspace/edgex-go/2 ']' [2020-08-10T09:46:26.346Z] + PACKAGES=/tmp/packages_end.txt [2020-08-10T09:46:26.346Z] + case "${OS_FAMILY}" in [2020-08-10T09:46:26.346Z] + rpm -qa [2020-08-10T09:46:26.346Z] + sort [2020-08-10T09:46:30.585Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-10T09:46:30.585Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-10T09:46:30.585Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-10T09:46:30.585Z] + '[' /w/workspace/edgex-go/2 ']' [2020-08-10T09:46:30.585Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-08-10T09:46:30.585Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-10T09:46:31.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T09:46:31.638Z] [2020-08-10T09:46:31.639Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-10T09:46:32.044Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T09:46:32.430Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-10T09:46:32.430Z] c9b1b535fdd9: Pulling fs layer [2020-08-10T09:46:32.430Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-10T09:46:32.430Z] 756a868c4378: Pulling fs layer [2020-08-10T09:46:32.430Z] 444b2fc9a129: Pulling fs layer [2020-08-10T09:46:32.430Z] ea15f1150254: Pulling fs layer [2020-08-10T09:46:32.430Z] 41b27a9f41bf: Pulling fs layer [2020-08-10T09:46:32.430Z] 28c525ee5125: Pulling fs layer [2020-08-10T09:46:32.430Z] 094b1ea09ed8: Pulling fs layer [2020-08-10T09:46:32.430Z] 138eaada9080: Pulling fs layer [2020-08-10T09:46:32.430Z] 0622d0fa9048: Pulling fs layer [2020-08-10T09:46:32.430Z] 444b2fc9a129: Waiting [2020-08-10T09:46:32.430Z] 28c525ee5125: Waiting [2020-08-10T09:46:32.430Z] ea15f1150254: Waiting [2020-08-10T09:46:32.430Z] 094b1ea09ed8: Waiting [2020-08-10T09:46:32.430Z] 138eaada9080: Waiting [2020-08-10T09:46:32.430Z] 0622d0fa9048: Waiting [2020-08-10T09:46:32.430Z] 41b27a9f41bf: Waiting [2020-08-10T09:46:32.430Z] 2cc5ad85d9ab: Download complete [2020-08-10T09:46:32.430Z] 444b2fc9a129: Download complete [2020-08-10T09:46:32.430Z] c9b1b535fdd9: Verifying Checksum [2020-08-10T09:46:32.430Z] c9b1b535fdd9: Download complete [2020-08-10T09:46:32.761Z] ea15f1150254: Verifying Checksum [2020-08-10T09:46:32.761Z] ea15f1150254: Download complete [2020-08-10T09:46:33.046Z] 28c525ee5125: Verifying Checksum [2020-08-10T09:46:33.046Z] 28c525ee5125: Download complete [2020-08-10T09:46:33.046Z] c9b1b535fdd9: Pull complete [2020-08-10T09:46:33.339Z] 756a868c4378: Verifying Checksum [2020-08-10T09:46:33.339Z] 756a868c4378: Download complete [2020-08-10T09:46:33.339Z] 2cc5ad85d9ab: Pull complete [2020-08-10T09:46:33.608Z] 138eaada9080: Verifying Checksum [2020-08-10T09:46:33.608Z] 138eaada9080: Download complete [2020-08-10T09:46:33.608Z] 0622d0fa9048: Verifying Checksum [2020-08-10T09:46:33.608Z] 0622d0fa9048: Download complete [2020-08-10T09:46:33.608Z] 094b1ea09ed8: Verifying Checksum [2020-08-10T09:46:33.608Z] 094b1ea09ed8: Download complete [2020-08-10T09:46:34.195Z] 41b27a9f41bf: Verifying Checksum [2020-08-10T09:46:34.195Z] 41b27a9f41bf: Download complete [2020-08-10T09:46:36.142Z] 756a868c4378: Pull complete [2020-08-10T09:46:36.142Z] 444b2fc9a129: Pull complete [2020-08-10T09:46:37.107Z] ea15f1150254: Pull complete [2020-08-10T09:46:43.887Z] 41b27a9f41bf: Pull complete [2020-08-10T09:46:44.480Z] 28c525ee5125: Pull complete [2020-08-10T09:46:47.073Z] 094b1ea09ed8: Pull complete [2020-08-10T09:46:47.337Z] 138eaada9080: Pull complete [2020-08-10T09:46:49.286Z] 0622d0fa9048: Pull complete [2020-08-10T09:46:49.286Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-10T09:46:49.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T09:46:49.286Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-10T09:46:49.743Z] prd-centos7-docker-4c-2g-3248 does not seem to be running inside a container [2020-08-10T09:46:50.062Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-10T09:46:53.754Z] $ docker top 7a1ec93d7bded0bc8f1441cf2d7dc95aaceb71bd4cbbd2fda216c1f2bb51aa2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-10T09:46:54.348Z] provisioning config files... [2020-08-10T09:46:54.366Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7915012944370090935tmp [Pipeline] { [Pipeline] echo [2020-08-10T09:46:54.428Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T09:46:55.095Z] ---> create-netrc.sh [Pipeline] echo [2020-08-10T09:46:55.107Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T09:46:55.457Z] ---> logs-deploy.sh [2020-08-10T09:46:55.458Z] + ARCHIVE_ARTIFACTS= [2020-08-10T09:46:55.458Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-10T09:46:55.458Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-10T09:46:55.458Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-10T09:46:55.458Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/2 [2020-08-10T09:46:55.458Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/2/ [2020-08-10T09:46:55.458Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/2 /w/workspace/edgex-go/2 [2020-08-10T09:46:57.524Z] Archives upload complete. [2020-08-10T09:46:57.819Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/2/