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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+b6e84d11f041a086b232d8992a39ab0cabcfc086 (d7520475a1a0861ebea5d44958028f70c333f7ad) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1760 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/28 [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/28 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing 882c2521eec7c46d37603cc4377c904526a4ccc3 Checking out Revision 882c2521eec7c46d37603cc4377c904526a4ccc3 (PR-2574) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # 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 b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 882c2521eec7c46d37603cc4377c904526a4ccc3 # timeout=10 Commit message: "Merge commit 'b6e84d11f041a086b232d8992a39ab0cabcfc086' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-01T04:31:30.683Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 9786cb6719c9e805ce7d6ace713fcc33a963a915 # timeout=10 [Pipeline] withCredentials [2020-08-01T04:31:31.017Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-01T04:31:31.108Z] ========================================================= [2020-08-01T04:31:31.108Z] EdgeX Global Pipelines Version Info [2020-08-01T04:31:31.108Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:31:32.580Z] ------------------- [2020-08-01T04:31:32.580Z] stable info: [2020-08-01T04:31:32.580Z] ------------------- [2020-08-01T04:31:32.580Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-01T04:31:32.580Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-01T04:31:32.580Z] Message: update stable to v1.0.106 [2020-08-01T04:31:33.528Z] ------------------- [2020-08-01T04:31:33.528Z] experimental info: [2020-08-01T04:31:33.528Z] ------------------- [2020-08-01T04:31:33.528Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-01T04:31:33.528Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-01T04:31:33.528Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-01T04:31:35.240Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-01T04:31:35.240Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:35.240Z] ++ dirname cmd/core-command/Dockerfile [2020-08-01T04:31:35.240Z] ++ cut -d/ -f2 [2020-08-01T04:31:35.240Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-01T04:31:35.240Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:35.240Z] ++ dirname cmd/core-data/Dockerfile [2020-08-01T04:31:35.240Z] ++ cut -d/ -f2 [2020-08-01T04:31:35.240Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-01T04:31:35.240Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:35.240Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-01T04:31:35.240Z] ++ cut -d/ -f2 [2020-08-01T04:31:35.240Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-01T04:31:35.240Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:35.240Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-01T04:31:35.240Z] ++ cut -d/ -f2 [2020-08-01T04:31:35.240Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-01T04:31:35.240Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:35.240Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-01T04:31:35.240Z] ++ cut -d/ -f2 [2020-08-01T04:31:35.240Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-01T04:31:35.240Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:35.240Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-01T04:31:35.240Z] ++ cut -d/ -f2 [2020-08-01T04:31:35.240Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-01T04:31:35.240Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:35.240Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-01T04:31:35.241Z] ++ cut -d/ -f2 [2020-08-01T04:31:35.241Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-01T04:31:35.241Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:35.241Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-01T04:31:35.241Z] ++ cut -d/ -f2 [2020-08-01T04:31:35.241Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-01T04:31:35.241Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:35.241Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-01T04:31:35.241Z] ++ cut -d/ -f2 [2020-08-01T04:31:35.241Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-01T04:31:35.241Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:35.241Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-01T04:31:35.241Z] ++ cut -d/ -f2 [2020-08-01T04:31:35.241Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-01T04:31:35.305Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:31:35.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-01T04:31:36.240Z] [2020-08-01T04:31:36.240Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:31:36.584Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-01T04:31:36.584Z] latest: Pulling from edgex-devops/git-semver [2020-08-01T04:31:36.584Z] 31603596830f: Pulling fs layer [2020-08-01T04:31:36.584Z] 2a8b12db71e7: Pulling fs layer [2020-08-01T04:31:36.584Z] 6ca5941a6612: Pulling fs layer [2020-08-01T04:31:36.584Z] ecc8261a40a4: Pulling fs layer [2020-08-01T04:31:36.584Z] ecc8261a40a4: Waiting [2020-08-01T04:31:36.584Z] 2a8b12db71e7: Download complete [2020-08-01T04:31:36.584Z] 31603596830f: Download complete [2020-08-01T04:31:36.852Z] ecc8261a40a4: Verifying Checksum [2020-08-01T04:31:36.852Z] ecc8261a40a4: Download complete [2020-08-01T04:31:36.852Z] 6ca5941a6612: Verifying Checksum [2020-08-01T04:31:36.852Z] 6ca5941a6612: Download complete [2020-08-01T04:31:37.125Z] 31603596830f: Pull complete [2020-08-01T04:31:37.125Z] 2a8b12db71e7: Pull complete [2020-08-01T04:31:38.074Z] 6ca5941a6612: Pull complete [2020-08-01T04:31:38.339Z] ecc8261a40a4: Pull complete [2020-08-01T04:31:38.339Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-01T04:31:38.339Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-01T04:31:38.339Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-01T04:31:38.438Z] prd-centos7-docker-4c-2g-1760 does not seem to be running inside a container [2020-08-01T04:31:38.497Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-01T04:31:40.737Z] $ docker top 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-01T04:31:41.023Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-01T04:31:41.023Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-01T04:31:41.250Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-01T04:31:41.249Z] $ docker exec 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a ssh-agent [2020-08-01T04:31:41.417Z] SSH_AUTH_SOCK=/tmp/ssh-w1ZROuZ2yTNj/agent.11 [2020-08-01T04:31:41.417Z] SSH_AGENT_PID=16 [2020-08-01T04:31:41.429Z] Running ssh-add (command line suppressed) [2020-08-01T04:31:41.554Z] Identity added: /w/workspace/edgex-go/28@tmp/private_key_2247536505582336648.key (/w/workspace/edgex-go/28@tmp/private_key_2247536505582336648.key) [2020-08-01T04:31:41.609Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-01T04:31:41.948Z] + git describe --exact-match --tags HEAD [2020-08-01T04:31:41.948Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-01T04:31:42.413Z] $ docker exec --env ******** --env ******** 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a ssh-agent -k [2020-08-01T04:31:42.526Z] unset SSH_AUTH_SOCK; [2020-08-01T04:31:42.526Z] unset SSH_AGENT_PID; [2020-08-01T04:31:42.526Z] echo Agent pid 16 killed; [2020-08-01T04:31:42.582Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-01T04:31:42.668Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-01T04:31:42.668Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-01T04:31:42.768Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-01T04:31:42.768Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-01T04:31:42.939Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-01T04:31:42.939Z] $ docker exec 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a ssh-agent [2020-08-01T04:31:43.117Z] SSH_AUTH_SOCK=/tmp/ssh-U97AiyUDFsQ3/agent.46 [2020-08-01T04:31:43.117Z] SSH_AGENT_PID=51 [2020-08-01T04:31:43.124Z] Running ssh-add (command line suppressed) [2020-08-01T04:31:43.243Z] Identity added: /w/workspace/edgex-go/28@tmp/private_key_8612546930869876396.key (/w/workspace/edgex-go/28@tmp/private_key_8612546930869876396.key) [2020-08-01T04:31:43.295Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-01T04:31:43.622Z] + git semver init [2020-08-01T04:31:43.622Z] # -> Open(): unable to determine branch for HEAD [2020-08-01T04:31:43.622Z] # $GIT_DIR = /w/workspace/edgex-go/28/.git [2020-08-01T04:31:43.622Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/28 [2020-08-01T04:31:43.622Z] # $SEMVER_REMOTE_NAME = origin [2020-08-01T04:31:43.622Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-01T04:31:43.622Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-01T04:31:43.622Z] # $SEMVER_BRANCH = PR-2574 [2020-08-01T04:31:43.622Z] # $SEMVER_TEMP = /tmp/semver-783680378 [2020-08-01T04:31:43.622Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-01T04:32:05.610Z] # '/tmp/semver-783680378' -> '/w/workspace/edgex-go/28/.semver' [2020-08-01T04:32:05.879Z] # -> Force: false [2020-08-01T04:32:05.879Z] # $SEMVER_DIR = /w/workspace/edgex-go/28/.semver [Pipeline] } [2020-08-01T04:32:05.891Z] $ docker exec --env ******** --env ******** 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a ssh-agent -k [2020-08-01T04:32:06.078Z] unset SSH_AUTH_SOCK; [2020-08-01T04:32:06.079Z] unset SSH_AGENT_PID; [2020-08-01T04:32:06.079Z] echo Agent pid 51 killed; [2020-08-01T04:32:06.138Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-01T04:32:06.579Z] + git semver [Pipeline] } [2020-08-01T04:32:06.603Z] $ docker stop --time=1 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a [2020-08-01T04:32:08.215Z] $ docker rm -f 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-01T04:32:22.747Z] Stashed 29 file(s) [Pipeline] echo [2020-08-01T04:32:22.749Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-08-01T04:32:23.300Z] ========================================================= [2020-08-01T04:32:23.300Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-01T04:32:23.300Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:32:23.653Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-01T04:32:26.972Z] Sending build context to Docker daemon 323.1MB [2020-08-01T04:32:26.972Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-01T04:32:26.972Z] Step 2/7 : FROM ${BASE} [2020-08-01T04:32:26.972Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-01T04:32:26.972Z] df20fa9351a1: Pulling fs layer [2020-08-01T04:32:26.972Z] ed8968b2872e: Pulling fs layer [2020-08-01T04:32:26.972Z] a92cc7c5fd73: Pulling fs layer [2020-08-01T04:32:26.972Z] 2dd03ba5bac4: Pulling fs layer [2020-08-01T04:32:26.972Z] 1e091d79d1de: Pulling fs layer [2020-08-01T04:32:26.972Z] 481702a1767f: Pulling fs layer [2020-08-01T04:32:26.972Z] f64a6f60c768: Pulling fs layer [2020-08-01T04:32:26.972Z] e78d2573fc39: Pulling fs layer [2020-08-01T04:32:26.972Z] e876d2f968b6: Pulling fs layer [2020-08-01T04:32:26.972Z] ce8a83651883: Pulling fs layer [2020-08-01T04:32:26.972Z] 07967f4d0e4b: Pulling fs layer [2020-08-01T04:32:26.972Z] 2dd03ba5bac4: Waiting [2020-08-01T04:32:26.972Z] 1e091d79d1de: Waiting [2020-08-01T04:32:26.972Z] e78d2573fc39: Waiting [2020-08-01T04:32:26.972Z] 481702a1767f: Waiting [2020-08-01T04:32:26.972Z] e876d2f968b6: Waiting [2020-08-01T04:32:26.972Z] f64a6f60c768: Waiting [2020-08-01T04:32:26.972Z] ce8a83651883: Waiting [2020-08-01T04:32:26.972Z] 07967f4d0e4b: Waiting [2020-08-01T04:32:26.972Z] a92cc7c5fd73: Download complete [2020-08-01T04:32:26.972Z] ed8968b2872e: Download complete [2020-08-01T04:32:26.972Z] 1e091d79d1de: Verifying Checksum [2020-08-01T04:32:26.972Z] 1e091d79d1de: Download complete [2020-08-01T04:32:26.972Z] 481702a1767f: Verifying Checksum [2020-08-01T04:32:26.972Z] 481702a1767f: Download complete [2020-08-01T04:32:26.972Z] df20fa9351a1: Verifying Checksum [2020-08-01T04:32:27.259Z] df20fa9351a1: Pull complete [2020-08-01T04:32:28.229Z] f64a6f60c768: Verifying Checksum [2020-08-01T04:32:28.229Z] f64a6f60c768: Download complete [2020-08-01T04:32:28.229Z] e876d2f968b6: Verifying Checksum [2020-08-01T04:32:28.229Z] e876d2f968b6: Download complete [2020-08-01T04:32:28.810Z] ed8968b2872e: Pull complete [2020-08-01T04:32:29.074Z] a92cc7c5fd73: Pull complete [2020-08-01T04:32:29.342Z] e78d2573fc39: Download complete [2020-08-01T04:32:29.342Z] 07967f4d0e4b: Verifying Checksum [2020-08-01T04:32:29.342Z] 07967f4d0e4b: Download complete [2020-08-01T04:32:29.925Z] ce8a83651883: Verifying Checksum [2020-08-01T04:32:29.925Z] ce8a83651883: Download complete [2020-08-01T04:32:30.189Z] 2dd03ba5bac4: Verifying Checksum [2020-08-01T04:32:30.189Z] 2dd03ba5bac4: Download complete [2020-08-01T04:32:36.833Z] 2dd03ba5bac4: Pull complete [2020-08-01T04:32:36.833Z] 1e091d79d1de: Pull complete [2020-08-01T04:32:36.833Z] 481702a1767f: Pull complete [2020-08-01T04:32:38.075Z] Still waiting to schedule task [2020-08-01T04:32:38.075Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1763’ [2020-08-01T04:32:43.472Z] f64a6f60c768: Pull complete [2020-08-01T04:32:46.054Z] e78d2573fc39: Pull complete [2020-08-01T04:32:46.316Z] e876d2f968b6: Pull complete [2020-08-01T04:32:47.266Z] ce8a83651883: Pull complete [2020-08-01T04:32:47.529Z] 07967f4d0e4b: Pull complete [2020-08-01T04:32:47.529Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-01T04:32:47.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-01T04:32:47.529Z] ---> 5d7c900382c6 [2020-08-01T04:32:47.529Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-01T04:32:48.103Z] ---> Running in 1ad614defce0 [2020-08-01T04:32:48.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:32:49.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:32:49.877Z] (1/12) Installing libmagic (5.38-r0) [2020-08-01T04:32:49.877Z] (2/12) Installing file (5.38-r0) [2020-08-01T04:32:49.877Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-01T04:32:50.138Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-01T04:32:53.439Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-01T04:32:53.439Z] (6/12) Installing patch (2.7.6-r6) [2020-08-01T04:32:53.439Z] (7/12) Installing build-base (0.5-r2) [2020-08-01T04:32:53.439Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-01T04:32:53.700Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-01T04:32:53.700Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-01T04:32:53.700Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-01T04:32:53.962Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-01T04:32:53.962Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:32:53.962Z] OK: 233 MiB in 51 packages [2020-08-01T04:32:58.178Z] Removing intermediate container 1ad614defce0 [2020-08-01T04:32:58.178Z] ---> 8c8578adc681 [2020-08-01T04:32:58.178Z] Step 4/7 : WORKDIR /edgex-go [2020-08-01T04:32:58.178Z] ---> Running in 211caccf1a6d [2020-08-01T04:32:58.178Z] Removing intermediate container 211caccf1a6d [2020-08-01T04:32:58.178Z] ---> 46fcfc97ea62 [2020-08-01T04:32:58.178Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-01T04:32:58.178Z] latest: Pulling from library/docker [2020-08-01T04:32:58.178Z] df20fa9351a1: Already exists [2020-08-01T04:32:58.178Z] 25ad7478873d: Pulling fs layer [2020-08-01T04:32:58.178Z] 4684f6177b5d: Pulling fs layer [2020-08-01T04:32:58.178Z] 46e300cec669: Pulling fs layer [2020-08-01T04:32:58.178Z] 63038576ad94: Pulling fs layer [2020-08-01T04:32:58.178Z] 0fdb76c4706c: Pulling fs layer [2020-08-01T04:32:58.178Z] cb7edeffdfd5: Pulling fs layer [2020-08-01T04:32:58.178Z] 63038576ad94: Waiting [2020-08-01T04:32:58.178Z] 0fdb76c4706c: Waiting [2020-08-01T04:32:58.178Z] cb7edeffdfd5: Waiting [2020-08-01T04:32:58.444Z] 4684f6177b5d: Verifying Checksum [2020-08-01T04:32:58.444Z] 4684f6177b5d: Download complete [2020-08-01T04:32:58.444Z] 25ad7478873d: Verifying Checksum [2020-08-01T04:32:58.444Z] 25ad7478873d: Download complete [2020-08-01T04:32:58.444Z] 63038576ad94: Download complete [2020-08-01T04:32:58.711Z] 0fdb76c4706c: Verifying Checksum [2020-08-01T04:32:58.711Z] 0fdb76c4706c: Download complete [2020-08-01T04:32:58.711Z] cb7edeffdfd5: Download complete [2020-08-01T04:32:58.711Z] 25ad7478873d: Pull complete [2020-08-01T04:32:58.975Z] 4684f6177b5d: Pull complete [2020-08-01T04:32:59.238Z] 46e300cec669: Verifying Checksum [2020-08-01T04:32:59.238Z] 46e300cec669: Download complete [2020-08-01T04:33:01.804Z] 46e300cec669: Pull complete [2020-08-01T04:33:02.069Z] 63038576ad94: Pull complete [2020-08-01T04:33:02.069Z] 0fdb76c4706c: Pull complete [2020-08-01T04:33:02.331Z] cb7edeffdfd5: Pull complete [2020-08-01T04:33:02.331Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-01T04:33:02.331Z] Status: Downloaded newer image for docker:latest [2020-08-01T04:33:04.254Z] ---> 5f13ab65e9ce [2020-08-01T04:33:04.254Z] Step 6/7 : COPY go.mod . [2020-08-01T04:33:04.254Z] ---> 7a5aaea4151e [2020-08-01T04:33:04.254Z] Step 7/7 : RUN go mod download [2020-08-01T04:33:04.254Z] ---> Running in 99bc8512f21f [2020-08-01T04:33:06.801Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-01T04:33:06.801Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-01T04:33:06.801Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-01T04:33:06.801Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-01T04:33:06.801Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-01T04:33:06.801Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-01T04:33:06.801Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-01T04:33:06.801Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-01T04:33:06.801Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-01T04:33:06.801Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-01T04:33:06.801Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-01T04:33:06.801Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-01T04:33:06.801Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-01T04:33:06.801Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-01T04:33:06.801Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-01T04:33:06.802Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-01T04:33:06.802Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-01T04:33:06.802Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-01T04:33:06.802Z] go: finding github.com/fatih/color v1.7.0 [2020-08-01T04:33:06.802Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-01T04:33:06.802Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-01T04:33:06.802Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-01T04:33:06.802Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-01T04:33:06.802Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-01T04:33:06.802Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-01T04:33:06.802Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-01T04:33:07.067Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-01T04:33:07.067Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-01T04:33:07.067Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-01T04:33:07.067Z] go: finding github.com/google/uuid v1.1.0 [2020-08-01T04:33:07.067Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-01T04:33:07.067Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-01T04:33:07.067Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-01T04:33:07.067Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-01T04:33:07.067Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-01T04:33:07.067Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-01T04:33:07.067Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-01T04:33:07.067Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-01T04:33:07.067Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-01T04:33:07.328Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-01T04:33:07.328Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-01T04:33:07.328Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-01T04:33:07.328Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-01T04:33:07.328Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-01T04:33:07.328Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-01T04:33:07.328Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-01T04:33:07.328Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-01T04:33:07.328Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-01T04:33:07.328Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-01T04:33:07.328Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-01T04:33:07.588Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-01T04:33:07.588Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-01T04:33:07.588Z] go: finding github.com/kr/pty v1.1.1 [2020-08-01T04:33:07.588Z] go: finding github.com/kr/text v0.1.0 [2020-08-01T04:33:07.588Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-01T04:33:07.588Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-01T04:33:07.588Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-01T04:33:07.588Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-01T04:33:07.588Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-01T04:33:07.588Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-01T04:33:07.588Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-01T04:33:07.588Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-01T04:33:07.852Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-01T04:33:07.852Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-01T04:33:07.852Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-01T04:33:07.852Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-01T04:33:07.852Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-01T04:33:07.852Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-01T04:33:07.852Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-01T04:33:07.852Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-01T04:33:07.852Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-01T04:33:07.852Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-01T04:33:07.852Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-01T04:33:07.852Z] go: finding github.com/posener/complete v1.1.1 [2020-08-01T04:33:08.113Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-01T04:33:08.113Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-01T04:33:08.113Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-01T04:33:08.113Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-01T04:33:08.113Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-01T04:33:08.113Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-01T04:33:08.113Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-01T04:33:08.113Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-01T04:33:08.113Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-01T04:33:08.113Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-01T04:33:08.113Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-01T04:33:08.113Z] go: finding golang.org/x/text v0.3.2 [2020-08-01T04:33:08.377Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-01T04:33:08.377Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-01T04:33:08.377Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-01T04:33:08.377Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-01T04:33:08.377Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-01T04:33:08.377Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-01T04:33:23.320Z] Removing intermediate container 99bc8512f21f [2020-08-01T04:33:23.320Z] ---> b86626be8c0b [2020-08-01T04:33:23.320Z] Successfully built b86626be8c0b [2020-08-01T04:33:23.320Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:33:23.909Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-01T04:33:23.909Z] . [Pipeline] withDockerContainer [2020-08-01T04:33:24.010Z] prd-centos7-docker-4c-2g-1760 does not seem to be running inside a container [2020-08-01T04:33:24.055Z] $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-01T04:33:24.727Z] $ docker top a0129929e7b9edef526b6c655a1df7466355302bb937dda7311d8d3b1fea0cc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:33:25.216Z] + go version [2020-08-01T04:33:25.217Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-01T04:33:25.228Z] ========================================================= [2020-08-01T04:33:25.228Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-01T04:33:25.228Z] ========================================================= [Pipeline] sh [2020-08-01T04:33:25.515Z] + make test [2020-08-01T04:33:25.515Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-01T04:33:28.080Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-01T04:33:38.721Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-01T04:33:44.148Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-01T04:33:44.148Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-01T04:33:44.148Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-01T04:33:44.148Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-01T04:33:45.560Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.009s [2020-08-01T04:33:45.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-01T04:33:45.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-01T04:33:45.828Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-01T04:33:46.414Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-01T04:33:47.013Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-01T04:33:47.013Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-01T04:33:47.013Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-01T04:33:47.013Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-01T04:33:52.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.037s coverage: 46.6% of statements [2020-08-01T04:33:52.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-01T04:33:52.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-01T04:33:52.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-01T04:33:52.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-01T04:33:52.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-01T04:33:55.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.046s coverage: 27.3% of statements [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-01T04:33:55.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.017s coverage: 100.0% of statements [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-01T04:33:55.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-01T04:33:55.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.113s coverage: 28.6% of statements [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-01T04:33:55.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.025s coverage: 100.0% of statements [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-01T04:33:55.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2020-08-01T04:33:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-01T04:33:57.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.055s coverage: 89.8% of statements [2020-08-01T04:33:57.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-01T04:33:57.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.041s coverage: 97.5% of statements [2020-08-01T04:33:57.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-01T04:33:57.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.027s coverage: 100.0% of statements [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-01T04:33:57.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-01T04:33:57.556Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2020-08-01T04:33:58.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.047s coverage: 63.5% of statements [2020-08-01T04:33:58.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-01T04:33:58.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-01T04:33:58.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements [2020-08-01T04:33:59.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.025s coverage: 92.3% of statements [2020-08-01T04:33:59.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.008s coverage: 100.0% of statements [2020-08-01T04:33:59.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.014s coverage: 73.7% of statements [2020-08-01T04:33:59.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.012s coverage: 100.0% of statements [2020-08-01T04:34:00.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.087s coverage: 55.9% of statements [2020-08-01T04:34:00.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-01T04:34:00.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-01T04:34:00.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-01T04:34:00.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.814s coverage: 86.3% of statements [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.371s coverage: 72.2% of statements [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.164s coverage: 72.1% of statements [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.026s coverage: 82.4% of statements [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.036s coverage: 28.8% of statements [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 33.7% of statements [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.094s coverage: 84.1% of statements [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.020s coverage: 100.0% of statements [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.022s coverage: 42.9% of statements [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.026s coverage: 100.0% of statements [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.018s coverage: 83.8% of statements [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.033s coverage: 46.1% of statements [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.008s coverage: 100.0% of statements [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.019s coverage: 100.0% of statements [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-01T04:34:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements [2020-08-01T04:34:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-01T04:34:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.062s coverage: 29.1% of statements [2020-08-01T04:34:12.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-01T04:34:12.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-01T04:34:12.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-01T04:34:12.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-01T04:34:12.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-01T04:34:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.039s coverage: 99.0% of statements [2020-08-01T04:34:12.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-01T04:34:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements [2020-08-01T04:34:12.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-01T04:34:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.002s coverage: 0.0% of statements [2020-08-01T04:34:12.313Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-01T04:34:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements [2020-08-01T04:34:12.313Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-01T04:34:12.313Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-01T04:34:12.313Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-01T04:34:12.313Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-01T04:34:12.581Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.018s coverage: 87.9% of statements [2020-08-01T04:34:12.581Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-01T04:34:12.581Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-01T04:34:12.581Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements [2020-08-01T04:34:13.168Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-01T04:34:13.431Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-01T04:34:13.698Z] GO111MODULE=on go vet ./... [2020-08-01T04:34:21.965Z] gofmt -l . [2020-08-01T04:34:21.965Z] [ "`gofmt -l .`" = "" ] [2020-08-01T04:34:22.552Z] ./bin/test-go-mod-tidy.sh [2020-08-01T04:34:23.514Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-01T04:34:25.244Z] + ls -al . [2020-08-01T04:34:25.244Z] total 564 [2020-08-01T04:34:25.244Z] drwxrwxr-x 10 1001 1001 4096 Aug 1 04:34 . [2020-08-01T04:34:25.244Z] drwxr-xr-x 4 root root 30 Aug 1 04:33 .. [2020-08-01T04:34:25.244Z] -rw-rw-r-- 1 1001 1001 11 Aug 1 04:31 .dockerignore [2020-08-01T04:34:25.244Z] drwxrwxr-x 8 1001 1001 179 Aug 1 04:31 .git [2020-08-01T04:34:25.244Z] drwxrwxr-x 3 1001 1001 60 Aug 1 04:31 .github [2020-08-01T04:34:25.244Z] -rw-rw-r-- 1 1001 1001 932 Aug 1 04:31 .gitignore [2020-08-01T04:34:25.244Z] drwx------ 3 1001 1001 47 Aug 1 04:32 .semver [2020-08-01T04:34:25.244Z] -rw-rw-r-- 1 1001 1001 166 Aug 1 04:31 .sonarcloud.properties [2020-08-01T04:34:25.244Z] -rw-rw-r-- 1 1001 1001 3804 Aug 1 04:31 CONTRIBUTING.md [2020-08-01T04:34:25.244Z] -rw-rw-r-- 1 1001 1001 1035 Aug 1 04:31 Dockerfile.build [2020-08-01T04:34:25.244Z] -rw-rw-r-- 1 1001 1001 865 Aug 1 04:31 Jenkinsfile [2020-08-01T04:34:25.244Z] -rw-rw-r-- 1 1001 1001 10775 Aug 1 04:31 LICENSE [2020-08-01T04:34:25.244Z] -rw-rw-r-- 1 1001 1001 6237 Aug 1 04:31 Makefile [2020-08-01T04:34:25.244Z] -rw-rw-r-- 1 1001 1001 5652 Aug 1 04:31 README.md [2020-08-01T04:34:25.244Z] -rw-rw-r-- 1 1001 1001 7111 Aug 1 04:31 SECURITY.md [2020-08-01T04:34:25.244Z] -rw-rw-r-- 1 1001 1001 5 Aug 1 04:32 VERSION [2020-08-01T04:34:25.244Z] -rw-rw-r-- 1 1001 1001 4131 Aug 1 04:31 ZMQWindows.md [2020-08-01T04:34:25.244Z] drwxrwxr-x 2 1001 1001 117 Aug 1 04:31 bin [2020-08-01T04:34:25.244Z] drwxrwxr-x 15 1001 1001 4096 Aug 1 04:31 cmd [2020-08-01T04:34:25.244Z] -rw-r--r-- 1 root root 465013 Aug 1 04:34 coverage.out [2020-08-01T04:34:25.244Z] -rw-r--r-- 1 root root 1075 Aug 1 04:34 go.mod [2020-08-01T04:34:25.244Z] -rw-r--r-- 1 root root 18146 Aug 1 04:34 go.sum [2020-08-01T04:34:25.244Z] drwxrwxr-x 8 1001 1001 127 Aug 1 04:31 internal [2020-08-01T04:34:25.244Z] drwxrwxr-x 4 1001 1001 26 Aug 1 04:31 openapi [2020-08-01T04:34:25.244Z] drwxrwxr-x 4 1001 1001 71 Aug 1 04:31 snap [2020-08-01T04:34:25.244Z] -rw-rw-r-- 1 1001 1001 168 Aug 1 04:31 version.go [Pipeline] sh [2020-08-01T04:34:25.553Z] + '[' -e coverage.out ] [2020-08-01T04:34:25.553Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-01T04:34:25.684Z] Stashed 1 file(s) [Pipeline] sh [2020-08-01T04:34:25.982Z] + make build [2020-08-01T04:34:25.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-01T04:34:34.188Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-01T04:34:36.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-01T04:34:38.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-01T04:34:39.532Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-01T04:34:41.465Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-01T04:34:42.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-01T04:34:44.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-01T04:34:45.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-01T04:34:46.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-01T04:34:48.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-01T04:34:50.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-01T04:34:51.748Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-01T04:34:53.161Z] $ docker stop --time=1 a0129929e7b9edef526b6c655a1df7466355302bb937dda7311d8d3b1fea0cc8 [2020-08-01T04:34:54.717Z] $ docker rm -f a0129929e7b9edef526b6c655a1df7466355302bb937dda7311d8d3b1fea0cc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:34:56.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-01T04:34:56.087Z] [2020-08-01T04:34:56.087Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:34:56.424Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-01T04:34:56.424Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-01T04:34:56.424Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-01T04:34:56.424Z] ca9280d653b3: Pulling fs layer [2020-08-01T04:34:56.424Z] 7e9c9ca2126c: Pulling fs layer [2020-08-01T04:34:56.424Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-01T04:34:56.424Z] cbdbe7a5bc2a: Download complete [2020-08-01T04:34:56.688Z] ca9280d653b3: Verifying Checksum [2020-08-01T04:34:56.688Z] ca9280d653b3: Download complete [2020-08-01T04:34:56.954Z] cbdbe7a5bc2a: Pull complete [2020-08-01T04:34:57.528Z] 7e9c9ca2126c: Verifying Checksum [2020-08-01T04:34:57.528Z] 7e9c9ca2126c: Download complete [2020-08-01T04:34:57.789Z] ca9280d653b3: Pull complete [2020-08-01T04:35:04.405Z] 7e9c9ca2126c: Pull complete [2020-08-01T04:35:04.405Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-01T04:35:04.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-01T04:35:04.405Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-01T04:35:04.514Z] prd-centos7-docker-4c-2g-1760 does not seem to be running inside a container [2020-08-01T04:35:04.562Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-01T04:35:07.629Z] $ docker top bf0e503b0d75bdd9090e04154fdba541092bc75e3e70334424b0a29b33da8878 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:35:08.178Z] + docker-compose build --help [2020-08-01T04:35:08.178Z] + grep parallel [2020-08-01T04:35:09.126Z] --parallel Build images in parallel. [Pipeline] } [2020-08-01T04:35:09.136Z] $ docker stop --time=1 bf0e503b0d75bdd9090e04154fdba541092bc75e3e70334424b0a29b33da8878 [2020-08-01T04:35:10.537Z] $ docker rm -f bf0e503b0d75bdd9090e04154fdba541092bc75e3e70334424b0a29b33da8878 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:35:11.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-01T04:35:11.209Z] . [Pipeline] withDockerContainer [2020-08-01T04:35:11.326Z] prd-centos7-docker-4c-2g-1760 does not seem to be running inside a container [2020-08-01T04:35:11.379Z] $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-01T04:35:12.111Z] $ docker top fa1476cdb03530ea4d1607410423b0cc5e794ac562927e30d0c0971c4d633bb6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:35:12.711Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-01T04:35:13.768Z] Building docker-core-command-go ... [2020-08-01T04:35:13.768Z] Building docker-core-data-go ... [2020-08-01T04:35:13.768Z] Building docker-core-metadata-go ... [2020-08-01T04:35:13.768Z] Building docker-security-proxy-setup-go ... [2020-08-01T04:35:13.768Z] Building docker-security-secrets-setup-go ... [2020-08-01T04:35:13.768Z] Building docker-security-secretstore-setup-go ... [2020-08-01T04:35:13.768Z] Building docker-support-logging-go ... [2020-08-01T04:35:13.768Z] Building docker-support-notifications-go ... [2020-08-01T04:35:13.768Z] Building docker-support-scheduler-go ... [2020-08-01T04:35:13.768Z] Building docker-sys-mgmt-agent-go ... [2020-08-01T04:35:13.768Z] Building docker-core-data-go [2020-08-01T04:35:13.768Z] Building docker-support-scheduler-go [2020-08-01T04:35:13.768Z] Building docker-security-secrets-setup-go [2020-08-01T04:35:13.768Z] Building docker-core-metadata-go [2020-08-01T04:35:13.768Z] Building docker-security-secretstore-setup-go [2020-08-01T04:35:15.197Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1769 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws [2020-08-01T04:35:15.242Z] Running in /w/workspace/edgex-go/28 [Pipeline] { [Pipeline] checkout [2020-08-01T04:35:20.379Z] using credential edgex-jenkins-ssh [2020-08-01T04:35:20.439Z] Cloning the remote Git repository [2020-08-01T04:35:20.439Z] Cloning with configured refspecs honoured and without tags [2020-08-01T04:35:20.500Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-01T04:35:20.612Z] > git init /w/workspace/edgex-go/28 # timeout=10 [2020-08-01T04:35:20.681Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-01T04:35:20.681Z] > git --version # timeout=10 [2020-08-01T04:35:20.701Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-01T04:35:20.764Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-01T04:35:44.209Z] Fetching without tags [2020-08-01T04:35:44.765Z] Merging remotes/origin/master commit b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 [2020-08-01T04:35:45.386Z] Merge succeeded, producing f130747bfced1df9438324d2311afe8f489752b3 [2020-08-01T04:35:45.387Z] Checking out Revision f130747bfced1df9438324d2311afe8f489752b3 (PR-2574) [2020-08-01T04:35:44.130Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-01T04:35:44.147Z] > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 [2020-08-01T04:35:44.166Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-01T04:35:44.190Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-01T04:35:44.220Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-01T04:35:44.220Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-01T04:35:44.232Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-01T04:35:44.785Z] > git config core.sparsecheckout # timeout=10 [2020-08-01T04:35:44.805Z] > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 [2020-08-01T04:35:45.098Z] > git remote # timeout=10 [2020-08-01T04:35:45.123Z] > git config --get remote.origin.url # timeout=10 [2020-08-01T04:35:45.135Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-01T04:35:45.145Z] > git merge b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 [2020-08-01T04:35:45.373Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-01T04:35:45.394Z] > git config core.sparsecheckout # timeout=10 [2020-08-01T04:35:45.412Z] > git checkout -f f130747bfced1df9438324d2311afe8f489752b3 # timeout=10 [2020-08-01T04:35:49.584Z] Commit message: "Merge commit 'b6e84d11f041a086b232d8992a39ab0cabcfc086' into HEAD" [2020-08-01T04:35:49.609Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-01T04:35:49.593Z] > git rev-list --no-walk 9786cb6719c9e805ce7d6ace713fcc33a963a915 # timeout=10 [2020-08-01T04:35:52.634Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:35:52.634Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:35:52.634Z] ---> b86626be8c0b [2020-08-01T04:35:52.634Z] Step 3/22 : WORKDIR /edgex-go [2020-08-01T04:35:52.634Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:35:52.634Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:35:52.634Z] ---> b86626be8c0b [2020-08-01T04:35:52.634Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:35:52.634Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:35:52.634Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:35:52.634Z] ---> b86626be8c0b [2020-08-01T04:35:52.634Z] Step 3/26 : WORKDIR /edgex-go [2020-08-01T04:35:52.634Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:35:52.634Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-01T04:35:52.634Z] ---> b86626be8c0b [2020-08-01T04:35:52.634Z] Step 3/29 : WORKDIR /edgex-go [2020-08-01T04:35:52.634Z] [2020-08-01T04:35:52.634Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:35:52.634Z] ---> b86626be8c0b [2020-08-01T04:35:52.634Z] Step 3/20 : WORKDIR /edgex-go [2020-08-01T04:35:52.634Z] ---> Running in 82c62e0b7c59 [2020-08-01T04:35:52.634Z] ---> Running in 2fc2021b2aff [2020-08-01T04:35:52.634Z] ---> Running in 390558fad6df [2020-08-01T04:35:52.634Z] ---> Running in b20476c630b1 [2020-08-01T04:35:52.634Z] ---> Running in 187ff38ef2c0 [2020-08-01T04:35:52.634Z] Removing intermediate container b20476c630b1 [2020-08-01T04:35:52.634Z] ---> 975b384c895a [2020-08-01T04:35:52.634Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:35:52.634Z] Removing intermediate container 82c62e0b7c59 [2020-08-01T04:35:52.634Z] ---> 492f25f88439 [2020-08-01T04:35:52.634Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:35:52.634Z] Removing intermediate container 2fc2021b2aff [2020-08-01T04:35:52.634Z] ---> 9b1b0c101c56 [2020-08-01T04:35:52.634Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:35:52.634Z] Removing intermediate container 390558fad6df [2020-08-01T04:35:52.634Z] ---> 44d9ed752935 [2020-08-01T04:35:52.634Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:35:52.634Z] Removing intermediate container 187ff38ef2c0 [2020-08-01T04:35:52.634Z] ---> db658a311033 [2020-08-01T04:35:52.634Z] Step 4/29 : RUN apk update && apk add make git [2020-08-01T04:35:52.634Z] ---> Running in bad7fa4597c4 [2020-08-01T04:35:52.634Z] ---> Running in e25279337df5 [2020-08-01T04:35:52.634Z] ---> Running in 0aa3dc0e21e5 [2020-08-01T04:35:52.634Z] ---> Running in 473da26a26ed [2020-08-01T04:35:52.634Z] ---> Running in 0f6beeb81cc5 [2020-08-01T04:35:52.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:52.634Z] Removing intermediate container e25279337df5 [2020-08-01T04:35:52.634Z] ---> acbb17afabda [2020-08-01T04:35:52.634Z] Step 5/21 : RUN apk update && apk add make git [2020-08-01T04:35:52.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:52.634Z] Removing intermediate container bad7fa4597c4 [2020-08-01T04:35:52.634Z] ---> c8aa10343ca0 [2020-08-01T04:35:52.634Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-01T04:35:52.634Z] ---> Running in 2a19b71ee2b5 [2020-08-01T04:35:52.634Z] Removing intermediate container 0aa3dc0e21e5 [2020-08-01T04:35:52.634Z] ---> db03ca019a86 [2020-08-01T04:35:52.634Z] Step 5/20 : RUN apk update && apk add make git [2020-08-01T04:35:52.896Z] ---> Running in beaa1a47ef9b [2020-08-01T04:35:52.896Z] Removing intermediate container 0f6beeb81cc5 [2020-08-01T04:35:52.896Z] ---> b558c9af966b [2020-08-01T04:35:52.896Z] Step 5/26 : RUN apk update && apk add make git [2020-08-01T04:35:52.896Z] ---> Running in 74aef5283e1c [2020-08-01T04:35:52.896Z] ---> Running in d9ce0da74815 [2020-08-01T04:35:53.161Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:35:53.161Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:35:53.161Z] OK: 12749 distinct packages available [2020-08-01T04:35:53.425Z] OK: 233 MiB in 51 packages [2020-08-01T04:35:53.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:53.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:53.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:53.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:53.949Z] Removing intermediate container 473da26a26ed [2020-08-01T04:35:53.949Z] ---> 5641de6ad3ce [2020-08-01T04:35:53.949Z] Step 5/29 : COPY go.mod . [2020-08-01T04:35:54.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:54.213Z] ---> 92d04362e4b9 [2020-08-01T04:35:54.213Z] Step 6/29 : RUN go mod download [2020-08-01T04:35:54.213Z] ---> Running in 60424ad1e06b [2020-08-01T04:35:54.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:54.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:54.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:54.740Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:35:54.740Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:35:54.740Z] OK: 12749 distinct packages available [2020-08-01T04:35:55.013Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:35:55.013Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:35:55.013Z] OK: 12749 distinct packages available [2020-08-01T04:35:55.013Z] OK: 233 MiB in 51 packages [2020-08-01T04:35:55.290Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:35:55.290Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:35:55.290Z] OK: 12749 distinct packages available [2020-08-01T04:35:55.290Z] OK: 233 MiB in 51 packages [2020-08-01T04:35:55.566Z] OK: 233 MiB in 51 packages [2020-08-01T04:35:55.566Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:35:55.566Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:35:55.566Z] OK: 12749 distinct packages available [2020-08-01T04:35:55.839Z] Removing intermediate container 2a19b71ee2b5 [2020-08-01T04:35:55.839Z] ---> b53c32d043f7 [2020-08-01T04:35:55.839Z] Step 6/21 : COPY go.mod . [2020-08-01T04:35:55.839Z] OK: 233 MiB in 51 packages [2020-08-01T04:35:56.104Z] Removing intermediate container beaa1a47ef9b [2020-08-01T04:35:56.104Z] ---> 55e456469e98 [2020-08-01T04:35:56.104Z] Step 6/22 : COPY go.mod . [2020-08-01T04:35:56.364Z] ---> 3308a436f73a [2020-08-01T04:35:56.364Z] Step 7/21 : RUN go mod download [2020-08-01T04:35:56.364Z] ---> Running in 603c102cc105 [2020-08-01T04:35:56.630Z] ---> 593fc596c4c4 [2020-08-01T04:35:56.630Z] Step 7/22 : RUN go mod download [2020-08-01T04:35:56.630Z] Removing intermediate container 60424ad1e06b [2020-08-01T04:35:56.630Z] ---> 9bb2c412c6a5 [2020-08-01T04:35:56.630Z] Step 7/29 : COPY . . [2020-08-01T04:35:56.630Z] Removing intermediate container 74aef5283e1c [2020-08-01T04:35:56.630Z] ---> d70acd068317 [2020-08-01T04:35:56.630Z] Step 6/20 : COPY go.mod . [2020-08-01T04:35:56.899Z] ---> Running in 9ef208f081cb [2020-08-01T04:35:57.167Z] Removing intermediate container d9ce0da74815 [2020-08-01T04:35:57.167Z] ---> 2a8519519f92 [2020-08-01T04:35:57.167Z] Step 6/26 : COPY go.mod . [2020-08-01T04:35:58.590Z] ---> d3e9fd82508a [2020-08-01T04:35:58.590Z] Step 7/20 : RUN go mod download [2020-08-01T04:35:59.549Z] ---> c1fd4ca0fde0 [2020-08-01T04:35:59.549Z] Step 7/26 : RUN go mod download [2020-08-01T04:35:59.813Z] ---> Running in d58d210616ba [2020-08-01T04:36:00.771Z] ---> Running in 595d89153318 [2020-08-01T04:36:01.036Z] Removing intermediate container 603c102cc105 [2020-08-01T04:36:01.036Z] ---> f076a0493c1d [2020-08-01T04:36:01.036Z] Step 8/21 : COPY . . [Pipeline] echo [2020-08-01T04:36:02.709Z] ========================================================= [2020-08-01T04:36:02.709Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-01T04:36:02.709Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:36:03.653Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-01T04:36:07.669Z] Removing intermediate container 9ef208f081cb [2020-08-01T04:36:07.669Z] ---> b1307c903b7a [2020-08-01T04:36:07.669Z] Step 8/22 : COPY . . [2020-08-01T04:36:07.985Z] Sending build context to Docker daemon 323.1MB [2020-08-01T04:36:07.985Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-01T04:36:07.985Z] Step 2/7 : FROM ${BASE} [2020-08-01T04:36:07.985Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-01T04:36:07.985Z] b538f80385f9: Pulling fs layer [2020-08-01T04:36:07.985Z] 74f711af9a0d: Pulling fs layer [2020-08-01T04:36:07.985Z] 99f96fe45779: Pulling fs layer [2020-08-01T04:36:07.985Z] fd7a069fd194: Pulling fs layer [2020-08-01T04:36:07.985Z] 66aa3694b03b: Pulling fs layer [2020-08-01T04:36:07.985Z] 170f70906a0f: Pulling fs layer [2020-08-01T04:36:07.985Z] ad7c5574e4b9: Pulling fs layer [2020-08-01T04:36:07.985Z] e772456be8f7: Pulling fs layer [2020-08-01T04:36:07.985Z] c890913d741a: Pulling fs layer [2020-08-01T04:36:07.985Z] 2480fcc9aa5a: Pulling fs layer [2020-08-01T04:36:07.985Z] 09adf4765672: Pulling fs layer [2020-08-01T04:36:07.985Z] 66aa3694b03b: Waiting [2020-08-01T04:36:07.985Z] 170f70906a0f: Waiting [2020-08-01T04:36:07.985Z] ad7c5574e4b9: Waiting [2020-08-01T04:36:07.985Z] e772456be8f7: Waiting [2020-08-01T04:36:07.985Z] c890913d741a: Waiting [2020-08-01T04:36:07.985Z] 2480fcc9aa5a: Waiting [2020-08-01T04:36:07.985Z] 09adf4765672: Waiting [2020-08-01T04:36:07.985Z] fd7a069fd194: Waiting [2020-08-01T04:36:08.259Z] 74f711af9a0d: Verifying Checksum [2020-08-01T04:36:08.259Z] 74f711af9a0d: Download complete [2020-08-01T04:36:08.259Z] 99f96fe45779: Download complete [2020-08-01T04:36:08.259Z] 66aa3694b03b: Download complete [2020-08-01T04:36:08.259Z] 170f70906a0f: Download complete [2020-08-01T04:36:08.259Z] b538f80385f9: Download complete [2020-08-01T04:36:08.857Z] b538f80385f9: Pull complete [2020-08-01T04:36:09.462Z] 74f711af9a0d: Pull complete [2020-08-01T04:36:10.082Z] 99f96fe45779: Pull complete [2020-08-01T04:36:11.070Z] ad7c5574e4b9: Verifying Checksum [2020-08-01T04:36:11.070Z] ad7c5574e4b9: Download complete [2020-08-01T04:36:11.070Z] c890913d741a: Verifying Checksum [2020-08-01T04:36:11.070Z] c890913d741a: Download complete [2020-08-01T04:36:13.051Z] 2480fcc9aa5a: Verifying Checksum [2020-08-01T04:36:13.051Z] 2480fcc9aa5a: Download complete [2020-08-01T04:36:13.051Z] 09adf4765672: Verifying Checksum [2020-08-01T04:36:13.051Z] 09adf4765672: Download complete [2020-08-01T04:36:13.652Z] e772456be8f7: Verifying Checksum [2020-08-01T04:36:13.652Z] e772456be8f7: Download complete [2020-08-01T04:36:13.930Z] fd7a069fd194: Verifying Checksum [2020-08-01T04:36:13.930Z] fd7a069fd194: Download complete [2020-08-01T04:36:14.293Z] Removing intermediate container d58d210616ba [2020-08-01T04:36:14.293Z] ---> 53d66a819e52 [2020-08-01T04:36:14.293Z] Step 8/20 : COPY . . [2020-08-01T04:36:18.532Z] Removing intermediate container 595d89153318 [2020-08-01T04:36:18.532Z] ---> 58c196896b8c [2020-08-01T04:36:18.532Z] Step 8/26 : COPY . . [2020-08-01T04:36:26.351Z] fd7a069fd194: Pull complete [2020-08-01T04:36:26.351Z] 66aa3694b03b: Pull complete [2020-08-01T04:36:26.351Z] 170f70906a0f: Pull complete [2020-08-01T04:36:29.755Z] ad7c5574e4b9: Pull complete [2020-08-01T04:36:30.862Z] ---> 0feb302d262b [2020-08-01T04:36:30.862Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-01T04:36:33.477Z] ---> Running in a77627e4eed9 [2020-08-01T04:36:34.457Z] ---> 15f82fb5cd68 [2020-08-01T04:36:34.457Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-01T04:36:35.184Z] e772456be8f7: Pull complete [2020-08-01T04:36:35.184Z] c890913d741a: Pull complete [2020-08-01T04:36:37.051Z] ---> Running in f3e7628c611e [2020-08-01T04:36:37.156Z] 2480fcc9aa5a: Pull complete [2020-08-01T04:36:37.430Z] 09adf4765672: Pull complete [2020-08-01T04:36:37.430Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-01T04:36:37.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-01T04:36:37.703Z] ---> 2248a725d1cf [2020-08-01T04:36:37.703Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-01T04:36:38.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-01T04:36:38.681Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-01T04:36:43.082Z] ---> Running in 794a1ff5965d [2020-08-01T04:36:44.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:36:45.364Z] ---> 8d04da065e63 [2020-08-01T04:36:45.364Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-01T04:36:45.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:36:45.991Z] ---> Running in d0e147e7d4d6 [2020-08-01T04:36:46.577Z] ---> 8f29e7fa82d2 [2020-08-01T04:36:46.577Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-01T04:36:46.577Z] ---> Running in e686580ea132 [2020-08-01T04:36:46.577Z] ---> 96eda63b7931 [2020-08-01T04:36:46.577Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-01T04:36:46.849Z] ---> Running in 12d0f1be6e14 [2020-08-01T04:36:46.890Z] (1/12) Installing libmagic (5.38-r0) [2020-08-01T04:36:47.158Z] (2/12) Installing file (5.38-r0) [2020-08-01T04:36:47.158Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-01T04:36:47.427Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-01T04:36:47.824Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-01T04:36:47.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-01T04:36:48.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-01T04:37:02.452Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-01T04:37:02.452Z] (6/12) Installing patch (2.7.6-r6) [2020-08-01T04:37:02.452Z] (7/12) Installing build-base (0.5-r2) [2020-08-01T04:37:02.452Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-01T04:37:02.452Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-01T04:37:02.452Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-01T04:37:02.452Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-01T04:37:02.452Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-01T04:37:02.723Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:37:02.723Z] OK: 217 MiB in 51 packages [2020-08-01T04:37:07.029Z] Removing intermediate container 794a1ff5965d [2020-08-01T04:37:07.029Z] ---> 256a45757628 [2020-08-01T04:37:07.029Z] Step 4/7 : WORKDIR /edgex-go [2020-08-01T04:37:07.029Z] ---> Running in e9b4f48f2463 [2020-08-01T04:37:07.620Z] Removing intermediate container e9b4f48f2463 [2020-08-01T04:37:07.620Z] ---> 6bec14adcbc1 [2020-08-01T04:37:07.620Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-01T04:37:07.891Z] latest: Pulling from library/docker [2020-08-01T04:37:07.891Z] b538f80385f9: Already exists [2020-08-01T04:37:07.891Z] 259a493cd78d: Pulling fs layer [2020-08-01T04:37:07.891Z] b8e66b5100f5: Pulling fs layer [2020-08-01T04:37:07.891Z] 39dc9c94d07c: Pulling fs layer [2020-08-01T04:37:07.891Z] 551b823b3b82: Pulling fs layer [2020-08-01T04:37:07.891Z] 3c52a74df98c: Pulling fs layer [2020-08-01T04:37:07.891Z] 6c9b121b6998: Pulling fs layer [2020-08-01T04:37:07.891Z] 3c52a74df98c: Waiting [2020-08-01T04:37:07.891Z] 6c9b121b6998: Waiting [2020-08-01T04:37:07.891Z] 551b823b3b82: Waiting [2020-08-01T04:37:08.166Z] b8e66b5100f5: Verifying Checksum [2020-08-01T04:37:08.166Z] 259a493cd78d: Verifying Checksum [2020-08-01T04:37:08.166Z] 259a493cd78d: Download complete [2020-08-01T04:37:08.166Z] 551b823b3b82: Download complete [2020-08-01T04:37:08.445Z] 3c52a74df98c: Verifying Checksum [2020-08-01T04:37:08.445Z] 3c52a74df98c: Download complete [2020-08-01T04:37:08.445Z] 6c9b121b6998: Download complete [2020-08-01T04:37:09.039Z] 259a493cd78d: Pull complete [2020-08-01T04:37:09.311Z] b8e66b5100f5: Pull complete [2020-08-01T04:37:09.311Z] 39dc9c94d07c: Verifying Checksum [2020-08-01T04:37:09.311Z] 39dc9c94d07c: Download complete [2020-08-01T04:37:12.710Z] 39dc9c94d07c: Pull complete [2020-08-01T04:37:12.980Z] 551b823b3b82: Pull complete [2020-08-01T04:37:13.252Z] 3c52a74df98c: Pull complete [2020-08-01T04:37:13.527Z] 6c9b121b6998: Pull complete [2020-08-01T04:37:13.527Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-01T04:37:13.527Z] Status: Downloaded newer image for docker:latest [2020-08-01T04:37:15.520Z] Removing intermediate container a77627e4eed9 [2020-08-01T04:37:15.520Z] ---> fe32fcd7d37c [2020-08-01T04:37:15.520Z] [2020-08-01T04:37:15.520Z] Step 9/29 : FROM alpine:latest [2020-08-01T04:37:15.520Z] latest: Pulling from library/alpine [2020-08-01T04:37:15.520Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-01T04:37:15.520Z] Status: Downloaded newer image for alpine:latest [2020-08-01T04:37:15.520Z] ---> a24bb4013296 [2020-08-01T04:37:15.520Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-01T04:37:15.520Z] ---> Running in 1a175b964530 [2020-08-01T04:37:15.520Z] Removing intermediate container 1a175b964530 [2020-08-01T04:37:15.520Z] ---> d59e2da88cce [2020-08-01T04:37:15.520Z] Step 11/29 : USER root [2020-08-01T04:37:15.520Z] ---> Running in fb1aaaeac991 [2020-08-01T04:37:15.520Z] Removing intermediate container fb1aaaeac991 [2020-08-01T04:37:15.520Z] ---> c5a6fe9ef6eb [2020-08-01T04:37:15.520Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-01T04:37:15.520Z] ---> Running in 348e45298e3b [2020-08-01T04:37:15.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:37:15.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:37:16.039Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:37:16.039Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:37:16.039Z] OK: 12749 distinct packages available [2020-08-01T04:37:16.435Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-01T04:37:16.435Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-01T04:37:16.435Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:37:16.435Z] Executing ca-certificates-20191127-r4.trigger [2020-08-01T04:37:16.758Z] OK: 6 MiB in 16 packages [2020-08-01T04:37:17.819Z] ---> 973ceace4901 [2020-08-01T04:37:17.819Z] Step 6/7 : COPY go.mod . [2020-08-01T04:37:17.819Z] ---> 1ae972042aa7 [2020-08-01T04:37:17.819Z] Step 7/7 : RUN go mod download [2020-08-01T04:37:18.091Z] ---> Running in 17abf9b963ea [2020-08-01T04:37:21.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-01T04:37:21.068Z] Removing intermediate container 348e45298e3b [2020-08-01T04:37:21.068Z] ---> e0aa29509a0c [2020-08-01T04:37:21.068Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-01T04:37:21.068Z] ---> Running in 617a41d12b17 [2020-08-01T04:37:21.462Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-01T04:37:21.462Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-01T04:37:21.462Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-01T04:37:21.462Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-01T04:37:21.462Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-01T04:37:21.462Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-01T04:37:21.462Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-01T04:37:21.462Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-01T04:37:21.462Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-01T04:37:21.462Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-01T04:37:21.462Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-01T04:37:21.462Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-01T04:37:21.462Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-01T04:37:21.462Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-01T04:37:21.462Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-01T04:37:21.462Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-01T04:37:21.462Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-01T04:37:21.462Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-01T04:37:21.462Z] go: finding github.com/fatih/color v1.7.0 [2020-08-01T04:37:21.462Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-01T04:37:21.462Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-01T04:37:21.462Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-01T04:37:21.462Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-01T04:37:21.462Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-01T04:37:21.732Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-01T04:37:21.732Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-01T04:37:21.732Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-01T04:37:21.732Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-01T04:37:21.732Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-01T04:37:21.732Z] go: finding github.com/google/uuid v1.1.0 [2020-08-01T04:37:21.732Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-01T04:37:21.732Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-01T04:37:21.732Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-01T04:37:21.732Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-01T04:37:21.732Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-01T04:37:22.005Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-01T04:37:22.005Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-01T04:37:22.005Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-01T04:37:22.005Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-01T04:37:22.005Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-01T04:37:22.005Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-01T04:37:22.005Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-01T04:37:22.005Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-01T04:37:22.005Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-01T04:37:22.005Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-01T04:37:22.005Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-01T04:37:22.057Z] Removing intermediate container 617a41d12b17 [2020-08-01T04:37:22.057Z] ---> fdf093160ca2 [2020-08-01T04:37:22.057Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-01T04:37:22.275Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-01T04:37:22.275Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-01T04:37:22.275Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-01T04:37:22.275Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-01T04:37:22.275Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-01T04:37:22.275Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-01T04:37:22.275Z] go: finding github.com/kr/pty v1.1.1 [2020-08-01T04:37:22.275Z] go: finding github.com/kr/text v0.1.0 [2020-08-01T04:37:22.275Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-01T04:37:22.275Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-01T04:37:22.275Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-01T04:37:22.275Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-01T04:37:22.545Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-01T04:37:22.545Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-01T04:37:22.545Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-01T04:37:22.545Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-01T04:37:22.545Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-01T04:37:22.545Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-01T04:37:22.545Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-01T04:37:22.545Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-01T04:37:22.545Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-01T04:37:22.545Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-01T04:37:22.545Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-01T04:37:22.814Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-01T04:37:22.814Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-01T04:37:22.814Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-01T04:37:22.814Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-01T04:37:22.814Z] go: finding github.com/posener/complete v1.1.1 [2020-08-01T04:37:22.814Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-01T04:37:22.814Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-01T04:37:22.814Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-01T04:37:22.814Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-01T04:37:22.814Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-01T04:37:22.814Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-01T04:37:23.083Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-01T04:37:23.083Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-01T04:37:23.083Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-01T04:37:23.083Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-01T04:37:23.083Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-01T04:37:23.083Z] go: finding golang.org/x/text v0.3.2 [2020-08-01T04:37:23.083Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-01T04:37:23.083Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-01T04:37:23.083Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-01T04:37:23.083Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-01T04:37:23.083Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-01T04:37:23.360Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-01T04:37:23.464Z] ---> Running in 862fdc8cd339 [2020-08-01T04:37:23.743Z] Removing intermediate container f3e7628c611e [2020-08-01T04:37:23.743Z] ---> df7b6e765cb9 [2020-08-01T04:37:23.743Z] [2020-08-01T04:37:23.743Z] Step 10/21 : FROM scratch [2020-08-01T04:37:23.743Z] ---> [2020-08-01T04:37:23.743Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:37:24.010Z] Removing intermediate container 862fdc8cd339 [2020-08-01T04:37:24.010Z] ---> 70344704c2d2 [2020-08-01T04:37:24.010Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-01T04:37:24.010Z] ---> Running in c1a603db10d8 [2020-08-01T04:37:24.010Z] ---> Running in 4d7f28f5b625 [2020-08-01T04:37:24.280Z] Removing intermediate container c1a603db10d8 [2020-08-01T04:37:24.280Z] ---> bf6fb3037201 [2020-08-01T04:37:24.280Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-01T04:37:24.542Z] ---> Running in 236c8c2704b8 [2020-08-01T04:37:27.104Z] Removing intermediate container 236c8c2704b8 [2020-08-01T04:37:27.104Z] ---> 30a916fefa86 [2020-08-01T04:37:27.104Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:37:27.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-01T04:37:27.104Z] ---> Running in f2bf850fc428 [2020-08-01T04:37:27.681Z] Removing intermediate container f2bf850fc428 [2020-08-01T04:37:27.681Z] ---> 2bdc7180fd9e [2020-08-01T04:37:27.681Z] Step 14/21 : WORKDIR / [2020-08-01T04:37:27.681Z] ---> Running in 18c7345df373 [2020-08-01T04:37:29.612Z] Removing intermediate container 4d7f28f5b625 [2020-08-01T04:37:29.612Z] ---> f06b21469879 [2020-08-01T04:37:29.612Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-01T04:37:30.194Z] Removing intermediate container 18c7345df373 [2020-08-01T04:37:30.194Z] ---> dd56e44c54aa [2020-08-01T04:37:30.194Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-01T04:37:31.580Z] ---> eaa0f8e91765 [2020-08-01T04:37:31.580Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-01T04:37:31.580Z] Removing intermediate container e686580ea132 [2020-08-01T04:37:31.580Z] ---> ce75a39ce446 [2020-08-01T04:37:31.580Z] [2020-08-01T04:37:31.580Z] Step 10/20 : FROM scratch [2020-08-01T04:37:31.580Z] ---> [2020-08-01T04:37:31.580Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:37:31.581Z] ---> Using cache [2020-08-01T04:37:31.581Z] ---> bf6fb3037201 [2020-08-01T04:37:31.581Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-01T04:37:31.581Z] ---> 3dc052e09e2c [2020-08-01T04:37:31.581Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-01T04:37:31.581Z] ---> Running in 22fb33ab4f5a [2020-08-01T04:37:31.863Z] ---> d52d0a18f5c3 [2020-08-01T04:37:31.863Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-01T04:37:31.863Z] Removing intermediate container 22fb33ab4f5a [2020-08-01T04:37:31.863Z] ---> 31b1b1954e0d [2020-08-01T04:37:31.863Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-01T04:37:32.139Z] ---> Running in 7f5c0b6bc675 [2020-08-01T04:37:32.719Z] ---> 57579e3f0144 [2020-08-01T04:37:32.719Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-01T04:37:32.719Z] ---> 3f372694e1f5 [2020-08-01T04:37:32.719Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-01T04:37:34.104Z] Removing intermediate container 7f5c0b6bc675 [2020-08-01T04:37:34.104Z] ---> cc808b952c6b [2020-08-01T04:37:34.104Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-01T04:37:35.045Z] ---> 5345a2f8871a [2020-08-01T04:37:35.046Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-01T04:37:35.046Z] ---> 49572fb6baf8 [2020-08-01T04:37:35.046Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:37:36.440Z] Removing intermediate container 12d0f1be6e14 [2020-08-01T04:37:36.440Z] ---> 375452bb12a0 [2020-08-01T04:37:36.440Z] [2020-08-01T04:37:36.440Z] Step 10/26 : FROM alpine:3.10 [2020-08-01T04:37:36.440Z] Removing intermediate container d0e147e7d4d6 [2020-08-01T04:37:36.440Z] ---> 0d94098e81b8 [2020-08-01T04:37:36.440Z] [2020-08-01T04:37:36.440Z] Step 10/22 : FROM alpine [2020-08-01T04:37:36.440Z] ---> a24bb4013296 [2020-08-01T04:37:36.440Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:37:36.440Z] ---> bde109b25f16 [2020-08-01T04:37:36.440Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-01T04:37:36.440Z] ---> Running in 226a495793eb [2020-08-01T04:37:36.710Z] ---> Running in e81cbe1a847a [2020-08-01T04:37:36.710Z] ---> 1a04be43da10 [2020-08-01T04:37:36.710Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-01T04:37:36.710Z] 3.10: Pulling from library/alpine [2020-08-01T04:37:36.710Z] ---> Running in b5a5cdfaa688 [2020-08-01T04:37:36.710Z] Removing intermediate container 226a495793eb [2020-08-01T04:37:36.710Z] ---> ea3c0393805f [2020-08-01T04:37:36.710Z] Step 19/21 : LABEL arch=x86_64 [2020-08-01T04:37:37.287Z] ---> Running in 2726ea3c3600 [2020-08-01T04:37:37.287Z] Removing intermediate container e81cbe1a847a [2020-08-01T04:37:37.287Z] ---> 1144a741b925 [2020-08-01T04:37:37.287Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-01T04:37:37.287Z] ---> 9eff14015b7f [2020-08-01T04:37:37.287Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-01T04:37:37.287Z] ---> Running in ed4bdcba9521 [2020-08-01T04:37:37.560Z] Removing intermediate container 2726ea3c3600 [2020-08-01T04:37:37.560Z] ---> 791af15c0310 [2020-08-01T04:37:37.560Z] Step 20/21 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:37:37.820Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-01T04:37:37.820Z] Removing intermediate container ed4bdcba9521 [2020-08-01T04:37:37.820Z] ---> 2c203a06d145 [2020-08-01T04:37:37.820Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-01T04:37:37.820Z] ---> Running in 5503b9c896d4 [2020-08-01T04:37:37.820Z] Status: Downloaded newer image for alpine:3.10 [2020-08-01T04:37:37.820Z] ---> be4e4bea2c2e [2020-08-01T04:37:37.820Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-01T04:37:38.762Z] ---> c58a5f091898 [2020-08-01T04:37:38.762Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:37:39.024Z] ---> Running in dd12cba532a4 [2020-08-01T04:37:39.024Z] ---> Running in 6eeb30a6986d [2020-08-01T04:37:39.024Z] ---> Running in 0e8b0e0f7e86 [2020-08-01T04:37:39.286Z] Removing intermediate container 5503b9c896d4 [2020-08-01T04:37:39.286Z] ---> a9f4aae81ea5 [2020-08-01T04:37:39.286Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:37:39.555Z] ---> Running in 5929760947b4 [2020-08-01T04:37:39.555Z] Removing intermediate container dd12cba532a4 [2020-08-01T04:37:39.555Z] ---> dcd28e3fc11a [2020-08-01T04:37:39.555Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:37:39.555Z] Removing intermediate container b5a5cdfaa688 [2020-08-01T04:37:39.555Z] ---> 00b2f29a3ab1 [2020-08-01T04:37:39.555Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-01T04:37:39.555Z] Removing intermediate container 0e8b0e0f7e86 [2020-08-01T04:37:39.555Z] ---> 53e184227a16 [2020-08-01T04:37:39.555Z] Step 18/20 : LABEL arch=x86_64 [2020-08-01T04:37:39.555Z] ---> Running in f850b9f49dd5 [2020-08-01T04:37:39.820Z] ---> Running in 7ef859514281 [2020-08-01T04:37:39.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:37:39.820Z] Removing intermediate container 5929760947b4 [2020-08-01T04:37:39.820Z] ---> 9b6c1b311e68 [2020-08-01T04:37:39.820Z] [2020-08-01T04:37:39.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:37:40.099Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-01T04:37:40.099Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-01T04:37:40.099Z] OK: 10346 distinct packages available [2020-08-01T04:37:40.099Z] ---> edc9e4e2665a [2020-08-01T04:37:40.099Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-01T04:37:40.099Z] Removing intermediate container 7ef859514281 [2020-08-01T04:37:40.099Z] ---> 185e4ccd0725 [2020-08-01T04:37:40.099Z] Step 19/20 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:37:40.099Z] Successfully built 9b6c1b311e68 [2020-08-01T04:37:40.099Z] Successfully tagged docker-core-metadata-go:latest [2020-08-01T04:37:40.099Z] Building docker-support-notifications-go [2020-08-01T04:37:40.099Z]  Building docker-core-metadata-go ... done  ---> Running in 5e891e1027a8 [2020-08-01T04:37:40.363Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-01T04:37:40.363Z] ---> Running in 07a4c2ecf0f9 [2020-08-01T04:37:40.363Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-01T04:37:40.363Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-01T04:37:40.363Z] (4/5) Installing curl (7.66.0-r0) [2020-08-01T04:37:40.363Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-01T04:37:40.363Z] Executing busybox-1.30.1-r3.trigger [2020-08-01T04:37:40.625Z] Executing ca-certificates-20191127-r2.trigger [2020-08-01T04:37:40.625Z] OK: 7 MiB in 19 packages [2020-08-01T04:37:41.570Z] Removing intermediate container 07a4c2ecf0f9 [2020-08-01T04:37:41.570Z] ---> 89cfe0dc9688 [2020-08-01T04:37:41.570Z] Step 20/20 : LABEL version=0.0.0 [2020-08-01T04:37:41.664Z] Removing intermediate container 17abf9b963ea [2020-08-01T04:37:41.664Z] ---> 23ba0bc9d6eb [2020-08-01T04:37:41.664Z] Successfully built 23ba0bc9d6eb [2020-08-01T04:37:41.664Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:37:42.419Z] + docker inspect -f . ci-base-image-arm64 [2020-08-01T04:37:42.419Z] . [Pipeline] withDockerContainer [2020-08-01T04:37:42.690Z] prd-ubuntu18.04-docker-arm64-4c-16g-1769 does not seem to be running inside a container [2020-08-01T04:37:42.780Z] $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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-08-01T04:37:43.492Z] ---> Running in 178750f2e62e [2020-08-01T04:37:44.200Z] $ docker top b01f6803679773110479128bfc67dfa377555fc49244c34c19e002e5add2dedd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:37:44.889Z] Removing intermediate container 178750f2e62e [2020-08-01T04:37:44.889Z] ---> 76c21c8d672d [2020-08-01T04:37:44.889Z] [2020-08-01T04:37:45.150Z] Successfully built 76c21c8d672d [2020-08-01T04:37:45.150Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-01T04:37:45.150Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-08-01T04:37:45.150Z] Removing intermediate container 6eeb30a6986d [2020-08-01T04:37:45.150Z] ---> a9c21a026cf5 [2020-08-01T04:37:45.150Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-01T04:37:45.213Z] + go version [2020-08-01T04:37:45.213Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-01T04:37:45.231Z] ========================================================= [2020-08-01T04:37:45.231Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-01T04:37:45.231Z] ========================================================= [Pipeline] sh [2020-08-01T04:37:45.876Z] + make test [2020-08-01T04:37:45.876Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-01T04:37:47.697Z] Removing intermediate container f850b9f49dd5 [2020-08-01T04:37:47.697Z] ---> e803e73fecbe [2020-08-01T04:37:47.698Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-01T04:37:48.498Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-01T04:37:49.628Z] ---> Running in 104bb379b6f8 [2020-08-01T04:37:49.911Z] ---> Running in 6a523be8456e [2020-08-01T04:37:50.179Z] Removing intermediate container 5e891e1027a8 [2020-08-01T04:37:50.179Z] ---> 19cafe1d4f01 [2020-08-01T04:37:50.179Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-01T04:37:51.591Z] Removing intermediate container 104bb379b6f8 [2020-08-01T04:37:51.591Z] ---> 7c017a8d7039 [2020-08-01T04:37:51.591Z] Step 13/26 : WORKDIR / [2020-08-01T04:37:51.591Z] ---> Running in 8587983cc11d [2020-08-01T04:37:52.537Z] ---> Running in 6f8d92699428 [2020-08-01T04:37:52.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:37:53.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:37:53.964Z] Removing intermediate container 6f8d92699428 [2020-08-01T04:37:53.964Z] ---> bac789390a4d [2020-08-01T04:37:53.964Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-01T04:37:54.238Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-01T04:37:54.238Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-01T04:37:54.499Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-01T04:37:54.762Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-01T04:37:55.022Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-01T04:37:55.022Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:37:55.022Z] OK: 8 MiB in 19 packages [2020-08-01T04:37:56.420Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:37:56.420Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:37:56.420Z] ---> b86626be8c0b [2020-08-01T04:37:56.420Z] Step 3/23 : WORKDIR /edgex-go [2020-08-01T04:37:56.420Z] ---> Using cache [2020-08-01T04:37:56.420Z] ---> db658a311033 [2020-08-01T04:37:56.420Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:37:56.683Z] ---> 8c8579f43082 [2020-08-01T04:37:56.683Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-01T04:37:57.268Z] ---> Running in 59f2edc93a7e [2020-08-01T04:37:57.973Z] ---> 2f6d0c447a87 [2020-08-01T04:37:57.973Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-01T04:37:58.296Z] Removing intermediate container 8587983cc11d [2020-08-01T04:37:58.296Z] ---> abfbf4ee9075 [2020-08-01T04:37:58.296Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-01T04:37:58.592Z] ---> Running in f5e18236a484 [2020-08-01T04:37:58.920Z] ---> a976452c4443 [2020-08-01T04:37:58.920Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-01T04:37:58.920Z] Removing intermediate container 6a523be8456e [2020-08-01T04:37:58.920Z] ---> db6b52563b7f [2020-08-01T04:37:58.920Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-01T04:37:59.874Z] Removing intermediate container f5e18236a484 [2020-08-01T04:37:59.874Z] ---> 918c668b9c40 [2020-08-01T04:37:59.874Z] Step 26/29 : CMD [ "generate" ] [2020-08-01T04:38:01.279Z] ---> Running in 0e008a236d2a [2020-08-01T04:38:01.542Z] ---> 8b08f29a333e [2020-08-01T04:38:01.542Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-01T04:38:02.117Z] ---> 9de5d50e6bf1 [2020-08-01T04:38:02.117Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-01T04:38:03.086Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:38:03.086Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:38:03.086Z] ---> b86626be8c0b [2020-08-01T04:38:03.086Z] Step 3/26 : WORKDIR /edgex-go [2020-08-01T04:38:03.086Z] ---> Using cache [2020-08-01T04:38:03.086Z] ---> db658a311033 [2020-08-01T04:38:03.086Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:38:03.086Z] ---> Using cache [2020-08-01T04:38:03.086Z] ---> f21c3d33c471 [2020-08-01T04:38:03.086Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-01T04:38:03.660Z] Removing intermediate container 0e008a236d2a [2020-08-01T04:38:03.660Z] ---> 79e42f2251b4 [2020-08-01T04:38:03.660Z] Step 27/29 : LABEL arch=x86_64 [2020-08-01T04:38:03.660Z] Removing intermediate container 59f2edc93a7e [2020-08-01T04:38:03.660Z] ---> f21c3d33c471 [2020-08-01T04:38:03.660Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-01T04:38:03.660Z] ---> Running in 0fbe12da12ff [2020-08-01T04:38:03.660Z] ---> 2af852f0f37a [2020-08-01T04:38:03.660Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-01T04:38:03.925Z] ---> 04684cdd1ad8 [2020-08-01T04:38:03.925Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-01T04:38:03.925Z] ---> Running in 334d7a30494b [2020-08-01T04:38:03.925Z] ---> Running in 9fafe54077f8 [2020-08-01T04:38:04.498Z] Removing intermediate container 334d7a30494b [2020-08-01T04:38:04.498Z] ---> d33f9c7f49a4 [2020-08-01T04:38:04.498Z] Step 28/29 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:38:04.498Z] ---> d6750dba260b [2020-08-01T04:38:04.498Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:38:04.498Z] ---> Running in 38df5e7b46f1 [2020-08-01T04:38:04.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:04.498Z] ---> 45b3dc7123a7 [2020-08-01T04:38:04.498Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-01T04:38:04.765Z] ---> Running in ceef1a699c9d [2020-08-01T04:38:04.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:04.765Z] Removing intermediate container 38df5e7b46f1 [2020-08-01T04:38:04.765Z] ---> 4118a8ead5f3 [2020-08-01T04:38:04.765Z] Step 29/29 : LABEL version=0.0.0 [2020-08-01T04:38:05.027Z] ---> Running in 23100b8be161 [2020-08-01T04:38:05.027Z] Removing intermediate container ceef1a699c9d [2020-08-01T04:38:05.027Z] ---> ba606f80b268 [2020-08-01T04:38:05.027Z] Step 20/22 : LABEL arch=x86_64 [2020-08-01T04:38:05.027Z] ---> Running in d59e34fe7849 [2020-08-01T04:38:05.290Z] ---> 93457ce9f014 [2020-08-01T04:38:05.290Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-01T04:38:05.290Z] Removing intermediate container 23100b8be161 [2020-08-01T04:38:05.290Z] ---> c7158a0778b0 [2020-08-01T04:38:05.290Z] [2020-08-01T04:38:05.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:05.290Z] Successfully built c7158a0778b0 [2020-08-01T04:38:05.290Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-01T04:38:05.290Z] Building docker-core-command-go [2020-08-01T04:38:05.290Z] Removing intermediate container d59e34fe7849 [2020-08-01T04:38:05.290Z] ---> 550e5fbf1606 [2020-08-01T04:38:05.290Z] Step 21/22 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:38:05.553Z]  Building docker-security-secrets-setup-go ... done  ---> Running in 3e0e150ff4b5 [2020-08-01T04:38:05.553Z] ---> 922e84cee557 [2020-08-01T04:38:05.553Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-01T04:38:05.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:05.815Z] ---> Running in 5d5112218dfb [2020-08-01T04:38:05.815Z] Removing intermediate container 3e0e150ff4b5 [2020-08-01T04:38:05.815Z] ---> 3e9fd2598e45 [2020-08-01T04:38:05.815Z] Step 22/22 : LABEL version=0.0.0 [2020-08-01T04:38:06.089Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:38:06.089Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:38:06.089Z] OK: 12749 distinct packages available [2020-08-01T04:38:06.089Z] ---> Running in 588ea171933b [2020-08-01T04:38:06.373Z] OK: 233 MiB in 51 packages [2020-08-01T04:38:06.373Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:38:06.373Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:38:06.373Z] OK: 12749 distinct packages available [2020-08-01T04:38:06.640Z] Removing intermediate container 588ea171933b [2020-08-01T04:38:06.640Z] ---> b241dc6656a6 [2020-08-01T04:38:06.640Z] [2020-08-01T04:38:06.640Z] Successfully built b241dc6656a6 [2020-08-01T04:38:06.903Z] Successfully tagged docker-core-data-go:latest [2020-08-01T04:38:06.903Z] Building docker-support-logging-go [2020-08-01T04:38:06.903Z]  Building docker-core-data-go ... done OK: 233 MiB in 51 packages [2020-08-01T04:38:12.239Z] Removing intermediate container 0fbe12da12ff [2020-08-01T04:38:12.239Z] ---> 47c95b2394e1 [2020-08-01T04:38:12.239Z] Step 6/26 : COPY go.mod . [2020-08-01T04:38:12.508Z] Removing intermediate container 9fafe54077f8 [2020-08-01T04:38:12.508Z] ---> 29e091d8d30c [2020-08-01T04:38:12.508Z] Step 6/23 : COPY go.mod . [2020-08-01T04:38:12.771Z] Removing intermediate container 5d5112218dfb [2020-08-01T04:38:12.771Z] ---> 579e58fd45f2 [2020-08-01T04:38:12.771Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-01T04:38:13.731Z] ---> 97e3b36a0f7b [2020-08-01T04:38:13.731Z] Step 7/26 : RUN go mod download [2020-08-01T04:38:14.001Z] ---> Running in dad903fb85a9 [2020-08-01T04:38:14.268Z] ---> 36e8d6eaba95 [2020-08-01T04:38:14.268Z] Step 7/23 : RUN go mod download [2020-08-01T04:38:15.261Z] ---> Running in 2e02ba98a58c [2020-08-01T04:38:15.838Z] ---> Running in 2ff3cb56f4d1 [2020-08-01T04:38:15.838Z] Removing intermediate container dad903fb85a9 [2020-08-01T04:38:15.838Z] ---> a36c4de61d66 [2020-08-01T04:38:15.838Z] Step 24/26 : LABEL arch=x86_64 [2020-08-01T04:38:16.803Z] ---> Running in 6094ff93b233 [2020-08-01T04:38:19.388Z] Removing intermediate container 6094ff93b233 [2020-08-01T04:38:19.388Z] ---> 19717b0b8535 [2020-08-01T04:38:19.388Z] Step 25/26 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:38:19.973Z] ---> Running in 7dcfe00a6388 [2020-08-01T04:38:20.554Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:38:20.554Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:38:20.554Z] ---> b86626be8c0b [2020-08-01T04:38:20.554Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:38:20.554Z] ---> Using cache [2020-08-01T04:38:20.554Z] ---> db658a311033 [2020-08-01T04:38:20.554Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:38:20.554Z] ---> Using cache [2020-08-01T04:38:20.554Z] ---> f21c3d33c471 [2020-08-01T04:38:20.554Z] Step 5/21 : RUN apk update && apk add make git [2020-08-01T04:38:20.819Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:38:20.819Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:38:20.819Z] ---> b86626be8c0b [2020-08-01T04:38:20.819Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:38:20.819Z] ---> Using cache [2020-08-01T04:38:20.819Z] ---> db658a311033 [2020-08-01T04:38:20.819Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:38:20.819Z] ---> Using cache [2020-08-01T04:38:20.819Z] ---> f21c3d33c471 [2020-08-01T04:38:20.819Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-01T04:38:20.878Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-01T04:38:21.773Z] ---> Running in 909fe37feb3f [2020-08-01T04:38:21.773Z] Removing intermediate container 7dcfe00a6388 [2020-08-01T04:38:21.773Z] ---> 7d61d286d182 [2020-08-01T04:38:21.773Z] Step 26/26 : LABEL version=0.0.0 [2020-08-01T04:38:21.773Z] ---> Running in c65f7d3fb3fa [2020-08-01T04:38:21.773Z] ---> Running in 7f6976e9e618 [2020-08-01T04:38:22.370Z] Removing intermediate container 7f6976e9e618 [2020-08-01T04:38:22.370Z] ---> cbbf7db0cc32 [2020-08-01T04:38:22.370Z] [2020-08-01T04:38:22.370Z] Successfully built cbbf7db0cc32 [2020-08-01T04:38:22.370Z] Removing intermediate container 2e02ba98a58c [2020-08-01T04:38:22.370Z] ---> 4e91a402961f [2020-08-01T04:38:22.370Z] Step 8/26 : COPY . . [2020-08-01T04:38:22.370Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-01T04:38:22.370Z] Building docker-security-proxy-setup-go [2020-08-01T04:38:22.650Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2ff3cb56f4d1 [2020-08-01T04:38:22.650Z] ---> 0dd6bd509c88 [2020-08-01T04:38:22.650Z] Step 8/23 : COPY . . [2020-08-01T04:38:23.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:24.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:25.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:25.508Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:38:25.508Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:38:25.508Z] OK: 12749 distinct packages available [2020-08-01T04:38:26.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:26.715Z] OK: 233 MiB in 51 packages [2020-08-01T04:38:27.660Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:38:27.660Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:38:27.660Z] OK: 12749 distinct packages available [2020-08-01T04:38:28.615Z] OK: 233 MiB in 51 packages [2020-08-01T04:38:29.191Z] OK: 233 MiB in 51 packages [2020-08-01T04:38:33.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-01T04:38:33.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-01T04:38:33.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-01T04:38:33.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-01T04:38:33.309Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.050s [2020-08-01T04:38:33.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-01T04:38:33.906Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-01T04:38:34.185Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-01T04:38:36.167Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-01T04:38:36.776Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-01T04:38:37.394Z] Removing intermediate container 909fe37feb3f [2020-08-01T04:38:37.394Z] ---> 199fa7729763 [2020-08-01T04:38:37.394Z] Step 6/21 : COPY go.mod . [2020-08-01T04:38:37.395Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-01T04:38:37.395Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-01T04:38:37.395Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-01T04:38:37.969Z] Removing intermediate container c65f7d3fb3fa [2020-08-01T04:38:37.969Z] ---> 8d73428aa9b8 [2020-08-01T04:38:37.969Z] Step 6/21 : COPY go.mod . [2020-08-01T04:38:39.922Z] ---> 6075deb06797 [2020-08-01T04:38:39.922Z] Step 7/21 : RUN go mod download [2020-08-01T04:38:40.874Z] ---> 4c87c6dc650b [2020-08-01T04:38:40.874Z] Step 7/21 : RUN go mod download [2020-08-01T04:38:41.854Z] ---> Running in bb2611481834 [2020-08-01T04:38:41.854Z] ---> Running in 52b4ff97d473 [2020-08-01T04:38:42.118Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:38:42.118Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:38:42.118Z] ---> b86626be8c0b [2020-08-01T04:38:42.118Z] Step 3/20 : WORKDIR /edgex-go [2020-08-01T04:38:42.118Z] ---> Using cache [2020-08-01T04:38:42.118Z] ---> db658a311033 [2020-08-01T04:38:42.118Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:38:42.118Z] ---> Using cache [2020-08-01T04:38:42.118Z] ---> f21c3d33c471 [2020-08-01T04:38:42.118Z] Step 5/20 : RUN apk update && apk add make git [2020-08-01T04:38:42.118Z] ---> Using cache [2020-08-01T04:38:42.118Z] ---> 199fa7729763 [2020-08-01T04:38:42.118Z] Step 6/20 : COPY go.mod . [2020-08-01T04:38:42.118Z] ---> Using cache [2020-08-01T04:38:42.118Z] ---> 6075deb06797 [2020-08-01T04:38:42.118Z] Step 7/20 : RUN go mod download [2020-08-01T04:38:44.745Z] ---> Running in 450170e42908 [2020-08-01T04:38:47.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.074s coverage: 46.6% of statements [2020-08-01T04:38:47.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-01T04:38:47.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-01T04:38:47.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-01T04:38:47.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-01T04:38:47.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-01T04:38:50.253Z] Removing intermediate container 450170e42908 [2020-08-01T04:38:50.253Z] ---> 50391aa9ee03 [2020-08-01T04:38:50.254Z] Step 8/20 : COPY . . [2020-08-01T04:38:50.522Z] Removing intermediate container bb2611481834 [2020-08-01T04:38:50.522Z] ---> bffabb35edb9 [2020-08-01T04:38:50.522Z] Step 8/21 : COPY . . [2020-08-01T04:38:50.522Z] Removing intermediate container 52b4ff97d473 [2020-08-01T04:38:50.522Z] ---> e4105c9d6668 [2020-08-01T04:38:50.522Z] Step 8/21 : COPY . . [2020-08-01T04:38:50.522Z] ---> 9cf14b1866c7 [2020-08-01T04:38:50.522Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-01T04:38:50.522Z] ---> cdf96b184add [2020-08-01T04:38:50.522Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-01T04:38:50.801Z] ---> Running in 003aa49ba63b [2020-08-01T04:38:50.801Z] ---> Running in 4cf1e868c877 [2020-08-01T04:38:54.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.230s coverage: 27.3% of statements [2020-08-01T04:38:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-01T04:38:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-01T04:38:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-01T04:38:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-01T04:38:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-01T04:38:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-01T04:38:54.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2020-08-01T04:38:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-01T04:38:54.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements [2020-08-01T04:38:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-01T04:38:57.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.283s coverage: 28.6% of statements [2020-08-01T04:38:57.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-01T04:38:57.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-01T04:38:57.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-01T04:38:57.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-01T04:38:57.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-01T04:38:57.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2020-08-01T04:38:57.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-01T04:38:57.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2020-08-01T04:38:57.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-01T04:38:58.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.083s coverage: 89.8% of statements [2020-08-01T04:38:58.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-01T04:39:00.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.106s coverage: 97.5% of statements [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-01T04:39:00.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 100.0% of statements [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-01T04:39:00.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-01T04:39:00.027Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.015s coverage: 58.8% of statements [2020-08-01T04:39:00.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-01T04:39:00.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-01T04:39:04.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.235s coverage: 63.5% of statements [2020-08-01T04:39:04.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-01T04:39:04.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-01T04:39:04.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2020-08-01T04:39:04.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.026s coverage: 92.3% of statements [2020-08-01T04:39:04.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements [2020-08-01T04:39:06.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2020-08-01T04:39:07.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2020-08-01T04:39:09.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.268s coverage: 55.9% of statements [2020-08-01T04:39:09.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-01T04:39:09.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-01T04:39:09.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-01T04:39:09.964Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-01T04:39:20.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.502s coverage: 86.3% of statements [2020-08-01T04:39:20.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-01T04:39:20.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.071s coverage: 72.2% of statements [2020-08-01T04:39:20.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.360s coverage: 72.1% of statements [2020-08-01T04:39:20.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.074s coverage: 82.4% of statements [2020-08-01T04:39:20.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.042s coverage: 48.4% of statements [2020-08-01T04:39:20.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-01T04:39:20.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-01T04:39:20.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-01T04:39:20.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.027s coverage: 28.8% of statements [2020-08-01T04:39:20.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-01T04:39:20.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.030s coverage: 96.8% of statements [2020-08-01T04:39:20.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-01T04:39:21.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 33.7% of statements [2020-08-01T04:39:21.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-01T04:39:21.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-01T04:39:21.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.302s coverage: 84.1% of statements [2020-08-01T04:39:22.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2020-08-01T04:39:24.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 42.9% of statements [2020-08-01T04:39:24.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-01T04:39:24.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-01T04:39:24.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.045s coverage: 100.0% of statements [2020-08-01T04:39:24.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-01T04:39:26.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.055s coverage: 83.8% of statements [2020-08-01T04:39:26.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-01T04:39:27.666Z] ---> 0be5a2aff44e [2020-08-01T04:39:27.666Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-01T04:39:27.666Z] ---> 64faa3989200 [2020-08-01T04:39:27.666Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-01T04:39:27.666Z] ---> 3869372b7ea9 [2020-08-01T04:39:27.666Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-01T04:39:27.666Z] ---> Running in 390cda825c7f [2020-08-01T04:39:27.666Z] ---> Running in a999e0c6386a [2020-08-01T04:39:27.666Z] ---> Running in cf9fb4e3b08d [2020-08-01T04:39:27.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-01T04:39:27.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-08-01T04:39:27.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-01T04:39:31.439Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 46.1% of statements [2020-08-01T04:39:31.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-01T04:39:31.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-01T04:39:31.439Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.068s coverage: 100.0% of statements [2020-08-01T04:39:31.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-01T04:39:31.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-01T04:39:31.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-01T04:39:31.439Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.077s coverage: 100.0% of statements [2020-08-01T04:39:31.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-01T04:39:31.439Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.030s coverage: 100.0% of statements [2020-08-01T04:39:31.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-01T04:39:32.027Z] Removing intermediate container 4cf1e868c877 [2020-08-01T04:39:32.027Z] ---> bd696da809f8 [2020-08-01T04:39:32.027Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-01T04:39:32.303Z] ---> Running in a182e90c8c03 [2020-08-01T04:39:32.576Z] Removing intermediate container 003aa49ba63b [2020-08-01T04:39:32.576Z] ---> b41cd9455a0e [2020-08-01T04:39:32.576Z] [2020-08-01T04:39:32.576Z] Step 10/23 : FROM scratch [2020-08-01T04:39:32.576Z] ---> [2020-08-01T04:39:32.576Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-01T04:39:33.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-01T04:39:34.546Z] ---> Running in 1000faf071b7 [2020-08-01T04:39:34.818Z] Removing intermediate container 1000faf071b7 [2020-08-01T04:39:34.818Z] ---> ecb6820ec18f [2020-08-01T04:39:34.818Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-01T04:39:34.818Z] ---> Running in 2b151956a3df [2020-08-01T04:39:35.088Z] Removing intermediate container 2b151956a3df [2020-08-01T04:39:35.088Z] ---> 0de2a22a3834 [2020-08-01T04:39:35.088Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-01T04:39:35.088Z] ---> Running in f776c863fae3 [2020-08-01T04:39:35.734Z] Removing intermediate container f776c863fae3 [2020-08-01T04:39:35.734Z] ---> 8b731ff4896d [2020-08-01T04:39:35.734Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-01T04:39:36.368Z] ---> f6acd1525adb [2020-08-01T04:39:36.368Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-01T04:39:36.854Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.248s coverage: 29.1% of statements [2020-08-01T04:39:36.854Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-01T04:39:36.854Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-01T04:39:36.854Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-01T04:39:36.854Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-01T04:39:36.854Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-01T04:39:36.854Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2020-08-01T04:39:36.854Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-01T04:39:36.854Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.029s coverage: 100.0% of statements [2020-08-01T04:39:36.854Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-01T04:39:36.854Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.018s coverage: 0.0% of statements [2020-08-01T04:39:36.854Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-01T04:39:36.984Z] Removing intermediate container a182e90c8c03 [2020-08-01T04:39:36.984Z] ---> 2aa1385cb8e9 [2020-08-01T04:39:36.984Z] [2020-08-01T04:39:36.984Z] Step 11/26 : FROM docker:latest [2020-08-01T04:39:36.984Z] ---> 81f5749c9058 [2020-08-01T04:39:36.984Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-01T04:39:37.294Z] ---> Running in 01487c44c037 [2020-08-01T04:39:37.844Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2020-08-01T04:39:37.844Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-01T04:39:37.844Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-01T04:39:37.844Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-01T04:39:37.844Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-01T04:39:38.274Z] ---> 503d6b59faca [2020-08-01T04:39:38.275Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-01T04:39:38.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:39:38.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:39:39.108Z] (1/2) Installing readline (8.0.4-r0) [2020-08-01T04:39:39.108Z] (2/2) Installing bash (5.0.17-r0) [2020-08-01T04:39:39.108Z] Executing bash-5.0.17-r0.post-install [2020-08-01T04:39:39.108Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:39:39.374Z] OK: 12 MiB in 22 packages [2020-08-01T04:39:40.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2020-08-01T04:39:40.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-01T04:39:40.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-01T04:39:40.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements [2020-08-01T04:39:40.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements [2020-08-01T04:39:40.809Z] ---> 2416e058361f [2020-08-01T04:39:40.809Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-01T04:39:41.086Z] Removing intermediate container 01487c44c037 [2020-08-01T04:39:41.086Z] ---> 84ce820882fd [2020-08-01T04:39:41.086Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-01T04:39:41.086Z] ---> Running in 9fabd3ee217f [2020-08-01T04:39:41.086Z] ---> 1c1ffd4f301e [2020-08-01T04:39:41.086Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-01T04:39:41.727Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements [2020-08-01T04:39:42.320Z] GO111MODULE=on go vet ./... [2020-08-01T04:39:43.119Z] ---> af9c87cc36ab [2020-08-01T04:39:43.119Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-01T04:39:43.759Z] ---> fa8465667128 [2020-08-01T04:39:43.759Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:39:43.759Z] ---> Running in 936ef2023a91 [2020-08-01T04:39:44.082Z] Removing intermediate container 9fabd3ee217f [2020-08-01T04:39:44.082Z] ---> d7816dce8dcf [2020-08-01T04:39:44.082Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-01T04:39:44.082Z] Removing intermediate container 936ef2023a91 [2020-08-01T04:39:44.082Z] ---> cb7a02931aff [2020-08-01T04:39:44.082Z] Step 21/23 : LABEL arch=x86_64 [2020-08-01T04:39:44.082Z] ---> Running in a910ceecd0f9 [2020-08-01T04:39:44.082Z] ---> Running in b22853cb4dd7 [2020-08-01T04:39:44.368Z] Removing intermediate container a910ceecd0f9 [2020-08-01T04:39:44.368Z] ---> 0ff2d4552a72 [2020-08-01T04:39:44.368Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-01T04:39:44.368Z] Removing intermediate container b22853cb4dd7 [2020-08-01T04:39:44.368Z] ---> 37a759d04ad2 [2020-08-01T04:39:44.368Z] Step 22/23 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:39:44.643Z] ---> Running in 35252c287815 [2020-08-01T04:39:44.643Z] ---> Running in 4ff27ffc5177 [2020-08-01T04:39:44.955Z] Removing intermediate container 35252c287815 [2020-08-01T04:39:44.955Z] ---> 0570c216e34b [2020-08-01T04:39:44.955Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-01T04:39:45.234Z] Removing intermediate container 4ff27ffc5177 [2020-08-01T04:39:45.234Z] ---> bfaccf198c1f [2020-08-01T04:39:45.234Z] Step 23/23 : LABEL version=0.0.0 [2020-08-01T04:39:45.234Z] ---> Running in df5a58ada937 [2020-08-01T04:39:45.234Z] ---> Running in a219e7fa4fd0 [2020-08-01T04:39:45.521Z] Removing intermediate container df5a58ada937 [2020-08-01T04:39:45.521Z] ---> 17c76c18e11f [2020-08-01T04:39:45.521Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-01T04:39:45.800Z] Removing intermediate container a219e7fa4fd0 [2020-08-01T04:39:45.800Z] ---> 9eab1506975b [2020-08-01T04:39:45.800Z] [2020-08-01T04:39:46.074Z] Successfully built 9eab1506975b [2020-08-01T04:39:46.074Z] Successfully tagged docker-support-notifications-go:latest [2020-08-01T04:39:46.670Z]  Building docker-support-notifications-go ... done  ---> 55e63246edba [2020-08-01T04:39:46.670Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-01T04:39:46.938Z] ---> d06e7fd3b930 [2020-08-01T04:39:46.938Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-01T04:39:47.915Z] ---> 424083f40082 [2020-08-01T04:39:47.915Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-01T04:39:48.185Z] ---> Running in c919e9dc8611 [2020-08-01T04:39:49.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:39:49.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:39:50.180Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-01T04:39:50.180Z] (2/33) Installing expat (2.2.9-r1) [2020-08-01T04:39:50.180Z] (3/33) Installing libffi (3.3-r2) [2020-08-01T04:39:50.180Z] (4/33) Installing gdbm (1.13-r1) [2020-08-01T04:39:50.180Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-01T04:39:50.180Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-01T04:39:50.180Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-01T04:39:53.586Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-01T04:39:53.586Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-01T04:39:53.586Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-01T04:39:53.586Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-01T04:39:53.586Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-01T04:39:53.586Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-01T04:39:53.586Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-01T04:39:53.586Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-01T04:39:53.586Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-01T04:39:53.586Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-01T04:39:53.586Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-01T04:39:53.586Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-01T04:39:53.586Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-01T04:39:53.586Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-01T04:39:53.586Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-01T04:39:53.586Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-01T04:39:53.586Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-01T04:39:53.586Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-01T04:39:53.586Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-01T04:39:53.586Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-01T04:39:53.586Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-01T04:39:53.586Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-01T04:39:53.586Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-01T04:39:56.131Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-01T04:39:58.045Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-01T04:39:58.045Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-01T04:39:58.699Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:39:58.699Z] OK: 71 MiB in 55 packages [2020-08-01T04:40:00.627Z] gofmt -l . [2020-08-01T04:40:00.956Z] Removing intermediate container 390cda825c7f [2020-08-01T04:40:00.956Z] ---> bb9935918db0 [2020-08-01T04:40:00.956Z] [2020-08-01T04:40:00.956Z] Step 10/20 : FROM alpine [2020-08-01T04:40:00.956Z] ---> a24bb4013296 [2020-08-01T04:40:00.956Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-01T04:40:01.219Z] [ "`gofmt -l .`" = "" ] [2020-08-01T04:40:03.184Z] ./bin/test-go-mod-tidy.sh [2020-08-01T04:40:04.161Z] ./bin/test-attribution-txt.sh [2020-08-01T04:40:06.260Z] Removing intermediate container cf9fb4e3b08d [2020-08-01T04:40:06.260Z] ---> b15f91dd8684 [2020-08-01T04:40:06.260Z] [2020-08-01T04:40:06.260Z] Step 10/21 : FROM scratch [2020-08-01T04:40:06.260Z] ---> [2020-08-01T04:40:06.260Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-01T04:40:06.260Z] ---> Running in 585cd7bde6f2 [2020-08-01T04:40:06.260Z] ---> Using cache [2020-08-01T04:40:06.260Z] ---> ecb6820ec18f [2020-08-01T04:40:06.260Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-01T04:40:06.260Z] ---> Running in 4ad4fcf53480 [Pipeline] sh [2020-08-01T04:40:06.838Z] Removing intermediate container c919e9dc8611 [2020-08-01T04:40:06.838Z] ---> f4633c3f8dab [2020-08-01T04:40:06.838Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-01T04:40:07.430Z] + ls -al . [2020-08-01T04:40:07.430Z] total 596 [2020-08-01T04:40:07.430Z] drwxrwxr-x 10 1001 1001 4096 Aug 1 04:40 . [2020-08-01T04:40:07.430Z] drwxr-xr-x 4 root root 4096 Aug 1 04:37 .. [2020-08-01T04:40:07.430Z] -rw-rw-r-- 1 1001 1001 11 Aug 1 04:35 .dockerignore [2020-08-01T04:40:07.430Z] drwxrwxr-x 8 1001 1001 4096 Aug 1 04:35 .git [2020-08-01T04:40:07.430Z] drwxrwxr-x 3 1001 1001 4096 Aug 1 04:35 .github [2020-08-01T04:40:07.430Z] -rw-rw-r-- 1 1001 1001 932 Aug 1 04:35 .gitignore [2020-08-01T04:40:07.430Z] drwxrwxr-x 3 1001 1001 4096 Aug 1 04:36 .semver [2020-08-01T04:40:07.430Z] -rw-rw-r-- 1 1001 1001 166 Aug 1 04:35 .sonarcloud.properties [2020-08-01T04:40:07.430Z] -rw-rw-r-- 1 1001 1001 3804 Aug 1 04:35 CONTRIBUTING.md [2020-08-01T04:40:07.430Z] -rw-rw-r-- 1 1001 1001 1035 Aug 1 04:35 Dockerfile.build [2020-08-01T04:40:07.430Z] -rw-rw-r-- 1 1001 1001 865 Aug 1 04:35 Jenkinsfile [2020-08-01T04:40:07.430Z] -rw-rw-r-- 1 1001 1001 10775 Aug 1 04:35 LICENSE [2020-08-01T04:40:07.430Z] -rw-rw-r-- 1 1001 1001 6237 Aug 1 04:35 Makefile [2020-08-01T04:40:07.430Z] -rw-rw-r-- 1 1001 1001 5652 Aug 1 04:35 README.md [2020-08-01T04:40:07.430Z] -rw-rw-r-- 1 1001 1001 7111 Aug 1 04:35 SECURITY.md [2020-08-01T04:40:07.430Z] -rw-rw-r-- 1 1001 1001 5 Aug 1 04:32 VERSION [2020-08-01T04:40:07.430Z] -rw-rw-r-- 1 1001 1001 4131 Aug 1 04:35 ZMQWindows.md [2020-08-01T04:40:07.430Z] drwxrwxr-x 2 1001 1001 4096 Aug 1 04:35 bin [2020-08-01T04:40:07.430Z] drwxrwxr-x 15 1001 1001 4096 Aug 1 04:35 cmd [2020-08-01T04:40:07.430Z] -rw-r--r-- 1 root root 465013 Aug 1 04:39 coverage.out [2020-08-01T04:40:07.430Z] -rw-r--r-- 1 root root 1075 Aug 1 04:40 go.mod [2020-08-01T04:40:07.430Z] -rw-r--r-- 1 root root 18146 Aug 1 04:40 go.sum [2020-08-01T04:40:07.430Z] drwxrwxr-x 8 1001 1001 4096 Aug 1 04:35 internal [2020-08-01T04:40:07.430Z] drwxrwxr-x 4 1001 1001 4096 Aug 1 04:35 openapi [2020-08-01T04:40:07.430Z] drwxrwxr-x 4 1001 1001 4096 Aug 1 04:35 snap [2020-08-01T04:40:07.430Z] -rw-rw-r-- 1 1001 1001 168 Aug 1 04:35 version.go [Pipeline] sh [2020-08-01T04:40:07.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:40:07.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:40:08.043Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:40:08.043Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:40:08.043Z] OK: 12749 distinct packages available [2020-08-01T04:40:08.084Z] + '[' -e coverage.out ] [2020-08-01T04:40:08.084Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-01T04:40:08.147Z] Warning: overwriting stash ‘coverage-report’ [2020-08-01T04:40:08.302Z] ---> Running in a737c9743e3e [2020-08-01T04:40:08.302Z] Removing intermediate container 4ad4fcf53480 [2020-08-01T04:40:08.302Z] ---> c190e664d973 [2020-08-01T04:40:08.302Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:40:08.302Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-01T04:40:08.302Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-01T04:40:08.302Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-01T04:40:08.302Z] (4/4) Installing curl (7.69.1-r0) [2020-08-01T04:40:08.302Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:40:08.302Z] Executing ca-certificates-20191127-r4.trigger [2020-08-01T04:40:08.873Z] OK: 7 MiB in 18 packages [2020-08-01T04:40:08.873Z] Removing intermediate container a999e0c6386a [2020-08-01T04:40:08.873Z] ---> a6e28f636bab [2020-08-01T04:40:08.873Z] [2020-08-01T04:40:08.873Z] Step 10/21 : FROM scratch [2020-08-01T04:40:08.873Z] ---> [2020-08-01T04:40:08.873Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:40:08.873Z] ---> Running in eb390cba899f [2020-08-01T04:40:08.873Z] ---> Using cache [2020-08-01T04:40:08.873Z] ---> bf6fb3037201 [2020-08-01T04:40:08.873Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-01T04:40:09.136Z] ---> Running in f1c3fe01a2e5 [2020-08-01T04:40:09.136Z] Removing intermediate container eb390cba899f [2020-08-01T04:40:09.136Z] ---> cc05ca363410 [2020-08-01T04:40:09.136Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-01T04:40:09.319Z] Stashed 1 file(s) [Pipeline] sh [2020-08-01T04:40:09.397Z] Removing intermediate container f1c3fe01a2e5 [2020-08-01T04:40:09.397Z] ---> 85b39e43711a [2020-08-01T04:40:09.397Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:40:09.980Z] + make build [2020-08-01T04:40:09.980Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-01T04:40:10.784Z] ---> Running in 42971968f9a3 [2020-08-01T04:40:11.046Z] ---> 6bd6ee59ff1e [2020-08-01T04:40:11.046Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-01T04:40:11.046Z] Removing intermediate container 585cd7bde6f2 [2020-08-01T04:40:11.046Z] ---> fe46851320a2 [2020-08-01T04:40:11.046Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-01T04:40:11.046Z] Collecting docker-compose==1.23.2 [2020-08-01T04:40:11.046Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-01T04:40:11.046Z] ---> Running in b85875976bc0 [2020-08-01T04:40:11.307Z] Removing intermediate container 42971968f9a3 [2020-08-01T04:40:11.307Z] ---> c88fd5aebad2 [2020-08-01T04:40:11.307Z] Step 14/21 : WORKDIR / [2020-08-01T04:40:11.307Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-01T04:40:11.307Z] ---> cface55969e6 [2020-08-01T04:40:11.307Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-01T04:40:11.307Z] ---> Running in 4e4fa5d04475 [2020-08-01T04:40:11.307Z] Collecting texttable<0.10,>=0.9.0 [2020-08-01T04:40:11.307Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-01T04:40:11.573Z] Removing intermediate container b85875976bc0 [2020-08-01T04:40:11.573Z] ---> cabdeab9152c [2020-08-01T04:40:11.573Z] Step 13/20 : WORKDIR /edgex [2020-08-01T04:40:11.844Z] ---> Running in b06d8b2eda9c [2020-08-01T04:40:11.844Z] Removing intermediate container 4e4fa5d04475 [2020-08-01T04:40:11.844Z] ---> fa2c22c19c20 [2020-08-01T04:40:11.844Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-01T04:40:12.120Z] Removing intermediate container b06d8b2eda9c [2020-08-01T04:40:12.120Z] ---> 7e957ad0191e [2020-08-01T04:40:12.120Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-01T04:40:12.120Z] Collecting docker<4.0,>=3.6.0 [2020-08-01T04:40:12.120Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-01T04:40:12.120Z] ---> a80bf2cb559a [2020-08-01T04:40:12.120Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-01T04:40:12.120Z] ---> ee7b5f9333df [2020-08-01T04:40:12.120Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-01T04:40:12.713Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-01T04:40:12.713Z] ---> 7b772e0cb5d9 [2020-08-01T04:40:12.713Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-01T04:40:12.713Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-01T04:40:12.713Z] ---> 58bc870c4858 [2020-08-01T04:40:12.714Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:40:13.315Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-01T04:40:13.315Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-01T04:40:13.574Z] ---> 480e993b1419 [2020-08-01T04:40:13.574Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-01T04:40:13.574Z] ---> Running in 97fac3c93663 [2020-08-01T04:40:13.574Z] ---> 83f1c8e840b6 [2020-08-01T04:40:13.574Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-01T04:40:13.574Z] Collecting PyYAML<4,>=3.10 [2020-08-01T04:40:13.574Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-01T04:40:13.834Z] ---> Running in 41f3a507154a [2020-08-01T04:40:13.834Z] Removing intermediate container 97fac3c93663 [2020-08-01T04:40:13.834Z] ---> 74eca790363b [2020-08-01T04:40:13.834Z] Step 19/21 : LABEL arch=x86_64 [2020-08-01T04:40:14.404Z] Collecting docopt<0.7,>=0.6.1 [2020-08-01T04:40:14.665Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-01T04:40:14.925Z] ---> 78c556c7c25c [2020-08-01T04:40:14.925Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:40:15.185Z] ---> Running in 696e5905bcb9 [2020-08-01T04:40:15.185Z] Removing intermediate container 41f3a507154a [2020-08-01T04:40:15.185Z] ---> 70d2dd8429c6 [2020-08-01T04:40:15.185Z] Step 17/20 : CMD ["--init=true"] [2020-08-01T04:40:15.185Z] ---> Running in 9d686f36c43d [2020-08-01T04:40:15.449Z] ---> Running in 1e8f256bb144 [2020-08-01T04:40:15.449Z] Removing intermediate container 696e5905bcb9 [2020-08-01T04:40:15.449Z] ---> 6b8852fca18b [2020-08-01T04:40:15.449Z] Step 20/21 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:40:15.449Z] Removing intermediate container 9d686f36c43d [2020-08-01T04:40:15.449Z] ---> 4b5cdd09a366 [2020-08-01T04:40:15.449Z] Step 19/21 : LABEL arch=x86_64 [2020-08-01T04:40:16.019Z] ---> Running in 823ed252a141 [2020-08-01T04:40:16.019Z] Removing intermediate container 1e8f256bb144 [2020-08-01T04:40:16.019Z] ---> 3662b9ebd70c [2020-08-01T04:40:16.019Z] Step 18/20 : LABEL arch=x86_64 [2020-08-01T04:40:16.019Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-01T04:40:16.019Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-01T04:40:16.019Z] ---> Running in 85662656e3cc [2020-08-01T04:40:16.281Z] ---> Running in 3c357480a745 [2020-08-01T04:40:16.281Z] Removing intermediate container 823ed252a141 [2020-08-01T04:40:16.281Z] ---> 456d5f4558a0 [2020-08-01T04:40:16.281Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:40:16.281Z] Removing intermediate container 85662656e3cc [2020-08-01T04:40:16.281Z] ---> 565f62a28222 [2020-08-01T04:40:16.281Z] Step 20/21 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:40:16.544Z] ---> Running in 89e495bae991 [2020-08-01T04:40:16.544Z] Removing intermediate container 3c357480a745 [2020-08-01T04:40:16.544Z] ---> de28ab038da5 [2020-08-01T04:40:16.544Z] Step 19/20 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:40:16.544Z] ---> Running in ec596dad9870 [2020-08-01T04:40:16.544Z] Collecting cached-property<2,>=1.2.0 [2020-08-01T04:40:16.544Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-01T04:40:16.544Z] ---> Running in ca5cb19039fa [2020-08-01T04:40:16.806Z] Removing intermediate container 89e495bae991 [2020-08-01T04:40:16.806Z] ---> e43f8a7d97a9 [2020-08-01T04:40:16.806Z] [2020-08-01T04:40:16.806Z] Collecting jsonschema<3,>=2.5.1 [2020-08-01T04:40:16.806Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-01T04:40:16.806Z] Removing intermediate container ec596dad9870 [2020-08-01T04:40:16.806Z] ---> 65efafdc776f [2020-08-01T04:40:16.806Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:40:16.806Z] Successfully built e43f8a7d97a9 [2020-08-01T04:40:16.806Z] Successfully tagged docker-support-logging-go:latest [2020-08-01T04:40:16.806Z] Collecting docker-pycreds>=0.4.0 [2020-08-01T04:40:17.067Z]  Building docker-support-logging-go ... done  Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-01T04:40:17.067Z] Removing intermediate container ca5cb19039fa [2020-08-01T04:40:17.067Z] ---> 0aaeb36df7e3 [2020-08-01T04:40:17.067Z] Step 20/20 : LABEL version=0.0.0 [2020-08-01T04:40:17.067Z] ---> Running in 5330ee1caf49 [2020-08-01T04:40:17.067Z] Collecting idna<2.8,>=2.5 [2020-08-01T04:40:17.067Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-01T04:40:17.067Z] ---> Running in 18f02553927e [2020-08-01T04:40:17.067Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-01T04:40:17.327Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-01T04:40:17.327Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-01T04:40:17.327Z] Removing intermediate container 5330ee1caf49 [2020-08-01T04:40:17.327Z] ---> 42d4f06571d5 [2020-08-01T04:40:17.327Z] [2020-08-01T04:40:17.327Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-01T04:40:17.327Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-01T04:40:17.327Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-01T04:40:17.327Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-01T04:40:17.327Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-01T04:40:17.588Z] Installing collected packages: texttable, docker-pycreds, idna, urllib3, requests, websocket-client, docker, PyYAML, docopt, dockerpty, cached-property, jsonschema, docker-compose [2020-08-01T04:40:17.588Z] Running setup.py install for texttable: started [2020-08-01T04:40:17.588Z] Successfully built 42d4f06571d5 [2020-08-01T04:40:17.849Z] Successfully tagged docker-core-command-go:latest [2020-08-01T04:40:17.849Z]  Building docker-core-command-go ... done Removing intermediate container 18f02553927e [2020-08-01T04:40:17.849Z] ---> d8f24b999722 [2020-08-01T04:40:17.849Z] [2020-08-01T04:40:17.849Z] Successfully built d8f24b999722 [2020-08-01T04:40:17.849Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-01T04:40:17.849Z]  Building docker-security-proxy-setup-go ... done  Running setup.py install for texttable: finished with status 'done' [2020-08-01T04:40:18.110Z] Attempting uninstall: idna [2020-08-01T04:40:18.110Z] Found existing installation: idna 2.9 [2020-08-01T04:40:18.110Z] Uninstalling idna-2.9: [2020-08-01T04:40:18.110Z] Successfully uninstalled idna-2.9 [2020-08-01T04:40:18.110Z] Attempting uninstall: urllib3 [2020-08-01T04:40:18.110Z] Found existing installation: urllib3 1.25.9 [2020-08-01T04:40:18.110Z] Uninstalling urllib3-1.25.9: [2020-08-01T04:40:18.369Z] Successfully uninstalled urllib3-1.25.9 [2020-08-01T04:40:18.369Z] Attempting uninstall: requests [2020-08-01T04:40:18.369Z] Found existing installation: requests 2.23.0 [2020-08-01T04:40:18.370Z] Uninstalling requests-2.23.0: [2020-08-01T04:40:19.310Z] Successfully uninstalled requests-2.23.0 [2020-08-01T04:40:19.880Z] Running setup.py install for PyYAML: started [2020-08-01T04:40:20.450Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-01T04:40:20.450Z] Running setup.py install for docopt: started [2020-08-01T04:40:21.025Z] Running setup.py install for docopt: finished with status 'done' [2020-08-01T04:40:21.025Z] Running setup.py install for dockerpty: started [2020-08-01T04:40:21.285Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-01T04:40:21.855Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-01T04:40:24.398Z] Removing intermediate container a737c9743e3e [2020-08-01T04:40:24.398Z] ---> 9a9bb081fe07 [2020-08-01T04:40:24.398Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-01T04:40:24.398Z] ---> Running in 3d496b8a45f5 [2020-08-01T04:40:24.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:40:24.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:40:25.231Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-01T04:40:25.231Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-01T04:40:25.231Z] (3/3) Installing curl (7.69.1-r0) [2020-08-01T04:40:25.231Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:40:25.231Z] OK: 72 MiB in 58 packages [2020-08-01T04:40:25.801Z] Removing intermediate container 3d496b8a45f5 [2020-08-01T04:40:25.801Z] ---> 70dc5e874363 [2020-08-01T04:40:25.801Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:40:25.801Z] ---> Running in edacacfa2bd1 [2020-08-01T04:40:25.801Z] Removing intermediate container edacacfa2bd1 [2020-08-01T04:40:25.801Z] ---> d2cbe9bd577f [2020-08-01T04:40:25.801Z] Step 24/26 : LABEL arch=x86_64 [2020-08-01T04:40:26.061Z] ---> Running in 1312e7c742fa [2020-08-01T04:40:26.061Z] Removing intermediate container 1312e7c742fa [2020-08-01T04:40:26.061Z] ---> 9eabb684341c [2020-08-01T04:40:26.061Z] Step 25/26 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:40:26.322Z] ---> Running in 7fa14317d034 [2020-08-01T04:40:26.322Z] Removing intermediate container 7fa14317d034 [2020-08-01T04:40:26.322Z] ---> a48173b90779 [2020-08-01T04:40:26.322Z] Step 26/26 : LABEL version=0.0.0 [2020-08-01T04:40:26.582Z] ---> Running in 4ba467a5942d [2020-08-01T04:40:26.582Z] Removing intermediate container 4ba467a5942d [2020-08-01T04:40:26.582Z] ---> 305033c901bd [2020-08-01T04:40:26.582Z] [2020-08-01T04:40:26.841Z] Successfully built 305033c901bd [2020-08-01T04:40:26.841Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-01T04:40:27.115Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-01T04:40:27.146Z] $ docker stop --time=1 fa1476cdb03530ea4d1607410423b0cc5e794ac562927e30d0c0971c4d633bb6 [2020-08-01T04:40:28.476Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-01T04:40:28.743Z] $ docker rm -f fa1476cdb03530ea4d1607410423b0cc5e794ac562927e30d0c0971c4d633bb6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-01T04:40:29.244Z] + docker images [2020-08-01T04:40:29.244Z] + grep docker [2020-08-01T04:40:29.244Z] docker-sys-mgmt-agent-go latest 305033c901bd 3 seconds ago 284MB [2020-08-01T04:40:29.244Z] docker-security-proxy-setup-go latest d8f24b999722 12 seconds ago 16.4MB [2020-08-01T04:40:29.244Z] docker-core-command-go latest 42d4f06571d5 12 seconds ago 13MB [2020-08-01T04:40:29.244Z] docker-support-logging-go latest e43f8a7d97a9 13 seconds ago 11.8MB [2020-08-01T04:40:29.244Z] docker-support-notifications-go latest 9eab1506975b 44 seconds ago 14.4MB [2020-08-01T04:40:29.244Z] docker-security-secretstore-setup-go latest cbbf7db0cc32 2 minutes ago 33.9MB [2020-08-01T04:40:29.244Z] docker-core-data-go latest b241dc6656a6 2 minutes ago 23.8MB [2020-08-01T04:40:29.244Z] docker-security-secrets-setup-go latest c7158a0778b0 2 minutes ago 25.1MB [2020-08-01T04:40:29.244Z] docker-support-scheduler-go latest 76c21c8d672d 2 minutes ago 13.1MB [2020-08-01T04:40:29.244Z] docker-core-metadata-go latest 9b6c1b311e68 2 minutes ago 14.4MB [2020-08-01T04:40:29.244Z] docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-01T04:40:38.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-01T04:40:45.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-01T04:40:49.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-01T04:40:56.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-01T04:40:57.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-01T04:41:03.099Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-01T04:41:08.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-01T04:41:12.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-01T04:41:18.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-01T04:41:23.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-01T04:41:27.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-01T04:41:31.255Z] $ docker stop --time=1 b01f6803679773110479128bfc67dfa377555fc49244c34c19e002e5add2dedd [2020-08-01T04:41:33.578Z] $ docker rm -f b01f6803679773110479128bfc67dfa377555fc49244c34c19e002e5add2dedd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:41:35.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-01T04:41:35.018Z] [2020-08-01T04:41:35.018Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:41:35.659Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-01T04:41:35.659Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-01T04:41:35.659Z] 29e5d40040c1: Pulling fs layer [2020-08-01T04:41:35.659Z] 1ce36da41761: Pulling fs layer [2020-08-01T04:41:35.659Z] 25b303627fd3: Pulling fs layer [2020-08-01T04:41:35.934Z] 29e5d40040c1: Verifying Checksum [2020-08-01T04:41:35.934Z] 29e5d40040c1: Download complete [2020-08-01T04:41:36.207Z] 1ce36da41761: Verifying Checksum [2020-08-01T04:41:36.207Z] 1ce36da41761: Download complete [2020-08-01T04:41:36.479Z] 29e5d40040c1: Pull complete [2020-08-01T04:41:37.902Z] 1ce36da41761: Pull complete [2020-08-01T04:41:37.902Z] 25b303627fd3: Verifying Checksum [2020-08-01T04:41:37.902Z] 25b303627fd3: Download complete [2020-08-01T04:41:48.021Z] 25b303627fd3: Pull complete [2020-08-01T04:41:48.021Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-01T04:41:48.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-01T04:41:48.021Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-01T04:41:48.284Z] prd-ubuntu18.04-docker-arm64-4c-16g-1769 does not seem to be running inside a container [2020-08-01T04:41:48.376Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-01T04:41:52.061Z] $ docker top a57645eddc98f20bd957822f17433520e78c9fd0c50f3a832f9b7e33e7d99b4b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:41:53.426Z] + docker-compose+ buildgrep --help parallel [2020-08-01T04:41:53.426Z] [2020-08-01T04:41:56.789Z] --parallel Build images in parallel. [Pipeline] } [2020-08-01T04:41:57.102Z] $ docker stop --time=1 a57645eddc98f20bd957822f17433520e78c9fd0c50f3a832f9b7e33e7d99b4b [2020-08-01T04:41:59.098Z] $ docker rm -f a57645eddc98f20bd957822f17433520e78c9fd0c50f3a832f9b7e33e7d99b4b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:41:59.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-01T04:41:59.842Z] . [Pipeline] withDockerContainer [2020-08-01T04:42:00.101Z] prd-ubuntu18.04-docker-arm64-4c-16g-1769 does not seem to be running inside a container [2020-08-01T04:42:00.198Z] $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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-08-01T04:42:01.665Z] $ docker top 9ade20a438bf2867171ac12b65e6d823dc9a56d734c8f6852bf6d3ca1c093420 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:42:02.666Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-01T04:42:06.946Z] Building docker-core-command-go ... [2020-08-01T04:42:06.946Z] Building docker-core-data-go ... [2020-08-01T04:42:06.946Z] Building docker-core-metadata-go ... [2020-08-01T04:42:06.946Z] Building docker-security-proxy-setup-go ... [2020-08-01T04:42:06.946Z] Building docker-security-secrets-setup-go ... [2020-08-01T04:42:06.946Z] Building docker-security-secretstore-setup-go ... [2020-08-01T04:42:06.946Z] Building docker-support-logging-go ... [2020-08-01T04:42:06.946Z] Building docker-support-notifications-go ... [2020-08-01T04:42:06.946Z] Building docker-support-scheduler-go ... [2020-08-01T04:42:06.946Z] Building docker-sys-mgmt-agent-go ... [2020-08-01T04:42:06.946Z] Building docker-security-secretstore-setup-go [2020-08-01T04:42:06.946Z] Building docker-security-secrets-setup-go [2020-08-01T04:42:06.946Z] Building docker-sys-mgmt-agent-go [2020-08-01T04:42:06.946Z] Building docker-support-notifications-go [2020-08-01T04:42:06.946Z] Building docker-core-command-go [2020-08-01T04:43:58.777Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:43:58.777Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:43:58.777Z] ---> 23ba0bc9d6eb [2020-08-01T04:43:58.777Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:43:58.777Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:43:58.777Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:43:58.777Z] ---> 23ba0bc9d6eb [2020-08-01T04:43:58.777Z] Step 3/23 : WORKDIR /edgex-go [2020-08-01T04:43:58.777Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:43:58.777Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:43:58.777Z] ---> 23ba0bc9d6eb [2020-08-01T04:43:58.777Z] Step 3/26 : WORKDIR /edgex-go [2020-08-01T04:43:58.777Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:43:58.777Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-01T04:43:58.777Z] ---> 23ba0bc9d6eb [2020-08-01T04:43:58.777Z] Step 3/29 : WORKDIR /edgex-go [2020-08-01T04:43:58.777Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:43:58.777Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:43:58.777Z] ---> 23ba0bc9d6eb [2020-08-01T04:43:58.777Z] Step 3/26 : WORKDIR /edgex-go [2020-08-01T04:44:01.396Z] ---> Running in 3d6e4420f838 [2020-08-01T04:44:01.396Z] ---> Running in ffc3fb0e529b [2020-08-01T04:44:01.396Z] ---> Running in 8a1e1dcb0bd1 [2020-08-01T04:44:01.396Z] ---> Running in 9d3710561f5c [2020-08-01T04:44:01.396Z] ---> Running in efb9dda1c331 [2020-08-01T04:44:01.988Z] Removing intermediate container 8a1e1dcb0bd1 [2020-08-01T04:44:01.988Z] ---> d2a4cc14de61 [2020-08-01T04:44:01.988Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:44:01.988Z] Removing intermediate container ffc3fb0e529b [2020-08-01T04:44:01.988Z] ---> 153bbefd6b98 [2020-08-01T04:44:01.988Z] Step 4/29 : RUN apk update && apk add make git [2020-08-01T04:44:01.988Z] Removing intermediate container 3d6e4420f838 [2020-08-01T04:44:01.988Z] ---> 4b1c7e7b39de [2020-08-01T04:44:01.988Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:44:02.262Z] Removing intermediate container 9d3710561f5c [2020-08-01T04:44:02.262Z] ---> 0ca7ae033145 [2020-08-01T04:44:02.262Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:44:02.262Z] Removing intermediate container efb9dda1c331 [2020-08-01T04:44:02.262Z] ---> 51c03a27dd05 [2020-08-01T04:44:02.262Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:44:02.262Z] ---> Running in 5e7b48121517 [2020-08-01T04:44:02.262Z] ---> Running in c5005f02b7d0 [2020-08-01T04:44:02.262Z] ---> Running in 03538d6023d6 [2020-08-01T04:44:02.262Z] ---> Running in 6576224693e9 [2020-08-01T04:44:02.262Z] ---> Running in 1c0fcf948576 [2020-08-01T04:44:05.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:06.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:06.556Z] Removing intermediate container 03538d6023d6 [2020-08-01T04:44:06.556Z] ---> d0d83e6f8bf8 [2020-08-01T04:44:06.556Z] Step 5/26 : RUN apk update && apk add make git [2020-08-01T04:44:06.556Z] ---> Running in 5adf53c17b5d [2020-08-01T04:44:06.847Z] Removing intermediate container c5005f02b7d0 [2020-08-01T04:44:06.847Z] ---> ea978c06aa28 [2020-08-01T04:44:06.847Z] Step 5/21 : RUN apk update && apk add make git [2020-08-01T04:44:07.124Z] ---> Running in af3cabd4f789 [2020-08-01T04:44:07.124Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:44:07.124Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:44:07.124Z] OK: 12620 distinct packages available [2020-08-01T04:44:07.401Z] Removing intermediate container 1c0fcf948576 [2020-08-01T04:44:07.401Z] ---> 72a4438ed616 [2020-08-01T04:44:07.401Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-01T04:44:07.401Z] Removing intermediate container 6576224693e9 [2020-08-01T04:44:07.678Z] ---> cf85c4e69208 [2020-08-01T04:44:07.678Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-01T04:44:07.678Z] ---> Running in 6c17cfb25098 [2020-08-01T04:44:07.954Z] ---> Running in d8d05ef0d74c [2020-08-01T04:44:08.231Z] OK: 217 MiB in 51 packages [2020-08-01T04:44:09.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:09.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:10.101Z] Removing intermediate container 5e7b48121517 [2020-08-01T04:44:10.101Z] ---> a90d6243230c [2020-08-01T04:44:10.101Z] Step 5/29 : COPY go.mod . [2020-08-01T04:44:10.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:10.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:10.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:10.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:10.919Z] ---> 54ac8b6db82e [2020-08-01T04:44:10.919Z] Step 6/29 : RUN go mod download [2020-08-01T04:44:10.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:11.189Z] ---> Running in a47da736d6d3 [2020-08-01T04:44:11.189Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:44:11.189Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:44:11.189Z] OK: 12620 distinct packages available [2020-08-01T04:44:11.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:12.172Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:44:12.172Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:44:12.172Z] OK: 12620 distinct packages available [2020-08-01T04:44:12.172Z] OK: 217 MiB in 51 packages [2020-08-01T04:44:12.172Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:44:12.172Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:44:12.172Z] OK: 12620 distinct packages available [2020-08-01T04:44:12.172Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:44:12.172Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:44:12.172Z] OK: 12620 distinct packages available [2020-08-01T04:44:13.162Z] OK: 217 MiB in 51 packages [2020-08-01T04:44:13.162Z] OK: 217 MiB in 51 packages [2020-08-01T04:44:13.162Z] OK: 217 MiB in 51 packages [2020-08-01T04:44:13.762Z] Removing intermediate container 5adf53c17b5d [2020-08-01T04:44:13.762Z] ---> 9bd32ee84d10 [2020-08-01T04:44:13.762Z] Step 6/26 : COPY go.mod . [2020-08-01T04:44:15.203Z] ---> fb39e9213f9a [2020-08-01T04:44:15.203Z] Step 7/26 : RUN go mod download [2020-08-01T04:44:15.478Z] ---> Running in e9fd0a127d67 [2020-08-01T04:44:15.478Z] Removing intermediate container 6c17cfb25098 [2020-08-01T04:44:15.478Z] ---> 5753b6451e33 [2020-08-01T04:44:15.478Z] Step 6/23 : COPY go.mod . [2020-08-01T04:44:15.478Z] Removing intermediate container af3cabd4f789 [2020-08-01T04:44:15.478Z] ---> be264d579e7f [2020-08-01T04:44:15.478Z] Step 6/21 : COPY go.mod . [2020-08-01T04:44:15.478Z] Removing intermediate container d8d05ef0d74c [2020-08-01T04:44:15.478Z] ---> c6e487814106 [2020-08-01T04:44:15.478Z] Step 6/26 : COPY go.mod . [2020-08-01T04:44:15.753Z] Removing intermediate container a47da736d6d3 [2020-08-01T04:44:15.753Z] ---> 1a4080989d25 [2020-08-01T04:44:15.753Z] Step 7/29 : COPY . . [2020-08-01T04:44:16.746Z] ---> e9b00c5fbc14 [2020-08-01T04:44:16.746Z] Step 7/23 : RUN go mod download [2020-08-01T04:44:16.746Z] ---> c5134d07ba43 [2020-08-01T04:44:16.746Z] Step 7/21 : RUN go mod download [2020-08-01T04:44:17.390Z] ---> 43311406bf6a [2020-08-01T04:44:17.390Z] Step 7/26 : RUN go mod download [2020-08-01T04:44:17.991Z] ---> Running in 1e45fdcc8d95 [2020-08-01T04:44:17.991Z] ---> Running in 8fa8b0d79cb8 [2020-08-01T04:44:18.592Z] ---> Running in 32da89794854 [2020-08-01T04:44:21.212Z] Removing intermediate container e9fd0a127d67 [2020-08-01T04:44:21.212Z] ---> 888e6529e4a1 [2020-08-01T04:44:21.212Z] Step 8/26 : COPY . . [2020-08-01T04:44:26.642Z] Removing intermediate container 1e45fdcc8d95 [2020-08-01T04:44:26.642Z] ---> 063fd7bddd74 [2020-08-01T04:44:26.642Z] Step 8/23 : COPY . . [2020-08-01T04:44:26.642Z] Removing intermediate container 8fa8b0d79cb8 [2020-08-01T04:44:26.642Z] ---> 39b3e4a06c56 [2020-08-01T04:44:26.642Z] Step 8/21 : COPY . . [2020-08-01T04:44:26.642Z] Removing intermediate container 32da89794854 [2020-08-01T04:44:26.642Z] ---> 43d269536ed6 [2020-08-01T04:44:26.642Z] Step 8/26 : COPY . . [2020-08-01T04:44:53.479Z] ---> b17e54bcdf56 [2020-08-01T04:44:53.479Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-01T04:44:53.479Z] ---> Running in 0ef13ed5438b [2020-08-01T04:44:53.479Z] ---> a8524d53b6b5 [2020-08-01T04:44:53.479Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-01T04:44:53.479Z] ---> d9767ee739e1 [2020-08-01T04:44:53.479Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-01T04:44:53.479Z] ---> c871b450cf6c [2020-08-01T04:44:53.479Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-01T04:44:53.479Z] ---> Running in 8f4a8a10bf2f [2020-08-01T04:44:53.479Z] ---> c0c72f0d737c [2020-08-01T04:44:53.479Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-01T04:44:53.479Z] ---> Running in b7ff2cfce0b0 [2020-08-01T04:44:53.479Z] ---> Running in c3524aa6a168 [2020-08-01T04:44:53.479Z] ---> Running in 22751e56cf64 [2020-08-01T04:44:53.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-01T04:44:55.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-01T04:44:55.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-01T04:44:55.499Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-01T04:44:55.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-01T04:46:17.578Z] Removing intermediate container 0ef13ed5438b [2020-08-01T04:46:17.578Z] ---> b5cdadd3af7e [2020-08-01T04:46:17.578Z] [2020-08-01T04:46:17.578Z] Step 9/29 : FROM alpine:latest [2020-08-01T04:46:17.578Z] latest: Pulling from library/alpine [2020-08-01T04:46:17.578Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-01T04:46:17.578Z] Status: Downloaded newer image for alpine:latest [2020-08-01T04:46:17.578Z] ---> 62ee0e9f8440 [2020-08-01T04:46:17.578Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-01T04:46:17.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-01T04:46:17.578Z] ---> Running in 4008dcccc84f [2020-08-01T04:46:17.578Z] Removing intermediate container 4008dcccc84f [2020-08-01T04:46:17.578Z] ---> 2dff920b4053 [2020-08-01T04:46:17.578Z] Step 11/29 : USER root [2020-08-01T04:46:17.578Z] ---> Running in 5be72c543afd [2020-08-01T04:46:17.578Z] Removing intermediate container 5be72c543afd [2020-08-01T04:46:17.578Z] ---> 540a0a6f1deb [2020-08-01T04:46:17.578Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-01T04:46:17.578Z] ---> Running in 59a80e11e1ec [2020-08-01T04:46:17.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:46:18.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:46:18.741Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:46:18.741Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:46:18.741Z] OK: 12620 distinct packages available [2020-08-01T04:46:19.737Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-01T04:46:19.737Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-01T04:46:19.737Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:46:19.737Z] Executing ca-certificates-20191127-r4.trigger [2020-08-01T04:46:20.018Z] OK: 6 MiB in 16 packages [2020-08-01T04:46:23.437Z] Removing intermediate container 59a80e11e1ec [2020-08-01T04:46:23.437Z] ---> 292e07f13752 [2020-08-01T04:46:23.437Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-01T04:46:23.437Z] ---> Running in 2009182f5a16 [2020-08-01T04:46:23.711Z] Removing intermediate container 2009182f5a16 [2020-08-01T04:46:23.711Z] ---> 2d00a1c8972e [2020-08-01T04:46:23.711Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-01T04:46:23.999Z] ---> Running in 3b81d6775ad6 [2020-08-01T04:46:24.609Z] Removing intermediate container 3b81d6775ad6 [2020-08-01T04:46:24.609Z] ---> ade130792a42 [2020-08-01T04:46:24.609Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-01T04:46:24.889Z] ---> Running in 0356d670789a [2020-08-01T04:46:27.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-01T04:46:29.538Z] Removing intermediate container 0356d670789a [2020-08-01T04:46:29.538Z] ---> 8b4d57d8d392 [2020-08-01T04:46:29.538Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-01T04:46:31.544Z] Removing intermediate container c3524aa6a168 [2020-08-01T04:46:31.544Z] ---> 816583b2b7ee [2020-08-01T04:46:31.544Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-01T04:46:31.544Z] ---> Running in 682d54e24124 [2020-08-01T04:46:31.822Z] ---> 17a1aca479da [2020-08-01T04:46:31.822Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-01T04:46:33.259Z] ---> 767424d56152 [2020-08-01T04:46:33.259Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-01T04:46:34.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-01T04:46:34.238Z] ---> 320a5d11f8bd [2020-08-01T04:46:34.238Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-01T04:46:35.684Z] ---> 77b5cb96f35f [2020-08-01T04:46:35.684Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-01T04:46:36.666Z] ---> 19f58589d1d0 [2020-08-01T04:46:36.666Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-01T04:46:36.939Z] ---> Running in fef869698389 [2020-08-01T04:46:42.356Z] Removing intermediate container 682d54e24124 [2020-08-01T04:46:42.356Z] ---> 3820ceea5b15 [2020-08-01T04:46:42.356Z] [2020-08-01T04:46:42.356Z] Step 11/26 : FROM docker:latest [2020-08-01T04:46:42.356Z] ---> ce9d55ae87f1 [2020-08-01T04:46:42.356Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-01T04:46:42.356Z] Removing intermediate container 8f4a8a10bf2f [2020-08-01T04:46:42.356Z] ---> 4efc93371729 [2020-08-01T04:46:42.356Z] [2020-08-01T04:46:42.356Z] Step 10/26 : FROM alpine:3.10 [2020-08-01T04:46:42.356Z] Removing intermediate container fef869698389 [2020-08-01T04:46:42.356Z] ---> 39884683f617 [2020-08-01T04:46:42.356Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-01T04:46:42.356Z] ---> Running in 364cb7b23762 [2020-08-01T04:46:42.356Z] 3.10: Pulling from library/alpine [2020-08-01T04:46:43.795Z] ---> 3029e699a239 [2020-08-01T04:46:43.795Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-01T04:46:44.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:46:44.347Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-01T04:46:44.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:46:44.620Z] Status: Downloaded newer image for alpine:3.10 [2020-08-01T04:46:44.620Z] ---> 536a684cf733 [2020-08-01T04:46:44.620Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-01T04:46:44.620Z] ---> Running in 46d6d1e35397 [2020-08-01T04:46:44.896Z] (1/2) Installing readline (8.0.4-r0) [2020-08-01T04:46:44.896Z] (2/2) Installing bash (5.0.17-r0) [2020-08-01T04:46:45.169Z] Executing bash-5.0.17-r0.post-install [2020-08-01T04:46:45.169Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:46:45.169Z] OK: 12 MiB in 22 packages [2020-08-01T04:46:45.169Z] ---> Running in 8ba0ba057ddc [2020-08-01T04:46:45.769Z] Removing intermediate container b7ff2cfce0b0 [2020-08-01T04:46:45.769Z] ---> 68b50aaf9db1 [2020-08-01T04:46:45.769Z] [2020-08-01T04:46:45.769Z] Step 10/23 : FROM scratch [2020-08-01T04:46:45.769Z] ---> [2020-08-01T04:46:45.769Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-01T04:46:45.769Z] Removing intermediate container 22751e56cf64 [2020-08-01T04:46:45.769Z] ---> 14238b3adbbf [2020-08-01T04:46:45.769Z] [2020-08-01T04:46:45.769Z] Step 10/21 : FROM scratch [2020-08-01T04:46:45.769Z] ---> [2020-08-01T04:46:45.769Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:46:46.366Z] ---> Running in 099f1bed6f6d [2020-08-01T04:46:46.366Z] ---> Running in 50e2959ab8e9 [2020-08-01T04:46:46.972Z] Removing intermediate container 50e2959ab8e9 [2020-08-01T04:46:46.972Z] ---> 1b63cc93cf02 [2020-08-01T04:46:46.972Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-01T04:46:46.972Z] Removing intermediate container 099f1bed6f6d [2020-08-01T04:46:46.972Z] ---> e5b7f8f095e9 [2020-08-01T04:46:46.972Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-01T04:46:46.972Z] ---> Running in 1af02e7e5528 [2020-08-01T04:46:46.972Z] Removing intermediate container 364cb7b23762 [2020-08-01T04:46:46.972Z] ---> 8650d5d47358 [2020-08-01T04:46:46.972Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-01T04:46:46.972Z] ---> Running in 00a7eefef65f [2020-08-01T04:46:47.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:46:47.248Z] ---> Running in c73edfde8ed5 [2020-08-01T04:46:47.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:46:47.524Z] Removing intermediate container 1af02e7e5528 [2020-08-01T04:46:47.524Z] ---> 24677b3d2655 [2020-08-01T04:46:47.524Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:46:47.796Z] Removing intermediate container 00a7eefef65f [2020-08-01T04:46:47.796Z] ---> 988c539f6b15 [2020-08-01T04:46:47.796Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-01T04:46:47.796Z] ---> Running in 973eeedda201 [2020-08-01T04:46:47.796Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-01T04:46:47.796Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-01T04:46:47.796Z] OK: 10167 distinct packages available [2020-08-01T04:46:52.064Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-01T04:46:52.064Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-01T04:46:52.064Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-01T04:46:52.064Z] (4/5) Installing curl (7.66.0-r0) [2020-08-01T04:46:52.064Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-01T04:46:52.064Z] Executing busybox-1.30.1-r3.trigger [2020-08-01T04:46:52.064Z] Executing ca-certificates-20191127-r2.trigger [2020-08-01T04:46:52.064Z] OK: 7 MiB in 19 packages [2020-08-01T04:46:52.064Z] ---> Running in bc67d80199c6 [2020-08-01T04:46:52.064Z] Removing intermediate container 973eeedda201 [2020-08-01T04:46:52.064Z] ---> 5dcbdd37f4d2 [2020-08-01T04:46:52.064Z] Step 14/21 : WORKDIR / [2020-08-01T04:46:52.064Z] Removing intermediate container 46d6d1e35397 [2020-08-01T04:46:52.064Z] ---> 337a2f17f18d [2020-08-01T04:46:52.064Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-01T04:46:52.064Z] ---> Running in 3d1f803158ba [2020-08-01T04:46:52.064Z] ---> Running in cc74ecf247be [2020-08-01T04:46:52.339Z] Removing intermediate container bc67d80199c6 [2020-08-01T04:46:52.339Z] ---> 194a60437c0a [2020-08-01T04:46:52.339Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-01T04:46:53.317Z] Removing intermediate container 3d1f803158ba [2020-08-01T04:46:53.317Z] ---> 3c14f243984d [2020-08-01T04:46:53.317Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-01T04:46:53.622Z] ---> 7983aefbf98c [2020-08-01T04:46:53.622Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-01T04:46:53.622Z] Removing intermediate container 8ba0ba057ddc [2020-08-01T04:46:53.622Z] ---> 19faf11efc14 [2020-08-01T04:46:53.622Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-01T04:46:53.893Z] ---> Running in a4f5f6111758 [2020-08-01T04:46:54.162Z] Removing intermediate container c73edfde8ed5 [2020-08-01T04:46:54.162Z] ---> 6e3874fa01cf [2020-08-01T04:46:54.162Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-01T04:46:54.162Z] ---> 33a39c548e8e [2020-08-01T04:46:54.162Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-01T04:46:54.435Z] ---> Running in 1e7d834e5789 [2020-08-01T04:46:54.709Z] Removing intermediate container a4f5f6111758 [2020-08-01T04:46:54.709Z] ---> 00914178c55d [2020-08-01T04:46:54.709Z] Step 13/26 : WORKDIR / [2020-08-01T04:46:54.980Z] Removing intermediate container 1e7d834e5789 [2020-08-01T04:46:54.980Z] ---> 02283973f2f5 [2020-08-01T04:46:54.980Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-01T04:46:54.980Z] ---> Running in 1006eae75e10 [2020-08-01T04:46:55.250Z] ---> Running in 4438366aa441 [2020-08-01T04:46:55.250Z] ---> ae8f115c0bf6 [2020-08-01T04:46:55.250Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-01T04:46:55.845Z] Removing intermediate container 1006eae75e10 [2020-08-01T04:46:55.845Z] ---> c74dd1068b9d [2020-08-01T04:46:55.845Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-01T04:46:56.126Z] Removing intermediate container 4438366aa441 [2020-08-01T04:46:56.126Z] ---> 6efc90302277 [2020-08-01T04:46:56.126Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-01T04:46:56.126Z] ---> a62515fcdf43 [2020-08-01T04:46:56.126Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-01T04:46:56.398Z] Removing intermediate container cc74ecf247be [2020-08-01T04:46:56.398Z] ---> 5b229f2ed618 [2020-08-01T04:46:56.398Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-01T04:46:56.672Z] ---> Running in d13c26fca498 [2020-08-01T04:46:56.672Z] ---> Running in c580e4bffb83 [2020-08-01T04:46:56.672Z] ---> 2956f1d6880b [2020-08-01T04:46:56.672Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-01T04:46:56.943Z] ---> 0e9e9764c68d [2020-08-01T04:46:56.943Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-01T04:46:57.216Z] Removing intermediate container d13c26fca498 [2020-08-01T04:46:57.216Z] ---> 174a14bcf602 [2020-08-01T04:46:57.216Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-01T04:46:57.216Z] ---> d4a9516fe9ce [2020-08-01T04:46:57.216Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:46:57.487Z] Removing intermediate container c580e4bffb83 [2020-08-01T04:46:57.487Z] ---> 37467e93b0f6 [2020-08-01T04:46:57.487Z] Step 26/29 : CMD [ "generate" ] [2020-08-01T04:46:57.756Z] ---> Running in 988f64b18a78 [2020-08-01T04:46:57.756Z] ---> Running in 5f6c2ae83cad [2020-08-01T04:46:58.030Z] ---> 8633f3a84068 [2020-08-01T04:46:58.030Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-01T04:46:58.030Z] ---> a72d2b236d53 [2020-08-01T04:46:58.030Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-01T04:46:58.449Z] Removing intermediate container 988f64b18a78 [2020-08-01T04:46:58.449Z] ---> 6b80f95de1ee [2020-08-01T04:46:58.449Z] Step 19/21 : LABEL arch=arm64 [2020-08-01T04:46:58.721Z] Removing intermediate container 5f6c2ae83cad [2020-08-01T04:46:58.721Z] ---> fd7e6245b4b3 [2020-08-01T04:46:58.721Z] Step 27/29 : LABEL arch=arm64 [2020-08-01T04:46:58.995Z] ---> Running in 38d238263c09 [2020-08-01T04:46:58.995Z] ---> 954fb7363f74 [2020-08-01T04:46:58.995Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-01T04:46:58.995Z] ---> 98114001255b [2020-08-01T04:46:58.995Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-01T04:46:58.995Z] ---> Running in 02761983220a [2020-08-01T04:46:59.589Z] ---> abe116cbdd70 [2020-08-01T04:46:59.589Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-01T04:46:59.589Z] Removing intermediate container 38d238263c09 [2020-08-01T04:46:59.589Z] ---> 62136dab992f [2020-08-01T04:46:59.589Z] Step 20/21 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:46:59.589Z] Removing intermediate container 02761983220a [2020-08-01T04:46:59.589Z] ---> ac22d3ddbc0b [2020-08-01T04:46:59.589Z] Step 28/29 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:46:59.857Z] ---> Running in d3498b5674b7 [2020-08-01T04:46:59.857Z] ---> Running in 4eb0bbd7468d [2020-08-01T04:47:00.127Z] ---> b141b1790419 [2020-08-01T04:47:00.127Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-01T04:47:00.127Z] ---> 269657d7ecbf [2020-08-01T04:47:00.127Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-01T04:47:00.400Z] ---> 9439786ef956 [2020-08-01T04:47:00.400Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:47:00.670Z] Removing intermediate container d3498b5674b7 [2020-08-01T04:47:00.670Z] ---> 0be58a72e155 [2020-08-01T04:47:00.670Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:47:00.670Z] ---> Running in fb4426a32862 [2020-08-01T04:47:00.670Z] Removing intermediate container 4eb0bbd7468d [2020-08-01T04:47:00.670Z] ---> 0fbc7e7292cf [2020-08-01T04:47:00.670Z] Step 29/29 : LABEL version=0.0.0 [2020-08-01T04:47:00.940Z] ---> Running in 204f7f1b6e5b [2020-08-01T04:47:00.940Z] ---> Running in 5d0239013bfd [2020-08-01T04:47:01.210Z] ---> d6466b5107ac [2020-08-01T04:47:01.210Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-01T04:47:01.210Z] ---> 2d8c7a975c04 [2020-08-01T04:47:01.210Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-01T04:47:01.480Z] Removing intermediate container fb4426a32862 [2020-08-01T04:47:01.480Z] ---> ad81469ff792 [2020-08-01T04:47:01.480Z] Step 21/23 : LABEL arch=arm64 [2020-08-01T04:47:01.480Z] ---> Running in 8764decb44f3 [2020-08-01T04:47:01.756Z] Removing intermediate container 5d0239013bfd [2020-08-01T04:47:01.756Z] ---> 6abc27193705 [2020-08-01T04:47:01.756Z] [2020-08-01T04:47:01.756Z] Removing intermediate container 204f7f1b6e5b [2020-08-01T04:47:01.756Z] ---> dcc58af18aa8 [2020-08-01T04:47:01.756Z] [2020-08-01T04:47:01.756Z] ---> Running in f48826c0aeba [2020-08-01T04:47:02.744Z] Successfully built dcc58af18aa8 [2020-08-01T04:47:02.744Z] Successfully built 6abc27193705 [2020-08-01T04:47:02.744Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-01T04:47:02.744Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-01T04:47:02.744Z]  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go [2020-08-01T04:47:02.744Z]  Building docker-core-command-go ... done Building docker-support-logging-go [2020-08-01T04:47:02.744Z] Removing intermediate container f48826c0aeba [2020-08-01T04:47:02.744Z] ---> aeeeee0f6a21 [2020-08-01T04:47:02.744Z] Step 22/23 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:47:02.744Z] ---> Running in d182dc3b83c0 [2020-08-01T04:47:02.744Z] ---> c21f6806e7b1 [2020-08-01T04:47:02.744Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-01T04:47:03.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:47:03.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:47:03.621Z] Removing intermediate container d182dc3b83c0 [2020-08-01T04:47:03.621Z] ---> 296aa52a22b5 [2020-08-01T04:47:03.621Z] Step 23/23 : LABEL version=0.0.0 [2020-08-01T04:47:03.621Z] ---> Running in 7d4879b042e9 [2020-08-01T04:47:03.905Z] ---> 9f524083c269 [2020-08-01T04:47:03.905Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-01T04:47:03.905Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-01T04:47:03.905Z] (2/33) Installing expat (2.2.9-r1) [2020-08-01T04:47:03.905Z] (3/33) Installing libffi (3.3-r2) [2020-08-01T04:47:03.905Z] (4/33) Installing gdbm (1.13-r1) [2020-08-01T04:47:03.905Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-01T04:47:04.176Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-01T04:47:04.176Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-01T04:47:04.448Z] Removing intermediate container 7d4879b042e9 [2020-08-01T04:47:04.448Z] ---> e9b44ce4b62d [2020-08-01T04:47:04.448Z] [2020-08-01T04:47:05.053Z] Successfully built e9b44ce4b62d [2020-08-01T04:47:05.326Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-01T04:47:05.326Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-08-01T04:47:05.918Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-01T04:47:05.918Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-01T04:47:05.918Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-01T04:47:05.918Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-01T04:47:05.918Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-01T04:47:06.190Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-01T04:47:06.190Z] ---> e9b491aad029 [2020-08-01T04:47:06.190Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-01T04:47:06.190Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-01T04:47:06.190Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-01T04:47:06.190Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-01T04:47:06.190Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-01T04:47:06.190Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-01T04:47:06.190Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-01T04:47:06.461Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-01T04:47:06.461Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-01T04:47:06.461Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-01T04:47:06.461Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-01T04:47:06.461Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-01T04:47:06.461Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-01T04:47:06.461Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-01T04:47:06.461Z] ---> Running in 305fc572d16a [2020-08-01T04:47:06.461Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-01T04:47:06.462Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-01T04:47:06.462Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-01T04:47:06.462Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-01T04:47:06.462Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-01T04:47:06.462Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-01T04:47:06.462Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-01T04:47:06.732Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:47:06.732Z] OK: 71 MiB in 55 packages [2020-08-01T04:47:12.136Z] Removing intermediate container 305fc572d16a [2020-08-01T04:47:12.136Z] ---> 0f272a277a3b [2020-08-01T04:47:12.136Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-01T04:47:12.136Z] ---> Running in c15540394e67 [2020-08-01T04:47:13.573Z] Removing intermediate container c15540394e67 [2020-08-01T04:47:13.573Z] ---> 6310c6170aff [2020-08-01T04:47:13.573Z] Step 24/26 : LABEL arch=arm64 [2020-08-01T04:47:13.854Z] ---> Running in 13280781ba6d [2020-08-01T04:47:14.448Z] Removing intermediate container 8764decb44f3 [2020-08-01T04:47:14.448Z] ---> 4ccbd42c4abe [2020-08-01T04:47:14.448Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-01T04:47:15.053Z] Removing intermediate container 13280781ba6d [2020-08-01T04:47:15.053Z] ---> eb00e02e1369 [2020-08-01T04:47:15.053Z] Step 25/26 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:47:15.053Z] ---> Running in ef3abaef6c78 [2020-08-01T04:47:15.327Z] ---> Running in e3c377d4bb95 [2020-08-01T04:47:16.301Z] Removing intermediate container e3c377d4bb95 [2020-08-01T04:47:16.301Z] ---> 42f2e43db2b3 [2020-08-01T04:47:16.301Z] Step 26/26 : LABEL version=0.0.0 [2020-08-01T04:47:16.588Z] ---> Running in 997906932dd0 [2020-08-01T04:47:17.567Z] Removing intermediate container 997906932dd0 [2020-08-01T04:47:17.567Z] ---> 8ce7939cd1fa [2020-08-01T04:47:17.567Z] [2020-08-01T04:47:18.164Z] Successfully built 8ce7939cd1fa [2020-08-01T04:47:18.165Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-01T04:47:18.165Z] Building docker-core-data-go [2020-08-01T04:47:20.775Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-08-01T04:47:20.775Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-01T04:47:21.743Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-01T04:47:21.743Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-01T04:47:22.332Z] Collecting PyYAML<4,>=3.10 [2020-08-01T04:47:22.332Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-01T04:47:26.617Z] Collecting jsonschema<3,>=2.5.1 [2020-08-01T04:47:26.617Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-01T04:47:26.617Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-01T04:47:26.617Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-01T04:47:29.226Z] Collecting docker<4.0,>=3.6.0 [2020-08-01T04:47:29.226Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-01T04:47:29.498Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-01T04:47:30.881Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-01T04:47:30.881Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-01T04:47:31.157Z] Collecting docopt<0.7,>=0.6.1 [2020-08-01T04:47:31.157Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-01T04:47:33.774Z] Collecting cached-property<2,>=1.2.0 [2020-08-01T04:47:33.774Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-01T04:47:34.048Z] Collecting texttable<0.10,>=0.9.0 [2020-08-01T04:47:34.048Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-01T04:47:36.665Z] Collecting docker-pycreds>=0.4.0 [2020-08-01T04:47:36.665Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-01T04:47:36.665Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-01T04:47:36.939Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-01T04:47:37.213Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-01T04:47:37.213Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-01T04:47:37.485Z] Collecting idna<2.8,>=2.5 [2020-08-01T04:47:37.485Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-01T04:47:37.757Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-01T04:47:37.757Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-01T04:47:37.757Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-01T04:47:37.757Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-01T04:47:38.736Z] Installing collected packages: websocket-client, PyYAML, jsonschema, dockerpty, docker-pycreds, urllib3, idna, requests, docker, docopt, cached-property, texttable, docker-compose [2020-08-01T04:47:39.010Z] Running setup.py install for PyYAML: started [2020-08-01T04:47:41.629Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-01T04:47:41.629Z] Running setup.py install for dockerpty: started [2020-08-01T04:47:44.249Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-01T04:47:44.249Z] Attempting uninstall: urllib3 [2020-08-01T04:47:44.249Z] Found existing installation: urllib3 1.25.9 [2020-08-01T04:47:44.249Z] Uninstalling urllib3-1.25.9: [2020-08-01T04:47:44.249Z] Successfully uninstalled urllib3-1.25.9 [2020-08-01T04:47:44.847Z] Attempting uninstall: idna [2020-08-01T04:47:44.847Z] Found existing installation: idna 2.9 [2020-08-01T04:47:44.847Z] Uninstalling idna-2.9: [2020-08-01T04:47:44.847Z] Successfully uninstalled idna-2.9 [2020-08-01T04:47:45.822Z] Attempting uninstall: requests [2020-08-01T04:47:45.822Z] Found existing installation: requests 2.23.0 [2020-08-01T04:47:45.822Z] Uninstalling requests-2.23.0: [2020-08-01T04:47:45.822Z] Successfully uninstalled requests-2.23.0 [2020-08-01T04:47:47.258Z] Running setup.py install for docopt: started [2020-08-01T04:47:49.263Z] Running setup.py install for docopt: finished with status 'done' [2020-08-01T04:47:50.718Z] Running setup.py install for texttable: started [2020-08-01T04:47:52.729Z] Running setup.py install for texttable: finished with status 'done' [2020-08-01T04:47:53.713Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-01T04:48:03.884Z] Removing intermediate container ef3abaef6c78 [2020-08-01T04:48:03.884Z] ---> 36cf7876b1a0 [2020-08-01T04:48:03.884Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-01T04:48:03.884Z] ---> Running in 9de08b31ac29 [2020-08-01T04:48:05.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:48:05.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:48:06.181Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-01T04:48:06.181Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-01T04:48:06.181Z] (3/3) Installing curl (7.69.1-r0) [2020-08-01T04:48:06.181Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:48:06.181Z] OK: 71 MiB in 58 packages [2020-08-01T04:48:08.157Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:48:08.157Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:48:08.157Z] ---> 23ba0bc9d6eb [2020-08-01T04:48:08.157Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:48:08.157Z] ---> Using cache [2020-08-01T04:48:08.157Z] ---> 51c03a27dd05 [2020-08-01T04:48:08.157Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:48:08.157Z] ---> Using cache [2020-08-01T04:48:08.157Z] ---> 72a4438ed616 [2020-08-01T04:48:08.157Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-01T04:48:08.757Z] ---> Running in 7a98a5feb16a [2020-08-01T04:48:09.030Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:48:09.030Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:48:09.030Z] ---> 23ba0bc9d6eb [2020-08-01T04:48:09.030Z] Step 3/20 : WORKDIR /edgex-go [2020-08-01T04:48:09.030Z] ---> Using cache [2020-08-01T04:48:09.030Z] ---> 51c03a27dd05 [2020-08-01T04:48:09.030Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:48:09.030Z] ---> Using cache [2020-08-01T04:48:09.030Z] ---> 72a4438ed616 [2020-08-01T04:48:09.030Z] Step 5/20 : RUN apk update && apk add make git [2020-08-01T04:48:09.311Z] ---> Running in 026adac8e270 [2020-08-01T04:48:09.917Z] Removing intermediate container 9de08b31ac29 [2020-08-01T04:48:09.917Z] ---> b0ca715ac418 [2020-08-01T04:48:09.917Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:48:10.192Z] ---> Running in b525d5b631f9 [2020-08-01T04:48:11.184Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:48:11.184Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:48:11.184Z] ---> 23ba0bc9d6eb [2020-08-01T04:48:11.184Z] Step 3/20 : WORKDIR /edgex-go [2020-08-01T04:48:11.184Z] ---> Using cache [2020-08-01T04:48:11.184Z] ---> 51c03a27dd05 [2020-08-01T04:48:11.184Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:48:11.184Z] ---> Using cache [2020-08-01T04:48:11.184Z] ---> 72a4438ed616 [2020-08-01T04:48:11.184Z] Step 5/20 : RUN apk update && apk add make git [2020-08-01T04:48:11.184Z] Removing intermediate container b525d5b631f9 [2020-08-01T04:48:11.184Z] ---> f4c3bc4bec2b [2020-08-01T04:48:11.184Z] Step 24/26 : LABEL arch=arm64 [2020-08-01T04:48:11.184Z] ---> Running in 85ce3a521587 [2020-08-01T04:48:11.790Z] ---> Running in 1a2731da7236 [2020-08-01T04:48:12.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:48:12.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:48:13.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:48:13.053Z] Removing intermediate container 1a2731da7236 [2020-08-01T04:48:13.053Z] ---> 9102b23b6d7d [2020-08-01T04:48:13.053Z] Step 25/26 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:48:13.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:48:13.644Z] ---> Running in 8dfa6b6a7e34 [2020-08-01T04:48:13.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:48:13.924Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:48:13.924Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:48:13.924Z] OK: 12620 distinct packages available [2020-08-01T04:48:14.200Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:48:14.200Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:48:14.200Z] OK: 12620 distinct packages available [2020-08-01T04:48:14.485Z] Removing intermediate container 8dfa6b6a7e34 [2020-08-01T04:48:14.485Z] ---> 381c62429085 [2020-08-01T04:48:14.485Z] Step 26/26 : LABEL version=0.0.0 [2020-08-01T04:48:14.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:48:14.762Z] OK: 217 MiB in 51 packages [2020-08-01T04:48:15.037Z] ---> Running in 8aa4b81014b2 [2020-08-01T04:48:15.037Z] OK: 217 MiB in 51 packages [2020-08-01T04:48:15.649Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:48:15.649Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:48:15.649Z] OK: 12620 distinct packages available [2020-08-01T04:48:15.938Z] OK: 217 MiB in 51 packages [2020-08-01T04:48:16.277Z] Removing intermediate container 8aa4b81014b2 [2020-08-01T04:48:16.277Z] ---> 187d0da0f322 [2020-08-01T04:48:16.277Z] [2020-08-01T04:48:16.555Z] OK: 217 MiB in 51 packages [2020-08-01T04:48:16.555Z] Removing intermediate container 026adac8e270 [2020-08-01T04:48:16.555Z] ---> 1003b055769e [2020-08-01T04:48:16.555Z] Step 6/20 : COPY go.mod . [2020-08-01T04:48:17.167Z] Successfully built 187d0da0f322 [2020-08-01T04:48:17.167Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-01T04:48:17.167Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-08-01T04:48:17.760Z] ---> a18b45b5b5e8 [2020-08-01T04:48:17.760Z] Step 7/20 : RUN go mod download [2020-08-01T04:48:18.039Z] Removing intermediate container 7a98a5feb16a [2020-08-01T04:48:18.039Z] ---> 19e9e6bd5c1d [2020-08-01T04:48:18.039Z] Step 6/21 : COPY go.mod . [2020-08-01T04:48:18.039Z] ---> Running in 3a98c9290b7d [2020-08-01T04:48:18.320Z] Removing intermediate container 85ce3a521587 [2020-08-01T04:48:18.320Z] ---> ab33f2eec8ea [2020-08-01T04:48:18.320Z] Step 6/20 : COPY go.mod . [2020-08-01T04:48:20.317Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:48:20.317Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:48:20.317Z] ---> 23ba0bc9d6eb [2020-08-01T04:48:20.317Z] Step 3/22 : WORKDIR /edgex-go [2020-08-01T04:48:20.317Z] ---> Using cache [2020-08-01T04:48:20.317Z] ---> 51c03a27dd05 [2020-08-01T04:48:20.317Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:48:20.317Z] ---> Using cache [2020-08-01T04:48:20.317Z] ---> 72a4438ed616 [2020-08-01T04:48:20.317Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-01T04:48:20.317Z] ---> 38c88e3a3c8b [2020-08-01T04:48:20.318Z] Step 7/21 : RUN go mod download [2020-08-01T04:48:20.594Z] ---> Running in 37f0a72a502e [2020-08-01T04:48:20.874Z] ---> c53226ad4bfe [2020-08-01T04:48:20.874Z] Step 7/20 : RUN go mod download [2020-08-01T04:48:20.874Z] ---> Running in 2c7a4d4beaa9 [2020-08-01T04:48:21.862Z] ---> Running in bce3ec060af4 [2020-08-01T04:48:23.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:48:23.859Z] Removing intermediate container 3a98c9290b7d [2020-08-01T04:48:23.859Z] ---> 3c1f90ce9d03 [2020-08-01T04:48:23.859Z] Step 8/20 : COPY . . [2020-08-01T04:48:24.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:48:25.837Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:48:25.837Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:48:25.837Z] OK: 12620 distinct packages available [2020-08-01T04:48:26.820Z] OK: 217 MiB in 51 packages [2020-08-01T04:48:30.201Z] Removing intermediate container 2c7a4d4beaa9 [2020-08-01T04:48:30.201Z] ---> d426618e9e70 [2020-08-01T04:48:30.201Z] Step 8/21 : COPY . . [2020-08-01T04:48:30.486Z] Removing intermediate container bce3ec060af4 [2020-08-01T04:48:30.486Z] ---> 4dc01e2c7a6c [2020-08-01T04:48:30.486Z] Step 8/20 : COPY . . [2020-08-01T04:48:31.467Z] Removing intermediate container 37f0a72a502e [2020-08-01T04:48:31.467Z] ---> 9903132a78b3 [2020-08-01T04:48:31.467Z] Step 6/22 : COPY go.mod . [2020-08-01T04:48:35.762Z] ---> a30bcb07d317 [2020-08-01T04:48:35.762Z] Step 7/22 : RUN go mod download [2020-08-01T04:48:39.148Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:48:39.148Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:48:39.148Z] ---> 23ba0bc9d6eb [2020-08-01T04:48:39.148Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:48:39.148Z] ---> Using cache [2020-08-01T04:48:39.148Z] ---> 51c03a27dd05 [2020-08-01T04:48:39.149Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:48:39.149Z] ---> Using cache [2020-08-01T04:48:39.149Z] ---> 72a4438ed616 [2020-08-01T04:48:39.149Z] Step 5/21 : RUN apk update && apk add make git [2020-08-01T04:48:39.149Z] ---> Using cache [2020-08-01T04:48:39.149Z] ---> ab33f2eec8ea [2020-08-01T04:48:39.149Z] Step 6/21 : COPY go.mod . [2020-08-01T04:48:39.149Z] ---> Using cache [2020-08-01T04:48:39.149Z] ---> c53226ad4bfe [2020-08-01T04:48:39.149Z] Step 7/21 : RUN go mod download [2020-08-01T04:48:39.149Z] ---> Using cache [2020-08-01T04:48:39.149Z] ---> 4dc01e2c7a6c [2020-08-01T04:48:39.149Z] Step 8/21 : COPY . . [2020-08-01T04:48:41.123Z] ---> Running in f869f733c441 [2020-08-01T04:48:53.509Z] ---> d073faeae5a6 [2020-08-01T04:48:53.509Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-01T04:48:53.509Z] ---> 8ac26694f51a [2020-08-01T04:48:53.509Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-01T04:48:53.509Z] ---> 2285f15bd5ec [2020-08-01T04:48:53.509Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-01T04:48:53.509Z] Removing intermediate container f869f733c441 [2020-08-01T04:48:53.509Z] ---> 29a5918fddd5 [2020-08-01T04:48:53.509Z] Step 8/22 : COPY . . [2020-08-01T04:48:53.509Z] ---> Running in 2033d03273d6 [2020-08-01T04:48:53.509Z] ---> Running in 7661a66c2e65 [2020-08-01T04:48:53.509Z] ---> Running in 6c14f4f1382d [2020-08-01T04:48:55.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-01T04:48:56.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-01T04:48:56.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-01T04:49:06.243Z] ---> 9de375978472 [2020-08-01T04:49:06.243Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-01T04:49:06.243Z] ---> Running in 04090e806356 [2020-08-01T04:49:08.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-01T04:49:21.275Z] ---> 396234650513 [2020-08-01T04:49:21.275Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-01T04:49:21.275Z] ---> Running in 82e748d88efa [2020-08-01T04:49:23.261Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-01T04:50:19.809Z] Removing intermediate container 2033d03273d6 [2020-08-01T04:50:19.809Z] ---> 084b6d6b55b4 [2020-08-01T04:50:19.809Z] [2020-08-01T04:50:19.809Z] Step 10/20 : FROM alpine [2020-08-01T04:50:19.809Z] ---> 62ee0e9f8440 [2020-08-01T04:50:19.809Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-01T04:50:19.809Z] ---> Running in 874c7ad1afa1 [2020-08-01T04:50:20.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:50:21.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:50:21.616Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:50:21.616Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:50:21.616Z] OK: 12620 distinct packages available [2020-08-01T04:50:22.606Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-01T04:50:22.881Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-01T04:50:22.881Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-01T04:50:22.881Z] (4/4) Installing curl (7.69.1-r0) [2020-08-01T04:50:22.881Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:50:22.881Z] Executing ca-certificates-20191127-r4.trigger [2020-08-01T04:50:23.155Z] OK: 7 MiB in 18 packages [2020-08-01T04:50:25.781Z] Removing intermediate container 874c7ad1afa1 [2020-08-01T04:50:25.781Z] ---> 9087eec1ff2d [2020-08-01T04:50:25.781Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-01T04:50:26.060Z] ---> Running in 78f636570afd [2020-08-01T04:50:26.658Z] Removing intermediate container 78f636570afd [2020-08-01T04:50:26.658Z] ---> 3c83564d2c73 [2020-08-01T04:50:26.658Z] Step 13/20 : WORKDIR /edgex [2020-08-01T04:50:26.940Z] ---> Running in b9cdbfc5ea85 [2020-08-01T04:50:27.953Z] Removing intermediate container b9cdbfc5ea85 [2020-08-01T04:50:27.953Z] ---> ee270f40181e [2020-08-01T04:50:27.953Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-01T04:50:29.932Z] ---> 045611c3061f [2020-08-01T04:50:29.932Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-01T04:50:31.379Z] Removing intermediate container 6c14f4f1382d [2020-08-01T04:50:31.379Z] ---> 85d2c4e3d865 [2020-08-01T04:50:31.664Z] [2020-08-01T04:50:31.664Z] Step 10/21 : FROM scratch [2020-08-01T04:50:31.664Z] ---> [2020-08-01T04:50:31.664Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-01T04:50:31.664Z] ---> Using cache [2020-08-01T04:50:31.664Z] ---> e5b7f8f095e9 [2020-08-01T04:50:31.950Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-01T04:50:31.950Z] ---> Running in d29c109eacac [2020-08-01T04:50:31.950Z] ---> 19c903af0436 [2020-08-01T04:50:31.950Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-01T04:50:32.225Z] ---> Running in 3542c023310b [2020-08-01T04:50:32.822Z] Removing intermediate container d29c109eacac [2020-08-01T04:50:32.822Z] ---> 5a66c1bbb75b [2020-08-01T04:50:32.822Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:50:32.822Z] ---> Running in 0e9550ba69b3 [2020-08-01T04:50:33.095Z] Removing intermediate container 3542c023310b [2020-08-01T04:50:33.095Z] ---> 621cc43c1a4b [2020-08-01T04:50:33.095Z] Step 17/20 : CMD ["--init=true"] [2020-08-01T04:50:33.095Z] ---> Running in 6aa4018cbbed [2020-08-01T04:50:33.695Z] Removing intermediate container 0e9550ba69b3 [2020-08-01T04:50:33.695Z] ---> 83e8eed74918 [2020-08-01T04:50:33.695Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-01T04:50:33.974Z] Removing intermediate container 6aa4018cbbed [2020-08-01T04:50:33.974Z] ---> 9de2c0c825e2 [2020-08-01T04:50:33.974Z] Step 18/20 : LABEL arch=arm64 [2020-08-01T04:50:34.250Z] ---> Running in 8000280594ff [2020-08-01T04:50:34.857Z] ---> cd8eccd41185 [2020-08-01T04:50:34.857Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-01T04:50:35.133Z] Removing intermediate container 8000280594ff [2020-08-01T04:50:35.133Z] ---> fa5aacdf05d3 [2020-08-01T04:50:35.133Z] Step 19/20 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:50:35.417Z] ---> Running in 9436f12cb790 [2020-08-01T04:50:36.023Z] ---> 31860654f69c [2020-08-01T04:50:36.023Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-01T04:50:36.023Z] Removing intermediate container 9436f12cb790 [2020-08-01T04:50:36.023Z] ---> aa7123e52822 [2020-08-01T04:50:36.023Z] Step 20/20 : LABEL version=0.0.0 [2020-08-01T04:50:36.300Z] ---> Running in c38b3ac0d403 [2020-08-01T04:50:37.296Z] Removing intermediate container c38b3ac0d403 [2020-08-01T04:50:37.296Z] ---> b623b8f4672b [2020-08-01T04:50:37.296Z] [2020-08-01T04:50:37.894Z] ---> aae3d6329c22 [2020-08-01T04:50:37.894Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-01T04:50:38.173Z] Successfully built b623b8f4672b [2020-08-01T04:50:38.173Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-01T04:50:39.154Z]  Building docker-security-proxy-setup-go ... done  ---> d1526568e603 [2020-08-01T04:50:39.154Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:50:39.430Z] ---> Running in ff51d2020742 [2020-08-01T04:50:40.037Z] Removing intermediate container ff51d2020742 [2020-08-01T04:50:40.037Z] ---> 0e003e83f032 [2020-08-01T04:50:40.037Z] Step 19/21 : LABEL arch=arm64 [2020-08-01T04:50:40.317Z] ---> Running in 2e5a1c3edd85 [2020-08-01T04:50:40.918Z] Removing intermediate container 2e5a1c3edd85 [2020-08-01T04:50:40.918Z] ---> 4c7372bd71c4 [2020-08-01T04:50:40.918Z] Step 20/21 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:50:41.196Z] ---> Running in eb009e48febd [2020-08-01T04:50:41.796Z] Removing intermediate container eb009e48febd [2020-08-01T04:50:41.796Z] ---> 500589ba920b [2020-08-01T04:50:41.796Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:50:42.077Z] ---> Running in f0fde89802b3 [2020-08-01T04:50:42.744Z] Removing intermediate container f0fde89802b3 [2020-08-01T04:50:42.744Z] ---> 78103c17efb3 [2020-08-01T04:50:42.744Z] [2020-08-01T04:50:43.411Z] Successfully built 78103c17efb3 [2020-08-01T04:50:43.411Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-01T04:50:54.228Z]  Building docker-support-logging-go ... done Removing intermediate container 7661a66c2e65 [2020-08-01T04:50:54.228Z] ---> 7d7f89ac06f6 [2020-08-01T04:50:54.228Z] [2020-08-01T04:50:54.228Z] Step 10/20 : FROM scratch [2020-08-01T04:50:54.228Z] ---> [2020-08-01T04:50:54.228Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:50:54.228Z] ---> Using cache [2020-08-01T04:50:54.228Z] ---> 1b63cc93cf02 [2020-08-01T04:50:54.228Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-01T04:50:54.228Z] ---> Running in 1a6846061a8e [2020-08-01T04:50:54.526Z] Removing intermediate container 1a6846061a8e [2020-08-01T04:50:54.526Z] ---> 455c8018a07f [2020-08-01T04:50:54.526Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-01T04:50:54.526Z] ---> Running in 8e5ef23e498c [2020-08-01T04:50:55.186Z] Removing intermediate container 8e5ef23e498c [2020-08-01T04:50:55.186Z] ---> 7eef9cf92770 [2020-08-01T04:50:55.186Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-01T04:50:56.366Z] ---> 1c52e09d7b36 [2020-08-01T04:50:56.366Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-01T04:50:58.355Z] ---> f47acd49ce5d [2020-08-01T04:50:58.355Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-01T04:50:59.338Z] ---> 3e114cc97e9f [2020-08-01T04:50:59.338Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:50:59.609Z] ---> Running in 81da328debbe [2020-08-01T04:51:00.212Z] Removing intermediate container 81da328debbe [2020-08-01T04:51:00.212Z] ---> 74ce0f41a92a [2020-08-01T04:51:00.212Z] Step 18/20 : LABEL arch=arm64 [2020-08-01T04:51:00.212Z] ---> Running in 782c6c785226 [2020-08-01T04:51:00.811Z] Removing intermediate container 782c6c785226 [2020-08-01T04:51:00.811Z] ---> e4e39156848b [2020-08-01T04:51:00.811Z] Step 19/20 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:51:01.096Z] ---> Running in e9259a60172e [2020-08-01T04:51:01.692Z] Removing intermediate container e9259a60172e [2020-08-01T04:51:01.692Z] ---> 9d9d75f551d5 [2020-08-01T04:51:01.692Z] Step 20/20 : LABEL version=0.0.0 [2020-08-01T04:51:01.965Z] ---> Running in 6b8af2f22e62 [2020-08-01T04:51:02.568Z] Removing intermediate container 6b8af2f22e62 [2020-08-01T04:51:02.568Z] ---> 663d2374408c [2020-08-01T04:51:02.568Z] [2020-08-01T04:51:03.174Z] Successfully built 663d2374408c [2020-08-01T04:51:03.174Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-01T04:51:06.558Z]  Building docker-support-scheduler-go ... done Removing intermediate container 04090e806356 [2020-08-01T04:51:06.558Z] ---> 11005fdd69da [2020-08-01T04:51:06.558Z] [2020-08-01T04:51:06.558Z] Step 10/21 : FROM scratch [2020-08-01T04:51:06.558Z] ---> [2020-08-01T04:51:06.558Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:51:06.830Z] ---> Using cache [2020-08-01T04:51:06.830Z] ---> 1b63cc93cf02 [2020-08-01T04:51:06.830Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-01T04:51:06.830Z] ---> Running in a50b10d3dd13 [2020-08-01T04:51:07.423Z] Removing intermediate container a50b10d3dd13 [2020-08-01T04:51:07.423Z] ---> 8293bdc1ca6e [2020-08-01T04:51:07.423Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:51:07.423Z] ---> Running in 6ada4da4bc3a [2020-08-01T04:51:08.018Z] Removing intermediate container 6ada4da4bc3a [2020-08-01T04:51:08.018Z] ---> 6d8dc255a652 [2020-08-01T04:51:08.018Z] Step 14/21 : WORKDIR / [2020-08-01T04:51:08.298Z] ---> Running in 662ddcffa6c1 [2020-08-01T04:51:08.900Z] Removing intermediate container 662ddcffa6c1 [2020-08-01T04:51:08.900Z] ---> 2f74da1b3b0d [2020-08-01T04:51:08.900Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-01T04:51:09.879Z] ---> 451308ff0844 [2020-08-01T04:51:09.879Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-01T04:51:11.317Z] ---> ba2ba3677287 [2020-08-01T04:51:11.317Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-01T04:51:11.914Z] ---> 35eecd2875c5 [2020-08-01T04:51:11.914Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:51:12.203Z] ---> Running in 9fc3b6b0e0c4 [2020-08-01T04:51:12.797Z] Removing intermediate container 9fc3b6b0e0c4 [2020-08-01T04:51:12.797Z] ---> 873523abce6e [2020-08-01T04:51:12.797Z] Step 19/21 : LABEL arch=arm64 [2020-08-01T04:51:12.797Z] ---> Running in cf52f8244af5 [2020-08-01T04:51:13.388Z] Removing intermediate container cf52f8244af5 [2020-08-01T04:51:13.388Z] ---> 0f1823032635 [2020-08-01T04:51:13.388Z] Step 20/21 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:51:13.388Z] ---> Running in 5b67d7325842 [2020-08-01T04:51:14.366Z] Removing intermediate container 5b67d7325842 [2020-08-01T04:51:14.366Z] ---> ec43fa8d5342 [2020-08-01T04:51:14.366Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:51:14.366Z] ---> Running in dff6e5d7fbe3 [2020-08-01T04:51:14.958Z] Removing intermediate container dff6e5d7fbe3 [2020-08-01T04:51:14.958Z] ---> 85c5297545f6 [2020-08-01T04:51:14.958Z] [2020-08-01T04:51:15.554Z] Successfully built 85c5297545f6 [2020-08-01T04:51:15.554Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-01T04:51:18.162Z]  Building docker-core-metadata-go ... done Removing intermediate container 82e748d88efa [2020-08-01T04:51:18.162Z] ---> be9398570eb7 [2020-08-01T04:51:18.162Z] [2020-08-01T04:51:18.162Z] Step 10/22 : FROM alpine [2020-08-01T04:51:18.162Z] ---> 62ee0e9f8440 [2020-08-01T04:51:18.162Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:51:18.162Z] ---> Running in 099d27f89b47 [2020-08-01T04:51:18.764Z] Removing intermediate container 099d27f89b47 [2020-08-01T04:51:18.764Z] ---> 026f8e565cd7 [2020-08-01T04:51:18.764Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-01T04:51:18.764Z] ---> Running in a16d992e58c5 [2020-08-01T04:51:19.366Z] Removing intermediate container a16d992e58c5 [2020-08-01T04:51:19.366Z] ---> d27e698c3f6d [2020-08-01T04:51:19.366Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-01T04:51:19.366Z] ---> Running in 6cd531b8a6ca [2020-08-01T04:51:19.967Z] Removing intermediate container 6cd531b8a6ca [2020-08-01T04:51:19.968Z] ---> 24bd05003126 [2020-08-01T04:51:19.968Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:51:19.968Z] ---> Running in f8f910b393af [2020-08-01T04:51:23.365Z] Removing intermediate container f8f910b393af [2020-08-01T04:51:23.365Z] ---> 244d1b886745 [2020-08-01T04:51:23.365Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-01T04:51:23.365Z] ---> Running in ffdfaa6aebc8 [2020-08-01T04:51:24.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:51:25.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:51:25.895Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-01T04:51:26.167Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-01T04:51:26.167Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-01T04:51:26.436Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-01T04:51:26.436Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-01T04:51:26.707Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:51:26.707Z] OK: 8 MiB in 19 packages [2020-08-01T04:51:28.132Z] Removing intermediate container ffdfaa6aebc8 [2020-08-01T04:51:28.133Z] ---> 55b230119185 [2020-08-01T04:51:28.133Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-01T04:51:28.722Z] ---> ec17cb20d265 [2020-08-01T04:51:28.722Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-01T04:51:30.143Z] ---> 5d24352914b1 [2020-08-01T04:51:30.143Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-01T04:51:30.733Z] ---> ffcffe9437d7 [2020-08-01T04:51:30.733Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:51:31.005Z] ---> Running in 0a296891ddd2 [2020-08-01T04:51:31.596Z] Removing intermediate container 0a296891ddd2 [2020-08-01T04:51:31.596Z] ---> 64f5f73a7882 [2020-08-01T04:51:31.596Z] Step 20/22 : LABEL arch=arm64 [2020-08-01T04:51:31.596Z] ---> Running in f01fb5277c9f [2020-08-01T04:51:32.185Z] Removing intermediate container f01fb5277c9f [2020-08-01T04:51:32.185Z] ---> 220ffc5da0b1 [2020-08-01T04:51:32.185Z] Step 21/22 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 [2020-08-01T04:51:32.185Z] ---> Running in 501fce4ef84e [2020-08-01T04:51:32.778Z] Removing intermediate container 501fce4ef84e [2020-08-01T04:51:32.778Z] ---> b69768d74855 [2020-08-01T04:51:32.778Z] Step 22/22 : LABEL version=0.0.0 [2020-08-01T04:51:32.778Z] ---> Running in c3167913cdfc [2020-08-01T04:51:33.369Z] Removing intermediate container c3167913cdfc [2020-08-01T04:51:33.369Z] ---> a9cf7e5d7086 [2020-08-01T04:51:33.369Z] [2020-08-01T04:51:33.959Z] Successfully built a9cf7e5d7086 [2020-08-01T04:51:33.959Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-01T04:51:34.565Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-08-01T04:51:34.628Z] $ docker stop --time=1 9ade20a438bf2867171ac12b65e6d823dc9a56d734c8f6852bf6d3ca1c093420 [2020-08-01T04:51:36.625Z] $ docker rm -f 9ade20a438bf2867171ac12b65e6d823dc9a56d734c8f6852bf6d3ca1c093420 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-01T04:51:37.317Z] + + grep docker [2020-08-01T04:51:37.317Z] docker images [2020-08-01T04:51:37.587Z] docker-core-data-go-arm64 latest a9cf7e5d7086 4 seconds ago 22.6MB [2020-08-01T04:51:37.587Z] docker-core-metadata-go-arm64 latest 85c5297545f6 23 seconds ago 13.8MB [2020-08-01T04:51:37.587Z] docker-support-scheduler-go-arm64 latest 663d2374408c 35 seconds ago 12.6MB [2020-08-01T04:51:37.587Z] docker-support-logging-go-arm64 latest 78103c17efb3 55 seconds ago 11.4MB [2020-08-01T04:51:37.587Z] docker-security-proxy-setup-go-arm64 latest b623b8f4672b About a minute ago 15.8MB [2020-08-01T04:51:37.587Z] docker-sys-mgmt-agent-go-arm64 latest 187d0da0f322 3 minutes ago 266MB [2020-08-01T04:51:37.587Z] docker-security-secretstore-setup-go-arm64 latest 8ce7939cd1fa 4 minutes ago 32.6MB [2020-08-01T04:51:37.587Z] docker-support-notifications-go-arm64 latest e9b44ce4b62d 4 minutes ago 13.9MB [2020-08-01T04:51:37.587Z] docker-core-command-go-arm64 latest 6abc27193705 4 minutes ago 12.4MB [2020-08-01T04:51:37.587Z] docker-security-secrets-setup-go-arm64 latest dcc58af18aa8 4 minutes ago 24.2MB [2020-08-01T04:51:37.587Z] docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-01T04:51:38.801Z] provisioning config files... [2020-08-01T04:51:38.818Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/28@tmp/config7894676228734267141tmp [Pipeline] { [Pipeline] sh [2020-08-01T04:51:39.168Z] + curl -s https://codecov.io/bash [2020-08-01T04:51:39.168Z] + bash -s - -t @/w/workspace/edgex-go/28@tmp/config7894676228734267141tmp [Pipeline] } [2020-08-01T04:51:39.447Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:51:41.416Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:51:42.290Z] ---> package-listing.sh [2020-08-01T04:51:42.290Z] ++ facter osfamily [2020-08-01T04:51:42.290Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-01T04:51:42.290Z] + OS_FAMILY=redhat [2020-08-01T04:51:42.290Z] + workspace=/w/workspace/edgex-go/28 [2020-08-01T04:51:42.290Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-01T04:51:42.290Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-01T04:51:42.290Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-01T04:51:42.290Z] + PACKAGES=/tmp/packages_start.txt [2020-08-01T04:51:42.290Z] + '[' /w/workspace/edgex-go/28 ']' [2020-08-01T04:51:42.290Z] + PACKAGES=/tmp/packages_end.txt [2020-08-01T04:51:42.290Z] + case "${OS_FAMILY}" in [2020-08-01T04:51:42.290Z] + rpm -qa [2020-08-01T04:51:42.290Z] + sort [2020-08-01T04:51:46.501Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-01T04:51:46.501Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-01T04:51:46.501Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-01T04:51:46.501Z] + '[' /w/workspace/edgex-go/28 ']' [2020-08-01T04:51:46.501Z] + mkdir -p /w/workspace/edgex-go/28/archives/ [2020-08-01T04:51:46.501Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/28/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:51:46.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-01T04:51:46.885Z] [2020-08-01T04:51:46.885Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:51:47.220Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-01T04:51:47.220Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-01T04:51:47.220Z] c9b1b535fdd9: Pulling fs layer [2020-08-01T04:51:47.220Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-01T04:51:47.220Z] 756a868c4378: Pulling fs layer [2020-08-01T04:51:47.220Z] 444b2fc9a129: Pulling fs layer [2020-08-01T04:51:47.220Z] ea15f1150254: Pulling fs layer [2020-08-01T04:51:47.220Z] 41b27a9f41bf: Pulling fs layer [2020-08-01T04:51:47.220Z] 28c525ee5125: Pulling fs layer [2020-08-01T04:51:47.220Z] 094b1ea09ed8: Pulling fs layer [2020-08-01T04:51:47.220Z] 138eaada9080: Pulling fs layer [2020-08-01T04:51:47.220Z] 0622d0fa9048: Pulling fs layer [2020-08-01T04:51:47.220Z] 444b2fc9a129: Waiting [2020-08-01T04:51:47.221Z] ea15f1150254: Waiting [2020-08-01T04:51:47.221Z] 41b27a9f41bf: Waiting [2020-08-01T04:51:47.221Z] 28c525ee5125: Waiting [2020-08-01T04:51:47.221Z] 094b1ea09ed8: Waiting [2020-08-01T04:51:47.221Z] 138eaada9080: Waiting [2020-08-01T04:51:47.221Z] 0622d0fa9048: Waiting [2020-08-01T04:51:47.221Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-01T04:51:47.221Z] 2cc5ad85d9ab: Download complete [2020-08-01T04:51:47.221Z] 444b2fc9a129: Verifying Checksum [2020-08-01T04:51:47.221Z] 444b2fc9a129: Download complete [2020-08-01T04:51:47.221Z] c9b1b535fdd9: Verifying Checksum [2020-08-01T04:51:47.221Z] c9b1b535fdd9: Download complete [2020-08-01T04:51:47.499Z] ea15f1150254: Download complete [2020-08-01T04:51:47.499Z] 28c525ee5125: Verifying Checksum [2020-08-01T04:51:47.499Z] 28c525ee5125: Download complete [2020-08-01T04:51:47.772Z] 756a868c4378: Verifying Checksum [2020-08-01T04:51:47.772Z] 756a868c4378: Download complete [2020-08-01T04:51:47.773Z] c9b1b535fdd9: Pull complete [2020-08-01T04:51:47.773Z] 094b1ea09ed8: Verifying Checksum [2020-08-01T04:51:47.773Z] 094b1ea09ed8: Download complete [2020-08-01T04:51:47.773Z] 138eaada9080: Verifying Checksum [2020-08-01T04:51:47.773Z] 138eaada9080: Download complete [2020-08-01T04:51:47.773Z] 0622d0fa9048: Verifying Checksum [2020-08-01T04:51:47.773Z] 0622d0fa9048: Download complete [2020-08-01T04:51:48.355Z] 2cc5ad85d9ab: Pull complete [2020-08-01T04:51:48.355Z] 41b27a9f41bf: Verifying Checksum [2020-08-01T04:51:48.355Z] 41b27a9f41bf: Download complete [2020-08-01T04:51:49.741Z] 756a868c4378: Pull complete [2020-08-01T04:51:49.741Z] 444b2fc9a129: Pull complete [2020-08-01T04:51:50.312Z] ea15f1150254: Pull complete [2020-08-01T04:51:56.933Z] 41b27a9f41bf: Pull complete [2020-08-01T04:51:56.933Z] 28c525ee5125: Pull complete [2020-08-01T04:51:58.334Z] 094b1ea09ed8: Pull complete [2020-08-01T04:52:00.254Z] 138eaada9080: Pull complete [2020-08-01T04:52:00.254Z] 0622d0fa9048: Pull complete [2020-08-01T04:52:00.254Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-01T04:52:00.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-01T04:52:00.254Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-01T04:52:00.478Z] prd-centos7-docker-4c-2g-1760 does not seem to be running inside a container [2020-08-01T04:52:00.527Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-01T04:52:05.079Z] $ docker top 15a9550aa8876e1af7aeb45ec5f53ea697b69920d0bb777d4a9c1885c674df1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-01T04:52:05.307Z] provisioning config files... [2020-08-01T04:52:05.320Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/28@tmp/config2943618453411329039tmp [Pipeline] { [Pipeline] echo [2020-08-01T04:52:05.380Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:52:05.675Z] ---> create-netrc.sh [Pipeline] echo [2020-08-01T04:52:05.684Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:52:05.978Z] ---> logs-deploy.sh [2020-08-01T04:52:05.978Z] + ARCHIVE_ARTIFACTS= [2020-08-01T04:52:05.978Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-01T04:52:05.978Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-01T04:52:05.978Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-01T04:52:05.978Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/28 [2020-08-01T04:52:05.978Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/28/ [2020-08-01T04:52:05.978Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/28 /w/workspace/edgex-go/28 [2020-08-01T04:52:06.916Z] Archives upload complete. [2020-08-01T04:52:07.176Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/28 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/28/