Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 24fe4be10d7a1552c86e1c1b8276c694f532d3a6+4e0bf0319480625e5379d8d5fd7b212abf0b0714 (b39ff7b7770be262903cac91603087119f9cdf3e) 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:false, 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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1378’ is offline Running on prd-centos7-docker-4c-2g-1382 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 Merge succeeded, producing a7133deb35f5e19edc30360ad3a4db5ca109280a Checking out Revision a7133deb35f5e19edc30360ad3a4db5ca109280a (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a7133deb35f5e19edc30360ad3a4db5ca109280a # timeout=10 Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" > git rev-list --no-walk 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-29T04:30:15.056Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-29T04:30:15.272Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-29T04:30:15.365Z] ========================================================= [2020-07-29T04:30:15.365Z] EdgeX Global Pipelines Version Info [2020-07-29T04:30:15.365Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:30:16.759Z] ------------------- [2020-07-29T04:30:16.759Z] stable info: [2020-07-29T04:30:16.759Z] ------------------- [2020-07-29T04:30:16.759Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-29T04:30:16.759Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-29T04:30:16.759Z] Message: update stable to v1.0.106 [2020-07-29T04:30:17.702Z] ------------------- [2020-07-29T04:30:17.702Z] experimental info: [2020-07-29T04:30:17.702Z] ------------------- [2020-07-29T04:30:17.702Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-29T04:30:17.702Z] Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b [2020-07-29T04:30:17.702Z] Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-29T04:30:19.255Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-07-29T04:30:19.255Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:19.255Z] ++ dirname cmd/core-command/Dockerfile [2020-07-29T04:30:19.255Z] ++ cut -d/ -f2 [2020-07-29T04:30:19.255Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-29T04:30:19.255Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:19.255Z] ++ dirname cmd/core-data/Dockerfile [2020-07-29T04:30:19.255Z] ++ cut -d/ -f2 [2020-07-29T04:30:19.255Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-29T04:30:19.255Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:19.255Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-29T04:30:19.255Z] ++ cut -d/ -f2 [2020-07-29T04:30:19.255Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-29T04:30:19.255Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:19.255Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-29T04:30:19.255Z] ++ cut -d/ -f2 [2020-07-29T04:30:19.255Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-29T04:30:19.255Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:19.255Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-29T04:30:19.255Z] ++ cut -d/ -f2 [2020-07-29T04:30:19.255Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-29T04:30:19.255Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:19.255Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-29T04:30:19.255Z] ++ cut -d/ -f2 [2020-07-29T04:30:19.255Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-29T04:30:19.255Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:19.255Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-29T04:30:19.255Z] ++ cut -d/ -f2 [2020-07-29T04:30:19.255Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-29T04:30:19.255Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:19.255Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-29T04:30:19.255Z] ++ cut -d/ -f2 [2020-07-29T04:30:19.255Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-29T04:30:19.255Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:19.255Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-29T04:30:19.255Z] ++ cut -d/ -f2 [2020-07-29T04:30:19.255Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-29T04:30:19.255Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:19.255Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-29T04:30:19.255Z] ++ cut -d/ -f2 [2020-07-29T04:30:19.255Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-29T04:30:19.313Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:30:19.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T04:30:20.246Z] [2020-07-29T04:30:20.246Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:30:20.631Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T04:30:20.631Z] latest: Pulling from edgex-devops/git-semver [2020-07-29T04:30:20.631Z] 31603596830f: Pulling fs layer [2020-07-29T04:30:20.631Z] 2a8b12db71e7: Pulling fs layer [2020-07-29T04:30:20.631Z] 6ca5941a6612: Pulling fs layer [2020-07-29T04:30:20.631Z] ecc8261a40a4: Pulling fs layer [2020-07-29T04:30:20.631Z] ecc8261a40a4: Waiting [2020-07-29T04:30:20.631Z] 2a8b12db71e7: Verifying Checksum [2020-07-29T04:30:20.631Z] 2a8b12db71e7: Download complete [2020-07-29T04:30:20.631Z] 31603596830f: Verifying Checksum [2020-07-29T04:30:20.631Z] 31603596830f: Download complete [2020-07-29T04:30:20.924Z] ecc8261a40a4: Verifying Checksum [2020-07-29T04:30:20.924Z] ecc8261a40a4: Download complete [2020-07-29T04:30:20.924Z] 6ca5941a6612: Verifying Checksum [2020-07-29T04:30:20.924Z] 6ca5941a6612: Download complete [2020-07-29T04:30:20.924Z] 31603596830f: Pull complete [2020-07-29T04:30:21.195Z] 2a8b12db71e7: Pull complete [2020-07-29T04:30:21.775Z] 6ca5941a6612: Pull complete [2020-07-29T04:30:22.037Z] ecc8261a40a4: Pull complete [2020-07-29T04:30:22.037Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-29T04:30:22.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T04:30:22.037Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-29T04:30:22.151Z] prd-centos7-docker-4c-2g-1382 does not seem to be running inside a container [2020-07-29T04:30:22.192Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-07-29T04:30:25.089Z] $ docker top a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-29T04:30:25.348Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T04:30:25.348Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T04:30:25.534Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T04:30:25.532Z] $ docker exec a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa ssh-agent [2020-07-29T04:30:25.688Z] SSH_AUTH_SOCK=/tmp/ssh-CiFHoQJNSEzz/agent.11 [2020-07-29T04:30:25.688Z] SSH_AGENT_PID=16 [2020-07-29T04:30:25.698Z] Running ssh-add (command line suppressed) [2020-07-29T04:30:25.812Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_1638061984349320308.key (/w/workspace/edgex-go/8@tmp/private_key_1638061984349320308.key) [2020-07-29T04:30:25.865Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T04:30:26.195Z] + git describe --exact-match --tags HEAD [2020-07-29T04:30:26.195Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-29T04:30:26.210Z] $ docker exec --env ******** --env ******** a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa ssh-agent -k [2020-07-29T04:30:26.317Z] unset SSH_AUTH_SOCK; [2020-07-29T04:30:26.318Z] unset SSH_AGENT_PID; [2020-07-29T04:30:26.318Z] echo Agent pid 16 killed; [2020-07-29T04:30:26.365Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-29T04:30:26.435Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-29T04:30:26.435Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-29T04:30:26.549Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T04:30:26.549Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T04:30:26.705Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T04:30:26.703Z] $ docker exec a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa ssh-agent [2020-07-29T04:30:26.865Z] SSH_AUTH_SOCK=/tmp/ssh-B2anAZk34yIr/agent.45 [2020-07-29T04:30:26.865Z] SSH_AGENT_PID=50 [2020-07-29T04:30:26.871Z] Running ssh-add (command line suppressed) [2020-07-29T04:30:26.977Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_6703377594652757617.key (/w/workspace/edgex-go/8@tmp/private_key_6703377594652757617.key) [2020-07-29T04:30:27.029Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T04:30:27.351Z] + git semver init [2020-07-29T04:30:27.351Z] # -> Open(): unable to determine branch for HEAD [2020-07-29T04:30:27.351Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2020-07-29T04:30:27.351Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2020-07-29T04:30:27.351Z] # $SEMVER_REMOTE_NAME = origin [2020-07-29T04:30:27.351Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-29T04:30:27.351Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-29T04:30:27.351Z] # $SEMVER_BRANCH = PR-2625 [2020-07-29T04:30:27.351Z] # $SEMVER_TEMP = /tmp/semver-341576629 [2020-07-29T04:30:27.351Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-29T04:30:45.477Z] # '/tmp/semver-341576629' -> '/w/workspace/edgex-go/8/.semver' [2020-07-29T04:30:45.737Z] # -> Force: false [2020-07-29T04:30:45.737Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2020-07-29T04:30:45.744Z] $ docker exec --env ******** --env ******** a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa ssh-agent -k [2020-07-29T04:30:45.892Z] unset SSH_AUTH_SOCK; [2020-07-29T04:30:45.892Z] unset SSH_AGENT_PID; [2020-07-29T04:30:45.893Z] echo Agent pid 50 killed; [2020-07-29T04:30:45.948Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-29T04:30:46.380Z] + git semver [Pipeline] } [2020-07-29T04:30:46.390Z] $ docker stop --time=1 a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa [2020-07-29T04:30:47.938Z] $ docker rm -f a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-29T04:31:00.609Z] Stashed 26 file(s) [Pipeline] echo [2020-07-29T04:31:00.611Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-07-29T04:31:01.068Z] ========================================================= [2020-07-29T04:31:01.068Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-29T04:31:01.068Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:31:01.392Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-29T04:31:03.930Z] Sending build context to Docker daemon 323.2MB [2020-07-29T04:31:03.930Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T04:31:03.930Z] Step 2/7 : FROM ${BASE} [2020-07-29T04:31:03.930Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-29T04:31:03.930Z] df20fa9351a1: Pulling fs layer [2020-07-29T04:31:03.930Z] ed8968b2872e: Pulling fs layer [2020-07-29T04:31:03.930Z] a92cc7c5fd73: Pulling fs layer [2020-07-29T04:31:03.930Z] 2dd03ba5bac4: Pulling fs layer [2020-07-29T04:31:03.930Z] 1e091d79d1de: Pulling fs layer [2020-07-29T04:31:03.930Z] 481702a1767f: Pulling fs layer [2020-07-29T04:31:03.930Z] f64a6f60c768: Pulling fs layer [2020-07-29T04:31:03.930Z] e78d2573fc39: Pulling fs layer [2020-07-29T04:31:03.930Z] e876d2f968b6: Pulling fs layer [2020-07-29T04:31:03.930Z] ce8a83651883: Pulling fs layer [2020-07-29T04:31:03.930Z] 07967f4d0e4b: Pulling fs layer [2020-07-29T04:31:03.930Z] 481702a1767f: Waiting [2020-07-29T04:31:03.930Z] f64a6f60c768: Waiting [2020-07-29T04:31:03.930Z] e78d2573fc39: Waiting [2020-07-29T04:31:03.930Z] e876d2f968b6: Waiting [2020-07-29T04:31:03.930Z] ce8a83651883: Waiting [2020-07-29T04:31:03.930Z] 07967f4d0e4b: Waiting [2020-07-29T04:31:03.930Z] 2dd03ba5bac4: Waiting [2020-07-29T04:31:03.930Z] 1e091d79d1de: Waiting [2020-07-29T04:31:03.930Z] a92cc7c5fd73: Verifying Checksum [2020-07-29T04:31:03.930Z] a92cc7c5fd73: Download complete [2020-07-29T04:31:03.930Z] ed8968b2872e: Verifying Checksum [2020-07-29T04:31:03.930Z] ed8968b2872e: Download complete [2020-07-29T04:31:04.190Z] 1e091d79d1de: Verifying Checksum [2020-07-29T04:31:04.190Z] 1e091d79d1de: Download complete [2020-07-29T04:31:04.190Z] 481702a1767f: Verifying Checksum [2020-07-29T04:31:04.190Z] 481702a1767f: Download complete [2020-07-29T04:31:04.190Z] df20fa9351a1: Verifying Checksum [2020-07-29T04:31:04.190Z] df20fa9351a1: Download complete [2020-07-29T04:31:04.454Z] df20fa9351a1: Pull complete [2020-07-29T04:31:05.033Z] ed8968b2872e: Pull complete [2020-07-29T04:31:05.306Z] a92cc7c5fd73: Pull complete [2020-07-29T04:31:05.306Z] f64a6f60c768: Verifying Checksum [2020-07-29T04:31:05.306Z] f64a6f60c768: Download complete [2020-07-29T04:31:05.306Z] e876d2f968b6: Verifying Checksum [2020-07-29T04:31:05.306Z] e876d2f968b6: Download complete [2020-07-29T04:31:05.897Z] e78d2573fc39: Verifying Checksum [2020-07-29T04:31:05.897Z] e78d2573fc39: Download complete [2020-07-29T04:31:05.897Z] ce8a83651883: Verifying Checksum [2020-07-29T04:31:05.897Z] ce8a83651883: Download complete [2020-07-29T04:31:05.897Z] 07967f4d0e4b: Verifying Checksum [2020-07-29T04:31:05.897Z] 07967f4d0e4b: Download complete [2020-07-29T04:31:05.897Z] 2dd03ba5bac4: Verifying Checksum [2020-07-29T04:31:05.897Z] 2dd03ba5bac4: Download complete [2020-07-29T04:31:12.631Z] 2dd03ba5bac4: Pull complete [2020-07-29T04:31:12.631Z] 1e091d79d1de: Pull complete [2020-07-29T04:31:12.631Z] 481702a1767f: Pull complete [2020-07-29T04:31:15.885Z] Still waiting to schedule task [2020-07-29T04:31:15.885Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1379’ is offline [2020-07-29T04:31:16.829Z] f64a6f60c768: Pull complete [2020-07-29T04:31:19.382Z] e78d2573fc39: Pull complete [2020-07-29T04:31:19.646Z] e876d2f968b6: Pull complete [2020-07-29T04:31:20.591Z] ce8a83651883: Pull complete [2020-07-29T04:31:20.591Z] 07967f4d0e4b: Pull complete [2020-07-29T04:31:20.591Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-29T04:31:20.591Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-29T04:31:20.591Z] ---> 5d7c900382c6 [2020-07-29T04:31:20.591Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-29T04:31:22.506Z] ---> Running in e3fbada2fb3c [2020-07-29T04:31:23.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:31:24.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:31:25.932Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T04:31:25.932Z] (2/12) Installing file (5.38-r0) [2020-07-29T04:31:26.193Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T04:31:26.193Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T04:31:29.496Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T04:31:29.756Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T04:31:29.756Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T04:31:29.756Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T04:31:30.023Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T04:31:30.024Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T04:31:30.024Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T04:31:30.287Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T04:31:30.287Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:31:30.287Z] OK: 233 MiB in 51 packages [2020-07-29T04:31:34.493Z] Removing intermediate container e3fbada2fb3c [2020-07-29T04:31:34.493Z] ---> ddb2a803ff6c [2020-07-29T04:31:34.493Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T04:31:34.493Z] ---> Running in c073ae518188 [2020-07-29T04:31:34.493Z] Removing intermediate container c073ae518188 [2020-07-29T04:31:34.493Z] ---> a4ab47a4a7ab [2020-07-29T04:31:34.493Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T04:31:34.493Z] latest: Pulling from library/docker [2020-07-29T04:31:34.756Z] df20fa9351a1: Already exists [2020-07-29T04:31:34.756Z] 25ad7478873d: Pulling fs layer [2020-07-29T04:31:34.756Z] 4684f6177b5d: Pulling fs layer [2020-07-29T04:31:34.756Z] 46e300cec669: Pulling fs layer [2020-07-29T04:31:34.756Z] 63038576ad94: Pulling fs layer [2020-07-29T04:31:34.756Z] 0fdb76c4706c: Pulling fs layer [2020-07-29T04:31:34.756Z] cb7edeffdfd5: Pulling fs layer [2020-07-29T04:31:34.756Z] 63038576ad94: Waiting [2020-07-29T04:31:34.756Z] 0fdb76c4706c: Waiting [2020-07-29T04:31:34.756Z] cb7edeffdfd5: Waiting [2020-07-29T04:31:34.756Z] 25ad7478873d: Verifying Checksum [2020-07-29T04:31:34.756Z] 25ad7478873d: Download complete [2020-07-29T04:31:34.756Z] 4684f6177b5d: Verifying Checksum [2020-07-29T04:31:34.756Z] 4684f6177b5d: Download complete [2020-07-29T04:31:35.032Z] 63038576ad94: Verifying Checksum [2020-07-29T04:31:35.032Z] 63038576ad94: Download complete [2020-07-29T04:31:35.032Z] 0fdb76c4706c: Verifying Checksum [2020-07-29T04:31:35.032Z] 0fdb76c4706c: Download complete [2020-07-29T04:31:35.032Z] cb7edeffdfd5: Verifying Checksum [2020-07-29T04:31:35.032Z] cb7edeffdfd5: Download complete [2020-07-29T04:31:35.032Z] 25ad7478873d: Pull complete [2020-07-29T04:31:35.311Z] 4684f6177b5d: Pull complete [2020-07-29T04:31:35.578Z] 46e300cec669: Download complete [2020-07-29T04:31:37.491Z] 46e300cec669: Pull complete [2020-07-29T04:31:37.491Z] 63038576ad94: Pull complete [2020-07-29T04:31:37.752Z] 0fdb76c4706c: Pull complete [2020-07-29T04:31:37.752Z] cb7edeffdfd5: Pull complete [2020-07-29T04:31:37.752Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T04:31:37.752Z] Status: Downloaded newer image for docker:latest [2020-07-29T04:31:39.140Z] ---> e9b14dda2456 [2020-07-29T04:31:39.140Z] Step 6/7 : COPY go.mod . [2020-07-29T04:31:39.405Z] ---> 70b82e8ee967 [2020-07-29T04:31:39.405Z] Step 7/7 : RUN go mod download [2020-07-29T04:31:39.405Z] ---> Running in 8c88929b582f [2020-07-29T04:31:41.940Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T04:31:41.940Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T04:31:41.940Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T04:31:41.940Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T04:31:41.940Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T04:31:41.940Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T04:31:41.940Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T04:31:41.941Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T04:31:41.941Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T04:31:41.941Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T04:31:41.941Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T04:31:41.941Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T04:31:41.941Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T04:31:41.941Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T04:31:41.941Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T04:31:41.941Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T04:31:41.941Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T04:31:41.941Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T04:31:41.941Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T04:31:41.941Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T04:31:41.941Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T04:31:41.941Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T04:31:41.941Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T04:31:41.941Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T04:31:41.941Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T04:31:42.200Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T04:31:42.200Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T04:31:42.200Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T04:31:42.200Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T04:31:42.200Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T04:31:42.200Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T04:31:42.200Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T04:31:42.200Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T04:31:42.200Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T04:31:42.200Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T04:31:42.200Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T04:31:42.200Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T04:31:42.459Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T04:31:42.459Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T04:31:42.459Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T04:31:42.459Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T04:31:42.459Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T04:31:42.459Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T04:31:42.459Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T04:31:42.459Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T04:31:42.459Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T04:31:42.459Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T04:31:42.459Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T04:31:42.459Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T04:31:42.459Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T04:31:42.718Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T04:31:42.718Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T04:31:42.718Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T04:31:42.718Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T04:31:42.718Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T04:31:42.718Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T04:31:42.718Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T04:31:42.719Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T04:31:42.719Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T04:31:42.719Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T04:31:42.719Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T04:31:42.719Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T04:31:42.977Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T04:31:42.977Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T04:31:42.977Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T04:31:42.977Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T04:31:42.977Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T04:31:42.977Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T04:31:42.977Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T04:31:42.977Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T04:31:42.977Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T04:31:42.977Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T04:31:42.977Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T04:31:42.977Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T04:31:43.237Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T04:31:43.237Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T04:31:43.237Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T04:31:43.237Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T04:31:43.237Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T04:31:43.237Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T04:31:43.237Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T04:31:43.237Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T04:31:43.237Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T04:31:43.237Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T04:31:43.237Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T04:31:43.237Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T04:31:43.500Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T04:31:43.500Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T04:31:43.500Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T04:31:43.500Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T04:31:43.500Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T04:31:43.500Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T04:31:55.759Z] Removing intermediate container 8c88929b582f [2020-07-29T04:31:55.759Z] ---> c260b440fc6a [2020-07-29T04:31:55.759Z] Successfully built c260b440fc6a [2020-07-29T04:31:55.759Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:31:56.299Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-29T04:31:56.299Z] . [Pipeline] withDockerContainer [2020-07-29T04:31:56.394Z] prd-centos7-docker-4c-2g-1382 does not seem to be running inside a container [2020-07-29T04:31:56.437Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-07-29T04:31:56.969Z] $ docker top e9e650030bc8160ea1a9e69f887d36abf7ead2e6dd34d83674a2e4837277ba46 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:31:57.450Z] + go version [2020-07-29T04:31:57.450Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-29T04:31:57.460Z] ========================================================= [2020-07-29T04:31:57.460Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T04:31:57.460Z] ========================================================= [Pipeline] sh [2020-07-29T04:31:57.742Z] + make test [2020-07-29T04:31:57.742Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T04:32:00.298Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T04:32:08.513Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T04:32:13.878Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T04:32:13.878Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T04:32:13.878Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T04:32:13.878Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T04:32:13.878Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s [2020-07-29T04:32:13.879Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T04:32:13.879Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T04:32:13.879Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T04:32:14.456Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T04:32:14.722Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T04:32:14.996Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T04:32:14.996Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T04:32:14.996Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T04:32:21.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.016s coverage: 46.6% of statements [2020-07-29T04:32:21.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T04:32:21.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T04:32:21.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T04:32:21.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T04:32:21.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T04:32:23.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.087s coverage: 27.4% of statements [2020-07-29T04:32:23.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T04:32:23.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T04:32:23.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T04:32:23.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T04:32:23.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T04:32:23.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T04:32:23.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.024s coverage: 100.0% of statements [2020-07-29T04:32:23.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T04:32:23.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements [2020-07-29T04:32:23.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T04:32:24.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.081s coverage: 29.3% of statements [2020-07-29T04:32:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T04:32:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T04:32:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T04:32:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T04:32:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T04:32:24.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.014s coverage: 100.0% of statements [2020-07-29T04:32:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T04:32:24.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.027s coverage: 100.0% of statements [2020-07-29T04:32:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T04:32:25.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements [2020-07-29T04:32:25.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T04:32:25.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.031s coverage: 97.5% of statements [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T04:32:25.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 100.0% of statements [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T04:32:25.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T04:32:25.706Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.004s coverage: 58.8% of statements [2020-07-29T04:32:27.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.039s coverage: 63.5% of statements [2020-07-29T04:32:27.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T04:32:27.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T04:32:27.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.004s coverage: 100.0% of statements [2020-07-29T04:32:27.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.124s coverage: 55.9% of statements [2020-07-29T04:32:27.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T04:32:27.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T04:32:27.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T04:32:27.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T04:32:32.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.070s coverage: 86.3% of statements [2020-07-29T04:32:32.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T04:32:32.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.273s coverage: 72.2% of statements [2020-07-29T04:32:32.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.108s coverage: 72.1% of statements [2020-07-29T04:32:32.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.019s coverage: 82.4% of statements [2020-07-29T04:32:32.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements [2020-07-29T04:32:32.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T04:32:32.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T04:32:32.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T04:32:32.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.004s coverage: 28.8% of statements [2020-07-29T04:32:32.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T04:32:32.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.014s coverage: 96.8% of statements [2020-07-29T04:32:32.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T04:32:32.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.033s coverage: 26.9% of statements [2020-07-29T04:32:32.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T04:32:32.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T04:32:32.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.080s coverage: 84.1% of statements [2020-07-29T04:32:32.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.015s coverage: 100.0% of statements [2020-07-29T04:32:32.444Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.005s coverage: 43.1% of statements [2020-07-29T04:32:32.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T04:32:32.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T04:32:32.445Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements [2020-07-29T04:32:32.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T04:32:32.445Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.008s coverage: 83.8% of statements [2020-07-29T04:32:32.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T04:32:33.852Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.034s coverage: 45.1% of statements [2020-07-29T04:32:33.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T04:32:33.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T04:32:33.852Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.020s coverage: 100.0% of statements [2020-07-29T04:32:33.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T04:32:33.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T04:32:33.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T04:32:33.852Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.036s coverage: 100.0% of statements [2020-07-29T04:32:33.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T04:32:34.115Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.011s coverage: 100.0% of statements [2020-07-29T04:32:34.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T04:32:35.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.053s coverage: 29.1% of statements [2020-07-29T04:32:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T04:32:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T04:32:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T04:32:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T04:32:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T04:32:35.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.010s coverage: 99.0% of statements [2020-07-29T04:32:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T04:32:35.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.006s coverage: 100.0% of statements [2020-07-29T04:32:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T04:32:35.523Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.008s coverage: 0.0% of statements [2020-07-29T04:32:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T04:32:35.792Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2020-07-29T04:32:35.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T04:32:35.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T04:32:35.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T04:32:35.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T04:32:36.060Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.018s coverage: 87.9% of statements [2020-07-29T04:32:36.060Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T04:32:36.060Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T04:32:36.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-07-29T04:32:36.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-07-29T04:32:36.891Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.005s coverage: 100.0% of statements [2020-07-29T04:32:36.891Z] GO111MODULE=on go vet ./... [2020-07-29T04:32:42.215Z] gofmt -l . [2020-07-29T04:32:42.475Z] [ "`gofmt -l .`" = "" ] [2020-07-29T04:32:43.049Z] ./bin/test-go-mod-tidy.sh [2020-07-29T04:32:43.989Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-29T04:32:45.230Z] + ls -al . [2020-07-29T04:32:45.230Z] total 556 [2020-07-29T04:32:45.230Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 04:32 . [2020-07-29T04:32:45.230Z] drwxr-xr-x 4 root root 28 Jul 29 04:31 .. [2020-07-29T04:32:45.230Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 04:30 .dockerignore [2020-07-29T04:32:45.230Z] drwxrwxr-x 8 1001 1001 179 Jul 29 04:30 .git [2020-07-29T04:32:45.230Z] drwxrwxr-x 3 1001 1001 60 Jul 29 04:30 .github [2020-07-29T04:32:45.230Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 04:30 .gitignore [2020-07-29T04:32:45.230Z] drwx------ 3 1001 1001 47 Jul 29 04:30 .semver [2020-07-29T04:32:45.230Z] -rw-rw-r-- 1 1001 1001 178 Jul 29 04:30 .sonarcloud.properties [2020-07-29T04:32:45.230Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:30 CONTRIBUTING.md [2020-07-29T04:32:45.230Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:30 Dockerfile.build [2020-07-29T04:32:45.230Z] -rw-rw-r-- 1 1001 1001 911 Jul 29 04:30 Jenkinsfile [2020-07-29T04:32:45.230Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:30 LICENSE [2020-07-29T04:32:45.230Z] -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:30 Makefile [2020-07-29T04:32:45.230Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:30 README.md [2020-07-29T04:32:45.230Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:30 SECURITY.md [2020-07-29T04:32:45.230Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 04:30 VERSION [2020-07-29T04:32:45.230Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:30 ZMQWindows.md [2020-07-29T04:32:45.230Z] drwxrwxr-x 4 1001 1001 33 Jul 29 04:30 api [2020-07-29T04:32:45.230Z] drwxrwxr-x 2 1001 1001 117 Jul 29 04:30 bin [2020-07-29T04:32:45.230Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 04:30 cmd [2020-07-29T04:32:45.230Z] -rw-r--r-- 1 root root 456067 Jul 29 04:32 coverage.out [2020-07-29T04:32:45.230Z] -rw-r--r-- 1 root root 1019 Jul 29 04:32 go.mod [2020-07-29T04:32:45.230Z] -rw-r--r-- 1 root root 18146 Jul 29 04:32 go.sum [2020-07-29T04:32:45.230Z] drwxrwxr-x 8 1001 1001 127 Jul 29 04:30 internal [2020-07-29T04:32:45.230Z] drwxrwxr-x 4 1001 1001 71 Jul 29 04:30 snap [2020-07-29T04:32:45.230Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 04:30 version.go [Pipeline] sh [2020-07-29T04:32:45.536Z] + '[' -e coverage.out ] [2020-07-29T04:32:45.536Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T04:32:45.700Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T04:32:45.986Z] + make build [2020-07-29T04:32:45.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-29T04:32:51.411Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-29T04:32:55.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-29T04:32:56.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:32:57.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T04:32:59.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-29T04:32:59.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-29T04:33:02.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-29T04:33:03.739Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:33:04.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-29T04:33:06.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-29T04:33:07.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-29T04:33:08.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-29T04:33:09.324Z] $ docker stop --time=1 e9e650030bc8160ea1a9e69f887d36abf7ead2e6dd34d83674a2e4837277ba46 [2020-07-29T04:33:10.872Z] $ docker rm -f e9e650030bc8160ea1a9e69f887d36abf7ead2e6dd34d83674a2e4837277ba46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:33:12.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:33:12.215Z] [2020-07-29T04:33:12.215Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:33:12.542Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:33:12.542Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-29T04:33:12.542Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-29T04:33:12.542Z] ca9280d653b3: Pulling fs layer [2020-07-29T04:33:12.542Z] 7e9c9ca2126c: Pulling fs layer [2020-07-29T04:33:12.542Z] cbdbe7a5bc2a: Download complete [2020-07-29T04:33:12.803Z] ca9280d653b3: Verifying Checksum [2020-07-29T04:33:12.803Z] ca9280d653b3: Download complete [2020-07-29T04:33:12.803Z] cbdbe7a5bc2a: Pull complete [2020-07-29T04:33:13.373Z] 7e9c9ca2126c: Verifying Checksum [2020-07-29T04:33:13.373Z] 7e9c9ca2126c: Download complete [2020-07-29T04:33:13.632Z] ca9280d653b3: Pull complete [2020-07-29T04:33:21.766Z] 7e9c9ca2126c: Pull complete [2020-07-29T04:33:21.766Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-29T04:33:21.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:33:21.766Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-29T04:33:21.858Z] prd-centos7-docker-4c-2g-1382 does not seem to be running inside a container [2020-07-29T04:33:21.889Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-07-29T04:33:22.567Z] $ docker top e9aae7015d2a07e816d45cf1c888ad16c5d716381c53d1cd95fc6a672df6b496 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:33:23.016Z] + docker-compose build --help [2020-07-29T04:33:23.016Z] + grep parallel [2020-07-29T04:33:23.956Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T04:33:23.963Z] $ docker stop --time=1 e9aae7015d2a07e816d45cf1c888ad16c5d716381c53d1cd95fc6a672df6b496 [2020-07-29T04:33:25.838Z] $ docker rm -f e9aae7015d2a07e816d45cf1c888ad16c5d716381c53d1cd95fc6a672df6b496 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:33:26.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:33:26.390Z] . [Pipeline] withDockerContainer [2020-07-29T04:33:26.486Z] prd-centos7-docker-4c-2g-1382 does not seem to be running inside a container [2020-07-29T04:33:26.521Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-29T04:33:27.046Z] $ docker top 312a836c4e986d12bac56c823af8d348005fd366fc4d10a8db5866e0c8dbf2a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:33:27.523Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T04:33:28.463Z] Building docker-core-command-go ... [2020-07-29T04:33:28.463Z] Building docker-core-data-go ... [2020-07-29T04:33:28.463Z] Building docker-core-metadata-go ... [2020-07-29T04:33:28.463Z] Building docker-security-proxy-setup-go ... [2020-07-29T04:33:28.463Z] Building docker-security-secrets-setup-go ... [2020-07-29T04:33:28.463Z] Building docker-security-secretstore-setup-go ... [2020-07-29T04:33:28.463Z] Building docker-support-logging-go ... [2020-07-29T04:33:28.463Z] Building docker-support-notifications-go ... [2020-07-29T04:33:28.463Z] Building docker-support-scheduler-go ... [2020-07-29T04:33:28.463Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T04:33:28.463Z] Building docker-security-secretstore-setup-go [2020-07-29T04:33:28.463Z] Building docker-support-scheduler-go [2020-07-29T04:33:28.463Z] Building docker-support-notifications-go [2020-07-29T04:33:28.463Z] Building docker-core-metadata-go [2020-07-29T04:33:28.463Z] Building docker-security-secrets-setup-go [2020-07-29T04:33:55.120Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:33:55.120Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:33:55.120Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:33:55.120Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T04:33:55.120Z] ---> c260b440fc6a [2020-07-29T04:33:55.120Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T04:33:55.120Z] ---> c260b440fc6a [2020-07-29T04:33:55.120Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T04:33:55.120Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:33:55.120Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:33:55.120Z] ---> c260b440fc6a [2020-07-29T04:33:55.120Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:33:55.120Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:33:55.120Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:33:55.120Z] ---> c260b440fc6a [2020-07-29T04:33:55.120Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:33:55.120Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:33:55.120Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:33:55.120Z] ---> c260b440fc6a [2020-07-29T04:33:55.120Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:33:55.466Z] ---> Running in 0da6e443f786 [2020-07-29T04:33:55.466Z] ---> Running in 1358bc899a4a [2020-07-29T04:33:55.466Z] ---> Running in ae5e91c8db1c [2020-07-29T04:33:55.466Z] ---> Running in eb2d4fa86ab1 [2020-07-29T04:33:55.466Z] ---> Running in 75043b38f77e [2020-07-29T04:33:55.750Z] Removing intermediate container 1358bc899a4a [2020-07-29T04:33:55.750Z] ---> 1084bacdf988 [2020-07-29T04:33:55.750Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T04:33:55.750Z] Removing intermediate container eb2d4fa86ab1 [2020-07-29T04:33:55.750Z] ---> 786bb1049326 [2020-07-29T04:33:55.750Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:33:55.800Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1387 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws [2020-07-29T04:33:55.842Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2020-07-29T04:33:56.010Z] Removing intermediate container ae5e91c8db1c [2020-07-29T04:33:56.010Z] ---> 0ff21386bee0 [2020-07-29T04:33:56.010Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:33:56.010Z] Removing intermediate container 0da6e443f786 [2020-07-29T04:33:56.010Z] ---> 4d3e85683e01 [2020-07-29T04:33:56.010Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:33:56.010Z] Removing intermediate container 75043b38f77e [2020-07-29T04:33:56.010Z] ---> 8de798c54581 [2020-07-29T04:33:56.010Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:33:56.010Z] ---> Running in a5ef68413f59 [2020-07-29T04:33:56.010Z] ---> Running in 83afc9b8f3b0 [2020-07-29T04:33:56.010Z] ---> Running in 1f9c57a119c9 [2020-07-29T04:33:56.010Z] ---> Running in 551bc8506345 [2020-07-29T04:33:56.010Z] ---> Running in f694f3e4cb6e [2020-07-29T04:33:56.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:57.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:57.889Z] Removing intermediate container 83afc9b8f3b0 [2020-07-29T04:33:57.889Z] ---> eb50a3d354a3 [2020-07-29T04:33:57.889Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T04:33:57.889Z] ---> Running in 7c039574160a [2020-07-29T04:33:57.889Z] Removing intermediate container 1f9c57a119c9 [2020-07-29T04:33:57.890Z] ---> f49ffbb0d372 [2020-07-29T04:33:57.890Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T04:33:58.162Z] ---> Running in 5bba75f627fc [2020-07-29T04:33:58.162Z] Removing intermediate container 551bc8506345 [2020-07-29T04:33:58.162Z] ---> 203e95c6965e [2020-07-29T04:33:58.162Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:33:58.423Z] Removing intermediate container f694f3e4cb6e [2020-07-29T04:33:58.423Z] ---> 7e9ba23c796b [2020-07-29T04:33:58.423Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:33:58.423Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:33:58.423Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:33:58.423Z] OK: 12749 distinct packages available [2020-07-29T04:33:58.684Z] ---> Running in 98cca2cda043 [2020-07-29T04:33:58.684Z] ---> Running in ee244fdbe5b8 [2020-07-29T04:33:58.684Z] OK: 233 MiB in 51 packages [2020-07-29T04:33:58.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:59.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:59.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:59.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:59.465Z] Removing intermediate container a5ef68413f59 [2020-07-29T04:33:59.465Z] ---> 5d49b4073be9 [2020-07-29T04:33:59.465Z] Step 5/29 : COPY go.mod . [2020-07-29T04:33:59.728Z] ---> 761bfe470880 [2020-07-29T04:33:59.728Z] Step 6/29 : RUN go mod download [2020-07-29T04:33:59.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:59.728Z] ---> Running in 089524a3f4c9 [2020-07-29T04:33:59.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:59.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:59.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:34:00.252Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:34:00.252Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:34:00.252Z] OK: 12749 distinct packages available [2020-07-29T04:34:00.543Z] OK: 233 MiB in 51 packages [2020-07-29T04:34:00.543Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:34:00.543Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:34:00.543Z] OK: 12749 distinct packages available [2020-07-29T04:34:00.816Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:34:00.816Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:34:00.816Z] OK: 12749 distinct packages available [2020-07-29T04:34:00.816Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:34:00.816Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:34:00.816Z] OK: 12749 distinct packages available [2020-07-29T04:34:00.816Z] OK: 233 MiB in 51 packages [2020-07-29T04:34:00.944Z] using credential edgex-jenkins-ssh [2020-07-29T04:34:01.029Z] Cloning the remote Git repository [2020-07-29T04:34:01.029Z] Cloning with configured refspecs honoured and without tags [2020-07-29T04:34:01.080Z] OK: 233 MiB in 51 packages [2020-07-29T04:34:01.080Z] OK: 233 MiB in 51 packages [2020-07-29T04:34:01.080Z] Removing intermediate container 7c039574160a [2020-07-29T04:34:01.080Z] ---> 3a71b0a0ac5d [2020-07-29T04:34:01.080Z] Step 6/26 : COPY go.mod . [2020-07-29T04:34:01.647Z] ---> 0a67a3942557 [2020-07-29T04:34:01.648Z] Step 7/26 : RUN go mod download [2020-07-29T04:34:01.648Z] ---> Running in 624c598dfeae [2020-07-29T04:34:01.915Z] Removing intermediate container 5bba75f627fc [2020-07-29T04:34:01.915Z] ---> 29a6a9b752af [2020-07-29T04:34:01.915Z] Step 6/23 : COPY go.mod . [2020-07-29T04:34:01.915Z] Removing intermediate container 089524a3f4c9 [2020-07-29T04:34:01.915Z] ---> 1a786a1a9d05 [2020-07-29T04:34:01.915Z] Step 7/29 : COPY . . [2020-07-29T04:34:01.122Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-29T04:34:01.243Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2020-07-29T04:34:01.332Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T04:34:01.333Z] > git --version # timeout=10 [2020-07-29T04:34:01.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T04:34:01.433Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T04:34:02.858Z] Removing intermediate container 98cca2cda043 [2020-07-29T04:34:02.859Z] ---> 0ca983201dcf [2020-07-29T04:34:02.859Z] Step 6/21 : COPY go.mod . [2020-07-29T04:34:03.121Z] ---> dc5c456bf407 [2020-07-29T04:34:03.121Z] Step 7/23 : RUN go mod download [2020-07-29T04:34:03.121Z] Removing intermediate container ee244fdbe5b8 [2020-07-29T04:34:03.121Z] ---> 7b351ac5c900 [2020-07-29T04:34:03.121Z] Step 6/20 : COPY go.mod . [2020-07-29T04:34:04.518Z] ---> Running in 61282eb9c6d3 [2020-07-29T04:34:04.518Z] ---> 9b07e6ccf0d4 [2020-07-29T04:34:04.518Z] Step 7/21 : RUN go mod download [2020-07-29T04:34:05.095Z] ---> 2838bfc514f0 [2020-07-29T04:34:05.095Z] Step 7/20 : RUN go mod download [2020-07-29T04:34:05.668Z] ---> Running in ea8398656c47 [2020-07-29T04:34:05.928Z] ---> Running in 988910c0faef [2020-07-29T04:34:05.928Z] Removing intermediate container 624c598dfeae [2020-07-29T04:34:05.928Z] ---> 3e5ad25687b0 [2020-07-29T04:34:05.928Z] Step 8/26 : COPY . . [2020-07-29T04:34:14.162Z] Removing intermediate container 61282eb9c6d3 [2020-07-29T04:34:14.162Z] ---> 3d7c8921981a [2020-07-29T04:34:14.162Z] Step 8/23 : COPY . . [2020-07-29T04:34:16.995Z] Fetching without tags [2020-07-29T04:34:17.586Z] Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 [2020-07-29T04:34:16.912Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T04:34:16.936Z] > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 [2020-07-29T04:34:16.959Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T04:34:16.982Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T04:34:17.044Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T04:34:17.045Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T04:34:17.099Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T04:34:17.624Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T04:34:17.656Z] > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 [2020-07-29T04:34:17.947Z] > git remote # timeout=10 [2020-07-29T04:34:17.964Z] > git config --get remote.origin.url # timeout=10 [2020-07-29T04:34:17.977Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T04:34:17.991Z] > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 [2020-07-29T04:34:18.244Z] Merge succeeded, producing db0bd42c1fcc9223fe81390e6b6d2754fbcef105 [2020-07-29T04:34:18.245Z] Checking out Revision db0bd42c1fcc9223fe81390e6b6d2754fbcef105 (PR-2625) [2020-07-29T04:34:18.233Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-29T04:34:18.264Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T04:34:18.280Z] > git checkout -f db0bd42c1fcc9223fe81390e6b6d2754fbcef105 # timeout=10 [2020-07-29T04:34:22.364Z] Removing intermediate container ea8398656c47 [2020-07-29T04:34:22.364Z] ---> b7ce1c9e1105 [2020-07-29T04:34:22.364Z] Step 8/21 : COPY . . [2020-07-29T04:34:22.533Z] Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" [2020-07-29T04:34:22.552Z] > git rev-list --no-walk 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-29T04:34:26.575Z] Removing intermediate container 988910c0faef [2020-07-29T04:34:26.575Z] ---> 1c1c8c523db9 [2020-07-29T04:34:26.575Z] Step 8/20 : COPY . . [2020-07-29T04:34:31.886Z] ---> 9178db309992 [2020-07-29T04:34:31.886Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [Pipeline] echo [2020-07-29T04:34:33.243Z] ========================================================= [2020-07-29T04:34:33.243Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-29T04:34:33.243Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:34:34.151Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-29T04:34:38.481Z] Sending build context to Docker daemon 323.2MB [2020-07-29T04:34:38.481Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T04:34:38.481Z] Step 2/7 : FROM ${BASE} [2020-07-29T04:34:38.481Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-29T04:34:38.481Z] b538f80385f9: Pulling fs layer [2020-07-29T04:34:38.481Z] 74f711af9a0d: Pulling fs layer [2020-07-29T04:34:38.481Z] 99f96fe45779: Pulling fs layer [2020-07-29T04:34:38.481Z] fd7a069fd194: Pulling fs layer [2020-07-29T04:34:38.481Z] 66aa3694b03b: Pulling fs layer [2020-07-29T04:34:38.481Z] 170f70906a0f: Pulling fs layer [2020-07-29T04:34:38.481Z] ad7c5574e4b9: Pulling fs layer [2020-07-29T04:34:38.481Z] e772456be8f7: Pulling fs layer [2020-07-29T04:34:38.481Z] c890913d741a: Pulling fs layer [2020-07-29T04:34:38.481Z] 2480fcc9aa5a: Pulling fs layer [2020-07-29T04:34:38.481Z] 66aa3694b03b: Waiting [2020-07-29T04:34:38.481Z] 09adf4765672: Pulling fs layer [2020-07-29T04:34:38.481Z] 170f70906a0f: Waiting [2020-07-29T04:34:38.481Z] ad7c5574e4b9: Waiting [2020-07-29T04:34:38.481Z] e772456be8f7: Waiting [2020-07-29T04:34:38.481Z] c890913d741a: Waiting [2020-07-29T04:34:38.481Z] 2480fcc9aa5a: Waiting [2020-07-29T04:34:38.481Z] 09adf4765672: Waiting [2020-07-29T04:34:38.481Z] fd7a069fd194: Waiting [2020-07-29T04:34:38.481Z] 99f96fe45779: Verifying Checksum [2020-07-29T04:34:38.481Z] 99f96fe45779: Download complete [2020-07-29T04:34:38.481Z] 74f711af9a0d: Verifying Checksum [2020-07-29T04:34:38.481Z] 74f711af9a0d: Download complete [2020-07-29T04:34:38.481Z] 66aa3694b03b: Verifying Checksum [2020-07-29T04:34:38.481Z] 66aa3694b03b: Download complete [2020-07-29T04:34:38.481Z] 170f70906a0f: Verifying Checksum [2020-07-29T04:34:38.481Z] 170f70906a0f: Download complete [2020-07-29T04:34:38.481Z] b538f80385f9: Verifying Checksum [2020-07-29T04:34:38.481Z] b538f80385f9: Download complete [2020-07-29T04:34:39.103Z] b538f80385f9: Pull complete [2020-07-29T04:34:39.708Z] 74f711af9a0d: Pull complete [2020-07-29T04:34:40.050Z] ---> Running in fff90e31fa9e [2020-07-29T04:34:40.307Z] 99f96fe45779: Pull complete [2020-07-29T04:34:40.312Z] ---> 0f791d9bc233 [2020-07-29T04:34:40.312Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-29T04:34:41.755Z] ad7c5574e4b9: Verifying Checksum [2020-07-29T04:34:41.755Z] ad7c5574e4b9: Download complete [2020-07-29T04:34:41.755Z] c890913d741a: Verifying Checksum [2020-07-29T04:34:41.755Z] c890913d741a: Download complete [2020-07-29T04:34:43.185Z] e772456be8f7: Verifying Checksum [2020-07-29T04:34:43.185Z] e772456be8f7: Download complete [2020-07-29T04:34:43.185Z] 09adf4765672: Verifying Checksum [2020-07-29T04:34:43.185Z] 09adf4765672: Download complete [2020-07-29T04:34:43.689Z] ---> 65d56676b81d [2020-07-29T04:34:43.689Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T04:34:43.777Z] 2480fcc9aa5a: Verifying Checksum [2020-07-29T04:34:43.777Z] 2480fcc9aa5a: Download complete [2020-07-29T04:34:43.777Z] fd7a069fd194: Verifying Checksum [2020-07-29T04:34:43.777Z] fd7a069fd194: Download complete [2020-07-29T04:34:44.264Z] ---> Running in 8fc19624444f [2020-07-29T04:34:45.223Z] ---> Running in 550d2d08a668 [2020-07-29T04:34:45.223Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:34:46.602Z] ---> 3a6a06a99d07 [2020-07-29T04:34:46.602Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T04:34:47.549Z] ---> Running in 6336a249a50e [2020-07-29T04:34:48.962Z] ---> 8cc6202b532b [2020-07-29T04:34:48.962Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T04:34:48.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T04:34:48.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-29T04:34:49.230Z] ---> Running in eb0fed1d8a9d [2020-07-29T04:34:49.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-29T04:34:50.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-29T04:34:56.179Z] fd7a069fd194: Pull complete [2020-07-29T04:34:56.179Z] 66aa3694b03b: Pull complete [2020-07-29T04:34:56.179Z] 170f70906a0f: Pull complete [2020-07-29T04:34:58.158Z] ad7c5574e4b9: Pull complete [2020-07-29T04:35:02.472Z] e772456be8f7: Pull complete [2020-07-29T04:35:03.080Z] c890913d741a: Pull complete [2020-07-29T04:35:05.702Z] 2480fcc9aa5a: Pull complete [2020-07-29T04:35:05.702Z] 09adf4765672: Pull complete [2020-07-29T04:35:05.702Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-29T04:35:05.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-29T04:35:05.702Z] ---> 2248a725d1cf [2020-07-29T04:35:05.702Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-29T04:35:12.131Z] Removing intermediate container fff90e31fa9e [2020-07-29T04:35:12.131Z] ---> 1e28f6cdac4d [2020-07-29T04:35:12.131Z] [2020-07-29T04:35:12.131Z] Step 9/29 : FROM alpine:latest [2020-07-29T04:35:12.131Z] latest: Pulling from library/alpine [2020-07-29T04:35:12.131Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T04:35:12.131Z] Status: Downloaded newer image for alpine:latest [2020-07-29T04:35:12.131Z] ---> a24bb4013296 [2020-07-29T04:35:12.131Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-29T04:35:12.131Z] ---> Running in d74c9014ea70 [2020-07-29T04:35:12.131Z] Removing intermediate container d74c9014ea70 [2020-07-29T04:35:12.131Z] ---> 6f9e3c8a52e8 [2020-07-29T04:35:12.131Z] Step 11/29 : USER root [2020-07-29T04:35:12.131Z] ---> Running in d1d2dbe5655e [2020-07-29T04:35:12.131Z] Removing intermediate container d1d2dbe5655e [2020-07-29T04:35:12.131Z] ---> 4672ac848c87 [2020-07-29T04:35:12.131Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T04:35:12.131Z] ---> Running in 6ffa049120de [2020-07-29T04:35:12.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-29T04:35:12.457Z] ---> Running in 5d3c04ca5393 [2020-07-29T04:35:13.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:13.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:13.366Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:35:13.366Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:35:13.366Z] OK: 12749 distinct packages available [2020-07-29T04:35:13.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:35:14.009Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T04:35:14.009Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T04:35:14.009Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:35:14.009Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:35:14.009Z] OK: 6 MiB in 16 packages [2020-07-29T04:35:14.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:35:15.467Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T04:35:15.745Z] (2/12) Installing file (5.38-r0) [2020-07-29T04:35:15.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 [2020-07-29T04:35:16.022Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T04:35:16.022Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T04:35:16.254Z] Removing intermediate container 6ffa049120de [2020-07-29T04:35:16.254Z] ---> 1f70da19476e [2020-07-29T04:35:16.254Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T04:35:16.516Z] ---> Running in 1624a9065b7c [2020-07-29T04:35:16.780Z] Removing intermediate container 1624a9065b7c [2020-07-29T04:35:16.780Z] ---> b415fc853f98 [2020-07-29T04:35:16.780Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T04:35:16.780Z] ---> Running in c90b479f9676 [2020-07-29T04:35:17.049Z] Removing intermediate container c90b479f9676 [2020-07-29T04:35:17.049Z] ---> 5205f50d2407 [2020-07-29T04:35:17.049Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T04:35:17.049Z] ---> Running in 6f8036a31be2 [2020-07-29T04:35:19.412Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T04:35:19.412Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T04:35:19.412Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T04:35:19.686Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T04:35:19.686Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T04:35:19.686Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T04:35:19.956Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T04:35:20.376Z] Removing intermediate container 6f8036a31be2 [2020-07-29T04:35:20.376Z] ---> 8ca11adf94c0 [2020-07-29T04:35:20.376Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T04:35:20.548Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T04:35:20.548Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:35:20.548Z] OK: 217 MiB in 51 packages [2020-07-29T04:35:22.937Z] ---> 628d7ebe8ec1 [2020-07-29T04:35:22.937Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T04:35:23.506Z] Removing intermediate container 8fc19624444f [2020-07-29T04:35:23.506Z] ---> 2dde6317ebd5 [2020-07-29T04:35:23.506Z] [2020-07-29T04:35:23.506Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T04:35:23.506Z] Removing intermediate container eb0fed1d8a9d [2020-07-29T04:35:23.506Z] ---> 7ab4a8dd722f [2020-07-29T04:35:23.506Z] [2020-07-29T04:35:23.506Z] Step 10/20 : FROM scratch [2020-07-29T04:35:23.506Z] ---> [2020-07-29T04:35:23.506Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:35:23.507Z] Removing intermediate container 550d2d08a668 [2020-07-29T04:35:23.507Z] ---> 036183531f45 [2020-07-29T04:35:23.507Z] [2020-07-29T04:35:23.507Z] Step 10/23 : FROM scratch [2020-07-29T04:35:23.507Z] ---> [2020-07-29T04:35:23.507Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:35:23.766Z] 3.10: Pulling from library/alpine [2020-07-29T04:35:24.840Z] Removing intermediate container 5d3c04ca5393 [2020-07-29T04:35:24.840Z] ---> 72d959542d08 [2020-07-29T04:35:24.840Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T04:35:25.112Z] ---> Running in d29869b663af [2020-07-29T04:35:25.384Z] Removing intermediate container d29869b663af [2020-07-29T04:35:25.384Z] ---> 6fd6a301023a [2020-07-29T04:35:25.384Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T04:35:25.656Z] latest: Pulling from library/docker [2020-07-29T04:35:25.950Z] b538f80385f9: Already exists [2020-07-29T04:35:25.950Z] 259a493cd78d: Pulling fs layer [2020-07-29T04:35:25.950Z] b8e66b5100f5: Pulling fs layer [2020-07-29T04:35:25.950Z] 39dc9c94d07c: Pulling fs layer [2020-07-29T04:35:25.950Z] 551b823b3b82: Pulling fs layer [2020-07-29T04:35:25.950Z] 3c52a74df98c: Pulling fs layer [2020-07-29T04:35:25.950Z] 6c9b121b6998: Pulling fs layer [2020-07-29T04:35:25.950Z] 551b823b3b82: Waiting [2020-07-29T04:35:25.950Z] 3c52a74df98c: Waiting [2020-07-29T04:35:25.950Z] 6c9b121b6998: Waiting [2020-07-29T04:35:25.950Z] b8e66b5100f5: Verifying Checksum [2020-07-29T04:35:25.950Z] b8e66b5100f5: Download complete [2020-07-29T04:35:26.232Z] 259a493cd78d: Verifying Checksum [2020-07-29T04:35:26.232Z] 551b823b3b82: Verifying Checksum [2020-07-29T04:35:26.232Z] 551b823b3b82: Download complete [2020-07-29T04:35:26.232Z] 3c52a74df98c: Verifying Checksum [2020-07-29T04:35:26.232Z] 3c52a74df98c: Download complete [2020-07-29T04:35:26.232Z] 6c9b121b6998: Verifying Checksum [2020-07-29T04:35:26.232Z] 6c9b121b6998: Download complete [2020-07-29T04:35:26.833Z] 259a493cd78d: Pull complete [2020-07-29T04:35:27.429Z] 39dc9c94d07c: Verifying Checksum [2020-07-29T04:35:27.429Z] 39dc9c94d07c: Download complete [2020-07-29T04:35:27.429Z] b8e66b5100f5: Pull complete [2020-07-29T04:35:28.055Z] ---> 2560688b517b [2020-07-29T04:35:28.055Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T04:35:28.055Z] ---> Running in e5298af7e6a3 [2020-07-29T04:35:28.055Z] ---> Running in b0aa3a5c9b77 [2020-07-29T04:35:28.055Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T04:35:28.055Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T04:35:28.055Z] ---> be4e4bea2c2e [2020-07-29T04:35:28.055Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T04:35:28.055Z] Removing intermediate container 6336a249a50e [2020-07-29T04:35:28.055Z] ---> 98627717072f [2020-07-29T04:35:28.055Z] [2020-07-29T04:35:28.055Z] Step 10/21 : FROM scratch [2020-07-29T04:35:28.055Z] ---> [2020-07-29T04:35:28.055Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:35:28.055Z] ---> Running in 9c5eb99c1bb0 [2020-07-29T04:35:28.055Z] Removing intermediate container b0aa3a5c9b77 [2020-07-29T04:35:28.055Z] ---> 106a53eb8c6a [2020-07-29T04:35:28.055Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T04:35:28.055Z] ---> Running in 92189bdd024d [2020-07-29T04:35:28.055Z] Removing intermediate container e5298af7e6a3 [2020-07-29T04:35:28.055Z] ---> c9534cdb4fdb [2020-07-29T04:35:28.055Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T04:35:28.055Z] ---> 24890f681a54 [2020-07-29T04:35:28.055Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T04:35:28.055Z] ---> Running in 5c5ecc9c11ce [2020-07-29T04:35:28.055Z] ---> Running in 0959c7ef7db8 [2020-07-29T04:35:28.326Z] Removing intermediate container 92189bdd024d [2020-07-29T04:35:28.326Z] ---> 63d022bb6819 [2020-07-29T04:35:28.326Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T04:35:28.326Z] ---> Running in dc8866480391 [2020-07-29T04:35:28.326Z] ---> 73131da6b496 [2020-07-29T04:35:28.326Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T04:35:28.591Z] Removing intermediate container 0959c7ef7db8 [2020-07-29T04:35:28.591Z] ---> e7c3c4450248 [2020-07-29T04:35:28.591Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T04:35:28.591Z] Removing intermediate container 5c5ecc9c11ce [2020-07-29T04:35:28.591Z] ---> 872040e09181 [2020-07-29T04:35:28.591Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T04:35:28.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:28.852Z] Removing intermediate container dc8866480391 [2020-07-29T04:35:28.852Z] ---> b71c81c44aa6 [2020-07-29T04:35:28.852Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:35:28.852Z] ---> Running in 28454baf7ef1 [2020-07-29T04:35:28.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:28.852Z] ---> Running in 0e7b2f336f67 [2020-07-29T04:35:28.852Z] ---> Running in d2ec82423901 [2020-07-29T04:35:28.852Z] ---> 70bb2395794e [2020-07-29T04:35:28.852Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T04:35:29.119Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T04:35:29.119Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T04:35:29.119Z] OK: 10346 distinct packages available [2020-07-29T04:35:29.119Z] ---> Running in 2468def3ff47 [2020-07-29T04:35:29.119Z] Removing intermediate container 0e7b2f336f67 [2020-07-29T04:35:29.119Z] ---> 0dcf32957768 [2020-07-29T04:35:29.119Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T04:35:29.119Z] Removing intermediate container 28454baf7ef1 [2020-07-29T04:35:29.119Z] ---> 3cea50848ba0 [2020-07-29T04:35:29.119Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T04:35:29.119Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T04:35:29.119Z] Removing intermediate container d2ec82423901 [2020-07-29T04:35:29.119Z] ---> 8180dd516750 [2020-07-29T04:35:29.119Z] Step 14/21 : WORKDIR / [2020-07-29T04:35:29.381Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T04:35:29.381Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T04:35:29.381Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T04:35:29.381Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T04:35:29.381Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T04:35:29.381Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T04:35:29.381Z] OK: 7 MiB in 19 packages [2020-07-29T04:35:29.961Z] ---> Running in def64996024c [2020-07-29T04:35:29.961Z] ---> 047eb43363fc [2020-07-29T04:35:29.961Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T04:35:29.961Z] ---> 1465cb27c6f5 [2020-07-29T04:35:29.961Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T04:35:30.046Z] 39dc9c94d07c: Pull complete [2020-07-29T04:35:30.231Z] Removing intermediate container def64996024c [2020-07-29T04:35:30.231Z] ---> 114329606a12 [2020-07-29T04:35:30.231Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T04:35:30.639Z] 551b823b3b82: Pull complete [2020-07-29T04:35:30.800Z] Removing intermediate container 9c5eb99c1bb0 [2020-07-29T04:35:30.800Z] ---> 735f60898a05 [2020-07-29T04:35:30.800Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:35:30.913Z] 3c52a74df98c: Pull complete [2020-07-29T04:35:31.188Z] 6c9b121b6998: Pull complete [2020-07-29T04:35:31.188Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T04:35:31.188Z] Status: Downloaded newer image for docker:latest [2020-07-29T04:35:31.376Z] ---> cffe936c4619 [2020-07-29T04:35:31.376Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T04:35:31.376Z] ---> Running in cafb74f8e302 [2020-07-29T04:35:31.376Z] ---> d463f5284900 [2020-07-29T04:35:31.376Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T04:35:31.376Z] ---> 16ee71cd880b [2020-07-29T04:35:31.376Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T04:35:31.635Z] Removing intermediate container cafb74f8e302 [2020-07-29T04:35:31.635Z] ---> ec0a79e897a9 [2020-07-29T04:35:31.635Z] Step 13/26 : WORKDIR / [2020-07-29T04:35:31.895Z] Removing intermediate container 2468def3ff47 [2020-07-29T04:35:31.895Z] ---> d40377a92b0a [2020-07-29T04:35:31.895Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:35:31.895Z] ---> Running in 1229978a187b [2020-07-29T04:35:31.895Z] ---> 063a2fb78e3c [2020-07-29T04:35:31.895Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:35:32.836Z] ---> 30f3cbffb220 [2020-07-29T04:35:32.836Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T04:35:32.836Z] ---> fc4ea70460aa [2020-07-29T04:35:32.836Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T04:35:32.836Z] ---> Running in c9644618b894 [2020-07-29T04:35:32.836Z] ---> 104aa6e13227 [2020-07-29T04:35:32.836Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:35:33.096Z] Removing intermediate container 1229978a187b [2020-07-29T04:35:33.096Z] ---> 23533bc4b696 [2020-07-29T04:35:33.096Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-29T04:35:33.096Z] ---> Running in bdf0ad7798c9 [2020-07-29T04:35:33.096Z] ---> 295fa1fea3b3 [2020-07-29T04:35:33.096Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T04:35:33.096Z] Removing intermediate container c9644618b894 [2020-07-29T04:35:33.096Z] ---> 11374b621905 [2020-07-29T04:35:33.096Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T04:35:33.358Z] ---> 05d184ca3d09 [2020-07-29T04:35:33.358Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:35:33.619Z] ---> Running in 963dcfbfb4df [2020-07-29T04:35:33.619Z] ---> Running in c5a5226f9669 [2020-07-29T04:35:33.619Z] ---> 29156c7dc124 [2020-07-29T04:35:33.619Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-29T04:35:33.619Z] ---> 4459fb9f7648 [2020-07-29T04:35:33.619Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T04:35:33.882Z] Removing intermediate container 963dcfbfb4df [2020-07-29T04:35:33.882Z] ---> 5bcfc538df05 [2020-07-29T04:35:33.882Z] Step 19/20 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:35:33.882Z] Removing intermediate container c5a5226f9669 [2020-07-29T04:35:33.882Z] ---> edc472f31ba9 [2020-07-29T04:35:33.882Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T04:35:34.452Z] ---> Running in c651567f31dd [2020-07-29T04:35:34.452Z] ---> Running in cbfba1e57933 [2020-07-29T04:35:34.452Z] ---> 4f64a6cbd058 [2020-07-29T04:35:34.452Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T04:35:34.452Z] ---> 322bb1d85715 [2020-07-29T04:35:34.452Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:35:34.712Z] ---> Running in e07a0564ced8 [2020-07-29T04:35:34.712Z] Removing intermediate container cbfba1e57933 [2020-07-29T04:35:34.712Z] ---> 184a1bdcc92b [2020-07-29T04:35:34.712Z] Step 20/21 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:35:34.712Z] Removing intermediate container c651567f31dd [2020-07-29T04:35:34.712Z] ---> 8b857a0eb191 [2020-07-29T04:35:34.712Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:35:34.971Z] ---> 23b4387fe35c [2020-07-29T04:35:34.971Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T04:35:34.971Z] ---> Running in e0c27855d292 [2020-07-29T04:35:34.971Z] ---> Running in 0d785b8823cb [2020-07-29T04:35:34.971Z] Removing intermediate container bdf0ad7798c9 [2020-07-29T04:35:34.971Z] ---> 6475b145a3ef [2020-07-29T04:35:34.971Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T04:35:34.971Z] Removing intermediate container e07a0564ced8 [2020-07-29T04:35:34.971Z] ---> ed522dd29a2e [2020-07-29T04:35:34.971Z] Step 21/23 : LABEL arch=x86_64 [2020-07-29T04:35:35.231Z] ---> Running in 13f45f9eff72 [2020-07-29T04:35:35.231Z] ---> Running in f6d0dbac9a48 [2020-07-29T04:35:35.231Z] ---> 889fc4f50a99 [2020-07-29T04:35:35.231Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T04:35:35.489Z] Removing intermediate container 0d785b8823cb [2020-07-29T04:35:35.489Z] ---> b3ad312f6d99 [2020-07-29T04:35:35.489Z] [2020-07-29T04:35:35.489Z] Removing intermediate container e0c27855d292 [2020-07-29T04:35:35.489Z] ---> a3e3e7ca0680 [2020-07-29T04:35:35.489Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:35:35.489Z] Successfully built b3ad312f6d99 [2020-07-29T04:35:35.494Z] ---> ec475305bfa5 [2020-07-29T04:35:35.494Z] Step 6/7 : COPY go.mod . [2020-07-29T04:35:35.494Z] ---> a066341f43df [2020-07-29T04:35:35.494Z] Step 7/7 : RUN go mod download [2020-07-29T04:35:35.750Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-29T04:35:35.750Z] Building docker-core-data-go [2020-07-29T04:35:35.750Z]  Building docker-support-scheduler-go ... done  ---> Running in cd37a0e78829 [2020-07-29T04:35:35.750Z] Removing intermediate container 13f45f9eff72 [2020-07-29T04:35:35.750Z] ---> 9adb80ddf32d [2020-07-29T04:35:35.751Z] Step 22/23 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:35:36.011Z] ---> e93f6fa62834 [2020-07-29T04:35:36.011Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T04:35:36.011Z] ---> Running in 968d67b02211 [2020-07-29T04:35:36.093Z] ---> Running in 33258fca61de [2020-07-29T04:35:38.560Z] Removing intermediate container cd37a0e78829 [2020-07-29T04:35:38.560Z] ---> 87d4b3a80da9 [2020-07-29T04:35:38.560Z] [2020-07-29T04:35:38.560Z] Successfully built 87d4b3a80da9 [2020-07-29T04:35:39.128Z] Successfully tagged docker-core-metadata-go:latest [2020-07-29T04:35:39.128Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2020-07-29T04:35:39.486Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T04:35:39.486Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T04:35:39.486Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T04:35:39.486Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T04:35:39.486Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T04:35:39.486Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T04:35:39.486Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T04:35:39.486Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T04:35:39.486Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T04:35:39.486Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T04:35:39.486Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T04:35:39.486Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T04:35:39.486Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T04:35:39.486Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T04:35:39.487Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T04:35:39.487Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T04:35:39.487Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T04:35:39.487Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T04:35:39.487Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T04:35:39.487Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T04:35:39.487Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T04:35:39.487Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T04:35:39.698Z] Removing intermediate container 968d67b02211 [2020-07-29T04:35:39.698Z] ---> 56977e562c49 [2020-07-29T04:35:39.698Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T04:35:39.757Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T04:35:39.758Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T04:35:39.758Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T04:35:39.758Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T04:35:39.758Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T04:35:39.758Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T04:35:39.758Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T04:35:39.758Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T04:35:39.758Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T04:35:40.028Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T04:35:40.028Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T04:35:40.028Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T04:35:40.028Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T04:35:40.028Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T04:35:40.028Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T04:35:40.028Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T04:35:40.028Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T04:35:40.028Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T04:35:40.028Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T04:35:40.297Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T04:35:40.297Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T04:35:40.297Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T04:35:40.297Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T04:35:40.297Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T04:35:40.297Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T04:35:40.297Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T04:35:40.297Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T04:35:40.297Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T04:35:40.297Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T04:35:40.297Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T04:35:40.297Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T04:35:40.568Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T04:35:40.568Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T04:35:40.568Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T04:35:40.568Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T04:35:40.568Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T04:35:40.568Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T04:35:40.568Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T04:35:40.568Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T04:35:40.568Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T04:35:40.568Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T04:35:40.568Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T04:35:40.839Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T04:35:40.839Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T04:35:40.839Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T04:35:40.839Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T04:35:40.839Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T04:35:40.839Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T04:35:40.839Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T04:35:40.839Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T04:35:40.839Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T04:35:40.839Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T04:35:40.839Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T04:35:40.839Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T04:35:41.108Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T04:35:41.108Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T04:35:41.108Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T04:35:41.108Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T04:35:41.108Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T04:35:41.108Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T04:35:41.108Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T04:35:41.108Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T04:35:41.108Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T04:35:41.108Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T04:35:41.108Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T04:35:41.108Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T04:35:41.381Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T04:35:41.381Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T04:35:41.381Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T04:35:41.381Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T04:35:46.268Z] ---> cfe9fd8f45e7 [2020-07-29T04:35:46.268Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T04:35:46.534Z] ---> Running in 355f111282b7 [2020-07-29T04:35:49.084Z] Removing intermediate container 355f111282b7 [2020-07-29T04:35:49.084Z] ---> c9282d4e5602 [2020-07-29T04:35:49.084Z] [2020-07-29T04:35:49.344Z] ---> 59d507305d8f [2020-07-29T04:35:49.344Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:35:49.344Z] Removing intermediate container f6d0dbac9a48 [2020-07-29T04:35:49.344Z] ---> b1e0e330260a [2020-07-29T04:35:49.344Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:35:50.307Z] Successfully built c9282d4e5602 [2020-07-29T04:35:50.308Z] Successfully tagged docker-support-notifications-go:latest [2020-07-29T04:35:50.308Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-07-29T04:35:50.308Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:50.308Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:50.308Z] ---> c260b440fc6a [2020-07-29T04:35:50.308Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T04:35:50.308Z] ---> Using cache [2020-07-29T04:35:50.308Z] ---> 8de798c54581 [2020-07-29T04:35:50.308Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:50.308Z] ---> Using cache [2020-07-29T04:35:50.308Z] ---> 7e9ba23c796b [2020-07-29T04:35:50.308Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T04:35:54.512Z] ---> Running in 43aaa7b47775 [2020-07-29T04:35:55.904Z] ---> 03f742c90d99 [2020-07-29T04:35:55.904Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:35:55.904Z] ---> Running in 7ad0f8866d59 [2020-07-29T04:35:56.852Z] ---> Running in 812f2f4cadac [2020-07-29T04:35:56.852Z] Removing intermediate container 43aaa7b47775 [2020-07-29T04:35:56.852Z] ---> 6c93061760c4 [2020-07-29T04:35:56.852Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T04:35:59.400Z] ---> Running in b181ae6f8871 [2020-07-29T04:35:59.400Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:59.400Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:59.400Z] ---> c260b440fc6a [2020-07-29T04:35:59.400Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:35:59.400Z] ---> Using cache [2020-07-29T04:35:59.400Z] ---> 8de798c54581 [2020-07-29T04:35:59.400Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:59.400Z] ---> Using cache [2020-07-29T04:35:59.400Z] ---> 7e9ba23c796b [2020-07-29T04:35:59.400Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T04:35:59.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:59.682Z] Removing intermediate container 33258fca61de [2020-07-29T04:35:59.682Z] ---> 95d0d01c5a00 [2020-07-29T04:35:59.682Z] Successfully built 95d0d01c5a00 [2020-07-29T04:35:59.682Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-07-29T04:35:59.972Z] ---> Running in 24b88b137582 [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:36:00.233Z] Removing intermediate container b181ae6f8871 [2020-07-29T04:36:00.234Z] ---> 97e39a419afd [2020-07-29T04:36:00.234Z] Step 27/29 : LABEL arch=x86_64 [2020-07-29T04:36:00.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:36:00.328Z] + docker inspect -f . ci-base-image-arm64 [2020-07-29T04:36:00.328Z] . [Pipeline] withDockerContainer [2020-07-29T04:36:00.604Z] prd-ubuntu18.04-docker-arm64-4c-16g-1387 does not seem to be running inside a container [2020-07-29T04:36:00.711Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-29T04:36:00.805Z] ---> Running in 017e5cc702b8 [2020-07-29T04:36:01.068Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:36:01.068Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:36:01.068Z] OK: 12749 distinct packages available [2020-07-29T04:36:01.643Z] OK: 233 MiB in 51 packages [2020-07-29T04:36:01.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:36:02.164Z] $ docker top fb6ec2230efd35544b899a0d841a6bc187f89ad0c70e36eb5a34e3b9ca20dd1e -eo pid,comm [Pipeline] { [2020-07-29T04:36:02.479Z] Removing intermediate container 017e5cc702b8 [2020-07-29T04:36:02.479Z] ---> 0a7a3ca68f55 [2020-07-29T04:36:02.479Z] Step 28/29 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [Pipeline] sh [2020-07-29T04:36:03.128Z] + go version [2020-07-29T04:36:03.128Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-29T04:36:03.147Z] ========================================================= [2020-07-29T04:36:03.147Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T04:36:03.147Z] ========================================================= [Pipeline] sh [2020-07-29T04:36:03.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:36:03.800Z] + make test [2020-07-29T04:36:03.800Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T04:36:03.988Z] ---> Running in 19f3bd73152d [2020-07-29T04:36:04.557Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:36:04.557Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:36:04.557Z] ---> c260b440fc6a [2020-07-29T04:36:04.557Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:36:04.557Z] ---> Using cache [2020-07-29T04:36:04.557Z] ---> 8de798c54581 [2020-07-29T04:36:04.557Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:36:04.557Z] ---> Using cache [2020-07-29T04:36:04.557Z] ---> 7e9ba23c796b [2020-07-29T04:36:04.557Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:36:04.557Z] ---> Using cache [2020-07-29T04:36:04.557Z] ---> 7b351ac5c900 [2020-07-29T04:36:04.557Z] Step 6/21 : COPY go.mod . [2020-07-29T04:36:04.557Z] ---> Using cache [2020-07-29T04:36:04.557Z] ---> 2838bfc514f0 [2020-07-29T04:36:04.557Z] Step 7/21 : RUN go mod download [2020-07-29T04:36:04.557Z] ---> Using cache [2020-07-29T04:36:04.557Z] ---> 1c1c8c523db9 [2020-07-29T04:36:04.557Z] Step 8/21 : COPY . . [2020-07-29T04:36:04.557Z] ---> Using cache [2020-07-29T04:36:04.557Z] ---> 8cc6202b532b [2020-07-29T04:36:04.557Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T04:36:05.493Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:36:05.493Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:36:05.493Z] OK: 12749 distinct packages available [2020-07-29T04:36:05.493Z] Removing intermediate container 812f2f4cadac [2020-07-29T04:36:05.493Z] ---> 5d8f7241c7d6 [2020-07-29T04:36:05.493Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:36:05.493Z] ---> Running in 51f868c9d897 [2020-07-29T04:36:05.493Z] Removing intermediate container 19f3bd73152d [2020-07-29T04:36:05.493Z] ---> 1b72d426f0ac [2020-07-29T04:36:05.493Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T04:36:05.751Z] OK: 233 MiB in 51 packages [2020-07-29T04:36:05.751Z] Removing intermediate container 7ad0f8866d59 [2020-07-29T04:36:05.751Z] ---> 26eab03b02e0 [2020-07-29T04:36:05.751Z] Step 6/22 : COPY go.mod . [2020-07-29T04:36:06.011Z] ---> Running in ad47c3f5dc45 [2020-07-29T04:36:06.011Z] ---> Running in a3973ce7b130 [2020-07-29T04:36:06.011Z] ---> b9e7d6123b3c [2020-07-29T04:36:06.011Z] Step 7/22 : RUN go mod download [2020-07-29T04:36:06.274Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-29T04:36:06.274Z] ---> Running in 45f293719976 [2020-07-29T04:36:06.274Z] Removing intermediate container ad47c3f5dc45 [2020-07-29T04:36:06.274Z] ---> bef533d8d0f2 [2020-07-29T04:36:06.274Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T04:36:06.274Z] Removing intermediate container a3973ce7b130 [2020-07-29T04:36:06.274Z] ---> 4140a84fde3e [2020-07-29T04:36:06.274Z] [2020-07-29T04:36:06.429Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T04:36:06.545Z] Successfully built 4140a84fde3e [2020-07-29T04:36:06.545Z] ---> Running in dbf18d22a181 [2020-07-29T04:36:06.545Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-29T04:36:06.545Z]  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go [2020-07-29T04:36:06.823Z] Removing intermediate container 24b88b137582 [2020-07-29T04:36:06.823Z] ---> f434000de663 [2020-07-29T04:36:06.823Z] Step 6/26 : COPY go.mod . [2020-07-29T04:36:06.823Z] Removing intermediate container dbf18d22a181 [2020-07-29T04:36:06.823Z] ---> 3c9d915ef516 [2020-07-29T04:36:06.823Z] Step 25/26 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:36:07.098Z] ---> Running in 5d7946e96186 [2020-07-29T04:36:07.098Z] ---> b98d7c9f733e [2020-07-29T04:36:07.098Z] Step 7/26 : RUN go mod download [2020-07-29T04:36:11.324Z] ---> Running in c69ec563e07c [2020-07-29T04:36:11.324Z] Removing intermediate container 5d7946e96186 [2020-07-29T04:36:11.324Z] ---> ee922b1c1c5a [2020-07-29T04:36:11.324Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:36:11.905Z] ---> Running in 6cea72f71499 [2020-07-29T04:36:12.897Z] Removing intermediate container 45f293719976 [2020-07-29T04:36:12.897Z] ---> 84bb4265c506 [2020-07-29T04:36:12.897Z] Step 8/22 : COPY . . [2020-07-29T04:36:13.174Z] Removing intermediate container 6cea72f71499 [2020-07-29T04:36:13.174Z] ---> 12237127c457 [2020-07-29T04:36:13.174Z] [2020-07-29T04:36:13.769Z] Successfully built 12237127c457 [2020-07-29T04:36:13.769Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-29T04:36:13.769Z] Building docker-security-proxy-setup-go [2020-07-29T04:36:26.637Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:36:26.637Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:36:26.637Z] ---> c260b440fc6a [2020-07-29T04:36:26.637Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:36:26.637Z] ---> Using cache [2020-07-29T04:36:26.637Z] ---> 8de798c54581 [2020-07-29T04:36:26.637Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:36:26.637Z] ---> Using cache [2020-07-29T04:36:26.637Z] ---> 7e9ba23c796b [2020-07-29T04:36:26.637Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T04:36:26.637Z] Removing intermediate container c69ec563e07c [2020-07-29T04:36:26.637Z] ---> 64fc66872298 [2020-07-29T04:36:26.637Z] Step 8/26 : COPY . . [2020-07-29T04:36:27.703Z] ---> Running in 0203b10335c0 [2020-07-29T04:36:37.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:36:37.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:36:38.043Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:36:38.043Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:36:38.043Z] OK: 12749 distinct packages available [2020-07-29T04:36:38.303Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:36:38.303Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:36:38.303Z] ---> c260b440fc6a [2020-07-29T04:36:38.303Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:36:38.303Z] ---> Using cache [2020-07-29T04:36:38.303Z] ---> 8de798c54581 [2020-07-29T04:36:38.303Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:36:38.303Z] ---> Using cache [2020-07-29T04:36:38.303Z] ---> 7e9ba23c796b [2020-07-29T04:36:38.303Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:36:38.303Z] ---> Using cache [2020-07-29T04:36:38.303Z] ---> 7b351ac5c900 [2020-07-29T04:36:38.303Z] Step 6/20 : COPY go.mod . [2020-07-29T04:36:38.303Z] ---> Using cache [2020-07-29T04:36:38.303Z] ---> 2838bfc514f0 [2020-07-29T04:36:38.303Z] Step 7/20 : RUN go mod download [2020-07-29T04:36:38.303Z] ---> Using cache [2020-07-29T04:36:38.303Z] ---> 1c1c8c523db9 [2020-07-29T04:36:38.303Z] Step 8/20 : COPY . . [2020-07-29T04:36:38.303Z] ---> Using cache [2020-07-29T04:36:38.303Z] ---> 8cc6202b532b [2020-07-29T04:36:38.303Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T04:36:38.783Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T04:36:38.880Z] OK: 233 MiB in 51 packages [2020-07-29T04:36:39.823Z] OK: 233 MiB in 51 packages [2020-07-29T04:36:40.084Z] ---> Running in 7470f3f02656 [2020-07-29T04:36:40.346Z] ---> bcef0e9f0711 [2020-07-29T04:36:40.346Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T04:36:40.615Z] ---> Running in a2da1a605e4f [2020-07-29T04:36:41.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-29T04:36:43.919Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-29T04:36:44.495Z] Removing intermediate container 0203b10335c0 [2020-07-29T04:36:44.495Z] ---> b325f7dc11f3 [2020-07-29T04:36:44.495Z] Step 6/21 : COPY go.mod . [2020-07-29T04:36:48.742Z] ---> ad2deb39f4ec [2020-07-29T04:36:48.742Z] Step 7/21 : RUN go mod download [2020-07-29T04:36:48.742Z] Removing intermediate container 51f868c9d897 [2020-07-29T04:36:48.742Z] ---> df256c9b65a1 [2020-07-29T04:36:48.742Z] [2020-07-29T04:36:48.742Z] Step 10/21 : FROM scratch [2020-07-29T04:36:48.742Z] ---> [2020-07-29T04:36:48.742Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:36:49.008Z] ---> Running in 5fc3b8bb7a3f [2020-07-29T04:36:49.586Z] ---> Using cache [2020-07-29T04:36:49.586Z] ---> 63d022bb6819 [2020-07-29T04:36:49.586Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T04:36:49.851Z] ---> Running in 38f86b86e1f2 [2020-07-29T04:36:50.114Z] ---> 0e1d9bc56507 [2020-07-29T04:36:50.114Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T04:36:50.114Z] ---> Running in 0a002af56310 [2020-07-29T04:36:50.380Z] Removing intermediate container 38f86b86e1f2 [2020-07-29T04:36:50.380Z] ---> ad8d604499ab [2020-07-29T04:36:50.380Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:36:50.644Z] ---> Running in 35b2e7eebd4d [2020-07-29T04:36:50.912Z] Removing intermediate container 35b2e7eebd4d [2020-07-29T04:36:50.912Z] ---> ee385ccd3149 [2020-07-29T04:36:50.912Z] Step 14/21 : WORKDIR / [2020-07-29T04:36:50.912Z] ---> Running in 5f40f860b981 [2020-07-29T04:36:51.229Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T04:36:51.229Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T04:36:51.229Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T04:36:51.229Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T04:36:51.229Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.041s [2020-07-29T04:36:51.229Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T04:36:51.229Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T04:36:51.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-29T04:36:51.503Z] Removing intermediate container 5f40f860b981 [2020-07-29T04:36:51.503Z] ---> 0fe76629b7a2 [2020-07-29T04:36:51.503Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T04:36:51.503Z] Removing intermediate container 5fc3b8bb7a3f [2020-07-29T04:36:51.503Z] ---> 8451271b3005 [2020-07-29T04:36:51.503Z] Step 8/21 : COPY . . [2020-07-29T04:36:51.778Z] ---> 5c573f0129bc [2020-07-29T04:36:51.778Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T04:36:51.829Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T04:36:53.810Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T04:36:54.794Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T04:36:55.071Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T04:36:55.071Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T04:36:55.071Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T04:37:01.865Z] ---> 2441f57dd349 [2020-07-29T04:37:01.865Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:03.265Z] ---> c699336a2c21 [2020-07-29T04:37:03.265Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:04.671Z] ---> Running in 73d352c72cfd [2020-07-29T04:37:05.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.070s coverage: 46.6% of statements [2020-07-29T04:37:05.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T04:37:05.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T04:37:05.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T04:37:05.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T04:37:05.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T04:37:07.246Z] Removing intermediate container 73d352c72cfd [2020-07-29T04:37:07.246Z] ---> da871b11c4c2 [2020-07-29T04:37:07.246Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T04:37:08.213Z] ---> Running in ea5097f2681b [2020-07-29T04:37:10.641Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.4% of statements [2020-07-29T04:37:10.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T04:37:10.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T04:37:10.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T04:37:10.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T04:37:10.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T04:37:10.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T04:37:10.641Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements [2020-07-29T04:37:10.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T04:37:10.641Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2020-07-29T04:37:10.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T04:37:10.777Z] Removing intermediate container ea5097f2681b [2020-07-29T04:37:10.777Z] ---> 9d8793774189 [2020-07-29T04:37:10.777Z] Step 20/21 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:37:14.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 29.3% of statements [2020-07-29T04:37:14.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T04:37:14.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T04:37:14.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T04:37:14.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T04:37:14.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T04:37:14.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.044s coverage: 100.0% of statements [2020-07-29T04:37:14.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T04:37:14.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements [2020-07-29T04:37:14.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T04:37:14.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 89.8% of statements [2020-07-29T04:37:14.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T04:37:14.976Z] ---> e9e054e1e6ac [2020-07-29T04:37:14.976Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T04:37:14.976Z] ---> Running in 067cecd18bc5 [2020-07-29T04:37:14.976Z] ---> Running in dd51fb7e414f [2020-07-29T04:37:15.547Z] Removing intermediate container 7470f3f02656 [2020-07-29T04:37:15.547Z] ---> c60899c6e87d [2020-07-29T04:37:15.547Z] [2020-07-29T04:37:15.547Z] Step 10/20 : FROM alpine [2020-07-29T04:37:15.547Z] ---> a24bb4013296 [2020-07-29T04:37:15.547Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T04:37:15.547Z] Removing intermediate container 067cecd18bc5 [2020-07-29T04:37:15.547Z] ---> 83de2e3d80af [2020-07-29T04:37:15.547Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:37:15.806Z] ---> Running in 73c17dbc0f7c [2020-07-29T04:37:15.806Z] ---> Running in 969d929e3e86 [2020-07-29T04:37:15.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T04:37:15.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.045s coverage: 100.0% of statements [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T04:37:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T04:37:15.932Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.019s coverage: 58.8% of statements [2020-07-29T04:37:16.099Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:37:16.099Z] Removing intermediate container 969d929e3e86 [2020-07-29T04:37:16.099Z] ---> 81d642de9db3 [2020-07-29T04:37:16.099Z] [2020-07-29T04:37:16.367Z] Successfully built 81d642de9db3 [2020-07-29T04:37:16.367Z] Successfully tagged docker-core-command-go:latest [2020-07-29T04:37:16.367Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:16.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:16.634Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:37:16.634Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:37:16.634Z] OK: 12749 distinct packages available [2020-07-29T04:37:16.911Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T04:37:16.911Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:37:16.911Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T04:37:16.911Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T04:37:16.911Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:37:16.911Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:37:16.911Z] OK: 7 MiB in 18 packages [2020-07-29T04:37:18.858Z] Removing intermediate container 0a002af56310 [2020-07-29T04:37:18.858Z] ---> 39210588a184 [2020-07-29T04:37:18.858Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T04:37:18.858Z] ---> Running in 7a5609458023 [2020-07-29T04:37:20.288Z] Removing intermediate container 73c17dbc0f7c [2020-07-29T04:37:20.288Z] ---> f88fb1399e99 [2020-07-29T04:37:20.288Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:37:20.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-29T04:37:21.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.5% of statements [2020-07-29T04:37:21.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T04:37:21.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T04:37:21.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.022s coverage: 100.0% of statements [2020-07-29T04:37:21.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.271s coverage: 55.9% of statements [2020-07-29T04:37:21.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T04:37:21.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T04:37:21.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T04:37:21.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T04:37:22.203Z] ---> Running in 7e8724976c0f [2020-07-29T04:37:22.203Z] Removing intermediate container a2da1a605e4f [2020-07-29T04:37:22.203Z] ---> 31a4c7bdab91 [2020-07-29T04:37:22.203Z] [2020-07-29T04:37:22.203Z] Step 10/22 : FROM alpine [2020-07-29T04:37:22.203Z] ---> a24bb4013296 [2020-07-29T04:37:22.203Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:37:22.203Z] Removing intermediate container 7e8724976c0f [2020-07-29T04:37:22.203Z] ---> 0f96d7301d33 [2020-07-29T04:37:22.203Z] Step 13/20 : WORKDIR /edgex [2020-07-29T04:37:22.203Z] ---> Running in 3f0f14249f36 [2020-07-29T04:37:22.203Z] ---> Running in 1cc8204d83b9 [2020-07-29T04:37:22.467Z] Removing intermediate container 3f0f14249f36 [2020-07-29T04:37:22.467Z] ---> 035509e611f7 [2020-07-29T04:37:22.467Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T04:37:23.442Z] ---> Running in f3888901c452 [2020-07-29T04:37:23.442Z] Removing intermediate container 1cc8204d83b9 [2020-07-29T04:37:23.442Z] ---> 4049ba02091f [2020-07-29T04:37:23.442Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T04:37:23.714Z] Removing intermediate container f3888901c452 [2020-07-29T04:37:23.714Z] ---> c001869c918a [2020-07-29T04:37:23.714Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T04:37:23.977Z] ---> a42e7cde5975 [2020-07-29T04:37:23.977Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T04:37:23.977Z] ---> Running in 99ffbe41786d [2020-07-29T04:37:23.977Z] Removing intermediate container 7a5609458023 [2020-07-29T04:37:23.977Z] ---> c6b1846ac7ba [2020-07-29T04:37:23.977Z] [2020-07-29T04:37:23.977Z] Step 11/26 : FROM docker:latest [2020-07-29T04:37:23.977Z] ---> 81f5749c9058 [2020-07-29T04:37:23.977Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T04:37:24.552Z] ---> Running in 6740e7adf9b8 [2020-07-29T04:37:24.552Z] Removing intermediate container 99ffbe41786d [2020-07-29T04:37:24.552Z] ---> c78c0048cba5 [2020-07-29T04:37:24.552Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:37:24.817Z] ---> Running in 80a554029fe8 [2020-07-29T04:37:25.084Z] ---> 81e5ccef4332 [2020-07-29T04:37:25.084Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T04:37:25.351Z] ---> Running in d42c23d99e31 [2020-07-29T04:37:25.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:25.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:25.622Z] Removing intermediate container d42c23d99e31 [2020-07-29T04:37:25.622Z] ---> 6060f49faf46 [2020-07-29T04:37:25.622Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T04:37:25.622Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T04:37:25.623Z] ---> Running in 74a2f1fc8733 [2020-07-29T04:37:25.623Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T04:37:25.623Z] Executing bash-5.0.17-r0.post-install [2020-07-29T04:37:25.623Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:37:25.623Z] OK: 12 MiB in 22 packages [2020-07-29T04:37:28.160Z] Removing intermediate container 74a2f1fc8733 [2020-07-29T04:37:28.160Z] ---> 5ef212a0d463 [2020-07-29T04:37:28.160Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T04:37:28.160Z] ---> Running in d7e76e2f13e0 [2020-07-29T04:37:28.420Z] Removing intermediate container d7e76e2f13e0 [2020-07-29T04:37:28.420Z] ---> c21e59f1ec81 [2020-07-29T04:37:28.420Z] Step 19/20 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:37:28.679Z] Removing intermediate container 80a554029fe8 [2020-07-29T04:37:28.679Z] ---> fd133253ea8d [2020-07-29T04:37:28.679Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T04:37:28.679Z] ---> Running in 5e42a4ada469 [2020-07-29T04:37:28.679Z] Removing intermediate container 6740e7adf9b8 [2020-07-29T04:37:28.679Z] ---> dd6d55d0dd23 [2020-07-29T04:37:28.679Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T04:37:28.938Z] ---> Running in b1e6366f39d8 [2020-07-29T04:37:29.198Z] ---> Running in 21e6637f59e1 [2020-07-29T04:37:29.198Z] Removing intermediate container 5e42a4ada469 [2020-07-29T04:37:29.198Z] ---> 17efb3c54717 [2020-07-29T04:37:29.198Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:37:30.577Z] ---> Running in f75ba841113f [2020-07-29T04:37:30.577Z] Removing intermediate container dd51fb7e414f [2020-07-29T04:37:30.577Z] ---> 528fdf8dce2f [2020-07-29T04:37:30.577Z] [2020-07-29T04:37:30.577Z] Step 10/21 : FROM scratch [2020-07-29T04:37:30.577Z] ---> [2020-07-29T04:37:30.577Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:37:30.844Z] ---> Using cache [2020-07-29T04:37:30.844Z] ---> c9534cdb4fdb [2020-07-29T04:37:30.844Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T04:37:30.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:30.844Z] Removing intermediate container f75ba841113f [2020-07-29T04:37:30.844Z] ---> 920dcbea38f8 [2020-07-29T04:37:30.844Z] [2020-07-29T04:37:30.844Z] ---> Running in 23463c3b8f44 [2020-07-29T04:37:31.110Z] Successfully built 920dcbea38f8 [2020-07-29T04:37:31.110Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-29T04:37:31.110Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 23463c3b8f44 [2020-07-29T04:37:31.110Z] ---> 10de82e509d0 [2020-07-29T04:37:31.110Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:37:31.110Z] ---> Running in 34bf4d3f2e56 [2020-07-29T04:37:31.384Z] Removing intermediate container 34bf4d3f2e56 [2020-07-29T04:37:31.384Z] ---> 7b007a8d2fbe [2020-07-29T04:37:31.384Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T04:37:31.384Z] Removing intermediate container 21e6637f59e1 [2020-07-29T04:37:31.384Z] ---> e63e9499d112 [2020-07-29T04:37:31.384Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T04:37:31.384Z] ---> Running in aff7a3cdf47c [2020-07-29T04:37:31.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.539s coverage: 86.3% of statements [2020-07-29T04:37:31.478Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T04:37:31.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.913s coverage: 72.2% of statements [2020-07-29T04:37:31.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.370s coverage: 72.1% of statements [2020-07-29T04:37:31.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements [2020-07-29T04:37:31.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements [2020-07-29T04:37:31.478Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T04:37:31.478Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T04:37:31.478Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T04:37:31.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements [2020-07-29T04:37:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T04:37:31.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.063s coverage: 96.8% of statements [2020-07-29T04:37:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T04:37:31.688Z] ---> 96bf0a31a2b8 [2020-07-29T04:37:31.688Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T04:37:31.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:31.688Z] Removing intermediate container aff7a3cdf47c [2020-07-29T04:37:31.688Z] ---> 57b361af14ed [2020-07-29T04:37:31.688Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T04:37:31.688Z] ---> Running in 91db46ce2671 [2020-07-29T04:37:31.688Z] ---> 75d7b0b1ea84 [2020-07-29T04:37:31.688Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T04:37:31.962Z] Removing intermediate container 91db46ce2671 [2020-07-29T04:37:31.962Z] ---> d0176b9fdd35 [2020-07-29T04:37:31.962Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T04:37:31.962Z] ---> Running in 2d2ea0a8101a [2020-07-29T04:37:32.225Z] Removing intermediate container 2d2ea0a8101a [2020-07-29T04:37:32.225Z] ---> ee768e2b3d13 [2020-07-29T04:37:32.225Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T04:37:32.225Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T04:37:32.225Z] ---> a46e9af690af [2020-07-29T04:37:32.225Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:32.225Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T04:37:32.488Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T04:37:32.489Z] ---> c9a69e68a4e2 [2020-07-29T04:37:32.489Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:32.489Z] ---> Running in 619504c30ea1 [2020-07-29T04:37:32.489Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T04:37:32.489Z] ---> 2950947414de [2020-07-29T04:37:32.489Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:32.748Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T04:37:32.748Z] Removing intermediate container 619504c30ea1 [2020-07-29T04:37:32.748Z] ---> 11b68d42853c [2020-07-29T04:37:32.748Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T04:37:32.748Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:37:32.748Z] OK: 8 MiB in 19 packages [2020-07-29T04:37:32.748Z] ---> Running in 58e5d9789d36 [2020-07-29T04:37:32.748Z] ---> b3abe1869221 [2020-07-29T04:37:32.748Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T04:37:33.008Z] Removing intermediate container 58e5d9789d36 [2020-07-29T04:37:33.008Z] ---> a0552dacb210 [2020-07-29T04:37:33.008Z] Step 20/21 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:37:33.268Z] ---> Running in 710cf0337da3 [2020-07-29T04:37:33.268Z] ---> f5c828d767bb [2020-07-29T04:37:33.268Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T04:37:33.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 26.9% of statements [2020-07-29T04:37:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T04:37:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T04:37:33.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.346s coverage: 84.1% of statements [2020-07-29T04:37:33.527Z] ---> Running in 4fda33f57c9c [2020-07-29T04:37:33.527Z] Removing intermediate container b1e6366f39d8 [2020-07-29T04:37:33.527Z] ---> 125900ca7781 [2020-07-29T04:37:33.527Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T04:37:33.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.073s coverage: 100.0% of statements [2020-07-29T04:37:34.467Z] Removing intermediate container 710cf0337da3 [2020-07-29T04:37:34.467Z] ---> d61a225cb062 [2020-07-29T04:37:34.467Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:37:34.467Z] ---> Running in 7da26cd3d6f3 [2020-07-29T04:37:34.726Z] ---> 0c6327160407 [2020-07-29T04:37:34.726Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T04:37:34.726Z] Removing intermediate container 7da26cd3d6f3 [2020-07-29T04:37:34.726Z] ---> e9cc9e7ac9ee [2020-07-29T04:37:34.726Z] [2020-07-29T04:37:34.726Z] Successfully built e9cc9e7ac9ee [2020-07-29T04:37:34.726Z] Successfully tagged docker-support-logging-go:latest [2020-07-29T04:37:34.984Z]  Building docker-support-logging-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:34.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:35.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.035s coverage: 43.1% of statements [2020-07-29T04:37:35.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T04:37:35.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T04:37:35.242Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T04:37:35.242Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T04:37:35.242Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T04:37:35.242Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T04:37:35.242Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T04:37:35.242Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T04:37:35.242Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T04:37:35.242Z] ---> 3297469391b1 [2020-07-29T04:37:35.243Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:36.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.045s coverage: 100.0% of statements [2020-07-29T04:37:36.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T04:37:37.575Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.063s coverage: 83.8% of statements [2020-07-29T04:37:37.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T04:37:38.529Z] ---> bc972877002c [2020-07-29T04:37:38.529Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:38.788Z] ---> Running in 00dcab29be9d [2020-07-29T04:37:38.788Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T04:37:38.788Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T04:37:38.788Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T04:37:38.788Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T04:37:38.788Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T04:37:38.788Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T04:37:38.788Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T04:37:38.788Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T04:37:38.788Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T04:37:38.788Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T04:37:39.356Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T04:37:39.356Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T04:37:39.615Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T04:37:39.615Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T04:37:39.615Z] Removing intermediate container 00dcab29be9d [2020-07-29T04:37:39.615Z] ---> b8fe65a133e9 [2020-07-29T04:37:39.615Z] Step 20/22 : LABEL arch=x86_64 [2020-07-29T04:37:39.615Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T04:37:39.874Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T04:37:39.874Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T04:37:40.133Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T04:37:40.133Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T04:37:40.133Z] ---> Running in 5e2db2040626 [2020-07-29T04:37:40.133Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T04:37:40.133Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T04:37:40.133Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T04:37:40.133Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T04:37:40.133Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T04:37:40.133Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T04:37:40.133Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T04:37:41.068Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:37:41.068Z] OK: 71 MiB in 55 packages [2020-07-29T04:37:41.326Z] Removing intermediate container 5e2db2040626 [2020-07-29T04:37:41.326Z] ---> e39e263830c5 [2020-07-29T04:37:41.326Z] Step 21/22 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:37:41.326Z] ---> Running in 174a816a5d01 [2020-07-29T04:37:41.584Z] Removing intermediate container 174a816a5d01 [2020-07-29T04:37:41.584Z] ---> 9ee5136b2a35 [2020-07-29T04:37:41.584Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T04:37:41.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.083s coverage: 46.1% of statements [2020-07-29T04:37:41.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T04:37:41.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T04:37:41.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.059s coverage: 100.0% of statements [2020-07-29T04:37:41.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T04:37:41.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T04:37:41.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T04:37:41.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2020-07-29T04:37:41.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T04:37:42.157Z] ---> Running in c315741452c5 [2020-07-29T04:37:42.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2020-07-29T04:37:42.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T04:37:46.351Z] Removing intermediate container c315741452c5 [2020-07-29T04:37:46.351Z] ---> b9c5d860534d [2020-07-29T04:37:46.351Z] [2020-07-29T04:37:46.351Z] Successfully built b9c5d860534d [2020-07-29T04:37:46.351Z] Removing intermediate container 4fda33f57c9c [2020-07-29T04:37:46.351Z] ---> dd722d46381c [2020-07-29T04:37:46.351Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T04:37:46.351Z] Successfully tagged docker-core-data-go:latest [2020-07-29T04:37:46.351Z]  Building docker-core-data-go ... done  ---> Running in 2b64533ccc75 [2020-07-29T04:37:47.732Z] Collecting docker-compose==1.23.2 [2020-07-29T04:37:47.732Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T04:37:47.732Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T04:37:47.732Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T04:37:47.732Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T04:37:47.732Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T04:37:47.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.214s coverage: 29.1% of statements [2020-07-29T04:37:47.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T04:37:47.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T04:37:47.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T04:37:47.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T04:37:47.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T04:37:47.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.057s coverage: 99.0% of statements [2020-07-29T04:37:47.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T04:37:47.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements [2020-07-29T04:37:47.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T04:37:47.894Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2020-07-29T04:37:47.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T04:37:47.895Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2020-07-29T04:37:47.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T04:37:47.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T04:37:47.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T04:37:47.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T04:37:47.992Z] Collecting PyYAML<4,>=3.10 [2020-07-29T04:37:47.992Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T04:37:48.929Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T04:37:48.929Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T04:37:49.192Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T04:37:49.192Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T04:37:49.451Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T04:37:49.451Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T04:37:49.710Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-29T04:37:49.710Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T04:37:49.710Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T04:37:49.969Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T04:37:49.969Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T04:37:50.539Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T04:37:50.539Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T04:37:50.539Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-29T04:37:50.539Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-29T04:37:50.539Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T04:37:50.539Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T04:37:50.798Z] Collecting idna<2.8,>=2.5 [2020-07-29T04:37:50.798Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T04:37:50.798Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T04:37:50.798Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T04:37:50.798Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T04:37:50.798Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T04:37:50.798Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T04:37:50.798Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T04:37:51.057Z] Installing collected packages: cached-property, jsonschema, PyYAML, texttable, urllib3, idna, requests, dockerpty, websocket-client, docopt, docker-pycreds, docker, docker-compose [2020-07-29T04:37:51.057Z] Running setup.py install for PyYAML: started [2020-07-29T04:37:51.296Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements [2020-07-29T04:37:51.296Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T04:37:51.296Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T04:37:51.296Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.021s coverage: 100.0% of statements [2020-07-29T04:37:51.566Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-07-29T04:37:51.637Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T04:37:51.638Z] Running setup.py install for texttable: started [2020-07-29T04:37:51.895Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T04:37:51.895Z] Attempting uninstall: urllib3 [2020-07-29T04:37:51.895Z] Found existing installation: urllib3 1.25.9 [2020-07-29T04:37:51.895Z] Uninstalling urllib3-1.25.9: [2020-07-29T04:37:52.159Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-07-29T04:37:52.161Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T04:37:52.420Z] Attempting uninstall: idna [2020-07-29T04:37:52.420Z] Found existing installation: idna 2.9 [2020-07-29T04:37:52.420Z] Uninstalling idna-2.9: [2020-07-29T04:37:52.420Z] Successfully uninstalled idna-2.9 [2020-07-29T04:37:52.679Z] Attempting uninstall: requests [2020-07-29T04:37:52.679Z] Found existing installation: requests 2.23.0 [2020-07-29T04:37:52.679Z] Uninstalling requests-2.23.0: [2020-07-29T04:37:52.679Z] Successfully uninstalled requests-2.23.0 [2020-07-29T04:37:52.679Z] Running setup.py install for dockerpty: started [2020-07-29T04:37:52.754Z] GO111MODULE=on go vet ./... [2020-07-29T04:37:53.245Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T04:37:53.245Z] Running setup.py install for docopt: started [2020-07-29T04:37:53.813Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T04:37:54.072Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-29T04:37:58.266Z] Removing intermediate container 2b64533ccc75 [2020-07-29T04:37:58.266Z] ---> bd6acab4cfdc [2020-07-29T04:37:58.266Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T04:37:58.266Z] ---> Running in 937d95883e37 [2020-07-29T04:37:58.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:58.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:58.784Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:37:58.784Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T04:37:58.784Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T04:37:58.784Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:37:58.784Z] OK: 72 MiB in 58 packages [2020-07-29T04:37:59.047Z] Removing intermediate container 937d95883e37 [2020-07-29T04:37:59.047Z] ---> 136f385a4489 [2020-07-29T04:37:59.047Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:59.047Z] ---> Running in d79c97b459a9 [2020-07-29T04:37:59.307Z] Removing intermediate container d79c97b459a9 [2020-07-29T04:37:59.307Z] ---> 09ae8e804713 [2020-07-29T04:37:59.307Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T04:37:59.307Z] ---> Running in e1347bbd9be7 [2020-07-29T04:37:59.567Z] Removing intermediate container e1347bbd9be7 [2020-07-29T04:37:59.567Z] ---> 034482a65f2d [2020-07-29T04:37:59.567Z] Step 25/26 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:37:59.567Z] ---> Running in d6f1a6e6a9d1 [2020-07-29T04:37:59.826Z] Removing intermediate container d6f1a6e6a9d1 [2020-07-29T04:37:59.826Z] ---> 7408335865ec [2020-07-29T04:37:59.826Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:37:59.826Z] ---> Running in 4c3d50ebe0d2 [2020-07-29T04:37:59.826Z] Removing intermediate container 4c3d50ebe0d2 [2020-07-29T04:37:59.826Z] ---> 6bb9d5a444a4 [2020-07-29T04:37:59.826Z] [2020-07-29T04:38:00.086Z] Successfully built 6bb9d5a444a4 [2020-07-29T04:38:00.086Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-29T04:38:00.370Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-29T04:38:00.416Z] $ docker stop --time=1 312a836c4e986d12bac56c823af8d348005fd366fc4d10a8db5866e0c8dbf2a8 [2020-07-29T04:38:02.039Z] $ docker rm -f 312a836c4e986d12bac56c823af8d348005fd366fc4d10a8db5866e0c8dbf2a8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T04:38:02.535Z] + docker images [2020-07-29T04:38:02.536Z] + grep docker [2020-07-29T04:38:02.536Z] docker-sys-mgmt-agent-go latest 6bb9d5a444a4 3 seconds ago 284MB [2020-07-29T04:38:02.536Z] docker-core-data-go latest b9c5d860534d 20 seconds ago 23.8MB [2020-07-29T04:38:02.536Z] docker-support-logging-go latest e9cc9e7ac9ee 28 seconds ago 11.8MB [2020-07-29T04:38:02.536Z] docker-security-proxy-setup-go latest 920dcbea38f8 32 seconds ago 16.4MB [2020-07-29T04:38:02.536Z] docker-core-command-go latest 81d642de9db3 47 seconds ago 13MB [2020-07-29T04:38:02.536Z] docker-security-secretstore-setup-go latest 12237127c457 About a minute ago 33.9MB [2020-07-29T04:38:02.536Z] docker-security-secrets-setup-go latest 4140a84fde3e About a minute ago 25.1MB [2020-07-29T04:38:02.536Z] docker-support-notifications-go latest c9282d4e5602 2 minutes ago 14.4MB [2020-07-29T04:38:02.536Z] docker-core-metadata-go latest 87d4b3a80da9 2 minutes ago 14.4MB [2020-07-29T04:38:02.536Z] docker-support-scheduler-go latest b3ad312f6d99 2 minutes ago 13.1MB [2020-07-29T04:38:02.536Z] docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-29T04:38:11.138Z] gofmt -l . [2020-07-29T04:38:11.138Z] [ "`gofmt -l .`" = "" ] [2020-07-29T04:38:13.804Z] ./bin/test-go-mod-tidy.sh [2020-07-29T04:38:14.402Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-29T04:38:17.674Z] + ls -al . [2020-07-29T04:38:17.674Z] total 588 [2020-07-29T04:38:17.674Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 04:38 . [2020-07-29T04:38:17.674Z] drwxr-xr-x 4 root root 4096 Jul 29 04:36 .. [2020-07-29T04:38:17.674Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 04:34 .dockerignore [2020-07-29T04:38:17.674Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 04:34 .git [2020-07-29T04:38:17.674Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 04:34 .github [2020-07-29T04:38:17.674Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 04:34 .gitignore [2020-07-29T04:38:17.674Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 04:34 .semver [2020-07-29T04:38:17.674Z] -rw-rw-r-- 1 1001 1001 178 Jul 29 04:34 .sonarcloud.properties [2020-07-29T04:38:17.674Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:34 CONTRIBUTING.md [2020-07-29T04:38:17.674Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:34 Dockerfile.build [2020-07-29T04:38:17.674Z] -rw-rw-r-- 1 1001 1001 911 Jul 29 04:34 Jenkinsfile [2020-07-29T04:38:17.674Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:34 LICENSE [2020-07-29T04:38:17.674Z] -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:34 Makefile [2020-07-29T04:38:17.675Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:34 README.md [2020-07-29T04:38:17.675Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:34 SECURITY.md [2020-07-29T04:38:17.675Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 04:30 VERSION [2020-07-29T04:38:17.675Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:34 ZMQWindows.md [2020-07-29T04:38:17.675Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 04:34 api [2020-07-29T04:38:17.675Z] drwxrwxr-x 2 1001 1001 4096 Jul 29 04:34 bin [2020-07-29T04:38:17.675Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 04:34 cmd [2020-07-29T04:38:17.675Z] -rw-r--r-- 1 root root 456067 Jul 29 04:37 coverage.out [2020-07-29T04:38:17.675Z] -rw-r--r-- 1 root root 1019 Jul 29 04:38 go.mod [2020-07-29T04:38:17.675Z] -rw-r--r-- 1 root root 18146 Jul 29 04:38 go.sum [2020-07-29T04:38:17.675Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 04:34 internal [2020-07-29T04:38:17.675Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 04:34 snap [2020-07-29T04:38:17.675Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 04:34 version.go [Pipeline] sh [2020-07-29T04:38:18.331Z] + '[' -e coverage.out ] [2020-07-29T04:38:18.331Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T04:38:18.387Z] Warning: overwriting stash ‘coverage-report’ [2020-07-29T04:38:19.458Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T04:38:20.090Z] + make build [2020-07-29T04:38:20.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-29T04:38:38.396Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-29T04:38:48.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-29T04:38:53.893Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:38:59.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T04:39:05.980Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-29T04:39:07.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-29T04:39:12.790Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-29T04:39:18.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:39:23.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-29T04:39:27.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-29T04:39:33.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-29T04:39:37.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-29T04:39:41.887Z] $ docker stop --time=1 fb6ec2230efd35544b899a0d841a6bc187f89ad0c70e36eb5a34e3b9ca20dd1e [2020-07-29T04:39:44.225Z] $ docker rm -f fb6ec2230efd35544b899a0d841a6bc187f89ad0c70e36eb5a34e3b9ca20dd1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:39:45.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:39:45.537Z] [2020-07-29T04:39:45.537Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:39:45.914Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:39:45.914Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-29T04:39:45.914Z] 29e5d40040c1: Pulling fs layer [2020-07-29T04:39:45.914Z] 1ce36da41761: Pulling fs layer [2020-07-29T04:39:45.914Z] 25b303627fd3: Pulling fs layer [2020-07-29T04:39:46.186Z] 29e5d40040c1: Verifying Checksum [2020-07-29T04:39:46.187Z] 29e5d40040c1: Download complete [2020-07-29T04:39:46.460Z] 1ce36da41761: Verifying Checksum [2020-07-29T04:39:46.460Z] 1ce36da41761: Download complete [2020-07-29T04:39:47.055Z] 29e5d40040c1: Pull complete [2020-07-29T04:39:48.028Z] 1ce36da41761: Pull complete [2020-07-29T04:39:48.299Z] 25b303627fd3: Verifying Checksum [2020-07-29T04:39:48.299Z] 25b303627fd3: Download complete [2020-07-29T04:39:58.432Z] 25b303627fd3: Pull complete [2020-07-29T04:39:58.432Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-29T04:39:58.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:39:58.432Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-29T04:39:58.694Z] prd-ubuntu18.04-docker-arm64-4c-16g-1387 does not seem to be running inside a container [2020-07-29T04:39:58.865Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-29T04:40:02.563Z] $ docker top 85c9ede6366230c9719b2c12e4e9330d34923c15d676cb49050c5edd393031ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:40:03.943Z] + docker-compose build --help [2020-07-29T04:40:03.943Z] + grep parallel [2020-07-29T04:40:07.315Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T04:40:07.700Z] $ docker stop --time=1 85c9ede6366230c9719b2c12e4e9330d34923c15d676cb49050c5edd393031ca [2020-07-29T04:40:09.673Z] $ docker rm -f 85c9ede6366230c9719b2c12e4e9330d34923c15d676cb49050c5edd393031ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:40:10.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:40:10.323Z] . [Pipeline] withDockerContainer [2020-07-29T04:40:10.551Z] prd-ubuntu18.04-docker-arm64-4c-16g-1387 does not seem to be running inside a container [2020-07-29T04:40:10.687Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-29T04:40:12.068Z] $ docker top 9a4a86c668d45ac55c18d120d75035010a7c346c27cc262687918ba9fd6a8dca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:40:13.016Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T04:40:17.299Z] Building docker-core-command-go ... [2020-07-29T04:40:17.299Z] Building docker-core-data-go ... [2020-07-29T04:40:17.299Z] Building docker-core-metadata-go ... [2020-07-29T04:40:17.299Z] Building docker-security-proxy-setup-go ... [2020-07-29T04:40:17.299Z] Building docker-security-secrets-setup-go ... [2020-07-29T04:40:17.299Z] Building docker-security-secretstore-setup-go ... [2020-07-29T04:40:17.299Z] Building docker-support-logging-go ... [2020-07-29T04:40:17.299Z] Building docker-support-notifications-go ... [2020-07-29T04:40:17.299Z] Building docker-support-scheduler-go ... [2020-07-29T04:40:17.299Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T04:40:17.299Z] Building docker-security-proxy-setup-go [2020-07-29T04:40:17.299Z] Building docker-core-metadata-go [2020-07-29T04:40:17.299Z] Building docker-security-secrets-setup-go [2020-07-29T04:40:17.299Z] Building docker-support-notifications-go [2020-07-29T04:40:17.299Z] Building docker-core-data-go [2020-07-29T04:42:09.070Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:42:09.070Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:42:09.070Z] ---> 95d0d01c5a00 [2020-07-29T04:42:09.070Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T04:42:09.070Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:42:09.070Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:42:09.070Z] ---> 95d0d01c5a00 [2020-07-29T04:42:09.070Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:42:09.070Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:42:09.070Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:42:09.070Z] ---> 95d0d01c5a00 [2020-07-29T04:42:09.070Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:42:09.070Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:42:09.070Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:42:09.070Z] ---> 95d0d01c5a00 [2020-07-29T04:42:09.070Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T04:42:09.070Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:42:09.070Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T04:42:09.070Z] ---> 95d0d01c5a00 [2020-07-29T04:42:09.070Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T04:42:09.070Z] ---> Running in fece64dcfff9 [2020-07-29T04:42:09.070Z] ---> Running in f72c9650a5db [2020-07-29T04:42:09.070Z] ---> Running in 5b4282a817fa [2020-07-29T04:42:09.070Z] ---> Running in eba344916187 [2020-07-29T04:42:09.070Z] ---> Running in b32331c8d082 [2020-07-29T04:42:09.070Z] Removing intermediate container eba344916187 [2020-07-29T04:42:09.070Z] ---> 29b5cc05034d [2020-07-29T04:42:09.070Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:42:09.070Z] Removing intermediate container 5b4282a817fa [2020-07-29T04:42:09.070Z] ---> 5f2500668d66 [2020-07-29T04:42:09.070Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T04:42:09.070Z] Removing intermediate container fece64dcfff9 [2020-07-29T04:42:09.070Z] ---> 719f84f6b08c [2020-07-29T04:42:09.070Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:42:09.070Z] Removing intermediate container f72c9650a5db [2020-07-29T04:42:09.070Z] ---> 68c829cc9944 [2020-07-29T04:42:09.070Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container b32331c8d082 [2020-07-29T04:42:09.070Z] ---> a53e1357fb36 [2020-07-29T04:42:09.070Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:42:09.070Z] [2020-07-29T04:42:09.070Z] ---> Running in 767f5da0b420 [2020-07-29T04:42:09.070Z] ---> Running in 418ce4d05ccc [2020-07-29T04:42:09.070Z] ---> Running in fe71feafe351 [2020-07-29T04:42:09.070Z] ---> Running in 56a930f425ca [2020-07-29T04:42:09.070Z] ---> Running in 51937399e80d [2020-07-29T04:42:09.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:42:09.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:42:09.070Z] Removing intermediate container 418ce4d05ccc [2020-07-29T04:42:09.070Z] ---> 181addaa864f [2020-07-29T04:42:09.070Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T04:42:09.070Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:42:09.070Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:42:09.070Z] OK: 12620 distinct packages available [2020-07-29T04:42:09.070Z] ---> Running in 21adf7a936d7 [2020-07-29T04:42:09.070Z] Removing intermediate container 51937399e80d [2020-07-29T04:42:09.070Z] ---> cd31a1d82310 [2020-07-29T04:42:09.070Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:42:09.070Z] Removing intermediate container fe71feafe351 [2020-07-29T04:42:09.070Z] ---> 121532bad5df [2020-07-29T04:42:09.070Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:42:09.070Z] Removing intermediate container 56a930f425ca [2020-07-29T04:42:09.070Z] ---> be1e052608b3 [2020-07-29T04:42:09.070Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T04:42:09.070Z] ---> Running in e8d92b62392f [2020-07-29T04:42:09.070Z] OK: 217 MiB in 51 packages [2020-07-29T04:42:09.070Z] ---> Running in ca4c1a7da67a [2020-07-29T04:42:09.070Z] ---> Running in ee36459c7fc1 [2020-07-29T04:42:10.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:42:10.790Z] Removing intermediate container 767f5da0b420 [2020-07-29T04:42:10.790Z] ---> 0e1acfd6cf2a [2020-07-29T04:42:10.790Z] Step 5/29 : COPY go.mod . [2020-07-29T04:42:11.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:42:11.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:42:11.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:42:11.689Z] ---> a96ea19f6db7 [2020-07-29T04:42:11.689Z] Step 6/29 : RUN go mod download [2020-07-29T04:42:11.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:42:11.965Z] ---> Running in e7f852141e3f [2020-07-29T04:42:12.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:42:12.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:42:12.631Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:42:12.631Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:42:12.631Z] OK: 12620 distinct packages available [2020-07-29T04:42:12.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:42:13.641Z] OK: 217 MiB in 51 packages [2020-07-29T04:42:13.641Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:42:13.641Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:42:13.641Z] OK: 12620 distinct packages available [2020-07-29T04:42:13.920Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:42:13.920Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:42:13.920Z] OK: 12620 distinct packages available [2020-07-29T04:42:13.920Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:42:13.920Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:42:13.920Z] OK: 12620 distinct packages available [2020-07-29T04:42:14.526Z] OK: 217 MiB in 51 packages [2020-07-29T04:42:14.799Z] OK: 217 MiB in 51 packages [2020-07-29T04:42:15.078Z] OK: 217 MiB in 51 packages [2020-07-29T04:42:15.078Z] Removing intermediate container 21adf7a936d7 [2020-07-29T04:42:15.078Z] ---> b00652ff4324 [2020-07-29T04:42:15.078Z] Step 6/22 : COPY go.mod . [2020-07-29T04:42:16.517Z] ---> be224bce432f [2020-07-29T04:42:16.517Z] Step 7/22 : RUN go mod download [2020-07-29T04:42:16.517Z] Removing intermediate container e8d92b62392f [2020-07-29T04:42:16.517Z] ---> 123b12d52e80 [2020-07-29T04:42:16.517Z] Step 6/20 : COPY go.mod . [2020-07-29T04:42:16.517Z] ---> Running in 58d9cd235d8c [2020-07-29T04:42:16.796Z] Removing intermediate container ca4c1a7da67a [2020-07-29T04:42:16.796Z] ---> 6266f586b994 [2020-07-29T04:42:16.796Z] Step 6/23 : COPY go.mod . [2020-07-29T04:42:17.079Z] Removing intermediate container ee36459c7fc1 [2020-07-29T04:42:17.079Z] Removing intermediate container e7f852141e3f [2020-07-29T04:42:17.079Z] ---> 9ea0e45a21e5 [2020-07-29T04:42:17.079Z] Step 7/29 : COPY . . [2020-07-29T04:42:17.079Z] ---> 51de981b5018 [2020-07-29T04:42:17.079Z] Step 6/21 : COPY go.mod . [2020-07-29T04:42:17.687Z] ---> bb295abb7b94 [2020-07-29T04:42:17.687Z] Step 7/20 : RUN go mod download [2020-07-29T04:42:17.962Z] ---> Running in 1b3147db112c [2020-07-29T04:42:18.270Z] ---> 5bf2960d98d3 [2020-07-29T04:42:18.270Z] Step 7/23 : RUN go mod download [2020-07-29T04:42:19.247Z] ---> f5a42c74d29f [2020-07-29T04:42:19.247Z] Step 7/21 : RUN go mod download [2020-07-29T04:42:19.247Z] ---> Running in 6e0f1cf61e66 [2020-07-29T04:42:20.226Z] ---> Running in bccc9790dc50 [2020-07-29T04:42:23.640Z] Removing intermediate container 58d9cd235d8c [2020-07-29T04:42:23.640Z] ---> f6aad2197abc [2020-07-29T04:42:23.640Z] Step 8/22 : COPY . . [2020-07-29T04:42:23.912Z] Removing intermediate container 1b3147db112c [2020-07-29T04:42:23.912Z] ---> eefb2b68552a [2020-07-29T04:42:23.912Z] Step 8/20 : COPY . . [2020-07-29T04:42:27.305Z] Removing intermediate container 6e0f1cf61e66 [2020-07-29T04:42:27.305Z] ---> f44f1b9bb60d [2020-07-29T04:42:27.305Z] Step 8/23 : COPY . . [2020-07-29T04:42:27.901Z] Removing intermediate container bccc9790dc50 [2020-07-29T04:42:27.901Z] ---> b7deb5e0812e [2020-07-29T04:42:27.901Z] Step 8/21 : COPY . . [2020-07-29T04:42:54.736Z] ---> 09e2710eca36 [2020-07-29T04:42:54.736Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T04:42:54.736Z] ---> Running in 57a0a1bbefbc [2020-07-29T04:42:54.736Z] ---> 3856daa8add3 [2020-07-29T04:42:54.736Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T04:42:54.736Z] ---> 35e7af8f7545 [2020-07-29T04:42:54.736Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T04:42:54.736Z] ---> 1e45d6e4181c [2020-07-29T04:42:54.736Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T04:42:54.736Z] ---> 21d6f91786ca [2020-07-29T04:42:54.736Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T04:42:54.736Z] ---> Running in 31e5b36623ec [2020-07-29T04:42:54.736Z] ---> Running in 517249ef538e [2020-07-29T04:42:54.736Z] ---> Running in 5a4f87fc7288 [2020-07-29T04:42:54.736Z] ---> Running in 16a91ee346f9 [2020-07-29T04:42:55.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:42:55.606Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-29T04:42:55.880Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-29T04:42:56.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-29T04:42:56.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T04:44:18.264Z] Removing intermediate container 57a0a1bbefbc [2020-07-29T04:44:18.264Z] ---> f7a35dc446ab [2020-07-29T04:44:18.264Z] [2020-07-29T04:44:18.264Z] Step 9/29 : FROM alpine:latest [2020-07-29T04:44:18.264Z] latest: Pulling from library/alpine [2020-07-29T04:44:18.561Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T04:44:18.561Z] Status: Downloaded newer image for alpine:latest [2020-07-29T04:44:18.561Z] ---> 62ee0e9f8440 [2020-07-29T04:44:18.561Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-29T04:44:19.182Z] ---> Running in cee0d0fe8a15 [2020-07-29T04:44:20.660Z] Removing intermediate container cee0d0fe8a15 [2020-07-29T04:44:20.660Z] ---> 62b737bd9e52 [2020-07-29T04:44:20.660Z] Step 11/29 : USER root [2020-07-29T04:44:20.660Z] ---> Running in 922545b4762c [2020-07-29T04:44:20.941Z] Removing intermediate container 5a4f87fc7288 [2020-07-29T04:44:20.941Z] ---> 38baaaa3b693 [2020-07-29T04:44:20.941Z] [2020-07-29T04:44:20.941Z] Step 10/20 : FROM alpine [2020-07-29T04:44:20.941Z] ---> 62ee0e9f8440 [2020-07-29T04:44:20.941Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T04:44:21.225Z] ---> Running in a1e79679406d [2020-07-29T04:44:21.506Z] Removing intermediate container 922545b4762c [2020-07-29T04:44:21.506Z] ---> c4402fbf7d21 [2020-07-29T04:44:21.506Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T04:44:21.506Z] ---> Running in 239804370e7d [2020-07-29T04:44:24.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:44:24.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:44:24.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:44:24.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:44:25.303Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:44:25.303Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:44:25.303Z] OK: 12620 distinct packages available [2020-07-29T04:44:25.303Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:44:25.303Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:44:25.303Z] OK: 12620 distinct packages available [2020-07-29T04:44:26.291Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T04:44:26.291Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:44:26.291Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T04:44:26.291Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T04:44:26.291Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:44:26.291Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:44:26.291Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T04:44:26.571Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T04:44:26.571Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:44:26.571Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:44:26.571Z] OK: 7 MiB in 18 packages [2020-07-29T04:44:26.854Z] OK: 6 MiB in 16 packages [2020-07-29T04:44:30.308Z] Removing intermediate container a1e79679406d [2020-07-29T04:44:30.308Z] ---> 96789fa062b4 [2020-07-29T04:44:30.308Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:44:30.308Z] Removing intermediate container 239804370e7d [2020-07-29T04:44:30.308Z] ---> d2e8eff70945 [2020-07-29T04:44:30.308Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T04:44:30.308Z] ---> Running in f57907a7659b [2020-07-29T04:44:30.308Z] ---> Running in f2038e536715 [2020-07-29T04:44:30.935Z] Removing intermediate container f57907a7659b [2020-07-29T04:44:30.935Z] ---> a11d74fc3870 [2020-07-29T04:44:30.935Z] Step 13/20 : WORKDIR /edgex [2020-07-29T04:44:31.208Z] Removing intermediate container f2038e536715 [2020-07-29T04:44:31.208Z] ---> 4dffa0dfd940 [2020-07-29T04:44:31.208Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T04:44:31.208Z] ---> Running in ee99462695fb [2020-07-29T04:44:31.208Z] ---> Running in a606df62bf0d [2020-07-29T04:44:32.200Z] Removing intermediate container ee99462695fb [2020-07-29T04:44:32.200Z] ---> f12b88eec33a [2020-07-29T04:44:32.200Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T04:44:32.200Z] Removing intermediate container a606df62bf0d [2020-07-29T04:44:32.200Z] ---> 0c2ace0821b4 [2020-07-29T04:44:32.200Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T04:44:32.477Z] ---> Running in 5c6a78c7dfed [2020-07-29T04:44:33.923Z] ---> 2194771c8430 [2020-07-29T04:44:33.923Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T04:44:35.923Z] ---> 1efa1a2a1a08 [2020-07-29T04:44:35.923Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T04:44:35.923Z] ---> Running in e74bff7575d9 [2020-07-29T04:44:36.917Z] Removing intermediate container e74bff7575d9 [2020-07-29T04:44:36.917Z] ---> 1d9f9acfe8b8 [2020-07-29T04:44:36.917Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T04:44:36.917Z] ---> Running in 621c6deb055f [2020-07-29T04:44:37.522Z] Removing intermediate container 5c6a78c7dfed [2020-07-29T04:44:37.522Z] ---> 47d5b5db1b17 [2020-07-29T04:44:37.522Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T04:44:37.803Z] Removing intermediate container 621c6deb055f [2020-07-29T04:44:37.803Z] ---> 990cba7b2019 [2020-07-29T04:44:37.803Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T04:44:38.085Z] ---> Running in 190eb9ef4df5 [2020-07-29T04:44:39.150Z] Removing intermediate container 190eb9ef4df5 [2020-07-29T04:44:39.150Z] ---> 802045d6632f [2020-07-29T04:44:39.150Z] Step 19/20 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:44:39.536Z] ---> Running in 2f5729424da6 [2020-07-29T04:44:39.536Z] ---> 03a4b058836a [2020-07-29T04:44:39.536Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T04:44:40.579Z] Removing intermediate container 2f5729424da6 [2020-07-29T04:44:40.579Z] ---> 4a51401f5c84 [2020-07-29T04:44:40.579Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:44:40.579Z] ---> Running in 4251a547fa19 [2020-07-29T04:44:41.202Z] ---> 0ee403aff994 [2020-07-29T04:44:41.202Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T04:44:41.806Z] Removing intermediate container 4251a547fa19 [2020-07-29T04:44:41.806Z] ---> 5088c037cdd1 [2020-07-29T04:44:41.806Z] [2020-07-29T04:44:42.411Z] ---> 84d9522aea92 [2020-07-29T04:44:42.411Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T04:44:42.691Z] Successfully built 5088c037cdd1 [2020-07-29T04:44:42.691Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-29T04:44:42.691Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-07-29T04:44:44.158Z] ---> 807bc565665e [2020-07-29T04:44:44.158Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T04:44:46.155Z] ---> 4a63d1bfd73a [2020-07-29T04:44:46.155Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T04:44:46.442Z] ---> Running in f9df1c03ac8c [2020-07-29T04:44:53.235Z] Removing intermediate container f9df1c03ac8c [2020-07-29T04:44:53.235Z] ---> c58f122db1d8 [2020-07-29T04:44:53.235Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:44:53.847Z] Removing intermediate container 16a91ee346f9 [2020-07-29T04:44:53.847Z] ---> 0cb07983d089 [2020-07-29T04:44:53.847Z] [2020-07-29T04:44:53.847Z] Step 10/23 : FROM scratch [2020-07-29T04:44:53.847Z] ---> [2020-07-29T04:44:53.847Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:44:54.841Z] ---> d97e4b5ca79a [2020-07-29T04:44:54.841Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:44:54.841Z] ---> Running in fec1ad8b9729 [2020-07-29T04:44:55.447Z] ---> Running in 9c1671aa6337 [2020-07-29T04:44:55.731Z] Removing intermediate container fec1ad8b9729 [2020-07-29T04:44:55.731Z] ---> b4097ac6da7a [2020-07-29T04:44:55.731Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T04:44:56.338Z] ---> Running in 7dafac9bf3b5 [2020-07-29T04:44:57.797Z] Removing intermediate container 7dafac9bf3b5 [2020-07-29T04:44:57.797Z] ---> 763681cbf184 [2020-07-29T04:44:57.797Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T04:44:58.070Z] ---> Running in c5ffd183c63f [2020-07-29T04:44:59.047Z] Removing intermediate container c5ffd183c63f [2020-07-29T04:44:59.047Z] ---> f6b3e17085b6 [2020-07-29T04:44:59.047Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T04:45:00.488Z] ---> 8c214ae71214 [2020-07-29T04:45:00.488Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T04:45:01.468Z] Removing intermediate container 9c1671aa6337 [2020-07-29T04:45:01.468Z] ---> d14700bfef8c [2020-07-29T04:45:01.468Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T04:45:02.093Z] ---> Running in 0f261fe0e832 [2020-07-29T04:45:02.694Z] ---> 3ec97e441ed2 [2020-07-29T04:45:02.694Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T04:45:03.684Z] Removing intermediate container 517249ef538e [2020-07-29T04:45:03.684Z] ---> 8f0e0b2e9c04 [2020-07-29T04:45:03.684Z] [2020-07-29T04:45:03.684Z] Step 10/21 : FROM scratch [2020-07-29T04:45:03.684Z] ---> [2020-07-29T04:45:03.684Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:45:04.280Z] ---> Running in 82447aa77c41 [2020-07-29T04:45:04.886Z] ---> 0b3766183992 [2020-07-29T04:45:04.886Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T04:45:05.501Z] Removing intermediate container 82447aa77c41 [2020-07-29T04:45:05.501Z] ---> 142fb740a605 [2020-07-29T04:45:05.501Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T04:45:06.108Z] ---> Running in 281185ec2d9e [2020-07-29T04:45:07.091Z] ---> 9ce3befd77ac [2020-07-29T04:45:07.091Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T04:45:07.091Z] Removing intermediate container 281185ec2d9e [2020-07-29T04:45:07.091Z] ---> 5398af2f4602 [2020-07-29T04:45:07.091Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:45:07.370Z] ---> Running in 9c95cfd01ac4 [2020-07-29T04:45:07.370Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:45:07.370Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:45:07.370Z] ---> 95d0d01c5a00 [2020-07-29T04:45:07.370Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:45:07.370Z] ---> Using cache [2020-07-29T04:45:07.370Z] ---> 68c829cc9944 [2020-07-29T04:45:07.370Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:45:07.370Z] ---> Using cache [2020-07-29T04:45:07.370Z] ---> 121532bad5df [2020-07-29T04:45:07.370Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T04:45:07.370Z] ---> Using cache [2020-07-29T04:45:07.370Z] ---> 51de981b5018 [2020-07-29T04:45:07.370Z] Step 6/26 : COPY go.mod . [2020-07-29T04:45:07.370Z] ---> Using cache [2020-07-29T04:45:07.370Z] ---> f5a42c74d29f [2020-07-29T04:45:07.370Z] Step 7/26 : RUN go mod download [2020-07-29T04:45:07.370Z] ---> Using cache [2020-07-29T04:45:07.370Z] ---> b7deb5e0812e [2020-07-29T04:45:07.370Z] Step 8/26 : COPY . . [2020-07-29T04:45:07.370Z] ---> Using cache [2020-07-29T04:45:07.370Z] ---> 1e45d6e4181c [2020-07-29T04:45:07.370Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-29T04:45:07.975Z] ---> Running in 1d48442bfba0 [2020-07-29T04:45:08.568Z] Removing intermediate container 0f261fe0e832 [2020-07-29T04:45:08.568Z] ---> 42933db2b544 [2020-07-29T04:45:08.568Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:45:08.568Z] Removing intermediate container 9c95cfd01ac4 [2020-07-29T04:45:08.568Z] ---> 5bc19a0f7afc [2020-07-29T04:45:08.568Z] Step 14/21 : WORKDIR / [2020-07-29T04:45:09.186Z] ---> Running in 18dc158c6e88 [2020-07-29T04:45:09.186Z] ---> ae2ddf217c5f [2020-07-29T04:45:09.186Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T04:45:09.186Z] ---> Running in 49b2073f270d [2020-07-29T04:45:10.166Z] Removing intermediate container 18dc158c6e88 [2020-07-29T04:45:10.166Z] Removing intermediate container 49b2073f270d [2020-07-29T04:45:10.166Z] ---> 410c00b769cf [2020-07-29T04:45:10.166Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T04:45:10.166Z] ---> db3130a6cd87 [2020-07-29T04:45:10.166Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T04:45:10.166Z] ---> Running in 8623bf9c7916 [2020-07-29T04:45:10.166Z] ---> 9be7519a5602 [2020-07-29T04:45:10.166Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:45:10.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-29T04:45:10.722Z] ---> Running in 581d2dfe124c [2020-07-29T04:45:10.722Z] Removing intermediate container 31e5b36623ec [2020-07-29T04:45:10.722Z] ---> 6df4ab4ec0b3 [2020-07-29T04:45:10.722Z] [2020-07-29T04:45:10.722Z] Step 10/22 : FROM alpine [2020-07-29T04:45:10.722Z] ---> 62ee0e9f8440 [2020-07-29T04:45:10.722Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:45:10.996Z] Removing intermediate container 8623bf9c7916 [2020-07-29T04:45:10.996Z] ---> 24758b62daf5 [2020-07-29T04:45:10.996Z] Step 27/29 : LABEL arch=arm64 [2020-07-29T04:45:10.996Z] ---> aef354c639f3 [2020-07-29T04:45:10.996Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T04:45:10.996Z] ---> Running in cac936f5e68b [2020-07-29T04:45:11.267Z] ---> Running in c21fcd78893f [2020-07-29T04:45:11.267Z] Removing intermediate container 581d2dfe124c [2020-07-29T04:45:11.267Z] ---> 693ab9a27149 [2020-07-29T04:45:11.267Z] Step 21/23 : LABEL arch=arm64 [2020-07-29T04:45:11.542Z] ---> Running in 9b8ed1988b16 [2020-07-29T04:45:11.825Z] Removing intermediate container cac936f5e68b [2020-07-29T04:45:11.825Z] ---> 3dd782ded737 [2020-07-29T04:45:11.825Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T04:45:12.425Z] Removing intermediate container c21fcd78893f [2020-07-29T04:45:12.425Z] ---> 40cd4be50f67 [2020-07-29T04:45:12.425Z] Step 28/29 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:45:12.425Z] ---> Running in 70cf1d819fde [2020-07-29T04:45:12.715Z] Removing intermediate container 9b8ed1988b16 [2020-07-29T04:45:12.715Z] ---> a4dacb88e2d3 [2020-07-29T04:45:12.715Z] Step 22/23 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:45:12.715Z] ---> Running in b818e430f2be [2020-07-29T04:45:13.008Z] ---> Running in bbc417a05aca [2020-07-29T04:45:13.008Z] ---> f8ff8afddeeb [2020-07-29T04:45:13.008Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T04:45:13.008Z] Removing intermediate container 70cf1d819fde [2020-07-29T04:45:13.008Z] ---> 207e68bc98a2 [2020-07-29T04:45:13.008Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T04:45:13.279Z] ---> Running in 1c5a325837f2 [2020-07-29T04:45:13.883Z] Removing intermediate container b818e430f2be [2020-07-29T04:45:13.883Z] ---> ae56f7095755 [2020-07-29T04:45:13.883Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T04:45:13.883Z] Removing intermediate container bbc417a05aca [2020-07-29T04:45:13.883Z] ---> 8e3fb3ba3e24 [2020-07-29T04:45:13.883Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T04:45:14.172Z] ---> Running in 28cc1ef83525 [2020-07-29T04:45:14.172Z] ---> Running in 8d2f11778ca8 [2020-07-29T04:45:14.172Z] Removing intermediate container 1c5a325837f2 [2020-07-29T04:45:14.446Z] ---> 31ac6d2b9bd3 [2020-07-29T04:45:14.446Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:45:14.734Z] ---> Running in 9994f319ef74 [2020-07-29T04:45:14.734Z] ---> 6547d9e88b1b [2020-07-29T04:45:14.734Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:45:15.013Z] ---> Running in 5aec8ec62028 [2020-07-29T04:45:15.299Z] Removing intermediate container 28cc1ef83525 [2020-07-29T04:45:15.299Z] ---> fe786924e2a6 [2020-07-29T04:45:15.299Z] [2020-07-29T04:45:15.299Z] Removing intermediate container 8d2f11778ca8 [2020-07-29T04:45:15.299Z] ---> 558ad54ae7b6 [2020-07-29T04:45:15.299Z] [2020-07-29T04:45:15.933Z] Removing intermediate container 5aec8ec62028 [2020-07-29T04:45:15.933Z] ---> fc709145d017 [2020-07-29T04:45:15.933Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T04:45:16.547Z] ---> Running in e090ef547d92 [2020-07-29T04:45:16.823Z] Successfully built 558ad54ae7b6 [2020-07-29T04:45:16.823Z] Successfully built fe786924e2a6 [2020-07-29T04:45:16.823Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-29T04:45:16.823Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-07-29T04:45:16.823Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-29T04:45:16.823Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-07-29T04:45:17.103Z] Removing intermediate container e090ef547d92 [2020-07-29T04:45:17.103Z] ---> f4ec1dabd04e [2020-07-29T04:45:17.103Z] Step 20/21 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:45:17.383Z] ---> Running in 2a6595c05320 [2020-07-29T04:45:18.025Z] Removing intermediate container 2a6595c05320 [2020-07-29T04:45:18.025Z] ---> 099c9b1819b4 [2020-07-29T04:45:18.025Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:45:18.313Z] ---> Running in 46d07ca996c9 [2020-07-29T04:45:18.979Z] Removing intermediate container 46d07ca996c9 [2020-07-29T04:45:18.979Z] ---> 8d76bc113c88 [2020-07-29T04:45:18.979Z] [2020-07-29T04:45:18.979Z] Removing intermediate container 9994f319ef74 [2020-07-29T04:45:18.979Z] ---> 4458eb9e7cf6 [2020-07-29T04:45:18.979Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T04:45:19.260Z] ---> Running in 5bee5c60da92 [2020-07-29T04:45:19.908Z] Successfully built 8d76bc113c88 [2020-07-29T04:45:19.908Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-29T04:45:19.908Z]  Building docker-core-metadata-go ... done Building docker-support-logging-go [2020-07-29T04:45:21.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:45:22.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:45:22.917Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T04:45:22.917Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T04:45:23.188Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T04:45:23.466Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T04:45:23.466Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T04:45:23.466Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:45:23.739Z] OK: 8 MiB in 19 packages [2020-07-29T04:45:30.462Z] Removing intermediate container 5bee5c60da92 [2020-07-29T04:45:30.462Z] ---> 9b2ea9f14582 [2020-07-29T04:45:30.462Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T04:45:31.910Z] ---> 905f4437e9ac [2020-07-29T04:45:31.910Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T04:45:35.302Z] ---> 96a5dc0430ca [2020-07-29T04:45:35.302Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T04:45:37.281Z] ---> a5e0c87e2c75 [2020-07-29T04:45:37.281Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:45:37.553Z] ---> Running in f5ca1e072b87 [2020-07-29T04:45:38.190Z] Removing intermediate container f5ca1e072b87 [2020-07-29T04:45:38.190Z] ---> abc3f703c4ed [2020-07-29T04:45:38.190Z] Step 20/22 : LABEL arch=arm64 [2020-07-29T04:45:38.472Z] ---> Running in fdcedfd6b768 [2020-07-29T04:45:39.066Z] Removing intermediate container fdcedfd6b768 [2020-07-29T04:45:39.066Z] ---> 73891bf2ab03 [2020-07-29T04:45:39.066Z] Step 21/22 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:45:39.343Z] ---> Running in f037aaef6520 [2020-07-29T04:45:39.944Z] Removing intermediate container f037aaef6520 [2020-07-29T04:45:39.944Z] ---> cf1ceba33f51 [2020-07-29T04:45:39.944Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T04:45:40.218Z] ---> Running in ed25528ea953 [2020-07-29T04:45:41.199Z] Removing intermediate container ed25528ea953 [2020-07-29T04:45:41.199Z] ---> b42dfb3dc0d8 [2020-07-29T04:45:41.199Z] [2020-07-29T04:45:41.797Z] Successfully built b42dfb3dc0d8 [2020-07-29T04:45:41.797Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-29T04:45:41.797Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-07-29T04:45:43.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-29T04:45:49.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-29T04:46:05.031Z] Removing intermediate container 1d48442bfba0 [2020-07-29T04:46:05.031Z] ---> cc50708aef8e [2020-07-29T04:46:05.031Z] [2020-07-29T04:46:05.031Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T04:46:05.031Z] 3.10: Pulling from library/alpine [2020-07-29T04:46:05.031Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T04:46:05.031Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T04:46:05.031Z] ---> 536a684cf733 [2020-07-29T04:46:05.031Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T04:46:05.304Z] ---> Running in 76a06534252c [2020-07-29T04:46:06.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:07.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:07.640Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T04:46:07.640Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T04:46:07.640Z] OK: 10167 distinct packages available [2020-07-29T04:46:08.236Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T04:46:08.236Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T04:46:08.236Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T04:46:08.236Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T04:46:08.236Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T04:46:08.236Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T04:46:08.236Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T04:46:08.507Z] OK: 7 MiB in 19 packages [2020-07-29T04:46:11.903Z] Removing intermediate container 76a06534252c [2020-07-29T04:46:11.903Z] ---> eb29f2d07bc8 [2020-07-29T04:46:11.903Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:46:11.903Z] ---> Running in 6beead07d96b [2020-07-29T04:46:12.177Z] Removing intermediate container 6beead07d96b [2020-07-29T04:46:12.177Z] ---> afe1953eb07f [2020-07-29T04:46:12.177Z] Step 13/26 : WORKDIR / [2020-07-29T04:46:12.450Z] ---> Running in 61adac5891e1 [2020-07-29T04:46:13.046Z] Removing intermediate container 61adac5891e1 [2020-07-29T04:46:13.046Z] ---> e8ffa4e7137b [2020-07-29T04:46:13.046Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-29T04:46:14.025Z] ---> 0376ee121639 [2020-07-29T04:46:14.025Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-29T04:46:14.616Z] ---> 175719d8cca1 [2020-07-29T04:46:14.616Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T04:46:15.588Z] ---> 0c9257a2ae35 [2020-07-29T04:46:15.588Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T04:46:16.581Z] ---> a794ec7a9197 [2020-07-29T04:46:16.581Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T04:46:19.299Z] ---> 4f49d50cc513 [2020-07-29T04:46:19.299Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T04:46:20.738Z] ---> cc88dd00557b [2020-07-29T04:46:20.738Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T04:46:22.165Z] ---> ebccb7db92e7 [2020-07-29T04:46:22.165Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:46:23.592Z] ---> 9538bff02edd [2020-07-29T04:46:23.592Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:46:23.592Z] ---> Running in aed0359d9c17 [2020-07-29T04:46:26.237Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:46:26.237Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:46:26.237Z] ---> 95d0d01c5a00 [2020-07-29T04:46:26.237Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:46:26.237Z] ---> Using cache [2020-07-29T04:46:26.237Z] ---> 68c829cc9944 [2020-07-29T04:46:26.237Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:46:26.237Z] ---> Using cache [2020-07-29T04:46:26.237Z] ---> 121532bad5df [2020-07-29T04:46:26.237Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:46:26.237Z] ---> Using cache [2020-07-29T04:46:26.237Z] ---> 51de981b5018 [2020-07-29T04:46:26.237Z] Step 6/21 : COPY go.mod . [2020-07-29T04:46:26.237Z] ---> Using cache [2020-07-29T04:46:26.237Z] ---> f5a42c74d29f [2020-07-29T04:46:26.237Z] Step 7/21 : RUN go mod download [2020-07-29T04:46:26.237Z] ---> Using cache [2020-07-29T04:46:26.237Z] ---> b7deb5e0812e [2020-07-29T04:46:26.237Z] Step 8/21 : COPY . . [2020-07-29T04:46:26.237Z] ---> Using cache [2020-07-29T04:46:26.237Z] ---> 1e45d6e4181c [2020-07-29T04:46:26.237Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T04:46:26.515Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:46:26.515Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:46:26.515Z] ---> 95d0d01c5a00 [2020-07-29T04:46:26.515Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:46:26.515Z] ---> Using cache [2020-07-29T04:46:26.515Z] ---> 68c829cc9944 [2020-07-29T04:46:26.515Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:46:26.515Z] ---> Using cache [2020-07-29T04:46:26.515Z] ---> 121532bad5df [2020-07-29T04:46:26.516Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T04:46:26.516Z] ---> Running in 060fcde3d0fb [2020-07-29T04:46:26.516Z] ---> Running in 2bb6b6bfc2e0 [2020-07-29T04:46:27.494Z] Removing intermediate container aed0359d9c17 [2020-07-29T04:46:27.494Z] ---> 06f878a17ba4 [2020-07-29T04:46:27.494Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:46:27.768Z] ---> Running in 9a2d3f694be3 [2020-07-29T04:46:28.375Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:46:28.375Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:46:28.375Z] ---> 95d0d01c5a00 [2020-07-29T04:46:28.375Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:46:28.375Z] ---> Using cache [2020-07-29T04:46:28.375Z] ---> 68c829cc9944 [2020-07-29T04:46:28.375Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:46:28.375Z] ---> Using cache [2020-07-29T04:46:28.375Z] ---> 121532bad5df [2020-07-29T04:46:28.375Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T04:46:28.666Z] ---> Running in 97d0dda559fb [2020-07-29T04:46:28.666Z] Removing intermediate container 9a2d3f694be3 [2020-07-29T04:46:28.666Z] ---> 19a6b0c35eb4 [2020-07-29T04:46:28.666Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T04:46:28.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-29T04:46:29.260Z] ---> Running in 5f11e16d12da [2020-07-29T04:46:29.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:29.869Z] Removing intermediate container 5f11e16d12da [2020-07-29T04:46:29.869Z] ---> ecde6abc574b [2020-07-29T04:46:29.869Z] Step 25/26 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:46:30.138Z] ---> Running in a8b5f856bff8 [2020-07-29T04:46:30.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:31.110Z] Removing intermediate container a8b5f856bff8 [2020-07-29T04:46:31.110Z] ---> 26307cc2a891 [2020-07-29T04:46:31.110Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:46:31.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:31.378Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:46:31.378Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:46:31.378Z] OK: 12620 distinct packages available [2020-07-29T04:46:31.378Z] ---> Running in 006b9831158c [2020-07-29T04:46:31.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:31.976Z] Removing intermediate container 006b9831158c [2020-07-29T04:46:31.976Z] ---> e0fb93d529b6 [2020-07-29T04:46:31.976Z] [2020-07-29T04:46:32.251Z] OK: 217 MiB in 51 packages [2020-07-29T04:46:32.857Z] Successfully built e0fb93d529b6 [2020-07-29T04:46:32.857Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-29T04:46:33.131Z]  Building docker-security-secretstore-setup-go ... done v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:46:33.131Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:46:33.131Z] OK: 12620 distinct packages available [2020-07-29T04:46:34.112Z] OK: 217 MiB in 51 packages [2020-07-29T04:46:34.112Z] Removing intermediate container 060fcde3d0fb [2020-07-29T04:46:34.112Z] ---> 4332caa38ca8 [2020-07-29T04:46:34.112Z] Step 6/26 : COPY go.mod . [2020-07-29T04:46:34.708Z] OK: 217 MiB in 51 packages [2020-07-29T04:46:35.688Z] ---> 434d88e52a1f [2020-07-29T04:46:35.688Z] Step 7/26 : RUN go mod download [2020-07-29T04:46:36.283Z] ---> Running in b52ea0cd74fa [2020-07-29T04:46:37.265Z] Removing intermediate container 97d0dda559fb [2020-07-29T04:46:37.265Z] ---> 924f084d4898 [2020-07-29T04:46:37.265Z] Step 6/21 : COPY go.mod . [2020-07-29T04:46:38.702Z] ---> 1c014e5d3b42 [2020-07-29T04:46:38.702Z] Step 7/21 : RUN go mod download [2020-07-29T04:46:38.987Z] ---> Running in a25cc4b7c59d [2020-07-29T04:46:38.987Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:46:38.987Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:46:38.987Z] ---> 95d0d01c5a00 [2020-07-29T04:46:38.987Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:46:38.987Z] ---> Using cache [2020-07-29T04:46:38.987Z] ---> 68c829cc9944 [2020-07-29T04:46:38.987Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:46:38.987Z] ---> Using cache [2020-07-29T04:46:38.987Z] ---> 121532bad5df [2020-07-29T04:46:38.987Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:46:38.987Z] ---> Using cache [2020-07-29T04:46:38.987Z] ---> 51de981b5018 [2020-07-29T04:46:38.987Z] Step 6/20 : COPY go.mod . [2020-07-29T04:46:38.987Z] ---> Using cache [2020-07-29T04:46:38.987Z] ---> f5a42c74d29f [2020-07-29T04:46:38.987Z] Step 7/20 : RUN go mod download [2020-07-29T04:46:38.987Z] ---> Using cache [2020-07-29T04:46:38.987Z] ---> b7deb5e0812e [2020-07-29T04:46:38.987Z] Step 8/20 : COPY . . [2020-07-29T04:46:38.987Z] ---> Using cache [2020-07-29T04:46:38.987Z] ---> 1e45d6e4181c [2020-07-29T04:46:38.987Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T04:46:38.987Z] ---> Running in 716cce5d54c6 [2020-07-29T04:46:41.613Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-29T04:46:41.613Z] Removing intermediate container b52ea0cd74fa [2020-07-29T04:46:41.613Z] ---> e2b607ecda80 [2020-07-29T04:46:41.613Z] Step 8/26 : COPY . . [2020-07-29T04:46:45.936Z] Removing intermediate container a25cc4b7c59d [2020-07-29T04:46:45.936Z] ---> 42634a2a42fc [2020-07-29T04:46:45.936Z] Step 8/21 : COPY . . [2020-07-29T04:47:24.926Z] ---> ba729a83ebda [2020-07-29T04:47:24.926Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T04:47:24.926Z] ---> e3d68eec1137 [2020-07-29T04:47:24.926Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T04:47:24.926Z] ---> Running in d195469bf101 [2020-07-29T04:47:24.926Z] ---> Running in c090e2ce54de [2020-07-29T04:47:24.926Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:47:24.926Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-29T04:47:37.358Z] Removing intermediate container 2bb6b6bfc2e0 [2020-07-29T04:47:37.358Z] ---> 09551b0f9583 [2020-07-29T04:47:37.358Z] [2020-07-29T04:47:37.358Z] Step 10/21 : FROM scratch [2020-07-29T04:47:37.358Z] ---> [2020-07-29T04:47:37.358Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:47:37.358Z] ---> Using cache [2020-07-29T04:47:37.358Z] ---> 142fb740a605 [2020-07-29T04:47:37.358Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T04:47:37.358Z] ---> Running in 5e1227cff20f [2020-07-29T04:47:37.358Z] Removing intermediate container 5e1227cff20f [2020-07-29T04:47:37.358Z] ---> 73de111519d4 [2020-07-29T04:47:37.358Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:47:37.358Z] ---> Running in 7371100e189c [2020-07-29T04:47:37.358Z] Removing intermediate container 7371100e189c [2020-07-29T04:47:37.630Z] ---> 5fe55727f255 [2020-07-29T04:47:37.630Z] Step 14/21 : WORKDIR / [2020-07-29T04:47:37.630Z] ---> Running in a3975791fd1b [2020-07-29T04:47:38.229Z] Removing intermediate container a3975791fd1b [2020-07-29T04:47:38.229Z] ---> 777e8144d900 [2020-07-29T04:47:38.229Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T04:47:39.293Z] ---> c7dd10d3c73d [2020-07-29T04:47:39.293Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T04:47:40.946Z] ---> 33e99bfb0d29 [2020-07-29T04:47:40.946Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T04:47:42.379Z] ---> 020002be93c0 [2020-07-29T04:47:42.379Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:47:42.379Z] ---> Running in 7463833505aa [2020-07-29T04:47:42.975Z] Removing intermediate container 7463833505aa [2020-07-29T04:47:42.975Z] ---> d167acba3530 [2020-07-29T04:47:42.975Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T04:47:42.975Z] ---> Running in fddde66d9260 [2020-07-29T04:47:43.574Z] Removing intermediate container fddde66d9260 [2020-07-29T04:47:43.574Z] ---> 4ae2bb4d6afd [2020-07-29T04:47:43.574Z] Step 20/21 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:47:44.172Z] ---> Running in 3e2921ee3354 [2020-07-29T04:47:44.446Z] Removing intermediate container 3e2921ee3354 [2020-07-29T04:47:44.446Z] ---> 1242c43471ff [2020-07-29T04:47:44.446Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:47:44.720Z] ---> Running in 735c9d2992be [2020-07-29T04:47:45.319Z] Removing intermediate container 735c9d2992be [2020-07-29T04:47:45.319Z] ---> a577bd6afa52 [2020-07-29T04:47:45.319Z] [2020-07-29T04:47:45.916Z] Successfully built a577bd6afa52 [2020-07-29T04:47:45.916Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-29T04:47:58.315Z]  Building docker-core-command-go ... done Removing intermediate container 716cce5d54c6 [2020-07-29T04:47:58.315Z] ---> 72ec1fee53c1 [2020-07-29T04:47:58.315Z] [2020-07-29T04:47:58.315Z] Step 10/20 : FROM scratch [2020-07-29T04:47:58.315Z] ---> [2020-07-29T04:47:58.315Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:47:58.315Z] ---> Using cache [2020-07-29T04:47:58.315Z] ---> 142fb740a605 [2020-07-29T04:47:58.315Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T04:47:58.315Z] ---> Running in ca66b3821c9c [2020-07-29T04:47:58.315Z] Removing intermediate container ca66b3821c9c [2020-07-29T04:47:58.315Z] ---> 36c4a7d7caee [2020-07-29T04:47:58.315Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T04:47:58.315Z] ---> Running in 0a522e725230 [2020-07-29T04:47:58.916Z] Removing intermediate container 0a522e725230 [2020-07-29T04:47:58.916Z] ---> 306738670e38 [2020-07-29T04:47:58.916Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T04:47:59.905Z] ---> 6038e8b6189c [2020-07-29T04:47:59.905Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T04:48:01.888Z] ---> 935c79260032 [2020-07-29T04:48:01.888Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T04:48:02.519Z] ---> d0744efbb033 [2020-07-29T04:48:02.519Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:48:02.793Z] ---> Running in b501eadc5436 [2020-07-29T04:48:03.394Z] Removing intermediate container b501eadc5436 [2020-07-29T04:48:03.394Z] ---> c958344fe961 [2020-07-29T04:48:03.394Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T04:48:03.669Z] ---> Running in 1c1e4a078560 [2020-07-29T04:48:04.265Z] Removing intermediate container 1c1e4a078560 [2020-07-29T04:48:04.265Z] ---> 1d8762a9a7e5 [2020-07-29T04:48:04.265Z] Step 19/20 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:48:04.540Z] ---> Running in 74770e0d5621 [2020-07-29T04:48:05.138Z] Removing intermediate container 74770e0d5621 [2020-07-29T04:48:05.138Z] ---> e37a6263215e [2020-07-29T04:48:05.138Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:48:05.412Z] ---> Running in 8d0ed4ba6d03 [2020-07-29T04:48:06.011Z] Removing intermediate container 8d0ed4ba6d03 [2020-07-29T04:48:06.011Z] ---> b898459e4642 [2020-07-29T04:48:06.011Z] [2020-07-29T04:48:06.608Z] Successfully built b898459e4642 [2020-07-29T04:48:06.608Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-29T04:48:19.004Z]  Building docker-support-scheduler-go ... done Removing intermediate container d195469bf101 [2020-07-29T04:48:19.004Z] ---> b123224ac3b3 [2020-07-29T04:48:19.004Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T04:48:19.004Z] ---> Running in 0e793a3285bf [2020-07-29T04:48:19.004Z] Removing intermediate container c090e2ce54de [2020-07-29T04:48:19.004Z] ---> c872583eb6fc [2020-07-29T04:48:19.004Z] [2020-07-29T04:48:19.004Z] Step 10/21 : FROM scratch [2020-07-29T04:48:19.004Z] ---> [2020-07-29T04:48:19.004Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:48:19.004Z] ---> Using cache [2020-07-29T04:48:19.004Z] ---> b4097ac6da7a [2020-07-29T04:48:19.004Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T04:48:19.278Z] ---> Running in 98442046b606 [2020-07-29T04:48:19.554Z] Removing intermediate container 98442046b606 [2020-07-29T04:48:19.554Z] ---> 8e2a1a0372a4 [2020-07-29T04:48:19.554Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:48:19.554Z] ---> Running in 7f6470412142 [2020-07-29T04:48:19.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-29T04:48:20.108Z] Removing intermediate container 7f6470412142 [2020-07-29T04:48:20.108Z] ---> 80184d56fd03 [2020-07-29T04:48:20.108Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T04:48:21.100Z] ---> ecc44a1d2398 [2020-07-29T04:48:21.100Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T04:48:21.689Z] ---> d30ef83b0f1e [2020-07-29T04:48:21.689Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T04:48:23.111Z] ---> 5fe28a5524e2 [2020-07-29T04:48:23.111Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T04:48:23.111Z] Removing intermediate container 0e793a3285bf [2020-07-29T04:48:23.111Z] ---> 150fcfaf90f1 [2020-07-29T04:48:23.111Z] [2020-07-29T04:48:23.111Z] Step 11/26 : FROM docker:latest [2020-07-29T04:48:23.111Z] ---> ce9d55ae87f1 [2020-07-29T04:48:23.111Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T04:48:23.111Z] ---> Running in d1d141dfbddf [2020-07-29T04:48:23.705Z] ---> 1e2123e17d60 [2020-07-29T04:48:23.705Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:48:23.705Z] ---> Running in 885e03259f1a [2020-07-29T04:48:24.300Z] Removing intermediate container 885e03259f1a [2020-07-29T04:48:24.300Z] ---> f85685feea22 [2020-07-29T04:48:24.300Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T04:48:24.300Z] ---> Running in c6e65f6779bb [2020-07-29T04:48:24.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:48:24.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:48:24.840Z] Removing intermediate container c6e65f6779bb [2020-07-29T04:48:24.840Z] ---> 406029c6a461 [2020-07-29T04:48:24.840Z] Step 20/21 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:48:24.840Z] ---> Running in dc31389e927f [2020-07-29T04:48:25.119Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T04:48:25.119Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T04:48:25.393Z] Executing bash-5.0.17-r0.post-install [2020-07-29T04:48:25.393Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:48:25.393Z] OK: 12 MiB in 22 packages [2020-07-29T04:48:25.393Z] Removing intermediate container dc31389e927f [2020-07-29T04:48:25.393Z] ---> 27c3bdc5a1be [2020-07-29T04:48:25.393Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:48:25.665Z] ---> Running in 66dca5f7bac7 [2020-07-29T04:48:26.255Z] Removing intermediate container 66dca5f7bac7 [2020-07-29T04:48:26.255Z] ---> 8061f247ae61 [2020-07-29T04:48:26.255Z] [2020-07-29T04:48:26.526Z] Successfully built 8061f247ae61 [2020-07-29T04:48:26.526Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-29T04:48:26.801Z]  Building docker-support-logging-go ... done Removing intermediate container d1d141dfbddf [2020-07-29T04:48:26.801Z] ---> 6e499dea87b1 [2020-07-29T04:48:26.802Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T04:48:26.802Z] ---> Running in 7d83a7bfd547 [2020-07-29T04:48:29.424Z] Removing intermediate container 7d83a7bfd547 [2020-07-29T04:48:29.424Z] ---> beb341bae8c5 [2020-07-29T04:48:29.424Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T04:48:29.424Z] ---> Running in 4cfa65364c49 [2020-07-29T04:48:30.016Z] Removing intermediate container 4cfa65364c49 [2020-07-29T04:48:30.016Z] ---> 1dc707a84c36 [2020-07-29T04:48:30.016Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T04:48:30.016Z] ---> Running in 8e91fd44fb9a [2020-07-29T04:48:30.609Z] Removing intermediate container 8e91fd44fb9a [2020-07-29T04:48:30.609Z] ---> ff81fb992ec6 [2020-07-29T04:48:30.609Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T04:48:30.609Z] ---> Running in 4cb599174c4f [2020-07-29T04:48:31.201Z] Removing intermediate container 4cb599174c4f [2020-07-29T04:48:31.201Z] ---> e3fec037e866 [2020-07-29T04:48:31.201Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T04:48:32.205Z] ---> 9a7d77044faa [2020-07-29T04:48:32.206Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T04:48:33.206Z] ---> ebea6b155792 [2020-07-29T04:48:33.206Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T04:48:34.197Z] ---> f7d8590dfe4d [2020-07-29T04:48:34.197Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T04:48:34.197Z] ---> Running in db700c867aed [2020-07-29T04:48:35.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:48:35.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:48:36.480Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T04:48:36.480Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T04:48:36.480Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T04:48:36.480Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T04:48:36.480Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T04:48:36.480Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T04:48:36.480Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T04:48:38.438Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T04:48:38.438Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T04:48:38.438Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T04:48:38.438Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T04:48:38.438Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T04:48:38.438Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T04:48:38.438Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T04:48:38.438Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T04:48:38.438Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T04:48:38.438Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T04:48:38.438Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T04:48:38.438Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T04:48:38.438Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T04:48:38.438Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T04:48:38.438Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T04:48:38.438Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T04:48:38.438Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T04:48:38.438Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T04:48:38.438Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T04:48:38.438Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T04:48:38.438Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T04:48:38.438Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T04:48:38.438Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T04:48:38.438Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T04:48:38.438Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T04:48:38.438Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T04:48:38.709Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:48:38.709Z] OK: 71 MiB in 55 packages [2020-07-29T04:48:45.401Z] Removing intermediate container db700c867aed [2020-07-29T04:48:45.401Z] ---> 1b743a2af739 [2020-07-29T04:48:45.401Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T04:48:45.401Z] ---> Running in 7376342abb48 [2020-07-29T04:48:50.771Z] Collecting docker-compose==1.23.2 [2020-07-29T04:48:50.771Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T04:48:51.360Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T04:48:51.360Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T04:48:52.777Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T04:48:52.777Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T04:48:53.046Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T04:48:53.046Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T04:48:53.634Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T04:48:53.634Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T04:48:54.223Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T04:48:54.223Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T04:48:54.493Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T04:48:54.493Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T04:48:56.451Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T04:48:56.451Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T04:48:58.403Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-29T04:48:58.403Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T04:48:58.403Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T04:49:00.999Z] Collecting PyYAML<4,>=3.10 [2020-07-29T04:49:00.999Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T04:49:03.603Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T04:49:03.603Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T04:49:03.603Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-29T04:49:03.873Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T04:49:04.143Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T04:49:04.413Z] Collecting idna<2.8,>=2.5 [2020-07-29T04:49:04.413Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T04:49:04.413Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-29T04:49:04.413Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T04:49:04.413Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T04:49:04.413Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T04:49:04.413Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T04:49:05.380Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, cached-property, dockerpty, docopt, texttable, PyYAML, docker-compose [2020-07-29T04:49:05.651Z] Attempting uninstall: urllib3 [2020-07-29T04:49:05.651Z] Found existing installation: urllib3 1.25.9 [2020-07-29T04:49:05.651Z] Uninstalling urllib3-1.25.9: [2020-07-29T04:49:05.922Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T04:49:06.511Z] Attempting uninstall: idna [2020-07-29T04:49:06.511Z] Found existing installation: idna 2.9 [2020-07-29T04:49:06.511Z] Uninstalling idna-2.9: [2020-07-29T04:49:06.511Z] Successfully uninstalled idna-2.9 [2020-07-29T04:49:07.100Z] Attempting uninstall: requests [2020-07-29T04:49:07.100Z] Found existing installation: requests 2.23.0 [2020-07-29T04:49:07.100Z] Uninstalling requests-2.23.0: [2020-07-29T04:49:07.369Z] Successfully uninstalled requests-2.23.0 [2020-07-29T04:49:08.825Z] Running setup.py install for dockerpty: started [2020-07-29T04:49:10.779Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T04:49:10.779Z] Running setup.py install for docopt: started [2020-07-29T04:49:12.734Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T04:49:12.734Z] Running setup.py install for texttable: started [2020-07-29T04:49:14.153Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T04:49:14.153Z] Running setup.py install for PyYAML: started [2020-07-29T04:49:16.750Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T04:49:17.375Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-29T04:49:21.686Z] Removing intermediate container 7376342abb48 [2020-07-29T04:49:21.686Z] ---> be2bc716d3c0 [2020-07-29T04:49:21.686Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T04:49:21.686Z] ---> Running in 8ed046f2ea26 [2020-07-29T04:49:22.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:49:22.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:49:23.515Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:49:23.515Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T04:49:23.515Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T04:49:23.515Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:49:23.515Z] OK: 71 MiB in 58 packages [2020-07-29T04:49:24.936Z] Removing intermediate container 8ed046f2ea26 [2020-07-29T04:49:24.936Z] ---> 3da48cf8caa9 [2020-07-29T04:49:24.936Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:49:24.936Z] ---> Running in 89cef8e484ff [2020-07-29T04:49:25.218Z] Removing intermediate container 89cef8e484ff [2020-07-29T04:49:25.218Z] ---> a4c08c11d3e4 [2020-07-29T04:49:25.218Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T04:49:25.489Z] ---> Running in e5949a238b97 [2020-07-29T04:49:25.762Z] Removing intermediate container e5949a238b97 [2020-07-29T04:49:25.762Z] ---> 95d9f3b4a0a4 [2020-07-29T04:49:25.762Z] Step 25/26 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [2020-07-29T04:49:26.037Z] ---> Running in a6d3da6c1b28 [2020-07-29T04:49:26.626Z] Removing intermediate container a6d3da6c1b28 [2020-07-29T04:49:26.626Z] ---> 96317fc43a02 [2020-07-29T04:49:26.626Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:49:26.626Z] ---> Running in b094afec3fbb [2020-07-29T04:49:27.216Z] Removing intermediate container b094afec3fbb [2020-07-29T04:49:27.216Z] ---> a586df9243c0 [2020-07-29T04:49:27.216Z] [2020-07-29T04:49:27.488Z] Successfully built a586df9243c0 [2020-07-29T04:49:27.488Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-29T04:49:27.775Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-29T04:49:27.824Z] $ docker stop --time=1 9a4a86c668d45ac55c18d120d75035010a7c346c27cc262687918ba9fd6a8dca [2020-07-29T04:49:29.744Z] $ docker rm -f 9a4a86c668d45ac55c18d120d75035010a7c346c27cc262687918ba9fd6a8dca [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T04:49:30.345Z] + docker images [2020-07-29T04:49:30.346Z] + grep docker [2020-07-29T04:49:30.616Z] docker-sys-mgmt-agent-go-arm64 latest a586df9243c0 4 seconds ago 266MB [2020-07-29T04:49:30.616Z] docker-support-logging-go-arm64 latest 8061f247ae61 About a minute ago 11.4MB [2020-07-29T04:49:30.616Z] docker-support-scheduler-go-arm64 latest b898459e4642 About a minute ago 12.6MB [2020-07-29T04:49:30.616Z] docker-core-command-go-arm64 latest a577bd6afa52 About a minute ago 12.4MB [2020-07-29T04:49:30.616Z] docker-security-secretstore-setup-go-arm64 latest e0fb93d529b6 2 minutes ago 32.6MB [2020-07-29T04:49:30.616Z] docker-core-data-go-arm64 latest b42dfb3dc0d8 3 minutes ago 22.6MB [2020-07-29T04:49:30.616Z] docker-core-metadata-go-arm64 latest 8d76bc113c88 4 minutes ago 13.8MB [2020-07-29T04:49:30.616Z] docker-security-secrets-setup-go-arm64 latest fe786924e2a6 4 minutes ago 24.2MB [2020-07-29T04:49:30.616Z] docker-support-notifications-go-arm64 latest 558ad54ae7b6 4 minutes ago 13.9MB [2020-07-29T04:49:30.616Z] docker-security-proxy-setup-go-arm64 latest 5088c037cdd1 4 minutes ago 15.8MB [2020-07-29T04:49:30.616Z] docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-29T04:49:32.225Z] provisioning config files... [2020-07-29T04:49:32.239Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config6035316531382133693tmp [Pipeline] { [Pipeline] sh [2020-07-29T04:49:33.363Z] + curl -s https://codecov.io/bash [2020-07-29T04:49:33.363Z] + bash -s - -t @/w/workspace/edgex-go/8@tmp/config6035316531382133693tmp [Pipeline] } [2020-07-29T04:49:33.631Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:49:34.988Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:49:35.855Z] ---> package-listing.sh [2020-07-29T04:49:35.856Z] ++ facter osfamily [2020-07-29T04:49:35.856Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-29T04:49:35.856Z] + OS_FAMILY=redhat [2020-07-29T04:49:35.856Z] + workspace=/w/workspace/edgex-go/8 [2020-07-29T04:49:35.856Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-29T04:49:35.856Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-29T04:49:35.856Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-29T04:49:35.856Z] + PACKAGES=/tmp/packages_start.txt [2020-07-29T04:49:35.856Z] + '[' /w/workspace/edgex-go/8 ']' [2020-07-29T04:49:35.856Z] + PACKAGES=/tmp/packages_end.txt [2020-07-29T04:49:35.856Z] + case "${OS_FAMILY}" in [2020-07-29T04:49:35.856Z] + rpm -qa [2020-07-29T04:49:35.856Z] + sort [2020-07-29T04:49:40.152Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-29T04:49:40.152Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-29T04:49:40.152Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-29T04:49:40.152Z] + '[' /w/workspace/edgex-go/8 ']' [2020-07-29T04:49:40.152Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2020-07-29T04:49:40.152Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:49:40.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:49:40.527Z] [2020-07-29T04:49:40.527Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:49:40.864Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:49:40.864Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-29T04:49:40.864Z] c9b1b535fdd9: Pulling fs layer [2020-07-29T04:49:40.864Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-29T04:49:40.864Z] 756a868c4378: Pulling fs layer [2020-07-29T04:49:40.864Z] 444b2fc9a129: Pulling fs layer [2020-07-29T04:49:40.864Z] ea15f1150254: Pulling fs layer [2020-07-29T04:49:40.864Z] 41b27a9f41bf: Pulling fs layer [2020-07-29T04:49:40.864Z] 28c525ee5125: Pulling fs layer [2020-07-29T04:49:40.864Z] 094b1ea09ed8: Pulling fs layer [2020-07-29T04:49:40.864Z] 138eaada9080: Pulling fs layer [2020-07-29T04:49:40.864Z] 0622d0fa9048: Pulling fs layer [2020-07-29T04:49:40.864Z] 28c525ee5125: Waiting [2020-07-29T04:49:40.864Z] 094b1ea09ed8: Waiting [2020-07-29T04:49:40.864Z] 138eaada9080: Waiting [2020-07-29T04:49:40.864Z] 0622d0fa9048: Waiting [2020-07-29T04:49:40.864Z] ea15f1150254: Waiting [2020-07-29T04:49:40.864Z] 41b27a9f41bf: Waiting [2020-07-29T04:49:40.864Z] 444b2fc9a129: Waiting [2020-07-29T04:49:40.864Z] 2cc5ad85d9ab: Download complete [2020-07-29T04:49:40.864Z] 444b2fc9a129: Verifying Checksum [2020-07-29T04:49:40.864Z] 444b2fc9a129: Download complete [2020-07-29T04:49:40.864Z] c9b1b535fdd9: Verifying Checksum [2020-07-29T04:49:40.864Z] c9b1b535fdd9: Download complete [2020-07-29T04:49:40.864Z] ea15f1150254: Verifying Checksum [2020-07-29T04:49:40.864Z] ea15f1150254: Download complete [2020-07-29T04:49:40.864Z] 28c525ee5125: Verifying Checksum [2020-07-29T04:49:40.864Z] 28c525ee5125: Download complete [2020-07-29T04:49:41.443Z] 756a868c4378: Verifying Checksum [2020-07-29T04:49:41.443Z] 756a868c4378: Download complete [2020-07-29T04:49:41.443Z] c9b1b535fdd9: Pull complete [2020-07-29T04:49:41.443Z] 138eaada9080: Verifying Checksum [2020-07-29T04:49:41.443Z] 138eaada9080: Download complete [2020-07-29T04:49:41.443Z] 094b1ea09ed8: Verifying Checksum [2020-07-29T04:49:41.443Z] 094b1ea09ed8: Download complete [2020-07-29T04:49:41.443Z] 0622d0fa9048: Download complete [2020-07-29T04:49:41.702Z] 2cc5ad85d9ab: Pull complete [2020-07-29T04:49:41.702Z] 41b27a9f41bf: Verifying Checksum [2020-07-29T04:49:41.702Z] 41b27a9f41bf: Download complete [2020-07-29T04:49:43.614Z] 756a868c4378: Pull complete [2020-07-29T04:49:43.614Z] 444b2fc9a129: Pull complete [2020-07-29T04:49:43.874Z] ea15f1150254: Pull complete [2020-07-29T04:49:49.161Z] 41b27a9f41bf: Pull complete [2020-07-29T04:49:49.161Z] 28c525ee5125: Pull complete [2020-07-29T04:49:51.704Z] 094b1ea09ed8: Pull complete [2020-07-29T04:49:52.275Z] 138eaada9080: Pull complete [2020-07-29T04:49:52.534Z] 0622d0fa9048: Pull complete [2020-07-29T04:49:52.534Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-29T04:49:52.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:49:52.535Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-29T04:49:52.720Z] prd-centos7-docker-4c-2g-1382 does not seem to be running inside a container [2020-07-29T04:49:52.759Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-07-29T04:49:57.810Z] $ docker top 1f588ede34fb326e4631b2dbcbe458ffeafd930d9ac2d5bbf277cef55bc48d92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-29T04:49:58.059Z] provisioning config files... [2020-07-29T04:49:58.071Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config7843112060900135744tmp [Pipeline] { [Pipeline] echo [2020-07-29T04:49:58.131Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:49:58.419Z] ---> create-netrc.sh [Pipeline] echo [2020-07-29T04:49:58.427Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:49:58.713Z] ---> logs-deploy.sh [2020-07-29T04:49:58.713Z] + ARCHIVE_ARTIFACTS= [2020-07-29T04:49:58.713Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-29T04:49:58.713Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-29T04:49:58.713Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-29T04:49:58.713Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/8 [2020-07-29T04:49:58.713Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/8/ [2020-07-29T04:49:58.713Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/8 /w/workspace/edgex-go/8 [2020-07-29T04:49:59.649Z] Archives upload complete. [2020-07-29T04:49:59.649Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/8 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/8/