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+04784571c64111dd2069565982d29e4bcbbafa66 (8b52fb9afe260917c78ed41c000e5e13e4a999e9) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test raml_verify BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-969 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # 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 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing 08d6e880b65106141ebdefa456357ef590e3b5a0 Checking out Revision 08d6e880b65106141ebdefa456357ef590e3b5a0 (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 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 08d6e880b65106141ebdefa456357ef590e3b5a0 # timeout=10 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-25T04:31:45.817Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-25T04:31:46.040Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-25T04:31:46.121Z] ========================================================= [2020-07-25T04:31:46.121Z] EdgeX Global Pipelines Version Info [2020-07-25T04:31:46.121Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 81c082e430debda7cc183784e13e915cab83d37c # timeout=10 [2020-07-25T04:31:47.632Z] ------------------- [2020-07-25T04:31:47.632Z] stable info: [2020-07-25T04:31:47.632Z] ------------------- [2020-07-25T04:31:47.632Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-25T04:31:47.632Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-25T04:31:47.632Z] Message: update stable to v1.0.106 [2020-07-25T04:31:48.580Z] ------------------- [2020-07-25T04:31:48.580Z] experimental info: [2020-07-25T04:31:48.580Z] ------------------- [2020-07-25T04:31:48.580Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-25T04:31:48.580Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-25T04:31:48.580Z] Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-25T04:31:50.130Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-07-25T04:31:50.130Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:50.130Z] ++ dirname cmd/core-command/Dockerfile [2020-07-25T04:31:50.130Z] ++ cut -d/ -f2 [2020-07-25T04:31:50.130Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-25T04:31:50.130Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:50.130Z] ++ dirname cmd/core-data/Dockerfile [2020-07-25T04:31:50.130Z] ++ cut -d/ -f2 [2020-07-25T04:31:50.130Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-25T04:31:50.130Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:50.130Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-25T04:31:50.130Z] ++ cut -d/ -f2 [2020-07-25T04:31:50.130Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-25T04:31:50.130Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:50.130Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-25T04:31:50.130Z] ++ cut -d/ -f2 [2020-07-25T04:31:50.130Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-25T04:31:50.130Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:50.130Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-25T04:31:50.130Z] ++ cut -d/ -f2 [2020-07-25T04:31:50.130Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-25T04:31:50.130Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:50.130Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-25T04:31:50.130Z] ++ cut -d/ -f2 [2020-07-25T04:31:50.130Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-25T04:31:50.130Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:50.130Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-25T04:31:50.130Z] ++ cut -d/ -f2 [2020-07-25T04:31:50.130Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-25T04:31:50.130Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:50.130Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-25T04:31:50.130Z] ++ cut -d/ -f2 [2020-07-25T04:31:50.130Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-25T04:31:50.130Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:50.130Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-25T04:31:50.130Z] ++ cut -d/ -f2 [2020-07-25T04:31:50.130Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-25T04:31:50.130Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:50.130Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-25T04:31:50.130Z] ++ cut -d/ -f2 [2020-07-25T04:31:50.130Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-25T04:31:50.197Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:31:50.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:31:51.139Z] [2020-07-25T04:31:51.139Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:31:51.490Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:31:51.490Z] latest: Pulling from edgex-devops/git-semver [2020-07-25T04:31:51.490Z] 31603596830f: Pulling fs layer [2020-07-25T04:31:51.490Z] 2a8b12db71e7: Pulling fs layer [2020-07-25T04:31:51.490Z] 6ca5941a6612: Pulling fs layer [2020-07-25T04:31:51.490Z] ecc8261a40a4: Pulling fs layer [2020-07-25T04:31:51.490Z] ecc8261a40a4: Waiting [2020-07-25T04:31:51.490Z] 2a8b12db71e7: Verifying Checksum [2020-07-25T04:31:51.490Z] 2a8b12db71e7: Download complete [2020-07-25T04:31:51.490Z] 31603596830f: Download complete [2020-07-25T04:31:51.757Z] ecc8261a40a4: Verifying Checksum [2020-07-25T04:31:51.757Z] ecc8261a40a4: Download complete [2020-07-25T04:31:51.757Z] 6ca5941a6612: Verifying Checksum [2020-07-25T04:31:51.757Z] 6ca5941a6612: Download complete [2020-07-25T04:31:52.021Z] 31603596830f: Pull complete [2020-07-25T04:31:52.021Z] 2a8b12db71e7: Pull complete [2020-07-25T04:31:52.968Z] 6ca5941a6612: Pull complete [2020-07-25T04:31:52.968Z] ecc8261a40a4: Pull complete [2020-07-25T04:31:52.968Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-25T04:31:52.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:31:52.968Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-25T04:31:53.068Z] prd-centos7-docker-4c-2g-969 does not seem to be running inside a container [2020-07-25T04:31:53.114Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-25T04:31:55.932Z] $ docker top cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-25T04:31:56.197Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-25T04:31:56.197Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-25T04:31:56.417Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-25T04:31:56.417Z] $ docker exec cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec ssh-agent [2020-07-25T04:31:56.589Z] SSH_AUTH_SOCK=/tmp/ssh-4lNpWoyXaKXR/agent.12 [2020-07-25T04:31:56.589Z] SSH_AGENT_PID=17 [2020-07-25T04:31:56.600Z] Running ssh-add (command line suppressed) [2020-07-25T04:31:56.717Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_8936125887452019595.key (/w/workspace/edgex-go/24@tmp/private_key_8936125887452019595.key) [2020-07-25T04:31:56.775Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-25T04:31:57.100Z] + git describe --exact-match --tags HEAD [2020-07-25T04:31:57.100Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-25T04:31:57.117Z] $ docker exec --env ******** --env ******** cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec ssh-agent -k [2020-07-25T04:31:57.230Z] unset SSH_AUTH_SOCK; [2020-07-25T04:31:57.231Z] unset SSH_AGENT_PID; [2020-07-25T04:31:57.231Z] echo Agent pid 17 killed; [2020-07-25T04:31:57.283Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-25T04:31:57.359Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-25T04:31:57.359Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-25T04:31:57.447Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-25T04:31:57.447Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-25T04:31:57.614Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-25T04:31:57.614Z] $ docker exec cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec ssh-agent [2020-07-25T04:31:57.782Z] SSH_AUTH_SOCK=/tmp/ssh-mgcaVMvOiwpy/agent.45 [2020-07-25T04:31:57.782Z] SSH_AGENT_PID=50 [2020-07-25T04:31:57.788Z] Running ssh-add (command line suppressed) [2020-07-25T04:31:57.908Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_8582166806039372868.key (/w/workspace/edgex-go/24@tmp/private_key_8582166806039372868.key) [2020-07-25T04:31:57.957Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-25T04:31:58.281Z] + git semver init [2020-07-25T04:31:58.281Z] # -> Open(): unable to determine branch for HEAD [2020-07-25T04:31:58.281Z] # $GIT_DIR = /w/workspace/edgex-go/24/.git [2020-07-25T04:31:58.281Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/24 [2020-07-25T04:31:58.281Z] # $SEMVER_REMOTE_NAME = origin [2020-07-25T04:31:58.281Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-25T04:31:58.281Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-25T04:31:58.281Z] # $SEMVER_BRANCH = PR-2574 [2020-07-25T04:31:58.281Z] # $SEMVER_TEMP = /tmp/semver-172579173 [2020-07-25T04:31:58.281Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-25T04:32:24.944Z] # '/tmp/semver-172579173' -> '/w/workspace/edgex-go/24/.semver' [2020-07-25T04:32:24.944Z] # -> Force: false [2020-07-25T04:32:24.944Z] # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } [2020-07-25T04:32:24.958Z] $ docker exec --env ******** --env ******** cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec ssh-agent -k [2020-07-25T04:32:25.154Z] unset SSH_AUTH_SOCK; [2020-07-25T04:32:25.155Z] unset SSH_AGENT_PID; [2020-07-25T04:32:25.155Z] echo Agent pid 50 killed; [2020-07-25T04:32:25.214Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-25T04:32:25.656Z] + git semver [Pipeline] } [2020-07-25T04:32:25.668Z] $ docker stop --time=1 cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec [2020-07-25T04:32:27.318Z] $ docker rm -f cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-25T04:32:41.522Z] Stashed 25 file(s) [Pipeline] echo [2020-07-25T04:32:41.524Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-07-25T04:32:41.940Z] ========================================================= [2020-07-25T04:32:41.941Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-25T04:32:41.941Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:32:42.271Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-25T04:32:45.582Z] Sending build context to Docker daemon 323.3MB [2020-07-25T04:32:45.582Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-25T04:32:45.582Z] Step 2/7 : FROM ${BASE} [2020-07-25T04:32:45.582Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-25T04:32:45.582Z] df20fa9351a1: Pulling fs layer [2020-07-25T04:32:45.582Z] ed8968b2872e: Pulling fs layer [2020-07-25T04:32:45.582Z] a92cc7c5fd73: Pulling fs layer [2020-07-25T04:32:45.582Z] 2dd03ba5bac4: Pulling fs layer [2020-07-25T04:32:45.582Z] 1e091d79d1de: Pulling fs layer [2020-07-25T04:32:45.582Z] 481702a1767f: Pulling fs layer [2020-07-25T04:32:45.582Z] f64a6f60c768: Pulling fs layer [2020-07-25T04:32:45.582Z] e78d2573fc39: Pulling fs layer [2020-07-25T04:32:45.582Z] e876d2f968b6: Pulling fs layer [2020-07-25T04:32:45.582Z] ce8a83651883: Pulling fs layer [2020-07-25T04:32:45.582Z] 07967f4d0e4b: Pulling fs layer [2020-07-25T04:32:45.582Z] 2dd03ba5bac4: Waiting [2020-07-25T04:32:45.582Z] 1e091d79d1de: Waiting [2020-07-25T04:32:45.582Z] 481702a1767f: Waiting [2020-07-25T04:32:45.582Z] f64a6f60c768: Waiting [2020-07-25T04:32:45.582Z] e78d2573fc39: Waiting [2020-07-25T04:32:45.582Z] e876d2f968b6: Waiting [2020-07-25T04:32:45.582Z] ce8a83651883: Waiting [2020-07-25T04:32:45.582Z] 07967f4d0e4b: Waiting [2020-07-25T04:32:45.582Z] a92cc7c5fd73: Verifying Checksum [2020-07-25T04:32:45.582Z] a92cc7c5fd73: Download complete [2020-07-25T04:32:45.582Z] ed8968b2872e: Verifying Checksum [2020-07-25T04:32:45.582Z] ed8968b2872e: Download complete [2020-07-25T04:32:45.582Z] 1e091d79d1de: Verifying Checksum [2020-07-25T04:32:45.582Z] 1e091d79d1de: Download complete [2020-07-25T04:32:45.582Z] 481702a1767f: Download complete [2020-07-25T04:32:45.582Z] df20fa9351a1: Verifying Checksum [2020-07-25T04:32:45.582Z] df20fa9351a1: Download complete [2020-07-25T04:32:45.850Z] df20fa9351a1: Pull complete [2020-07-25T04:32:46.441Z] ed8968b2872e: Pull complete [2020-07-25T04:32:46.441Z] a92cc7c5fd73: Pull complete [2020-07-25T04:32:46.709Z] f64a6f60c768: Verifying Checksum [2020-07-25T04:32:46.709Z] f64a6f60c768: Download complete [2020-07-25T04:32:46.978Z] e876d2f968b6: Verifying Checksum [2020-07-25T04:32:46.978Z] e876d2f968b6: Download complete [2020-07-25T04:32:47.241Z] e78d2573fc39: Verifying Checksum [2020-07-25T04:32:47.242Z] e78d2573fc39: Download complete [2020-07-25T04:32:47.242Z] 2dd03ba5bac4: Verifying Checksum [2020-07-25T04:32:47.242Z] 2dd03ba5bac4: Download complete [2020-07-25T04:32:47.242Z] 07967f4d0e4b: Verifying Checksum [2020-07-25T04:32:47.242Z] 07967f4d0e4b: Download complete [2020-07-25T04:32:47.503Z] ce8a83651883: Verifying Checksum [2020-07-25T04:32:47.503Z] ce8a83651883: Download complete [2020-07-25T04:32:54.121Z] 2dd03ba5bac4: Pull complete [2020-07-25T04:32:54.121Z] 1e091d79d1de: Pull complete [2020-07-25T04:32:54.121Z] 481702a1767f: Pull complete [2020-07-25T04:32:56.774Z] Still waiting to schedule task [2020-07-25T04:32:56.774Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-970’ [2020-07-25T04:33:00.713Z] f64a6f60c768: Pull complete [2020-07-25T04:33:04.035Z] e78d2573fc39: Pull complete [2020-07-25T04:33:04.035Z] e876d2f968b6: Pull complete [2020-07-25T04:33:04.978Z] ce8a83651883: Pull complete [2020-07-25T04:33:05.241Z] 07967f4d0e4b: Pull complete [2020-07-25T04:33:05.241Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-25T04:33:05.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-25T04:33:05.241Z] ---> 5d7c900382c6 [2020-07-25T04:33:05.241Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-25T04:33:07.155Z] ---> Running in e37f47dbdb4c [2020-07-25T04:33:07.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:33:09.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:33:13.533Z] (1/12) Installing libmagic (5.38-r0) [2020-07-25T04:33:14.922Z] (2/12) Installing file (5.38-r0) [2020-07-25T04:33:14.922Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-25T04:33:15.182Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-25T04:33:47.304Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-25T04:33:47.305Z] (6/12) Installing patch (2.7.6-r6) [2020-07-25T04:33:47.305Z] (7/12) Installing build-base (0.5-r2) [2020-07-25T04:33:47.305Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-25T04:33:47.305Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-25T04:33:47.305Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-25T04:33:47.305Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-25T04:33:47.305Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-25T04:33:47.305Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:33:47.305Z] OK: 233 MiB in 51 packages [2020-07-25T04:33:48.251Z] Removing intermediate container e37f47dbdb4c [2020-07-25T04:33:48.251Z] ---> 07cd4ccb1672 [2020-07-25T04:33:48.251Z] Step 4/7 : WORKDIR /edgex-go [2020-07-25T04:33:48.251Z] ---> Running in f2c0fb640634 [2020-07-25T04:33:48.519Z] Removing intermediate container f2c0fb640634 [2020-07-25T04:33:48.519Z] ---> b432d09bdcf2 [2020-07-25T04:33:48.519Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-25T04:33:48.786Z] latest: Pulling from library/docker [2020-07-25T04:33:48.786Z] df20fa9351a1: Already exists [2020-07-25T04:33:48.786Z] 25ad7478873d: Pulling fs layer [2020-07-25T04:33:48.786Z] 4684f6177b5d: Pulling fs layer [2020-07-25T04:33:48.786Z] 46e300cec669: Pulling fs layer [2020-07-25T04:33:48.786Z] 63038576ad94: Pulling fs layer [2020-07-25T04:33:48.786Z] 0fdb76c4706c: Pulling fs layer [2020-07-25T04:33:48.786Z] cb7edeffdfd5: Pulling fs layer [2020-07-25T04:33:48.786Z] 63038576ad94: Waiting [2020-07-25T04:33:48.786Z] 0fdb76c4706c: Waiting [2020-07-25T04:33:48.786Z] cb7edeffdfd5: Waiting [2020-07-25T04:33:49.051Z] 4684f6177b5d: Verifying Checksum [2020-07-25T04:33:49.051Z] 4684f6177b5d: Download complete [2020-07-25T04:33:49.051Z] 25ad7478873d: Verifying Checksum [2020-07-25T04:33:49.051Z] 25ad7478873d: Download complete [2020-07-25T04:33:49.051Z] 63038576ad94: Verifying Checksum [2020-07-25T04:33:49.051Z] 63038576ad94: Download complete [2020-07-25T04:33:49.051Z] 0fdb76c4706c: Verifying Checksum [2020-07-25T04:33:49.051Z] 0fdb76c4706c: Download complete [2020-07-25T04:33:49.051Z] cb7edeffdfd5: Verifying Checksum [2020-07-25T04:33:49.051Z] cb7edeffdfd5: Download complete [2020-07-25T04:33:49.313Z] 25ad7478873d: Pull complete [2020-07-25T04:33:49.313Z] 4684f6177b5d: Pull complete [2020-07-25T04:33:49.886Z] 46e300cec669: Verifying Checksum [2020-07-25T04:33:49.886Z] 46e300cec669: Download complete [2020-07-25T04:33:52.433Z] 46e300cec669: Pull complete [2020-07-25T04:33:52.433Z] 63038576ad94: Pull complete [2020-07-25T04:33:52.433Z] 0fdb76c4706c: Pull complete [2020-07-25T04:33:52.433Z] cb7edeffdfd5: Pull complete [2020-07-25T04:33:52.433Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-25T04:33:52.433Z] Status: Downloaded newer image for docker:latest [2020-07-25T04:33:54.992Z] ---> 58e8b6424618 [2020-07-25T04:33:54.992Z] Step 6/7 : COPY go.mod . [2020-07-25T04:33:54.992Z] ---> a4c235cffd85 [2020-07-25T04:33:54.992Z] Step 7/7 : RUN go mod download [2020-07-25T04:33:54.992Z] ---> Running in 6df240f79dbb [2020-07-25T04:33:56.908Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-25T04:33:56.908Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-25T04:33:56.908Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-25T04:33:56.908Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-25T04:33:56.908Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-25T04:33:57.171Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-25T04:33:57.171Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-25T04:33:57.171Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-25T04:33:57.171Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-25T04:33:57.171Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-25T04:33:57.171Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-25T04:33:57.171Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-25T04:33:57.171Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-25T04:33:57.171Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-25T04:33:57.171Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-25T04:33:57.171Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-25T04:33:57.171Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-25T04:33:57.433Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-25T04:33:57.433Z] go: finding github.com/fatih/color v1.7.0 [2020-07-25T04:33:57.433Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-25T04:33:57.433Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-25T04:33:57.433Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-25T04:33:57.433Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-25T04:33:57.433Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-25T04:33:57.433Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-25T04:33:57.433Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-25T04:33:57.433Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-25T04:33:57.433Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-25T04:33:57.433Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-25T04:33:57.694Z] go: finding github.com/google/uuid v1.1.0 [2020-07-25T04:33:57.694Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-25T04:33:57.694Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-25T04:33:57.694Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-25T04:33:57.694Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-25T04:33:57.694Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-25T04:33:57.694Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-25T04:33:57.694Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-25T04:33:57.694Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-25T04:33:57.694Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-25T04:33:57.694Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-25T04:33:57.694Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-25T04:33:57.694Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-25T04:33:57.956Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-25T04:33:57.956Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-25T04:33:57.956Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-25T04:33:57.956Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-25T04:33:57.956Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-25T04:33:57.956Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-25T04:33:57.956Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-25T04:33:57.956Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-25T04:33:57.956Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-25T04:33:57.956Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-25T04:33:57.956Z] go: finding github.com/kr/pty v1.1.1 [2020-07-25T04:33:57.956Z] go: finding github.com/kr/text v0.1.0 [2020-07-25T04:33:58.217Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-25T04:33:58.217Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-25T04:33:58.217Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-25T04:33:58.217Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-25T04:33:58.217Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-25T04:33:58.217Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-25T04:33:58.217Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-25T04:33:58.217Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-25T04:33:58.217Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-25T04:33:58.217Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-25T04:33:58.217Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-25T04:33:58.217Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-25T04:33:58.479Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-25T04:33:58.479Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-25T04:33:58.479Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-25T04:33:58.479Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-25T04:33:58.479Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-25T04:33:58.479Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-25T04:33:58.479Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-25T04:33:58.479Z] go: finding github.com/posener/complete v1.1.1 [2020-07-25T04:33:58.479Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-25T04:33:58.479Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-25T04:33:58.479Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-25T04:33:58.479Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-25T04:33:58.742Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-25T04:33:58.742Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-25T04:33:58.742Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-25T04:33:58.742Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-25T04:33:58.742Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-25T04:33:58.742Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-25T04:33:58.742Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-25T04:33:58.742Z] go: finding golang.org/x/text v0.3.2 [2020-07-25T04:33:58.742Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-25T04:33:58.742Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-25T04:33:58.742Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-25T04:33:58.742Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-25T04:33:59.007Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-25T04:33:59.007Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-25T04:34:14.016Z] Removing intermediate container 6df240f79dbb [2020-07-25T04:34:14.016Z] ---> fa7cdddccef5 [2020-07-25T04:34:14.016Z] Successfully built fa7cdddccef5 [2020-07-25T04:34:14.016Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:34:14.587Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-25T04:34:14.587Z] . [Pipeline] withDockerContainer [2020-07-25T04:34:14.705Z] prd-centos7-docker-4c-2g-969 does not seem to be running inside a container [2020-07-25T04:34:14.755Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-25T04:34:15.533Z] $ docker top 56abf705639d04bff4831ea500070d4d37b86ef59d2f7b29fe7a20f3079bb170 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:34:16.054Z] + go version [2020-07-25T04:34:16.054Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-25T04:34:16.068Z] ========================================================= [2020-07-25T04:34:16.068Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-25T04:34:16.068Z] ========================================================= [Pipeline] sh [2020-07-25T04:34:16.356Z] + make test raml_verify [2020-07-25T04:34:16.356Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-25T04:34:18.937Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-25T04:34:31.364Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-25T04:34:35.664Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-25T04:34:35.664Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-25T04:34:35.664Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-25T04:34:35.664Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-25T04:34:35.941Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.005s [2020-07-25T04:34:35.941Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-25T04:34:35.941Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-25T04:34:35.941Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-25T04:34:36.562Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-25T04:34:36.834Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-25T04:34:36.834Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-25T04:34:36.834Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-25T04:34:36.834Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-25T04:34:43.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.032s coverage: 46.6% of statements [2020-07-25T04:34:43.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-25T04:34:43.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-25T04:34:43.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-25T04:34:43.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-25T04:34:43.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-25T04:34:45.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.045s coverage: 27.4% of statements [2020-07-25T04:34:45.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-25T04:34:45.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-25T04:34:45.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-25T04:34:45.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-25T04:34:45.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-25T04:34:45.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-25T04:34:45.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements [2020-07-25T04:34:45.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-25T04:34:45.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.011s coverage: 100.0% of statements [2020-07-25T04:34:45.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-25T04:34:46.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.138s coverage: 29.3% of statements [2020-07-25T04:34:46.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-25T04:34:46.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-25T04:34:46.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-25T04:34:46.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-25T04:34:46.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-25T04:34:46.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements [2020-07-25T04:34:46.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-25T04:34:46.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements [2020-07-25T04:34:46.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-25T04:34:47.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 89.8% of statements [2020-07-25T04:34:47.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-25T04:34:47.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-25T04:34:47.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.022s coverage: 100.0% of statements [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-25T04:34:47.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-25T04:34:47.414Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.006s coverage: 58.8% of statements [2020-07-25T04:34:48.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.039s coverage: 63.5% of statements [2020-07-25T04:34:48.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-25T04:34:48.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-25T04:34:48.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements [2020-07-25T04:34:48.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.007s coverage: 92.3% of statements [2020-07-25T04:34:49.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements [2020-07-25T04:34:49.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.008s coverage: 73.7% of statements [2020-07-25T04:34:49.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.004s coverage: 100.0% of statements [2020-07-25T04:34:50.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.118s coverage: 55.9% of statements [2020-07-25T04:34:50.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-25T04:34:50.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-25T04:34:50.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-25T04:34:50.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.076s coverage: 86.3% of statements [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.309s coverage: 72.2% of statements [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.179s coverage: 72.1% of statements [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.022s coverage: 82.4% of statements [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.034s coverage: 28.8% of statements [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.076s coverage: 33.7% of statements [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.088s coverage: 84.1% of statements [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.014s coverage: 43.1% of statements [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.039s coverage: 100.0% of statements [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.014s coverage: 83.8% of statements [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.033s coverage: 46.1% of statements [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.030s coverage: 100.0% of statements [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.017s coverage: 100.0% of statements [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-25T04:34:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.016s coverage: 100.0% of statements [2020-07-25T04:34:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-25T04:35:01.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.085s coverage: 29.1% of statements [2020-07-25T04:35:01.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-25T04:35:01.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-25T04:35:01.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-25T04:35:01.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-25T04:35:01.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-25T04:35:01.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.019s coverage: 99.0% of statements [2020-07-25T04:35:01.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-25T04:35:01.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.025s coverage: 100.0% of statements [2020-07-25T04:35:01.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-25T04:35:01.588Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.004s coverage: 0.0% of statements [2020-07-25T04:35:01.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-25T04:35:01.859Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements [2020-07-25T04:35:01.859Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-25T04:35:01.859Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-25T04:35:01.859Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-25T04:35:01.859Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-25T04:35:02.123Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.013s coverage: 87.9% of statements [2020-07-25T04:35:02.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-25T04:35:02.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-25T04:35:02.396Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements [2020-07-25T04:35:02.680Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-07-25T04:35:02.951Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-07-25T04:35:03.530Z] GO111MODULE=on go vet ./... [2020-07-25T04:35:10.170Z] gofmt -l . [2020-07-25T04:35:11.117Z] [ "`gofmt -l .`" = "" ] [2020-07-25T04:35:11.710Z] ./bin/test-go-mod-tidy.sh [2020-07-25T04:35:12.664Z] ./bin/test-attribution-txt.sh [2020-07-25T04:35:14.074Z] docker run --rm --privileged \ [2020-07-25T04:35:14.074Z] -v /w/workspace/edgex-go/24:/raml-verification -w /raml-verification \ [2020-07-25T04:35:14.074Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-25T04:35:14.074Z] /scripts/raml-verify.sh [2020-07-25T04:35:14.336Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-25T04:35:14.601Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-25T04:35:14.601Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-25T04:35:14.601Z] bd07af9ed1a4: Pulling fs layer [2020-07-25T04:35:14.601Z] 3556ccf180b2: Pulling fs layer [2020-07-25T04:35:14.601Z] 089d4748da74: Pulling fs layer [2020-07-25T04:35:14.601Z] c6eb57c77bc5: Pulling fs layer [2020-07-25T04:35:14.601Z] 0364d5097239: Pulling fs layer [2020-07-25T04:35:14.601Z] 089d4748da74: Waiting [2020-07-25T04:35:14.601Z] c6eb57c77bc5: Waiting [2020-07-25T04:35:14.601Z] 0364d5097239: Waiting [2020-07-25T04:35:14.601Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-25T04:35:14.601Z] cbdbe7a5bc2a: Download complete [2020-07-25T04:35:14.601Z] 3556ccf180b2: Verifying Checksum [2020-07-25T04:35:14.601Z] 3556ccf180b2: Download complete [2020-07-25T04:35:14.601Z] 089d4748da74: Verifying Checksum [2020-07-25T04:35:14.601Z] 089d4748da74: Download complete [2020-07-25T04:35:14.601Z] 0364d5097239: Verifying Checksum [2020-07-25T04:35:14.601Z] 0364d5097239: Download complete [2020-07-25T04:35:14.601Z] c6eb57c77bc5: Verifying Checksum [2020-07-25T04:35:14.601Z] c6eb57c77bc5: Download complete [2020-07-25T04:35:14.864Z] bd07af9ed1a4: Verifying Checksum [2020-07-25T04:35:14.864Z] bd07af9ed1a4: Download complete [2020-07-25T04:35:14.864Z] cbdbe7a5bc2a: Pull complete [2020-07-25T04:35:17.432Z] bd07af9ed1a4: Pull complete [2020-07-25T04:35:17.432Z] 3556ccf180b2: Pull complete [2020-07-25T04:35:17.432Z] 089d4748da74: Pull complete [2020-07-25T04:35:19.989Z] c6eb57c77bc5: Pull complete [2020-07-25T04:35:20.251Z] 0364d5097239: Pull complete [2020-07-25T04:35:20.251Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-25T04:35:20.251Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-25T04:35:25.552Z] Verifying ./api/raml/core-command.raml... [2020-07-25T04:35:25.552Z] OK [2020-07-25T04:35:25.552Z] Verifying ./api/raml/core-data.raml... [2020-07-25T04:35:26.939Z] OK [2020-07-25T04:35:26.939Z] Verifying ./api/raml/core-metadata.raml... [2020-07-25T04:35:28.853Z] OK [2020-07-25T04:35:28.853Z] Verifying ./api/raml/support-logging.raml... [2020-07-25T04:35:29.426Z] OK [2020-07-25T04:35:29.426Z] Verifying ./api/raml/support-notifications.raml... [2020-07-25T04:35:30.822Z] OK [2020-07-25T04:35:30.822Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-25T04:35:31.765Z] OK [2020-07-25T04:35:31.765Z] Verifying ./api/raml/system-agent.raml... [2020-07-25T04:35:32.336Z] OK [Pipeline] sh [2020-07-25T04:35:33.216Z] + ls -al . [2020-07-25T04:35:33.216Z] total 564 [2020-07-25T04:35:33.216Z] drwxrwxr-x 10 1001 1001 4096 Jul 25 04:35 . [2020-07-25T04:35:33.216Z] drwxr-xr-x 4 root root 30 Jul 25 04:34 .. [2020-07-25T04:35:33.216Z] -rw-rw-r-- 1 1001 1001 11 Jul 25 04:31 .dockerignore [2020-07-25T04:35:33.216Z] drwxrwxr-x 8 1001 1001 179 Jul 25 04:31 .git [2020-07-25T04:35:33.216Z] drwxrwxr-x 3 1001 1001 60 Jul 25 04:31 .github [2020-07-25T04:35:33.216Z] -rw-rw-r-- 1 1001 1001 924 Jul 25 04:31 .gitignore [2020-07-25T04:35:33.216Z] drwx------ 3 1001 1001 47 Jul 25 04:32 .semver [2020-07-25T04:35:33.216Z] -rw-rw-r-- 1 1001 1001 178 Jul 25 04:31 .sonarcloud.properties [2020-07-25T04:35:33.216Z] -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:31 CONTRIBUTING.md [2020-07-25T04:35:33.216Z] -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:31 Dockerfile.build [2020-07-25T04:35:33.216Z] -rw-rw-r-- 1 1001 1001 824 Jul 25 04:31 Jenkinsfile [2020-07-25T04:35:33.216Z] -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:31 LICENSE [2020-07-25T04:35:33.216Z] -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:31 Makefile [2020-07-25T04:35:33.216Z] -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:31 README.md [2020-07-25T04:35:33.216Z] -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:31 SECURITY.md [2020-07-25T04:35:33.216Z] -rw-rw-r-- 1 1001 1001 5 Jul 25 04:32 VERSION [2020-07-25T04:35:33.216Z] -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:31 ZMQWindows.md [2020-07-25T04:35:33.216Z] drwxrwxr-x 4 1001 1001 33 Jul 25 04:31 api [2020-07-25T04:35:33.216Z] drwxrwxr-x 2 1001 1001 117 Jul 25 04:31 bin [2020-07-25T04:35:33.216Z] drwxrwxr-x 15 1001 1001 4096 Jul 25 04:31 cmd [2020-07-25T04:35:33.216Z] -rw-r--r-- 1 root root 465277 Jul 25 04:35 coverage.out [2020-07-25T04:35:33.216Z] -rw-r--r-- 1 root root 1075 Jul 25 04:35 go.mod [2020-07-25T04:35:33.216Z] -rw-r--r-- 1 root root 18146 Jul 25 04:35 go.sum [2020-07-25T04:35:33.216Z] drwxrwxr-x 8 1001 1001 127 Jul 25 04:31 internal [2020-07-25T04:35:33.216Z] drwxrwxr-x 4 1001 1001 71 Jul 25 04:31 snap [2020-07-25T04:35:33.216Z] -rw-rw-r-- 1 1001 1001 168 Jul 25 04:31 version.go [Pipeline] sh [2020-07-25T04:35:33.511Z] + '[' -e coverage.out ] [2020-07-25T04:35:33.511Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-25T04:35:33.677Z] Stashed 1 file(s) [Pipeline] sh [2020-07-25T04:35:33.966Z] + make build [2020-07-25T04:35:33.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-25T04:35:40.394Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-978 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws [2020-07-25T04:35:40.449Z] Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [2020-07-25T04:35:40.727Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-25T04:35:45.454Z] using credential edgex-jenkins-ssh [2020-07-25T04:35:45.502Z] Cloning the remote Git repository [2020-07-25T04:35:45.502Z] Cloning with configured refspecs honoured and without tags [2020-07-25T04:35:46.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-25T04:35:45.551Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:35:45.662Z] > git init /w/workspace/edgex-go/24 # timeout=10 [2020-07-25T04:35:45.729Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:35:45.730Z] > git --version # timeout=10 [2020-07-25T04:35:45.753Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:35:45.836Z] > 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-07-25T04:35:47.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-25T04:35:48.945Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-25T04:35:51.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-25T04:35:51.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-25T04:35:53.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-25T04:35:55.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-25T04:35:57.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-25T04:35:58.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-25T04:36:00.127Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-25T04:36:01.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-25T04:36:02.937Z] $ docker stop --time=1 56abf705639d04bff4831ea500070d4d37b86ef59d2f7b29fe7a20f3079bb170 [2020-07-25T04:36:04.640Z] $ docker rm -f 56abf705639d04bff4831ea500070d4d37b86ef59d2f7b29fe7a20f3079bb170 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:36:06.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:36:06.005Z] [2020-07-25T04:36:06.005Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:36:06.347Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:36:06.347Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-25T04:36:06.347Z] cbdbe7a5bc2a: Already exists [2020-07-25T04:36:06.347Z] ca9280d653b3: Pulling fs layer [2020-07-25T04:36:06.347Z] 7e9c9ca2126c: Pulling fs layer [2020-07-25T04:36:06.612Z] ca9280d653b3: Verifying Checksum [2020-07-25T04:36:06.612Z] ca9280d653b3: Download complete [2020-07-25T04:36:07.585Z] 7e9c9ca2126c: Download complete [2020-07-25T04:36:08.161Z] ca9280d653b3: Pull complete [2020-07-25T04:36:08.426Z] Fetching without tags [2020-07-25T04:36:08.923Z] Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 [2020-07-25T04:36:08.337Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-25T04:36:08.352Z] > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 [2020-07-25T04:36:08.372Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:36:08.395Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-25T04:36:08.433Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:36:08.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:36:08.446Z] > 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-07-25T04:36:08.937Z] > git config core.sparsecheckout # timeout=10 [2020-07-25T04:36:08.957Z] > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 [2020-07-25T04:36:09.608Z] Merge succeeded, producing 6a171b1e2677306b35d41da946be9c56aa8d523e [2020-07-25T04:36:09.608Z] Checking out Revision 6a171b1e2677306b35d41da946be9c56aa8d523e (PR-2574) [2020-07-25T04:36:09.238Z] > git remote # timeout=10 [2020-07-25T04:36:09.257Z] > git config --get remote.origin.url # timeout=10 [2020-07-25T04:36:09.269Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:36:09.279Z] > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 [2020-07-25T04:36:09.588Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-25T04:36:09.609Z] > git config core.sparsecheckout # timeout=10 [2020-07-25T04:36:09.621Z] > git checkout -f 6a171b1e2677306b35d41da946be9c56aa8d523e # timeout=10 [2020-07-25T04:36:13.906Z] Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" [2020-07-25T04:36:13.929Z] First time build. Skipping changelog. [2020-07-25T04:36:13.909Z] > git rev-list --no-walk 81c082e430debda7cc183784e13e915cab83d37c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-25T04:36:16.347Z] 7e9c9ca2126c: Pull complete [2020-07-25T04:36:16.347Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-25T04:36:16.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:36:16.347Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-25T04:36:16.520Z] prd-centos7-docker-4c-2g-969 does not seem to be running inside a container [2020-07-25T04:36:16.565Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-25T04:36:19.567Z] $ docker top 09459dd19477fe356e03a1943e7358d6123ca8a6c8b8de53014d48f5aa3196bf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:36:20.078Z] + docker-compose build --help [2020-07-25T04:36:20.078Z] + grep parallel [2020-07-25T04:36:21.470Z] --parallel Build images in parallel. [Pipeline] } [2020-07-25T04:36:21.480Z] $ docker stop --time=1 09459dd19477fe356e03a1943e7358d6123ca8a6c8b8de53014d48f5aa3196bf [2020-07-25T04:36:22.891Z] $ docker rm -f 09459dd19477fe356e03a1943e7358d6123ca8a6c8b8de53014d48f5aa3196bf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:36:23.487Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:36:23.487Z] . [Pipeline] withDockerContainer [2020-07-25T04:36:23.596Z] prd-centos7-docker-4c-2g-969 does not seem to be running inside a container [2020-07-25T04:36:23.634Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-25T04:36:24.227Z] $ docker top 87e568a663b05166cf95c7d111355b910fa71163eb996608a195a28b44603f60 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:36:24.719Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo [2020-07-25T04:36:25.537Z] ========================================================= [2020-07-25T04:36:25.537Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-25T04:36:25.537Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:36:26.114Z] Building docker-core-command-go ... [2020-07-25T04:36:26.114Z] Building docker-core-data-go ... [2020-07-25T04:36:26.114Z] Building docker-core-metadata-go ... [2020-07-25T04:36:26.114Z] Building docker-security-proxy-setup-go ... [2020-07-25T04:36:26.114Z] Building docker-security-secrets-setup-go ... [2020-07-25T04:36:26.114Z] Building docker-security-secretstore-setup-go ... [2020-07-25T04:36:26.114Z] Building docker-support-logging-go ... [2020-07-25T04:36:26.114Z] Building docker-support-notifications-go ... [2020-07-25T04:36:26.114Z] Building docker-support-scheduler-go ... [2020-07-25T04:36:26.114Z] Building docker-sys-mgmt-agent-go ... [2020-07-25T04:36:26.114Z] Building docker-security-secretstore-setup-go [2020-07-25T04:36:26.114Z] Building docker-security-proxy-setup-go [2020-07-25T04:36:26.114Z] Building docker-core-metadata-go [2020-07-25T04:36:26.114Z] Building docker-sys-mgmt-agent-go [2020-07-25T04:36:26.114Z] Building docker-support-scheduler-go [2020-07-25T04:36:26.425Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-25T04:36:30.763Z] Sending build context to Docker daemon 323.3MB [2020-07-25T04:36:30.763Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-25T04:36:30.763Z] Step 2/7 : FROM ${BASE} [2020-07-25T04:36:30.763Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-25T04:36:30.763Z] b538f80385f9: Pulling fs layer [2020-07-25T04:36:30.763Z] 74f711af9a0d: Pulling fs layer [2020-07-25T04:36:30.763Z] 99f96fe45779: Pulling fs layer [2020-07-25T04:36:30.763Z] fd7a069fd194: Pulling fs layer [2020-07-25T04:36:30.763Z] 66aa3694b03b: Pulling fs layer [2020-07-25T04:36:30.763Z] 170f70906a0f: Pulling fs layer [2020-07-25T04:36:30.763Z] ad7c5574e4b9: Pulling fs layer [2020-07-25T04:36:30.763Z] e772456be8f7: Pulling fs layer [2020-07-25T04:36:30.763Z] c890913d741a: Pulling fs layer [2020-07-25T04:36:30.763Z] 2480fcc9aa5a: Pulling fs layer [2020-07-25T04:36:30.763Z] 09adf4765672: Pulling fs layer [2020-07-25T04:36:30.763Z] fd7a069fd194: Waiting [2020-07-25T04:36:30.763Z] 66aa3694b03b: Waiting [2020-07-25T04:36:30.763Z] 170f70906a0f: Waiting [2020-07-25T04:36:30.763Z] ad7c5574e4b9: Waiting [2020-07-25T04:36:30.763Z] e772456be8f7: Waiting [2020-07-25T04:36:30.763Z] c890913d741a: Waiting [2020-07-25T04:36:30.763Z] 2480fcc9aa5a: Waiting [2020-07-25T04:36:30.763Z] 09adf4765672: Waiting [2020-07-25T04:36:30.763Z] 99f96fe45779: Verifying Checksum [2020-07-25T04:36:30.763Z] 99f96fe45779: Download complete [2020-07-25T04:36:30.763Z] 74f711af9a0d: Verifying Checksum [2020-07-25T04:36:30.763Z] 74f711af9a0d: Download complete [2020-07-25T04:36:30.763Z] 66aa3694b03b: Verifying Checksum [2020-07-25T04:36:30.763Z] 66aa3694b03b: Download complete [2020-07-25T04:36:31.038Z] 170f70906a0f: Verifying Checksum [2020-07-25T04:36:31.038Z] 170f70906a0f: Download complete [2020-07-25T04:36:31.038Z] b538f80385f9: Download complete [2020-07-25T04:36:31.637Z] b538f80385f9: Pull complete [2020-07-25T04:36:32.244Z] 74f711af9a0d: Pull complete [2020-07-25T04:36:32.516Z] 99f96fe45779: Pull complete [2020-07-25T04:36:33.960Z] ad7c5574e4b9: Verifying Checksum [2020-07-25T04:36:33.960Z] ad7c5574e4b9: Download complete [2020-07-25T04:36:33.960Z] c890913d741a: Verifying Checksum [2020-07-25T04:36:33.960Z] c890913d741a: Download complete [2020-07-25T04:36:34.956Z] 2480fcc9aa5a: Verifying Checksum [2020-07-25T04:36:34.956Z] 2480fcc9aa5a: Download complete [2020-07-25T04:36:35.229Z] 09adf4765672: Verifying Checksum [2020-07-25T04:36:35.229Z] 09adf4765672: Download complete [2020-07-25T04:36:35.229Z] e772456be8f7: Verifying Checksum [2020-07-25T04:36:35.229Z] e772456be8f7: Download complete [2020-07-25T04:36:36.667Z] fd7a069fd194: Verifying Checksum [2020-07-25T04:36:36.667Z] fd7a069fd194: Download complete [2020-07-25T04:36:49.083Z] fd7a069fd194: Pull complete [2020-07-25T04:36:49.083Z] 66aa3694b03b: Pull complete [2020-07-25T04:36:49.083Z] 170f70906a0f: Pull complete [2020-07-25T04:36:52.481Z] ad7c5574e4b9: Pull complete [2020-07-25T04:36:56.811Z] e772456be8f7: Pull complete [2020-07-25T04:36:57.084Z] c890913d741a: Pull complete [2020-07-25T04:36:58.395Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:36:58.395Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:36:58.395Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine ---> fa7cdddccef5 [2020-07-25T04:36:58.395Z] [2020-07-25T04:36:58.395Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:36:58.395Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:36:58.395Z] ---> fa7cdddccef5 [2020-07-25T04:36:58.395Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:36:58.395Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:36:58.395Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:36:58.395Z] ---> fa7cdddccef5 [2020-07-25T04:36:58.395Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:36:58.657Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:36:58.657Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:36:58.657Z] ---> fa7cdddccef5 [2020-07-25T04:36:58.657Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:36:58.657Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:36:58.657Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:36:58.657Z] ---> fa7cdddccef5 [2020-07-25T04:36:58.657Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:36:59.621Z] ---> Running in 66bbfd52c46e [2020-07-25T04:36:59.621Z] ---> Running in b5fb3f4c57fa [2020-07-25T04:36:59.621Z] ---> Running in 31f8f67413bd [2020-07-25T04:36:59.621Z] ---> Running in aebefcdf8c63 [2020-07-25T04:36:59.621Z] ---> Running in 17be80892d3d [2020-07-25T04:36:59.740Z] 2480fcc9aa5a: Pull complete [2020-07-25T04:37:00.012Z] 09adf4765672: Pull complete [2020-07-25T04:37:00.196Z] Removing intermediate container 31f8f67413bd [2020-07-25T04:37:00.196Z] ---> af4ab0116f87 [2020-07-25T04:37:00.196Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:37:00.196Z] Removing intermediate container b5fb3f4c57fa [2020-07-25T04:37:00.196Z] ---> fbbf80b61fa1 [2020-07-25T04:37:00.196Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:37:00.196Z] Removing intermediate container 66bbfd52c46e [2020-07-25T04:37:00.196Z] ---> c3736ea7abfe [2020-07-25T04:37:00.196Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:37:00.196Z] Removing intermediate container 17be80892d3d [2020-07-25T04:37:00.196Z] ---> 05d6e6af8e0a [2020-07-25T04:37:00.196Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:37:00.196Z] Removing intermediate container aebefcdf8c63 [2020-07-25T04:37:00.196Z] ---> c6e47cc9ec4e [2020-07-25T04:37:00.196Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:37:00.196Z] ---> Running in d1d143158e97 [2020-07-25T04:37:00.196Z] ---> Running in 24d4606a22a8 [2020-07-25T04:37:00.196Z] ---> Running in 5b9b25453c83 [2020-07-25T04:37:00.196Z] ---> Running in 2e587441ffa0 [2020-07-25T04:37:00.285Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-25T04:37:00.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-25T04:37:00.285Z] ---> 2248a725d1cf [2020-07-25T04:37:00.285Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-25T04:37:00.467Z] ---> Running in e0548d6f8854 [2020-07-25T04:37:02.426Z] Removing intermediate container 24d4606a22a8 [2020-07-25T04:37:02.426Z] ---> 648d461855ee [2020-07-25T04:37:02.426Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-25T04:37:02.426Z] Removing intermediate container 5b9b25453c83 [2020-07-25T04:37:02.426Z] ---> 8dbfa15dc59f [2020-07-25T04:37:02.426Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:37:02.426Z] ---> Running in bee3f95c3c6f [2020-07-25T04:37:02.692Z] Removing intermediate container d1d143158e97 [2020-07-25T04:37:02.692Z] ---> 5e26b7cec1d9 [2020-07-25T04:37:02.692Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:37:02.966Z] ---> Running in 9c4de448401b [2020-07-25T04:37:02.966Z] Removing intermediate container 2e587441ffa0 [2020-07-25T04:37:02.966Z] ---> 0211d1b4844c [2020-07-25T04:37:02.966Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:37:02.966Z] ---> Running in a9c91dec2dcf [2020-07-25T04:37:03.230Z] Removing intermediate container e0548d6f8854 [2020-07-25T04:37:03.230Z] ---> 16a1086febe1 [2020-07-25T04:37:03.230Z] Step 5/26 : RUN apk update && apk add make git [2020-07-25T04:37:03.230Z] ---> Running in 1adf8e4636c2 [2020-07-25T04:37:03.230Z] ---> Running in c79a3e0045a2 [2020-07-25T04:37:03.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:04.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:04.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:04.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:04.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:04.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:05.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:05.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:05.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:05.874Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:37:05.874Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:37:05.874Z] OK: 12749 distinct packages available [2020-07-25T04:37:06.139Z] OK: 233 MiB in 51 packages [2020-07-25T04:37:06.406Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:37:06.406Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:37:06.406Z] OK: 12749 distinct packages available [2020-07-25T04:37:06.979Z] ---> Running in 65433f8935d5 [2020-07-25T04:37:07.000Z] OK: 233 MiB in 51 packages [2020-07-25T04:37:07.000Z] Removing intermediate container bee3f95c3c6f [2020-07-25T04:37:07.000Z] ---> 48d30b17862e [2020-07-25T04:37:07.000Z] Step 6/26 : COPY go.mod . [2020-07-25T04:37:07.000Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:37:07.000Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:37:07.000Z] OK: 12749 distinct packages available [2020-07-25T04:37:07.266Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:37:07.266Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:37:07.266Z] OK: 12749 distinct packages available [2020-07-25T04:37:07.266Z] ---> 8db67db48f31 [2020-07-25T04:37:07.266Z] Step 7/26 : RUN go mod download [2020-07-25T04:37:07.266Z] OK: 233 MiB in 51 packages [2020-07-25T04:37:07.536Z] ---> Running in 95fdb8f23e9e [2020-07-25T04:37:07.536Z] OK: 233 MiB in 51 packages [2020-07-25T04:37:07.536Z] Removing intermediate container c79a3e0045a2 [2020-07-25T04:37:07.536Z] ---> e32cea219131 [2020-07-25T04:37:07.536Z] Step 6/26 : COPY go.mod . [2020-07-25T04:37:07.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:37:08.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:08.381Z] ---> bc3e4656bc01 [2020-07-25T04:37:08.381Z] Step 7/26 : RUN go mod download [2020-07-25T04:37:08.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:37:08.645Z] ---> Running in dbd228532140 [2020-07-25T04:37:08.910Z] Removing intermediate container 1adf8e4636c2 [2020-07-25T04:37:08.910Z] ---> 9aac443df650 [2020-07-25T04:37:08.910Z] Step 6/20 : COPY go.mod . [2020-07-25T04:37:09.176Z] Removing intermediate container 9c4de448401b [2020-07-25T04:37:09.176Z] ---> 1ef789f3a9ba [2020-07-25T04:37:09.176Z] Step 6/21 : COPY go.mod . [2020-07-25T04:37:09.456Z] ---> 455290290054 [2020-07-25T04:37:09.456Z] Step 7/20 : RUN go mod download [2020-07-25T04:37:09.456Z] ---> 0ab621b72f67 [2020-07-25T04:37:09.456Z] Step 7/21 : RUN go mod download [2020-07-25T04:37:09.456Z] ---> Running in 874e61d2828a [2020-07-25T04:37:09.723Z] ---> Running in 18e910e93831 [2020-07-25T04:37:09.979Z] (1/12) Installing libmagic (5.38-r0) [2020-07-25T04:37:09.989Z] Removing intermediate container 95fdb8f23e9e [2020-07-25T04:37:09.989Z] ---> c464ea5586f0 [2020-07-25T04:37:09.989Z] Step 8/26 : COPY . . [2020-07-25T04:37:10.253Z] (2/12) Installing file (5.38-r0) [2020-07-25T04:37:10.524Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-25T04:37:10.524Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-25T04:37:10.987Z] Removing intermediate container dbd228532140 [2020-07-25T04:37:10.987Z] ---> 193e057d0131 [2020-07-25T04:37:10.987Z] Step 8/26 : COPY . . [2020-07-25T04:37:11.955Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:37:11.955Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:37:11.955Z] OK: 12749 distinct packages available [2020-07-25T04:37:12.551Z] OK: 233 MiB in 51 packages [2020-07-25T04:37:17.897Z] Removing intermediate container 874e61d2828a [2020-07-25T04:37:17.897Z] ---> 54de2785066f [2020-07-25T04:37:17.897Z] Step 8/20 : COPY . . [2020-07-25T04:37:18.849Z] Removing intermediate container 18e910e93831 [2020-07-25T04:37:18.849Z] ---> 3a599d30523d [2020-07-25T04:37:18.849Z] Step 8/21 : COPY . . [2020-07-25T04:37:22.186Z] Removing intermediate container a9c91dec2dcf [2020-07-25T04:37:22.186Z] ---> c404cae3ea67 [2020-07-25T04:37:22.186Z] Step 6/20 : COPY go.mod . [2020-07-25T04:37:28.874Z] ---> cb55c56822bf [2020-07-25T04:37:28.874Z] Step 7/20 : RUN go mod download [2020-07-25T04:37:32.237Z] ---> Running in 5f9b9bebb271 [2020-07-25T04:37:32.625Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-25T04:37:32.625Z] (6/12) Installing patch (2.7.6-r6) [2020-07-25T04:37:32.625Z] (7/12) Installing build-base (0.5-r2) [2020-07-25T04:37:32.625Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-25T04:37:32.625Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-25T04:37:32.625Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-25T04:37:32.625Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-25T04:37:32.625Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-25T04:37:32.625Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:37:32.625Z] OK: 217 MiB in 51 packages [2020-07-25T04:37:34.047Z] Removing intermediate container 65433f8935d5 [2020-07-25T04:37:34.047Z] ---> bf17c48ac319 [2020-07-25T04:37:34.047Z] Step 4/7 : WORKDIR /edgex-go [2020-07-25T04:37:34.319Z] ---> Running in 7e44362b804a [2020-07-25T04:37:34.591Z] Removing intermediate container 7e44362b804a [2020-07-25T04:37:34.591Z] ---> 3deb789e16f8 [2020-07-25T04:37:34.591Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-25T04:37:35.190Z] latest: Pulling from library/docker [2020-07-25T04:37:35.190Z] b538f80385f9: Already exists [2020-07-25T04:37:35.190Z] 259a493cd78d: Pulling fs layer [2020-07-25T04:37:35.190Z] b8e66b5100f5: Pulling fs layer [2020-07-25T04:37:35.190Z] 39dc9c94d07c: Pulling fs layer [2020-07-25T04:37:35.190Z] 551b823b3b82: Pulling fs layer [2020-07-25T04:37:35.190Z] 3c52a74df98c: Pulling fs layer [2020-07-25T04:37:35.190Z] 6c9b121b6998: Pulling fs layer [2020-07-25T04:37:35.190Z] 551b823b3b82: Waiting [2020-07-25T04:37:35.190Z] 3c52a74df98c: Waiting [2020-07-25T04:37:35.190Z] 6c9b121b6998: Waiting [2020-07-25T04:37:35.190Z] b8e66b5100f5: Download complete [2020-07-25T04:37:35.470Z] 259a493cd78d: Verifying Checksum [2020-07-25T04:37:35.470Z] 551b823b3b82: Verifying Checksum [2020-07-25T04:37:35.470Z] 551b823b3b82: Download complete [2020-07-25T04:37:35.470Z] 3c52a74df98c: Verifying Checksum [2020-07-25T04:37:35.470Z] 3c52a74df98c: Download complete [2020-07-25T04:37:35.470Z] 6c9b121b6998: Verifying Checksum [2020-07-25T04:37:35.470Z] 6c9b121b6998: Download complete [2020-07-25T04:37:36.070Z] 259a493cd78d: Pull complete [2020-07-25T04:37:36.342Z] b8e66b5100f5: Pull complete [2020-07-25T04:37:36.614Z] 39dc9c94d07c: Verifying Checksum [2020-07-25T04:37:36.614Z] 39dc9c94d07c: Download complete [2020-07-25T04:37:39.996Z] 39dc9c94d07c: Pull complete [2020-07-25T04:37:39.996Z] 551b823b3b82: Pull complete [2020-07-25T04:37:40.461Z] ---> f4d2ed069df2 [2020-07-25T04:37:40.461Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-25T04:37:40.594Z] 3c52a74df98c: Pull complete [2020-07-25T04:37:40.864Z] 6c9b121b6998: Pull complete [2020-07-25T04:37:40.864Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-25T04:37:40.864Z] Status: Downloaded newer image for docker:latest [2020-07-25T04:37:41.418Z] ---> 0accda658b27 [2020-07-25T04:37:41.418Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-25T04:37:41.998Z] ---> Running in 458f5c27b691 [2020-07-25T04:37:43.917Z] ---> Running in 711f533f52c7 [2020-07-25T04:37:43.917Z] ---> 84c0c011344c [2020-07-25T04:37:43.917Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-25T04:37:44.248Z] ---> c007f4a34b7f [2020-07-25T04:37:44.248Z] Step 6/7 : COPY go.mod . [2020-07-25T04:37:44.490Z] Removing intermediate container 5f9b9bebb271 [2020-07-25T04:37:44.490Z] ---> 49aceb04f4f3 [2020-07-25T04:37:44.490Z] Step 8/20 : COPY . . [2020-07-25T04:37:45.062Z] ---> Running in 98f05033afe3 [2020-07-25T04:37:45.222Z] ---> 85958b2d0bf2 [2020-07-25T04:37:45.223Z] Step 7/7 : RUN go mod download [2020-07-25T04:37:45.223Z] ---> Running in cfda289c33c1 [2020-07-25T04:37:46.987Z] ---> 204291d9f2a3 [2020-07-25T04:37:46.987Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-25T04:37:47.831Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-25T04:37:47.831Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-25T04:37:47.831Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-25T04:37:47.831Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-25T04:37:48.102Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-25T04:37:48.102Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-25T04:37:48.102Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-25T04:37:48.102Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-25T04:37:48.102Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-25T04:37:48.102Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-25T04:37:48.102Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-25T04:37:48.102Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-25T04:37:48.372Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-25T04:37:48.372Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-25T04:37:48.372Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-25T04:37:48.372Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-25T04:37:48.372Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-25T04:37:48.372Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-25T04:37:48.372Z] go: finding github.com/fatih/color v1.7.0 [2020-07-25T04:37:48.373Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-25T04:37:48.373Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-25T04:37:48.373Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-25T04:37:48.373Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-25T04:37:48.641Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-25T04:37:48.641Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-25T04:37:48.641Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-25T04:37:48.641Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-25T04:37:48.641Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-25T04:37:48.641Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-25T04:37:48.641Z] go: finding github.com/google/uuid v1.1.0 [2020-07-25T04:37:48.641Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-25T04:37:48.641Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-25T04:37:48.641Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-25T04:37:48.641Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-25T04:37:48.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-25T04:37:48.911Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-25T04:37:48.911Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-25T04:37:48.911Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-25T04:37:48.911Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-25T04:37:48.911Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-25T04:37:48.911Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-25T04:37:48.911Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-25T04:37:48.911Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-25T04:37:48.911Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-25T04:37:48.911Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-25T04:37:48.911Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-25T04:37:48.911Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-25T04:37:49.181Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-25T04:37:49.181Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-25T04:37:49.181Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-25T04:37:49.181Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-25T04:37:49.181Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-25T04:37:49.181Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-25T04:37:49.181Z] go: finding github.com/kr/pty v1.1.1 [2020-07-25T04:37:49.181Z] go: finding github.com/kr/text v0.1.0 [2020-07-25T04:37:49.181Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-25T04:37:49.181Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-25T04:37:49.181Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-25T04:37:49.452Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-25T04:37:49.452Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-25T04:37:49.452Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-25T04:37:49.452Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-25T04:37:49.452Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-25T04:37:49.452Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-25T04:37:49.452Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-25T04:37:49.452Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-25T04:37:49.452Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-25T04:37:49.452Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-25T04:37:49.452Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-25T04:37:49.452Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-25T04:37:49.723Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-25T04:37:49.723Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-25T04:37:49.723Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-25T04:37:49.723Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-25T04:37:49.723Z] go: finding github.com/posener/complete v1.1.1 [2020-07-25T04:37:49.723Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-25T04:37:49.723Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-25T04:37:49.723Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-25T04:37:49.723Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-25T04:37:49.723Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-25T04:37:49.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-25T04:37:49.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-25T04:37:49.868Z] ---> Running in f3b1b7931f54 [2020-07-25T04:37:49.992Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-25T04:37:49.992Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-25T04:37:49.992Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-25T04:37:49.992Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-25T04:37:49.992Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-25T04:37:49.992Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-25T04:37:49.992Z] go: finding golang.org/x/text v0.3.2 [2020-07-25T04:37:49.992Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-25T04:37:49.992Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-25T04:37:49.992Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-25T04:37:49.992Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-25T04:37:50.263Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-25T04:37:50.263Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-25T04:37:51.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-25T04:38:04.616Z] ---> 4fb24a3329cd [2020-07-25T04:38:04.616Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-25T04:38:04.616Z] ---> Running in e5d6a96cda51 [2020-07-25T04:38:04.616Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-25T04:38:08.548Z] Removing intermediate container cfda289c33c1 [2020-07-25T04:38:08.548Z] ---> c11eabc0af55 [2020-07-25T04:38:08.548Z] Successfully built c11eabc0af55 [2020-07-25T04:38:08.548Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:38:09.184Z] + docker inspect -f . ci-base-image-arm64 [2020-07-25T04:38:09.184Z] . [Pipeline] withDockerContainer [2020-07-25T04:38:09.456Z] prd-ubuntu18.04-docker-arm64-4c-16g-978 does not seem to be running inside a container [2020-07-25T04:38:09.527Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-25T04:38:11.246Z] $ docker top 3a601bd613e1beab957eb26fadf0b1ceddaa175818ed6c49089394f757e28ce9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:38:12.319Z] + go version [2020-07-25T04:38:12.319Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-25T04:38:12.336Z] ========================================================= [2020-07-25T04:38:12.336Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-25T04:38:12.336Z] ========================================================= [Pipeline] sh [2020-07-25T04:38:12.984Z] + make test raml_verify [2020-07-25T04:38:12.985Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-25T04:38:15.604Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-25T04:38:22.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-25T04:38:27.232Z] Removing intermediate container 458f5c27b691 [2020-07-25T04:38:27.232Z] ---> a381f172ac0e [2020-07-25T04:38:27.232Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-25T04:38:27.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-25T04:38:27.232Z] ---> Running in a0e7ef0429a1 [2020-07-25T04:38:28.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-25T04:38:34.932Z] Removing intermediate container 98f05033afe3 [2020-07-25T04:38:34.932Z] ---> fc89155c4848 [2020-07-25T04:38:34.932Z] [2020-07-25T04:38:34.932Z] Step 10/20 : FROM scratch [2020-07-25T04:38:34.932Z] ---> [2020-07-25T04:38:34.932Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:38:34.932Z] ---> Running in 291629159bbd [2020-07-25T04:38:34.932Z] Removing intermediate container a0e7ef0429a1 [2020-07-25T04:38:34.932Z] ---> f5c2e3bfc033 [2020-07-25T04:38:34.932Z] [2020-07-25T04:38:34.932Z] Step 11/26 : FROM docker:latest [2020-07-25T04:38:34.932Z] ---> 81f5749c9058 [2020-07-25T04:38:34.932Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-25T04:38:34.932Z] ---> Running in 67e7794f421a [2020-07-25T04:38:34.932Z] Removing intermediate container 291629159bbd [2020-07-25T04:38:34.932Z] ---> c0722145de17 [2020-07-25T04:38:34.932Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-25T04:38:36.354Z] ---> Running in 253bffa180d4 [2020-07-25T04:38:39.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:39.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:39.679Z] (1/2) Installing readline (8.0.4-r0) [2020-07-25T04:38:39.679Z] (2/2) Installing bash (5.0.17-r0) [2020-07-25T04:38:40.261Z] Executing bash-5.0.17-r0.post-install [2020-07-25T04:38:40.261Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:38:40.261Z] Removing intermediate container e5d6a96cda51 [2020-07-25T04:38:40.261Z] ---> 6e803b8cdd9b [2020-07-25T04:38:40.261Z] [2020-07-25T04:38:40.261Z] Step 10/20 : FROM alpine [2020-07-25T04:38:40.261Z] OK: 12 MiB in 22 packages [2020-07-25T04:38:40.261Z] Removing intermediate container 711f533f52c7 [2020-07-25T04:38:40.261Z] ---> cceca83ada18 [2020-07-25T04:38:40.261Z] [2020-07-25T04:38:40.261Z] Step 10/26 : FROM alpine:3.10 [2020-07-25T04:38:40.261Z] Removing intermediate container 253bffa180d4 [2020-07-25T04:38:40.261Z] ---> 5167b392f841 [2020-07-25T04:38:40.261Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-25T04:38:40.261Z] Removing intermediate container f3b1b7931f54 [2020-07-25T04:38:40.261Z] ---> 4d7d5227575f [2020-07-25T04:38:40.261Z] [2020-07-25T04:38:40.261Z] Step 10/21 : FROM scratch [2020-07-25T04:38:40.261Z] ---> [2020-07-25T04:38:40.261Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:38:40.261Z] ---> Running in 2c811ee54610 [2020-07-25T04:38:40.261Z] ---> Using cache [2020-07-25T04:38:40.261Z] ---> c0722145de17 [2020-07-25T04:38:40.261Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-25T04:38:40.529Z] ---> Running in 067d5e651bfe [2020-07-25T04:38:40.529Z] 3.10: Pulling from library/alpine [2020-07-25T04:38:40.529Z] latest: Pulling from library/alpine [2020-07-25T04:38:40.529Z] Removing intermediate container 2c811ee54610 [2020-07-25T04:38:40.529Z] ---> 7b26ef1d2d6d [2020-07-25T04:38:40.529Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-25T04:38:40.792Z] Removing intermediate container 067d5e651bfe [2020-07-25T04:38:40.792Z] ---> dffc4efd294a [2020-07-25T04:38:40.792Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:38:40.792Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-25T04:38:40.792Z] ---> Running in 6ebce9471703 [2020-07-25T04:38:40.792Z] Status: Downloaded newer image for alpine:latest [2020-07-25T04:38:40.792Z] ---> a24bb4013296 [2020-07-25T04:38:40.792Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-25T04:38:41.369Z] ---> Running in d88358a29acd [2020-07-25T04:38:41.369Z] ---> 7950dca992eb [2020-07-25T04:38:41.369Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-25T04:38:41.369Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-25T04:38:41.369Z] Removing intermediate container 67e7794f421a [2020-07-25T04:38:41.369Z] ---> cca73c6d39f4 [2020-07-25T04:38:41.369Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-25T04:38:41.369Z] Removing intermediate container 6ebce9471703 [2020-07-25T04:38:41.369Z] ---> d39a77b2df00 [2020-07-25T04:38:41.369Z] Step 14/21 : WORKDIR / [2020-07-25T04:38:41.632Z] Status: Downloaded newer image for alpine:3.10 [2020-07-25T04:38:41.632Z] ---> be4e4bea2c2e [2020-07-25T04:38:41.632Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-25T04:38:41.906Z] ---> Running in bae77ad8867a [2020-07-25T04:38:41.906Z] ---> Running in 7900f49a9952 [2020-07-25T04:38:41.906Z] ---> Running in f691ad19c98f [2020-07-25T04:38:42.180Z] ---> 0868ee2ac744 [2020-07-25T04:38:42.180Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-25T04:38:42.180Z] Removing intermediate container bae77ad8867a [2020-07-25T04:38:42.180Z] ---> 98ab916b9565 [2020-07-25T04:38:42.180Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-25T04:38:42.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:42.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:42.734Z] ---> 0efe9b4bf2ba [2020-07-25T04:38:42.734Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-25T04:38:42.734Z] ---> f5305e9853c8 [2020-07-25T04:38:42.734Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:38:42.734Z] ---> Running in f9bfcbf5c73a [2020-07-25T04:38:42.734Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:38:42.734Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:38:42.734Z] OK: 12749 distinct packages available [2020-07-25T04:38:43.014Z] Removing intermediate container f9bfcbf5c73a [2020-07-25T04:38:43.014Z] ---> 771ab2f0afea [2020-07-25T04:38:43.014Z] Step 18/20 : LABEL arch=x86_64 [2020-07-25T04:38:43.014Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-25T04:38:43.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:43.293Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:38:43.293Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-25T04:38:43.293Z] (4/4) Installing curl (7.69.1-r0) [2020-07-25T04:38:43.293Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:38:43.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:43.293Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-25T04:38:43.293Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-25T04:38:43.293Z] OK: 10346 distinct packages available [2020-07-25T04:38:43.556Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-25T04:38:43.556Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:38:43.556Z] OK: 7 MiB in 18 packages [2020-07-25T04:38:43.556Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-25T04:38:43.556Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-25T04:38:43.556Z] ---> Running in 98db66f77a08 [2020-07-25T04:38:43.556Z] (4/5) Installing curl (7.66.0-r0) [2020-07-25T04:38:43.831Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-25T04:38:43.831Z] Executing busybox-1.30.1-r3.trigger [2020-07-25T04:38:43.831Z] Executing ca-certificates-20191127-r2.trigger [2020-07-25T04:38:44.118Z] OK: 7 MiB in 19 packages [2020-07-25T04:38:44.118Z] ---> af432a962e8e [2020-07-25T04:38:44.118Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-25T04:38:44.694Z] Removing intermediate container 98db66f77a08 [2020-07-25T04:38:44.694Z] ---> 3c12f8087a71 [2020-07-25T04:38:44.694Z] Step 19/20 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:38:45.644Z] ---> Running in 0bc22387efa7 [2020-07-25T04:38:45.644Z] Removing intermediate container 7900f49a9952 [2020-07-25T04:38:45.644Z] ---> f76c5e5dcd53 [2020-07-25T04:38:45.644Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-25T04:38:45.907Z] ---> 6909318af3dc [2020-07-25T04:38:45.907Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:38:46.172Z] ---> Running in 4f8ccdc3a6c5 [2020-07-25T04:38:46.172Z] Removing intermediate container d88358a29acd [2020-07-25T04:38:46.172Z] ---> ab26cf6c45fb [2020-07-25T04:38:46.172Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:38:46.172Z] ---> Running in 65d9ae445752 [2020-07-25T04:38:46.172Z] Removing intermediate container 0bc22387efa7 [2020-07-25T04:38:46.172Z] ---> a04ef065e9db [2020-07-25T04:38:46.172Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:38:46.440Z] Removing intermediate container f691ad19c98f [2020-07-25T04:38:46.440Z] ---> 304c60d74738 [2020-07-25T04:38:46.440Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:38:46.440Z] ---> Running in a8f4b4428aa4 [2020-07-25T04:38:46.440Z] ---> Running in 363c0081eb78 [2020-07-25T04:38:46.440Z] ---> Running in ea514f3e9907 [2020-07-25T04:38:46.703Z] Removing intermediate container 4f8ccdc3a6c5 [2020-07-25T04:38:46.703Z] ---> 891473d12a7f [2020-07-25T04:38:46.703Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-25T04:38:46.703Z] Removing intermediate container 65d9ae445752 [2020-07-25T04:38:46.703Z] ---> bac69b0f1ee0 [2020-07-25T04:38:46.703Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:38:46.703Z] ---> Running in 521165d5e5db [2020-07-25T04:38:46.703Z] ---> Running in 1b4fb94b7eca [2020-07-25T04:38:46.967Z] Removing intermediate container a8f4b4428aa4 [2020-07-25T04:38:46.967Z] ---> 7ef497da28a5 [2020-07-25T04:38:46.967Z] Step 13/20 : WORKDIR /edgex [2020-07-25T04:38:47.234Z] Removing intermediate container 363c0081eb78 [2020-07-25T04:38:47.234Z] ---> f79c2de81638 [2020-07-25T04:38:47.234Z] [2020-07-25T04:38:47.234Z] Removing intermediate container ea514f3e9907 [2020-07-25T04:38:47.234Z] ---> 959da37bb3f4 [2020-07-25T04:38:47.234Z] Step 13/26 : WORKDIR / [2020-07-25T04:38:47.234Z] Successfully built f79c2de81638 [2020-07-25T04:38:47.234Z] ---> Running in c6b5dbcfca65 [2020-07-25T04:38:47.234Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-25T04:38:47.234Z] Building docker-security-secrets-setup-go [2020-07-25T04:38:47.234Z]  Building docker-support-scheduler-go ... done Removing intermediate container 521165d5e5db [2020-07-25T04:38:47.234Z] ---> 5b55f6e84794 [2020-07-25T04:38:47.234Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-25T04:38:47.234Z] ---> Running in 3845cc58f5f5 [2020-07-25T04:38:47.499Z] Removing intermediate container 1b4fb94b7eca [2020-07-25T04:38:47.499Z] ---> 8035751462ca [2020-07-25T04:38:47.499Z] Step 20/21 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:38:47.499Z] ---> Running in a5eaf4a0a9fa [2020-07-25T04:38:47.499Z] ---> Running in ed8dca80d648 [2020-07-25T04:38:47.784Z] Removing intermediate container c6b5dbcfca65 [2020-07-25T04:38:47.784Z] ---> ed13df0652cf [2020-07-25T04:38:47.784Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-25T04:38:47.784Z] Removing intermediate container 3845cc58f5f5 [2020-07-25T04:38:47.784Z] ---> b4cdd48a5e5e [2020-07-25T04:38:47.784Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-25T04:38:47.784Z] Removing intermediate container a5eaf4a0a9fa [2020-07-25T04:38:47.784Z] ---> 61c87b1b4315 [2020-07-25T04:38:47.784Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-25T04:38:47.964Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-25T04:38:48.082Z] Removing intermediate container ed8dca80d648 [2020-07-25T04:38:48.082Z] ---> e199e8fb055a [2020-07-25T04:38:48.082Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:38:48.352Z] ---> Running in 0045b473a3ef [2020-07-25T04:38:48.352Z] ---> d86a61768071 [2020-07-25T04:38:48.352Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-25T04:38:48.352Z] ---> 0a2b1c3c138a [2020-07-25T04:38:48.352Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-25T04:38:48.940Z] Removing intermediate container 0045b473a3ef [2020-07-25T04:38:48.940Z] ---> 6071d489e60a [2020-07-25T04:38:48.940Z] [2020-07-25T04:38:48.940Z] Successfully built 6071d489e60a [2020-07-25T04:38:50.337Z] Successfully tagged docker-core-metadata-go:latest [2020-07-25T04:38:50.337Z] Building docker-core-data-go [2020-07-25T04:38:54.590Z]  Building docker-core-metadata-go ... done  ---> 8ef17c4f1c42 [2020-07-25T04:38:54.590Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-25T04:38:54.590Z] ---> c1f722a18512 [2020-07-25T04:38:54.590Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-25T04:38:54.590Z] ---> 4e766d0dd350 [2020-07-25T04:38:54.590Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-25T04:38:57.925Z] ---> Running in 85d73b8fadad [2020-07-25T04:39:00.374Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-25T04:39:00.374Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-25T04:39:00.374Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-25T04:39:00.374Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-25T04:39:00.374Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.038s [2020-07-25T04:39:00.374Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-25T04:39:00.374Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-25T04:39:00.374Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-25T04:39:02.208Z] ---> 16bd11bf4bdb [2020-07-25T04:39:02.208Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-25T04:39:02.208Z] ---> 1da543e255d4 [2020-07-25T04:39:02.208Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-25T04:39:02.360Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-25T04:39:02.794Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:39:02.794Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-25T04:39:02.794Z] ---> fa7cdddccef5 [2020-07-25T04:39:02.794Z] Step 3/29 : WORKDIR /edgex-go [2020-07-25T04:39:02.794Z] ---> Using cache [2020-07-25T04:39:02.794Z] ---> c6e47cc9ec4e [2020-07-25T04:39:02.794Z] Step 4/29 : RUN apk update && apk add make git [2020-07-25T04:39:02.959Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-25T04:39:03.235Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-25T04:39:03.235Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-25T04:39:03.235Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-25T04:39:03.763Z] Removing intermediate container 85d73b8fadad [2020-07-25T04:39:03.763Z] ---> ef38dc845956 [2020-07-25T04:39:03.763Z] Step 17/20 : CMD ["--init=true"] [2020-07-25T04:39:03.763Z] ---> Running in 55058c33095f [2020-07-25T04:39:04.340Z] ---> Running in cf776c2165e7 [2020-07-25T04:39:04.340Z] ---> f868f2955aa7 [2020-07-25T04:39:04.340Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-25T04:39:04.604Z] ---> 7585c457f17d [2020-07-25T04:39:04.604Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-25T04:39:06.543Z] ---> Running in 3f7dcb6026d4 [2020-07-25T04:39:06.543Z] Removing intermediate container cf776c2165e7 [2020-07-25T04:39:06.543Z] ---> 0b73d44b4bba [2020-07-25T04:39:06.543Z] Step 18/20 : LABEL arch=x86_64 [2020-07-25T04:39:06.808Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:39:06.808Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:39:06.808Z] ---> fa7cdddccef5 [2020-07-25T04:39:06.808Z] Step 3/22 : WORKDIR /edgex-go [2020-07-25T04:39:06.808Z] ---> Using cache [2020-07-25T04:39:06.808Z] ---> c6e47cc9ec4e [2020-07-25T04:39:06.808Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:39:06.808Z] ---> Using cache [2020-07-25T04:39:06.808Z] ---> 16a1086febe1 [2020-07-25T04:39:06.808Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-25T04:39:07.760Z] ---> 4e7281f4f2ea [2020-07-25T04:39:07.760Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-25T04:39:07.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:07.760Z] ---> Running in ed0f79124637 [2020-07-25T04:39:07.760Z] ---> Running in 1b782918d6b3 [2020-07-25T04:39:08.112Z] Removing intermediate container 1b782918d6b3 [2020-07-25T04:39:08.112Z] ---> 27a8d8cdfb1c [2020-07-25T04:39:08.112Z] Step 19/20 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:39:08.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:09.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:09.053Z] ---> Running in 904efadcaa0b [2020-07-25T04:39:09.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:09.054Z] ---> 0a5375760872 [2020-07-25T04:39:09.054Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-25T04:39:09.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:09.054Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:39:09.054Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:39:09.054Z] OK: 12749 distinct packages available [2020-07-25T04:39:09.325Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-25T04:39:09.325Z] (2/33) Installing expat (2.2.9-r1) [2020-07-25T04:39:09.325Z] (3/33) Installing libffi (3.3-r2) [2020-07-25T04:39:09.325Z] (4/33) Installing gdbm (1.13-r1) [2020-07-25T04:39:09.325Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-25T04:39:09.325Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-25T04:39:09.325Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-25T04:39:09.325Z] Removing intermediate container 904efadcaa0b [2020-07-25T04:39:09.325Z] ---> 434f5ec5f08e [2020-07-25T04:39:09.325Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:39:09.325Z] OK: 233 MiB in 51 packages [2020-07-25T04:39:10.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:11.673Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:39:11.673Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:39:11.673Z] OK: 12749 distinct packages available [2020-07-25T04:39:11.936Z] OK: 233 MiB in 51 packages [2020-07-25T04:39:12.225Z] ---> Running in 9c0f1504155d [2020-07-25T04:39:12.809Z] ---> e679db69bb13 [2020-07-25T04:39:12.809Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:39:13.080Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-25T04:39:13.080Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-25T04:39:13.080Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-25T04:39:13.080Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-25T04:39:13.080Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-25T04:39:13.080Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-25T04:39:13.080Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-25T04:39:13.344Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-25T04:39:13.344Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-25T04:39:13.344Z] Removing intermediate container 9c0f1504155d [2020-07-25T04:39:13.344Z] ---> 1f402e3cdb46 [2020-07-25T04:39:13.344Z] [2020-07-25T04:39:13.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.237s coverage: 46.6% of statements [2020-07-25T04:39:13.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-25T04:39:13.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-25T04:39:13.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-25T04:39:13.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-25T04:39:13.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-25T04:39:13.606Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-25T04:39:14.183Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-25T04:39:14.183Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-25T04:39:14.183Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-25T04:39:14.183Z] Removing intermediate container 55058c33095f [2020-07-25T04:39:14.183Z] ---> 518677b13fc2 [2020-07-25T04:39:14.183Z] Step 5/29 : COPY go.mod . [2020-07-25T04:39:14.449Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-25T04:39:14.449Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-25T04:39:14.449Z] Successfully built 1f402e3cdb46 [2020-07-25T04:39:14.716Z] ---> 09f1ca719df7 [2020-07-25T04:39:14.716Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:39:14.716Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-25T04:39:14.716Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-25T04:39:14.716Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-07-25T04:39:14.716Z] Removing intermediate container ed0f79124637 [2020-07-25T04:39:14.716Z] ---> d883a54008e3 [2020-07-25T04:39:14.716Z] Step 6/22 : COPY go.mod . [2020-07-25T04:39:14.983Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-25T04:39:14.983Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-25T04:39:14.983Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-25T04:39:14.983Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-25T04:39:14.983Z] ---> Running in 8eae8bd156d5 [2020-07-25T04:39:14.983Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-25T04:39:14.983Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-25T04:39:14.983Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-25T04:39:15.559Z] ---> 623c2150399c [2020-07-25T04:39:15.559Z] Step 6/29 : RUN go mod download [2020-07-25T04:39:15.559Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-25T04:39:15.822Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-25T04:39:16.398Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-25T04:39:18.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.135s coverage: 27.4% of statements [2020-07-25T04:39:18.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-25T04:39:18.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-25T04:39:18.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-25T04:39:18.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-25T04:39:18.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-25T04:39:18.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-25T04:39:18.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements [2020-07-25T04:39:18.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-25T04:39:18.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements [2020-07-25T04:39:18.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-25T04:39:19.723Z] ---> 8a9f61c81fe9 [2020-07-25T04:39:19.723Z] Step 7/22 : RUN go mod download [2020-07-25T04:39:20.298Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:39:20.565Z] OK: 71 MiB in 55 packages [2020-07-25T04:39:20.565Z] ---> Running in faea666718f7 [2020-07-25T04:39:20.565Z] ---> Running in 209be45e9687 [2020-07-25T04:39:23.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.244s coverage: 29.3% of statements [2020-07-25T04:39:23.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-25T04:39:23.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-25T04:39:23.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-25T04:39:23.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-25T04:39:23.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-25T04:39:23.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements [2020-07-25T04:39:23.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-25T04:39:23.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2020-07-25T04:39:23.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-25T04:39:23.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.148s coverage: 89.8% of statements [2020-07-25T04:39:23.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-25T04:39:23.909Z] Removing intermediate container 8eae8bd156d5 [2020-07-25T04:39:23.909Z] ---> e56295dcce2d [2020-07-25T04:39:23.909Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:39:24.802Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.125s coverage: 97.5% of statements [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-25T04:39:24.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 100.0% of statements [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-25T04:39:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-25T04:39:24.803Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2020-07-25T04:39:25.848Z] ---> Running in 4acb308d2dc9 [2020-07-25T04:39:28.418Z] Removing intermediate container 4acb308d2dc9 [2020-07-25T04:39:28.418Z] ---> e4058ee44bb0 [2020-07-25T04:39:28.418Z] Step 24/26 : LABEL arch=x86_64 [2020-07-25T04:39:28.418Z] Removing intermediate container 209be45e9687 [2020-07-25T04:39:28.418Z] ---> 6419df4e1059 [2020-07-25T04:39:28.418Z] Step 8/22 : COPY . . [2020-07-25T04:39:30.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.5% of statements [2020-07-25T04:39:30.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-25T04:39:30.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-25T04:39:30.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2020-07-25T04:39:30.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 92.3% of statements [2020-07-25T04:39:30.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2020-07-25T04:39:30.438Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:39:30.438Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:39:30.438Z] ---> fa7cdddccef5 [2020-07-25T04:39:30.438Z] Step 3/23 : WORKDIR /edgex-go [2020-07-25T04:39:30.438Z] ---> Using cache [2020-07-25T04:39:30.438Z] ---> c6e47cc9ec4e [2020-07-25T04:39:30.438Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:39:30.438Z] ---> Using cache [2020-07-25T04:39:30.438Z] ---> 16a1086febe1 [2020-07-25T04:39:30.438Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-25T04:39:31.023Z] Removing intermediate container faea666718f7 [2020-07-25T04:39:31.023Z] ---> 6a8c0106020f [2020-07-25T04:39:31.023Z] Step 7/29 : COPY . . [2020-07-25T04:39:31.023Z] ---> Running in 5f6f0689c1cb [2020-07-25T04:39:31.700Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements [2020-07-25T04:39:32.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2020-07-25T04:39:32.962Z] ---> Running in ee27bc148228 [2020-07-25T04:39:34.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.283s coverage: 55.9% of statements [2020-07-25T04:39:34.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-25T04:39:34.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-25T04:39:34.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-25T04:39:34.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-25T04:39:39.612Z] Removing intermediate container 5f6f0689c1cb [2020-07-25T04:39:39.612Z] ---> 0b565627cc7e [2020-07-25T04:39:39.612Z] Step 25/26 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:39:40.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:40.850Z] ---> Running in c8ac48560fcf [2020-07-25T04:39:41.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:43.210Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:39:43.210Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:39:43.210Z] OK: 12749 distinct packages available [2020-07-25T04:39:43.793Z] OK: 233 MiB in 51 packages [2020-07-25T04:39:44.739Z] Removing intermediate container c8ac48560fcf [2020-07-25T04:39:44.739Z] ---> f74bab8d68c4 [2020-07-25T04:39:44.739Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:39:47.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.745s coverage: 86.3% of statements [2020-07-25T04:39:47.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-25T04:39:47.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.046s coverage: 72.2% of statements [2020-07-25T04:39:47.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.373s coverage: 72.1% of statements [2020-07-25T04:39:47.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.128s coverage: 82.4% of statements [2020-07-25T04:39:47.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.068s coverage: 48.4% of statements [2020-07-25T04:39:47.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-25T04:39:47.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-25T04:39:47.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-25T04:39:47.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.044s coverage: 28.8% of statements [2020-07-25T04:39:47.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-25T04:39:47.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements [2020-07-25T04:39:47.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-25T04:39:47.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.131s coverage: 33.7% of statements [2020-07-25T04:39:47.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-25T04:39:47.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-25T04:39:47.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.299s coverage: 84.1% of statements [2020-07-25T04:39:47.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2020-07-25T04:39:50.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.094s coverage: 43.1% of statements [2020-07-25T04:39:50.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-25T04:39:50.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-25T04:39:50.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.027s coverage: 100.0% of statements [2020-07-25T04:39:50.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-25T04:39:50.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements [2020-07-25T04:39:50.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-25T04:39:51.359Z] ---> Running in 6efe6d3a5985 [2020-07-25T04:39:52.303Z] Removing intermediate container ee27bc148228 [2020-07-25T04:39:52.303Z] ---> 5c3192c98359 [2020-07-25T04:39:52.303Z] Step 6/23 : COPY go.mod . [2020-07-25T04:39:53.247Z] Removing intermediate container 6efe6d3a5985 [2020-07-25T04:39:53.247Z] ---> 875aabff6f7a [2020-07-25T04:39:53.247Z] [2020-07-25T04:39:53.519Z] Successfully built 875aabff6f7a [2020-07-25T04:39:53.519Z] ---> 53f425ffb5dc [2020-07-25T04:39:53.519Z] Step 7/23 : RUN go mod download [2020-07-25T04:39:53.519Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-25T04:39:53.519Z] Building docker-core-command-go [2020-07-25T04:39:53.519Z]  Building docker-security-secretstore-setup-go ... done  ---> 0682df9b6c62 [2020-07-25T04:39:53.519Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-25T04:39:53.519Z] ---> d5b033b30111 [2020-07-25T04:39:53.519Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-25T04:39:53.519Z] ---> Running in c020101124eb [2020-07-25T04:39:53.519Z] ---> Running in 9b34854eddc5 [2020-07-25T04:39:53.782Z] ---> Running in 809b5ce33251 [2020-07-25T04:39:53.782Z] Removing intermediate container 3f7dcb6026d4 [2020-07-25T04:39:53.782Z] ---> d667ed833aa3 [2020-07-25T04:39:53.782Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-25T04:39:54.373Z] ---> Running in 4d79db897424 [2020-07-25T04:39:55.454Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 46.1% of statements [2020-07-25T04:39:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-25T04:39:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-25T04:39:55.454Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements [2020-07-25T04:39:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-25T04:39:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-25T04:39:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-25T04:39:55.454Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.096s coverage: 100.0% of statements [2020-07-25T04:39:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-25T04:39:55.454Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.086s coverage: 100.0% of statements [2020-07-25T04:39:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-25T04:39:56.980Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-25T04:39:57.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-25T04:39:59.031Z] Removing intermediate container c020101124eb [2020-07-25T04:39:59.031Z] ---> 7c3ebfb5d9f6 [2020-07-25T04:39:59.031Z] Step 8/23 : COPY . . [2020-07-25T04:40:00.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.155s coverage: 29.1% of statements [2020-07-25T04:40:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-25T04:40:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-25T04:40:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-25T04:40:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-25T04:40:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-25T04:40:00.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements [2020-07-25T04:40:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-25T04:40:00.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.070s coverage: 100.0% of statements [2020-07-25T04:40:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-25T04:40:00.868Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.017s coverage: 0.0% of statements [2020-07-25T04:40:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-25T04:40:00.868Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2020-07-25T04:40:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-25T04:40:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-25T04:40:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-25T04:40:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-25T04:40:04.258Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements [2020-07-25T04:40:04.258Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-25T04:40:04.258Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-25T04:40:04.258Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2020-07-25T04:40:04.258Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-07-25T04:40:04.531Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-07-25T04:40:05.125Z] GO111MODULE=on go vet ./... [2020-07-25T04:40:07.364Z] Collecting docker-compose==1.23.2 [2020-07-25T04:40:07.364Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-25T04:40:08.360Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-25T04:40:08.360Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-25T04:40:08.360Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-25T04:40:08.628Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-25T04:40:08.628Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-25T04:40:12.046Z] Collecting PyYAML<4,>=3.10 [2020-07-25T04:40:12.046Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-25T04:40:14.692Z] Collecting docopt<0.7,>=0.6.1 [2020-07-25T04:40:14.692Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-25T04:40:15.280Z] Collecting docker<4.0,>=3.6.0 [2020-07-25T04:40:15.546Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-25T04:40:16.121Z] Collecting jsonschema<3,>=2.5.1 [2020-07-25T04:40:16.121Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-25T04:40:16.121Z] Collecting texttable<0.10,>=0.9.0 [2020-07-25T04:40:16.121Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-25T04:40:16.390Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:40:16.390Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:40:16.390Z] ---> fa7cdddccef5 [2020-07-25T04:40:16.390Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:40:16.665Z] ---> Using cache [2020-07-25T04:40:16.665Z] ---> c6e47cc9ec4e [2020-07-25T04:40:16.665Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:40:16.665Z] ---> Using cache [2020-07-25T04:40:16.665Z] ---> 16a1086febe1 [2020-07-25T04:40:16.665Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:40:16.665Z] ---> Using cache [2020-07-25T04:40:16.665Z] ---> e32cea219131 [2020-07-25T04:40:16.665Z] Step 6/21 : COPY go.mod . [2020-07-25T04:40:16.665Z] ---> Using cache [2020-07-25T04:40:16.665Z] ---> bc3e4656bc01 [2020-07-25T04:40:16.665Z] Step 7/21 : RUN go mod download [2020-07-25T04:40:16.665Z] ---> Using cache [2020-07-25T04:40:16.665Z] ---> 193e057d0131 [2020-07-25T04:40:16.665Z] Step 8/21 : COPY . . [2020-07-25T04:40:16.932Z] ---> Using cache [2020-07-25T04:40:16.932Z] ---> 0accda658b27 [2020-07-25T04:40:16.932Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-25T04:40:17.216Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-25T04:40:17.216Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-25T04:40:17.512Z] ---> Running in 6e71958534b9 [2020-07-25T04:40:17.512Z] Collecting cached-property<2,>=1.2.0 [2020-07-25T04:40:17.512Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-25T04:40:17.782Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-25T04:40:17.782Z] Collecting idna<2.8,>=2.5 [2020-07-25T04:40:17.782Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-25T04:40:18.733Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-25T04:40:18.733Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-25T04:40:19.009Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-25T04:40:19.009Z] Collecting docker-pycreds>=0.4.0 [2020-07-25T04:40:19.009Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-25T04:40:19.009Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-25T04:40:19.009Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-25T04:40:19.009Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-25T04:40:19.009Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-25T04:40:19.305Z] Installing collected packages: idna, urllib3, requests, dockerpty, PyYAML, docopt, websocket-client, docker-pycreds, docker, jsonschema, texttable, cached-property, docker-compose [2020-07-25T04:40:19.305Z] Attempting uninstall: idna [2020-07-25T04:40:19.305Z] Found existing installation: idna 2.9 [2020-07-25T04:40:19.305Z] Uninstalling idna-2.9: [2020-07-25T04:40:19.584Z] Successfully uninstalled idna-2.9 [2020-07-25T04:40:20.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-25T04:40:21.128Z] Attempting uninstall: urllib3 [2020-07-25T04:40:21.128Z] Found existing installation: urllib3 1.25.9 [2020-07-25T04:40:21.128Z] Uninstalling urllib3-1.25.9: [2020-07-25T04:40:21.396Z] Successfully uninstalled urllib3-1.25.9 [2020-07-25T04:40:21.659Z] Attempting uninstall: requests [2020-07-25T04:40:21.659Z] Found existing installation: requests 2.23.0 [2020-07-25T04:40:21.659Z] Uninstalling requests-2.23.0: [2020-07-25T04:40:22.238Z] Successfully uninstalled requests-2.23.0 [2020-07-25T04:40:23.440Z] gofmt -l . [2020-07-25T04:40:23.440Z] [ "`gofmt -l .`" = "" ] [2020-07-25T04:40:24.177Z] Running setup.py install for dockerpty: started [2020-07-25T04:40:25.580Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-25T04:40:25.580Z] Running setup.py install for PyYAML: started [2020-07-25T04:40:26.043Z] ./bin/test-go-mod-tidy.sh [2020-07-25T04:40:26.317Z] ./bin/test-attribution-txt.sh [2020-07-25T04:40:26.568Z] Removing intermediate container 9b34854eddc5 [2020-07-25T04:40:26.568Z] ---> 4acb36a2d7e1 [2020-07-25T04:40:26.568Z] [2020-07-25T04:40:26.568Z] Step 9/29 : FROM alpine:latest [2020-07-25T04:40:26.568Z] ---> a24bb4013296 [2020-07-25T04:40:26.568Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-25T04:40:26.568Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-25T04:40:26.568Z] Running setup.py install for docopt: started [2020-07-25T04:40:27.152Z] Running setup.py install for docopt: finished with status 'done' [2020-07-25T04:40:28.111Z] ---> f97722efb5ad [2020-07-25T04:40:28.111Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-25T04:40:28.926Z] docker run --rm --privileged \ [2020-07-25T04:40:28.926Z] -v /w/workspace/edgex-go/24:/raml-verification -w /raml-verification \ [2020-07-25T04:40:28.926Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-25T04:40:28.926Z] /scripts/raml-verify.sh [2020-07-25T04:40:29.198Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-25T04:40:29.198Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-25T04:40:29.198Z] 29e5d40040c1: Pulling fs layer [2020-07-25T04:40:29.198Z] 8c46fbeab2c7: Pulling fs layer [2020-07-25T04:40:29.198Z] 8ba552a4e5fe: Pulling fs layer [2020-07-25T04:40:29.198Z] 1fb62381901b: Pulling fs layer [2020-07-25T04:40:29.198Z] 147fb30a95d9: Pulling fs layer [2020-07-25T04:40:29.198Z] 3ccc99ad11dc: Pulling fs layer [2020-07-25T04:40:29.198Z] 147fb30a95d9: Waiting [2020-07-25T04:40:29.198Z] 3ccc99ad11dc: Waiting [2020-07-25T04:40:29.198Z] 1fb62381901b: Waiting [2020-07-25T04:40:29.473Z] 8ba552a4e5fe: Verifying Checksum [2020-07-25T04:40:29.473Z] 8ba552a4e5fe: Download complete [2020-07-25T04:40:29.473Z] 1fb62381901b: Download complete [2020-07-25T04:40:29.473Z] 29e5d40040c1: Download complete [2020-07-25T04:40:29.473Z] 3ccc99ad11dc: Verifying Checksum [2020-07-25T04:40:29.473Z] 3ccc99ad11dc: Download complete [2020-07-25T04:40:29.747Z] 147fb30a95d9: Verifying Checksum [2020-07-25T04:40:29.747Z] 147fb30a95d9: Download complete [2020-07-25T04:40:30.019Z] 29e5d40040c1: Pull complete [2020-07-25T04:40:30.019Z] 8c46fbeab2c7: Verifying Checksum [2020-07-25T04:40:30.019Z] 8c46fbeab2c7: Download complete [2020-07-25T04:40:30.068Z] ---> Running in 2e38db290d89 [2020-07-25T04:40:30.068Z] ---> Running in 48295bddd5a6 [2020-07-25T04:40:30.068Z] Running setup.py install for texttable: started [2020-07-25T04:40:30.350Z] Removing intermediate container 2e38db290d89 [2020-07-25T04:40:30.350Z] ---> aa4bff3cb80a [2020-07-25T04:40:30.350Z] Step 11/29 : USER root [2020-07-25T04:40:31.337Z] Running setup.py install for texttable: finished with status 'done' [2020-07-25T04:40:31.604Z] ---> Running in 0a2da96e4942 [2020-07-25T04:40:31.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-25T04:40:32.191Z] Removing intermediate container 0a2da96e4942 [2020-07-25T04:40:32.191Z] ---> 4920a3e0397e [2020-07-25T04:40:32.191Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-25T04:40:32.191Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-25T04:40:32.475Z] ---> Running in 6f1f1ec998ba [2020-07-25T04:40:33.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:40:33.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:40:33.724Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:40:33.724Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:40:33.724Z] OK: 12749 distinct packages available [2020-07-25T04:40:34.000Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-25T04:40:34.000Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-25T04:40:34.267Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:40:34.531Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:40:34.803Z] OK: 6 MiB in 16 packages [2020-07-25T04:40:35.410Z] 8c46fbeab2c7: Pull complete [2020-07-25T04:40:35.410Z] 8ba552a4e5fe: Pull complete [2020-07-25T04:40:35.410Z] 1fb62381901b: Pull complete [2020-07-25T04:40:36.225Z] Removing intermediate container 4d79db897424 [2020-07-25T04:40:36.225Z] ---> 66e47014e33a [2020-07-25T04:40:36.225Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-25T04:40:37.671Z] ---> Running in 62192da3e40a [2020-07-25T04:40:38.259Z] Removing intermediate container 6f1f1ec998ba [2020-07-25T04:40:38.259Z] ---> 1c6d315ffd75 [2020-07-25T04:40:38.259Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-25T04:40:39.712Z] 147fb30a95d9: Pull complete [2020-07-25T04:40:39.982Z] 3ccc99ad11dc: Pull complete [2020-07-25T04:40:39.982Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-25T04:40:39.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-25T04:40:40.856Z] Removing intermediate container 809b5ce33251 [2020-07-25T04:40:40.856Z] ---> f8e1b75cd378 [2020-07-25T04:40:40.856Z] [2020-07-25T04:40:40.856Z] Step 10/22 : FROM alpine [2020-07-25T04:40:40.856Z] ---> a24bb4013296 [2020-07-25T04:40:40.856Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:40:41.131Z] ---> Running in 566425f4eb00 [2020-07-25T04:40:41.131Z] ---> Running in 10e7b650b94e [2020-07-25T04:40:41.402Z] Removing intermediate container 566425f4eb00 [2020-07-25T04:40:41.402Z] ---> 826bd985c0a8 [2020-07-25T04:40:41.402Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-25T04:40:41.402Z] ---> Running in e8de4d2aa56a [2020-07-25T04:40:41.402Z] Removing intermediate container 10e7b650b94e [2020-07-25T04:40:41.402Z] ---> b77ec9914c1d [2020-07-25T04:40:41.402Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-25T04:40:41.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:40:41.678Z] ---> Running in 36f15be97cb6 [2020-07-25T04:40:41.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:40:41.954Z] Removing intermediate container e8de4d2aa56a [2020-07-25T04:40:41.954Z] ---> a5baf98acb4b [2020-07-25T04:40:41.954Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-25T04:40:41.954Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:40:41.954Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-25T04:40:41.954Z] (3/3) Installing curl (7.69.1-r0) [2020-07-25T04:40:41.954Z] ---> Running in eaf84a61ebff [2020-07-25T04:40:41.954Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:40:42.224Z] OK: 72 MiB in 58 packages [2020-07-25T04:40:42.224Z] Removing intermediate container 36f15be97cb6 [2020-07-25T04:40:42.224Z] ---> a0ec17433f25 [2020-07-25T04:40:42.224Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-25T04:40:42.491Z] ---> Running in ee9ec21f75f1 [2020-07-25T04:40:42.590Z] Verifying ./api/raml/core-command.raml... [2020-07-25T04:40:43.081Z] Removing intermediate container ee9ec21f75f1 [2020-07-25T04:40:43.081Z] ---> fc5cf52d5d03 [2020-07-25T04:40:43.081Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:40:43.081Z] ---> Running in 84ac0cf4ab07 [2020-07-25T04:40:43.680Z] Removing intermediate container 62192da3e40a [2020-07-25T04:40:43.680Z] ---> 4bf54be5fea8 [2020-07-25T04:40:43.680Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:40:43.965Z] ---> Running in d99048546465 [2020-07-25T04:40:44.248Z] Removing intermediate container d99048546465 [2020-07-25T04:40:44.248Z] ---> 4ef5ca1e682e [2020-07-25T04:40:44.248Z] Step 24/26 : LABEL arch=x86_64 [2020-07-25T04:40:44.826Z] Removing intermediate container eaf84a61ebff [2020-07-25T04:40:44.826Z] ---> de0c6de9ab16 [2020-07-25T04:40:44.826Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-25T04:40:44.826Z] ---> Running in 4cf1665fa58f [2020-07-25T04:40:45.193Z] OK [2020-07-25T04:40:45.193Z] Verifying ./api/raml/core-metadata.raml... [2020-07-25T04:40:45.404Z] Removing intermediate container 4cf1665fa58f [2020-07-25T04:40:45.404Z] ---> 29fe423d506d [2020-07-25T04:40:45.404Z] Step 25/26 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:40:47.017Z] ---> dfc7fd0473df [2020-07-25T04:40:47.017Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-25T04:40:47.017Z] ---> Running in c0973006aab6 [2020-07-25T04:40:47.017Z] Removing intermediate container 84ac0cf4ab07 [2020-07-25T04:40:47.017Z] ---> a2d57a03e644 [2020-07-25T04:40:47.017Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-25T04:40:47.609Z] Removing intermediate container 6e71958534b9 [2020-07-25T04:40:47.609Z] ---> 8abfb645681f [2020-07-25T04:40:47.609Z] [2020-07-25T04:40:47.609Z] Step 10/21 : FROM scratch [2020-07-25T04:40:47.609Z] ---> [2020-07-25T04:40:47.609Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:40:47.609Z] ---> Running in 135a3135ad98 [2020-07-25T04:40:48.189Z] ---> Using cache [2020-07-25T04:40:48.189Z] ---> c0722145de17 [2020-07-25T04:40:48.189Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-25T04:40:48.189Z] ---> 7791dd1b2d5f [2020-07-25T04:40:48.189Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-25T04:40:48.189Z] ---> Running in 039248e38208 [2020-07-25T04:40:48.189Z] Removing intermediate container c0973006aab6 [2020-07-25T04:40:48.189Z] ---> 939cf2e23f57 [2020-07-25T04:40:48.189Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:40:48.456Z] ---> Running in 27aba745295a [2020-07-25T04:40:48.456Z] Removing intermediate container 039248e38208 [2020-07-25T04:40:48.456Z] ---> 6beae60f7be8 [2020-07-25T04:40:48.456Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:40:48.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:40:48.716Z] ---> Running in 92e31bc94649 [2020-07-25T04:40:48.716Z] Removing intermediate container 27aba745295a [2020-07-25T04:40:48.716Z] ---> 461e1e41eef2 [2020-07-25T04:40:48.716Z] [2020-07-25T04:40:48.716Z] ---> 280b00b3acbf [2020-07-25T04:40:48.716Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-25T04:40:49.302Z] Successfully built 461e1e41eef2 [2020-07-25T04:40:49.302Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-25T04:40:49.302Z] Building docker-support-logging-go [2020-07-25T04:40:49.302Z]  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:40:49.302Z] Removing intermediate container 92e31bc94649 [2020-07-25T04:40:49.302Z] ---> aaa5b18c87fb [2020-07-25T04:40:49.302Z] Step 14/21 : WORKDIR / [2020-07-25T04:40:49.302Z] ---> Running in 2730ba8d014e [2020-07-25T04:40:49.572Z] ---> a2d5242ac70a [2020-07-25T04:40:49.572Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-25T04:40:49.841Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-25T04:40:49.841Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-25T04:40:50.103Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-25T04:40:50.367Z] Removing intermediate container 2730ba8d014e [2020-07-25T04:40:50.367Z] ---> 064303fe06de [2020-07-25T04:40:50.367Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-25T04:40:50.367Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-25T04:40:50.938Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-25T04:40:51.199Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:40:51.460Z] OK: 8 MiB in 19 packages [2020-07-25T04:40:51.872Z] OK [2020-07-25T04:40:51.872Z] Verifying ./api/raml/support-logging.raml... [2020-07-25T04:40:54.474Z] OK [2020-07-25T04:40:54.474Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-25T04:40:54.759Z] Removing intermediate container 48295bddd5a6 [2020-07-25T04:40:54.759Z] ---> f244b1822359 [2020-07-25T04:40:54.759Z] [2020-07-25T04:40:54.759Z] Step 10/23 : FROM scratch [2020-07-25T04:40:54.759Z] ---> [2020-07-25T04:40:54.759Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:40:56.143Z] ---> 90bdfb79807d [2020-07-25T04:40:56.143Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-25T04:40:56.143Z] ---> cd14dfc1ca8f [2020-07-25T04:40:56.143Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-25T04:40:56.404Z] ---> Running in 1a6f782da0b6 [2020-07-25T04:40:56.670Z] ---> Running in e8940c2094f7 [2020-07-25T04:40:57.838Z] OK [2020-07-25T04:40:57.838Z] Verifying ./api/raml/core-data.raml... [2020-07-25T04:40:58.583Z] Removing intermediate container 1a6f782da0b6 [2020-07-25T04:40:58.583Z] ---> 6cc5262aa152 [2020-07-25T04:40:58.583Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-25T04:40:58.583Z] Removing intermediate container 135a3135ad98 [2020-07-25T04:40:58.583Z] ---> 08f0abfe3321 [2020-07-25T04:40:58.583Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-25T04:40:59.172Z] ---> 2cfed52f260f [2020-07-25T04:40:59.172Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-25T04:40:59.172Z] ---> Running in 409d81a7d5ad [2020-07-25T04:41:00.120Z] ---> c1db1df44444 [2020-07-25T04:41:00.120Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-25T04:41:00.120Z] Removing intermediate container 409d81a7d5ad [2020-07-25T04:41:00.120Z] ---> 97facbbd1857 [2020-07-25T04:41:00.120Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-25T04:41:00.693Z] ---> 994578a471d5 [2020-07-25T04:41:00.693Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:41:00.953Z] ---> Running in 4ec745fd1cbc [2020-07-25T04:41:01.524Z] ---> Running in 786911fa0c83 [2020-07-25T04:41:02.119Z] OK [2020-07-25T04:41:02.119Z] Verifying ./api/raml/support-notifications.raml... [2020-07-25T04:41:02.468Z] Removing intermediate container 4ec745fd1cbc [2020-07-25T04:41:02.468Z] ---> 4c8240f5592f [2020-07-25T04:41:02.468Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-25T04:41:02.468Z] ---> b473eec0b70d [2020-07-25T04:41:02.468Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-25T04:41:02.468Z] Removing intermediate container e8940c2094f7 [2020-07-25T04:41:02.468Z] ---> 1c40d50e5c57 [2020-07-25T04:41:02.468Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:41:03.416Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:41:03.416Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:41:03.416Z] ---> fa7cdddccef5 [2020-07-25T04:41:03.416Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:41:03.416Z] ---> Using cache [2020-07-25T04:41:03.416Z] ---> c6e47cc9ec4e [2020-07-25T04:41:03.416Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:41:03.416Z] ---> Using cache [2020-07-25T04:41:03.416Z] ---> 16a1086febe1 [2020-07-25T04:41:03.416Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-25T04:41:04.804Z] Removing intermediate container 786911fa0c83 [2020-07-25T04:41:04.804Z] ---> 5f1d3408df8a [2020-07-25T04:41:04.804Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:41:04.804Z] ---> Running in b1cd0e843c18 [2020-07-25T04:41:04.804Z] ---> 611c15cd2d87 [2020-07-25T04:41:04.804Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-25T04:41:05.065Z] ---> Running in 52f3af82ea1c [2020-07-25T04:41:05.065Z] ---> 28a094054ead [2020-07-25T04:41:05.065Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:41:05.065Z] ---> 522adef890be [2020-07-25T04:41:05.065Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:41:05.327Z] ---> Running in 05e760fbfee9 [2020-07-25T04:41:05.327Z] ---> Running in 461ce46cf591 [2020-07-25T04:41:05.484Z] OK [2020-07-25T04:41:05.484Z] Verifying ./api/raml/system-agent.raml... [2020-07-25T04:41:05.900Z] Removing intermediate container 52f3af82ea1c [2020-07-25T04:41:05.900Z] ---> 608f5ec1f2d9 [2020-07-25T04:41:05.900Z] Step 20/21 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:41:05.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:41:06.482Z] ---> a2fc1230df8e [2020-07-25T04:41:06.482Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-25T04:41:06.482Z] ---> Running in a53efdafe37e [2020-07-25T04:41:06.482Z] Removing intermediate container 461ce46cf591 [2020-07-25T04:41:06.482Z] ---> b096cc08cf0a [2020-07-25T04:41:06.482Z] Step 20/22 : LABEL arch=x86_64 [2020-07-25T04:41:06.482Z] ---> Running in 501d1ffcfb2c [2020-07-25T04:41:06.743Z] Removing intermediate container a53efdafe37e [2020-07-25T04:41:06.743Z] ---> 573d54d273ae [2020-07-25T04:41:06.743Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:41:06.743Z] Removing intermediate container 501d1ffcfb2c [2020-07-25T04:41:06.743Z] ---> f14980d52878 [2020-07-25T04:41:06.743Z] Step 21/22 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:41:06.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:41:06.743Z] ---> Running in 02f94ed58128 [2020-07-25T04:41:07.005Z] ---> Running in 8783c818032e [2020-07-25T04:41:07.005Z] ---> d618147fa855 [2020-07-25T04:41:07.005Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-25T04:41:07.266Z] Removing intermediate container 02f94ed58128 [2020-07-25T04:41:07.266Z] ---> 3730531524ef [2020-07-25T04:41:07.266Z] [2020-07-25T04:41:07.266Z] Successfully built 3730531524ef [2020-07-25T04:41:07.266Z] Removing intermediate container 8783c818032e [2020-07-25T04:41:07.266Z] ---> 81d6002746ee [2020-07-25T04:41:07.266Z] Step 22/22 : LABEL version=0.0.0 [2020-07-25T04:41:07.266Z] Successfully tagged docker-core-command-go:latest [2020-07-25T04:41:07.447Z] OK [2020-07-25T04:41:07.527Z]  Building docker-core-command-go ... done  ---> 03e42eb44d12 [2020-07-25T04:41:07.527Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-25T04:41:07.527Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:41:07.527Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:41:07.527Z] OK: 12749 distinct packages available [2020-07-25T04:41:07.527Z] Removing intermediate container 05e760fbfee9 [2020-07-25T04:41:07.527Z] ---> 35efc6926801 [2020-07-25T04:41:07.527Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-25T04:41:07.527Z] ---> Running in 88f771f6ab55 [2020-07-25T04:41:07.527Z] ---> Running in 0b05ecc64f25 [2020-07-25T04:41:07.789Z] OK: 233 MiB in 51 packages [2020-07-25T04:41:07.789Z] Removing intermediate container 88f771f6ab55 [2020-07-25T04:41:07.789Z] ---> cc829306704a [2020-07-25T04:41:07.789Z] [Pipeline] sh [2020-07-25T04:41:08.060Z] OK: 233 MiB in 51 packages [2020-07-25T04:41:08.060Z] ---> a6643247a547 [2020-07-25T04:41:08.060Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-25T04:41:08.060Z] Successfully built cc829306704a [2020-07-25T04:41:08.060Z] Successfully tagged docker-core-data-go:latest [2020-07-25T04:41:08.326Z]  Building docker-core-data-go ... done  ---> 8589420ad10c [2020-07-25T04:41:08.326Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:41:08.588Z] ---> Running in cb0c684b0e8e [2020-07-25T04:41:08.682Z] + ls -al . [2020-07-25T04:41:08.682Z] total 596 [2020-07-25T04:41:08.682Z] drwxrwxr-x 10 1001 1001 4096 Jul 25 04:40 . [2020-07-25T04:41:08.682Z] drwxr-xr-x 4 root root 4096 Jul 25 04:38 .. [2020-07-25T04:41:08.682Z] -rw-rw-r-- 1 1001 1001 11 Jul 25 04:36 .dockerignore [2020-07-25T04:41:08.682Z] drwxrwxr-x 8 1001 1001 4096 Jul 25 04:36 .git [2020-07-25T04:41:08.682Z] drwxrwxr-x 3 1001 1001 4096 Jul 25 04:36 .github [2020-07-25T04:41:08.682Z] -rw-rw-r-- 1 1001 1001 924 Jul 25 04:36 .gitignore [2020-07-25T04:41:08.682Z] drwxrwxr-x 3 1001 1001 4096 Jul 25 04:36 .semver [2020-07-25T04:41:08.682Z] -rw-rw-r-- 1 1001 1001 178 Jul 25 04:36 .sonarcloud.properties [2020-07-25T04:41:08.682Z] -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:36 CONTRIBUTING.md [2020-07-25T04:41:08.682Z] -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:36 Dockerfile.build [2020-07-25T04:41:08.682Z] -rw-rw-r-- 1 1001 1001 824 Jul 25 04:36 Jenkinsfile [2020-07-25T04:41:08.682Z] -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:36 LICENSE [2020-07-25T04:41:08.682Z] -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:36 Makefile [2020-07-25T04:41:08.682Z] -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:36 README.md [2020-07-25T04:41:08.682Z] -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:36 SECURITY.md [2020-07-25T04:41:08.682Z] -rw-rw-r-- 1 1001 1001 5 Jul 25 04:32 VERSION [2020-07-25T04:41:08.682Z] -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:36 ZMQWindows.md [2020-07-25T04:41:08.682Z] drwxrwxr-x 4 1001 1001 4096 Jul 25 04:36 api [2020-07-25T04:41:08.682Z] drwxrwxr-x 2 1001 1001 4096 Jul 25 04:36 bin [2020-07-25T04:41:08.682Z] drwxrwxr-x 15 1001 1001 4096 Jul 25 04:36 cmd [2020-07-25T04:41:08.682Z] -rw-r--r-- 1 root root 465277 Jul 25 04:40 coverage.out [2020-07-25T04:41:08.682Z] -rw-r--r-- 1 root root 1075 Jul 25 04:40 go.mod [2020-07-25T04:41:08.682Z] -rw-r--r-- 1 root root 18146 Jul 25 04:40 go.sum [2020-07-25T04:41:08.682Z] drwxrwxr-x 8 1001 1001 4096 Jul 25 04:36 internal [2020-07-25T04:41:08.682Z] drwxrwxr-x 4 1001 1001 4096 Jul 25 04:36 snap [2020-07-25T04:41:08.682Z] -rw-rw-r-- 1 1001 1001 168 Jul 25 04:36 version.go [Pipeline] sh [2020-07-25T04:41:09.332Z] + '[' -e coverage.out ] [2020-07-25T04:41:09.332Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-25T04:41:09.386Z] Warning: overwriting stash ‘coverage-report’ [2020-07-25T04:41:09.971Z] Removing intermediate container b1cd0e843c18 [2020-07-25T04:41:09.971Z] ---> ddbca782d7d4 [2020-07-25T04:41:09.971Z] Step 6/21 : COPY go.mod . [2020-07-25T04:41:09.971Z] Removing intermediate container cb0c684b0e8e [2020-07-25T04:41:09.971Z] ---> a459c3438720 [2020-07-25T04:41:09.971Z] Step 21/23 : LABEL arch=x86_64 [2020-07-25T04:41:09.971Z] ---> Running in 5b76b51e3492 [2020-07-25T04:41:10.231Z] Removing intermediate container 0b05ecc64f25 [2020-07-25T04:41:10.231Z] ---> d6f58e6da176 [2020-07-25T04:41:10.231Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:41:10.231Z] ---> 060c93364c24 [2020-07-25T04:41:10.231Z] Step 7/21 : RUN go mod download [2020-07-25T04:41:10.231Z] ---> Running in 9a44d04f3f7b [2020-07-25T04:41:10.231Z] Removing intermediate container 5b76b51e3492 [2020-07-25T04:41:10.231Z] ---> ea5d20e54e5c [2020-07-25T04:41:10.231Z] Step 22/23 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:41:10.462Z] Stashed 1 file(s) [Pipeline] sh [2020-07-25T04:41:10.492Z] ---> Running in 180b1be22a3d [2020-07-25T04:41:10.492Z] ---> Running in 4a628b9e996d [2020-07-25T04:41:10.756Z] Removing intermediate container 9a44d04f3f7b [2020-07-25T04:41:10.756Z] ---> 7446a73c3d7d [2020-07-25T04:41:10.756Z] Step 26/29 : CMD [ "generate" ] [2020-07-25T04:41:10.756Z] ---> Running in dc0cf2d5597f [2020-07-25T04:41:10.756Z] Removing intermediate container 4a628b9e996d [2020-07-25T04:41:10.756Z] ---> 682e2361d5d6 [2020-07-25T04:41:10.756Z] Step 23/23 : LABEL version=0.0.0 [2020-07-25T04:41:11.020Z] ---> Running in 1105a7152596 [2020-07-25T04:41:11.020Z] Removing intermediate container dc0cf2d5597f [2020-07-25T04:41:11.020Z] ---> 179f72c6c30f [2020-07-25T04:41:11.020Z] Step 27/29 : LABEL arch=x86_64 [2020-07-25T04:41:11.020Z] ---> Running in cb167ec6379b [2020-07-25T04:41:11.133Z] + make build [2020-07-25T04:41:11.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-25T04:41:11.281Z] Removing intermediate container 1105a7152596 [2020-07-25T04:41:11.281Z] ---> 192a1da0bb23 [2020-07-25T04:41:11.281Z] [2020-07-25T04:41:11.281Z] Successfully built 192a1da0bb23 [2020-07-25T04:41:11.281Z] Removing intermediate container cb167ec6379b [2020-07-25T04:41:11.281Z] ---> 947edc26131b [2020-07-25T04:41:11.281Z] Step 28/29 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:41:11.281Z] Successfully tagged docker-support-notifications-go:latest [2020-07-25T04:41:11.281Z]  Building docker-support-notifications-go ... done  ---> Running in e29584df4922 [2020-07-25T04:41:11.542Z] Removing intermediate container e29584df4922 [2020-07-25T04:41:11.542Z] ---> 8c821480c54b [2020-07-25T04:41:11.542Z] Step 29/29 : LABEL version=0.0.0 [2020-07-25T04:41:11.542Z] ---> Running in 2d0fa0644370 [2020-07-25T04:41:11.802Z] Removing intermediate container 2d0fa0644370 [2020-07-25T04:41:11.802Z] ---> 8d5313b3e38b [2020-07-25T04:41:11.802Z] [2020-07-25T04:41:11.802Z] Successfully built 8d5313b3e38b [2020-07-25T04:41:11.802Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-25T04:41:11.802Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 180b1be22a3d [2020-07-25T04:41:11.802Z] ---> e57b6025a7d2 [2020-07-25T04:41:11.802Z] Step 8/21 : COPY . . [2020-07-25T04:41:24.060Z] ---> 9e58bef4a5be [2020-07-25T04:41:24.060Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-25T04:41:24.060Z] ---> Running in 66721ad1bf09 [2020-07-25T04:41:24.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-25T04:41:29.558Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-25T04:41:34.358Z] Removing intermediate container 66721ad1bf09 [2020-07-25T04:41:34.358Z] ---> ea06d73b7388 [2020-07-25T04:41:34.358Z] [2020-07-25T04:41:34.358Z] Step 10/21 : FROM scratch [2020-07-25T04:41:34.359Z] ---> [2020-07-25T04:41:34.359Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:41:34.359Z] ---> Using cache [2020-07-25T04:41:34.359Z] ---> 6cc5262aa152 [2020-07-25T04:41:34.359Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-25T04:41:34.359Z] ---> Running in 87123783b7ea [2020-07-25T04:41:34.359Z] Removing intermediate container 87123783b7ea [2020-07-25T04:41:34.359Z] ---> 0e408efc2318 [2020-07-25T04:41:34.359Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:41:34.359Z] ---> Running in 1fcc86c8efe4 [2020-07-25T04:41:34.619Z] Removing intermediate container 1fcc86c8efe4 [2020-07-25T04:41:34.619Z] ---> ae63b7bfb740 [2020-07-25T04:41:34.619Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-25T04:41:34.880Z] ---> e88b0ad2b65b [2020-07-25T04:41:34.880Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-25T04:41:35.141Z] ---> 1b63d7624fbf [2020-07-25T04:41:35.141Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-25T04:41:35.402Z] ---> b071e693b2a8 [2020-07-25T04:41:35.402Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-25T04:41:35.661Z] ---> 0720c008aa6a [2020-07-25T04:41:35.661Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:41:35.930Z] ---> Running in 59fbf011ad59 [2020-07-25T04:41:35.930Z] Removing intermediate container 59fbf011ad59 [2020-07-25T04:41:35.930Z] ---> a5c8c45a723b [2020-07-25T04:41:35.930Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:41:35.930Z] ---> Running in 4a20f76f6227 [2020-07-25T04:41:36.191Z] Removing intermediate container 4a20f76f6227 [2020-07-25T04:41:36.191Z] ---> 548e4fd92f75 [2020-07-25T04:41:36.191Z] Step 20/21 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:41:36.191Z] ---> Running in f460da9f327b [2020-07-25T04:41:36.452Z] Removing intermediate container f460da9f327b [2020-07-25T04:41:36.452Z] ---> 6188ab79912d [2020-07-25T04:41:36.452Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:41:36.452Z] ---> Running in 3a8a27bbbd6c [2020-07-25T04:41:36.713Z] Removing intermediate container 3a8a27bbbd6c [2020-07-25T04:41:36.713Z] ---> 3a3206f9cff6 [2020-07-25T04:41:36.713Z] [2020-07-25T04:41:36.713Z] Successfully built 3a3206f9cff6 [2020-07-25T04:41:36.713Z] Successfully tagged docker-support-logging-go:latest [2020-07-25T04:41:37.335Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-07-25T04:41:37.409Z] $ docker stop --time=1 87e568a663b05166cf95c7d111355b910fa71163eb996608a195a28b44603f60 [2020-07-25T04:41:39.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-25T04:41:40.256Z] $ docker rm -f 87e568a663b05166cf95c7d111355b910fa71163eb996608a195a28b44603f60 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-25T04:41:40.811Z] + docker images [2020-07-25T04:41:40.812Z] + grep docker [2020-07-25T04:41:40.812Z] docker-support-logging-go latest 3a3206f9cff6 4 seconds ago 11.8MB [2020-07-25T04:41:40.812Z] docker-security-secrets-setup-go latest 8d5313b3e38b 29 seconds ago 25.1MB [2020-07-25T04:41:40.812Z] docker-support-notifications-go latest 192a1da0bb23 30 seconds ago 14.4MB [2020-07-25T04:41:40.812Z] docker-core-data-go latest cc829306704a 33 seconds ago 23.8MB [2020-07-25T04:41:40.812Z] docker-core-command-go latest 3730531524ef 34 seconds ago 13MB [2020-07-25T04:41:40.812Z] docker-sys-mgmt-agent-go latest 461e1e41eef2 52 seconds ago 284MB [2020-07-25T04:41:40.812Z] docker-security-secretstore-setup-go latest 875aabff6f7a About a minute ago 33.9MB [2020-07-25T04:41:40.812Z] docker-security-proxy-setup-go latest 1f402e3cdb46 2 minutes ago 16.4MB [2020-07-25T04:41:40.812Z] docker-core-metadata-go latest 6071d489e60a 2 minutes ago 14.4MB [2020-07-25T04:41:40.812Z] docker-support-scheduler-go latest f79c2de81638 2 minutes ago 13.1MB [2020-07-25T04:41:40.812Z] docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-25T04:41:45.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-25T04:41:50.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-25T04:41:57.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-25T04:41:57.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-25T04:42:02.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-25T04:42:08.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-25T04:42:12.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-25T04:42:16.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-25T04:42:20.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-25T04:42:25.005Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-25T04:42:28.384Z] $ docker stop --time=1 3a601bd613e1beab957eb26fadf0b1ceddaa175818ed6c49089394f757e28ce9 [2020-07-25T04:42:30.738Z] $ docker rm -f 3a601bd613e1beab957eb26fadf0b1ceddaa175818ed6c49089394f757e28ce9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:42:32.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:42:32.115Z] [2020-07-25T04:42:32.115Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:42:32.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:42:32.749Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-25T04:42:32.749Z] 29e5d40040c1: Already exists [2020-07-25T04:42:32.749Z] 1ce36da41761: Pulling fs layer [2020-07-25T04:42:32.749Z] 25b303627fd3: Pulling fs layer [2020-07-25T04:42:33.344Z] 1ce36da41761: Verifying Checksum [2020-07-25T04:42:33.344Z] 1ce36da41761: Download complete [2020-07-25T04:42:34.767Z] 1ce36da41761: Pull complete [2020-07-25T04:42:35.359Z] 25b303627fd3: Verifying Checksum [2020-07-25T04:42:35.359Z] 25b303627fd3: Download complete [2020-07-25T04:42:45.508Z] 25b303627fd3: Pull complete [2020-07-25T04:42:45.508Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-25T04:42:45.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:42:45.508Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-25T04:42:45.741Z] prd-ubuntu18.04-docker-arm64-4c-16g-978 does not seem to be running inside a container [2020-07-25T04:42:45.805Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-25T04:42:49.475Z] $ docker top 0ddb9c493c0e96174e5863ef76a3be3a883b023d377e43ad5e5cbcea0bedcb3d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:42:50.861Z] + docker-compose build+ --helpgrep [2020-07-25T04:42:50.861Z] parallel [2020-07-25T04:42:54.219Z] --parallel Build images in parallel. [Pipeline] } [2020-07-25T04:42:54.500Z] $ docker stop --time=1 0ddb9c493c0e96174e5863ef76a3be3a883b023d377e43ad5e5cbcea0bedcb3d [2020-07-25T04:42:56.437Z] $ docker rm -f 0ddb9c493c0e96174e5863ef76a3be3a883b023d377e43ad5e5cbcea0bedcb3d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:42:57.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:42:57.195Z] . [Pipeline] withDockerContainer [2020-07-25T04:42:57.459Z] prd-ubuntu18.04-docker-arm64-4c-16g-978 does not seem to be running inside a container [2020-07-25T04:42:57.527Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-25T04:42:58.976Z] $ docker top 26b251f3b82ba915aff11d4e02de80d0a6658b034723370ade09e7c9edd0f720 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:43:00.027Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-25T04:43:04.303Z] Building docker-core-command-go ... [2020-07-25T04:43:04.303Z] Building docker-core-data-go ... [2020-07-25T04:43:04.303Z] Building docker-core-metadata-go ... [2020-07-25T04:43:04.303Z] Building docker-security-proxy-setup-go ... [2020-07-25T04:43:04.303Z] Building docker-security-secrets-setup-go ... [2020-07-25T04:43:04.303Z] Building docker-security-secretstore-setup-go ... [2020-07-25T04:43:04.303Z] Building docker-support-logging-go ... [2020-07-25T04:43:04.303Z] Building docker-support-notifications-go ... [2020-07-25T04:43:04.303Z] Building docker-support-scheduler-go ... [2020-07-25T04:43:04.303Z] Building docker-sys-mgmt-agent-go ... [2020-07-25T04:43:04.303Z] Building docker-core-command-go [2020-07-25T04:43:04.303Z] Building docker-support-notifications-go [2020-07-25T04:43:04.303Z] Building docker-core-metadata-go [2020-07-25T04:43:04.303Z] Building docker-sys-mgmt-agent-go [2020-07-25T04:43:04.303Z] Building docker-support-logging-go [2020-07-25T04:44:56.072Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:56.072Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:56.072Z] ---> c11eabc0af55 [2020-07-25T04:44:56.072Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:44:56.072Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:56.072Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:56.072Z] ---> c11eabc0af55 [2020-07-25T04:44:56.072Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:44:56.072Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:56.072Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:56.072Z] ---> c11eabc0af55 [2020-07-25T04:44:56.072Z] Step 3/23 : WORKDIR /edgex-go [2020-07-25T04:44:56.072Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:56.072Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:56.072Z] ---> c11eabc0af55 [2020-07-25T04:44:56.072Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:44:56.072Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:56.072Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:56.072Z] ---> c11eabc0af55 [2020-07-25T04:44:56.072Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:44:56.072Z] ---> Running in b7d84d9260b2 [2020-07-25T04:44:56.072Z] ---> Running in 144f8d529ef0 [2020-07-25T04:44:56.072Z] ---> Running in 669cf315d95f [2020-07-25T04:44:56.072Z] ---> Running in dd615b8e7d30 [2020-07-25T04:44:56.072Z] ---> Running in 49fd02343611 [2020-07-25T04:44:56.072Z] Removing intermediate container dd615b8e7d30 [2020-07-25T04:44:56.072Z] ---> 13dfa8a9424d [2020-07-25T04:44:56.072Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:56.072Z] Removing intermediate container 49fd02343611 [2020-07-25T04:44:56.072Z] ---> 9bda73666278 [2020-07-25T04:44:56.072Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:56.072Z] Removing intermediate container 669cf315d95f [2020-07-25T04:44:56.072Z] ---> b038ccf05632 [2020-07-25T04:44:56.072Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:56.072Z] Removing intermediate container b7d84d9260b2 [2020-07-25T04:44:56.072Z] ---> 1f9a8e0d92c2 [2020-07-25T04:44:56.072Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:56.072Z] Removing intermediate container 144f8d529ef0 [2020-07-25T04:44:56.072Z] ---> e4bdb3a4e503 [2020-07-25T04:44:56.072Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:56.072Z] ---> Running in 30d981032f92 [2020-07-25T04:44:56.072Z] ---> Running in 96936ed267da [2020-07-25T04:44:56.072Z] ---> Running in 6611b4bff4f3 [2020-07-25T04:44:56.072Z] ---> Running in 2de930d0be4d [2020-07-25T04:44:56.072Z] ---> Running in 3d11044ef5ca [2020-07-25T04:44:57.503Z] Removing intermediate container 30d981032f92 [2020-07-25T04:44:57.503Z] ---> 3c2eba38c03a [2020-07-25T04:44:57.503Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-25T04:44:57.777Z] ---> Running in c02577df173e [2020-07-25T04:44:58.053Z] Removing intermediate container 96936ed267da [2020-07-25T04:44:58.054Z] ---> 6f228b2df5e7 [2020-07-25T04:44:58.054Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:44:58.054Z] Removing intermediate container 6611b4bff4f3 [2020-07-25T04:44:58.054Z] ---> 82ef49cb7749 [2020-07-25T04:44:58.054Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:44:58.335Z] ---> Running in 05674863d3c1 [2020-07-25T04:44:58.335Z] ---> Running in d345b268c6ad [2020-07-25T04:44:58.616Z] Removing intermediate container 2de930d0be4d [2020-07-25T04:44:58.616Z] ---> 15cc63d3922c [2020-07-25T04:44:58.616Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-25T04:44:58.616Z] Removing intermediate container 3d11044ef5ca [2020-07-25T04:44:58.616Z] ---> c2f9eb2d7acf [2020-07-25T04:44:58.616Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-25T04:44:58.893Z] ---> Running in 370f628c5d1a [2020-07-25T04:44:58.893Z] ---> Running in eb0fd848ab64 [2020-07-25T04:44:59.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:00.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:00.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:00.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:01.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:01.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:01.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:01.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:01.740Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:45:01.740Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:45:01.740Z] OK: 12620 distinct packages available [2020-07-25T04:45:02.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:02.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:02.617Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:45:02.617Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:45:02.617Z] OK: 12620 distinct packages available [2020-07-25T04:45:02.617Z] OK: 217 MiB in 51 packages [2020-07-25T04:45:02.892Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:45:02.892Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:45:02.892Z] OK: 12620 distinct packages available [2020-07-25T04:45:02.892Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:45:02.892Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:45:02.892Z] OK: 12620 distinct packages available [2020-07-25T04:45:03.167Z] OK: 217 MiB in 51 packages [2020-07-25T04:45:03.447Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:45:03.447Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:45:03.447Z] OK: 12620 distinct packages available [2020-07-25T04:45:03.733Z] OK: 217 MiB in 51 packages [2020-07-25T04:45:03.733Z] OK: 217 MiB in 51 packages [2020-07-25T04:45:04.025Z] OK: 217 MiB in 51 packages [2020-07-25T04:45:04.304Z] OK: 217 MiB in 51 packages [2020-07-25T04:45:05.295Z] Removing intermediate container d345b268c6ad [2020-07-25T04:45:05.295Z] ---> 1777649719e6 [2020-07-25T04:45:05.295Z] Step 6/21 : COPY go.mod . [2020-07-25T04:45:05.571Z] Removing intermediate container c02577df173e [2020-07-25T04:45:05.571Z] ---> 3fc3450279b5 [2020-07-25T04:45:05.571Z] Step 6/21 : COPY go.mod . [2020-07-25T04:45:06.177Z] Removing intermediate container eb0fd848ab64 [2020-07-25T04:45:06.177Z] ---> b26734d2180a [2020-07-25T04:45:06.177Z] Step 6/23 : COPY go.mod . [2020-07-25T04:45:06.177Z] Removing intermediate container 05674863d3c1 [2020-07-25T04:45:06.177Z] ---> 40b1d29affd5 [2020-07-25T04:45:06.177Z] Step 6/21 : COPY go.mod . [2020-07-25T04:45:06.177Z] Removing intermediate container 370f628c5d1a [2020-07-25T04:45:06.177Z] ---> 530c6de3c080 [2020-07-25T04:45:06.177Z] Step 6/26 : COPY go.mod . [2020-07-25T04:45:06.455Z] ---> f9f4caad1dfc [2020-07-25T04:45:06.455Z] Step 7/21 : RUN go mod download [2020-07-25T04:45:06.455Z] ---> Running in 38607d8fa025 [2020-07-25T04:45:06.728Z] ---> 8ca52a4a162f [2020-07-25T04:45:06.728Z] Step 7/21 : RUN go mod download [2020-07-25T04:45:07.001Z] ---> Running in fd3ecbd0003c [2020-07-25T04:45:07.001Z] ---> 5d1d7fb1b5c2 [2020-07-25T04:45:07.001Z] Step 7/23 : RUN go mod download [2020-07-25T04:45:07.283Z] ---> Running in dda0583f6463 [2020-07-25T04:45:07.560Z] ---> 65a616f4631f [2020-07-25T04:45:07.560Z] Step 7/21 : RUN go mod download [2020-07-25T04:45:07.560Z] ---> 429e42165370 [2020-07-25T04:45:07.560Z] Step 7/26 : RUN go mod download [2020-07-25T04:45:07.846Z] ---> Running in c2478eeb4aa6 [2020-07-25T04:45:07.846Z] ---> Running in de6c8d4cf4d1 [2020-07-25T04:45:12.168Z] Removing intermediate container fd3ecbd0003c [2020-07-25T04:45:12.168Z] ---> 66be3b0264bf [2020-07-25T04:45:12.168Z] Step 8/21 : COPY . . [2020-07-25T04:45:12.168Z] Removing intermediate container 38607d8fa025 [2020-07-25T04:45:12.168Z] ---> b9b161d1a652 [2020-07-25T04:45:12.168Z] Step 8/21 : COPY . . [2020-07-25T04:45:12.168Z] Removing intermediate container dda0583f6463 [2020-07-25T04:45:12.168Z] ---> 98f984c29175 [2020-07-25T04:45:12.168Z] Step 8/23 : COPY . . [2020-07-25T04:45:13.612Z] Removing intermediate container c2478eeb4aa6 [2020-07-25T04:45:13.612Z] ---> 85779d09854d [2020-07-25T04:45:13.612Z] Step 8/21 : COPY . . [2020-07-25T04:45:15.632Z] Removing intermediate container de6c8d4cf4d1 [2020-07-25T04:45:15.632Z] ---> fd77553478dd [2020-07-25T04:45:15.632Z] Step 8/26 : COPY . . [2020-07-25T04:45:48.202Z] ---> 353ef027bc58 [2020-07-25T04:45:48.202Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-25T04:45:48.202Z] ---> ef85384c9d5c [2020-07-25T04:45:48.202Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-25T04:45:48.202Z] ---> bdf4f4f50c9e [2020-07-25T04:45:48.202Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-25T04:45:48.202Z] ---> c2714b2055d6 [2020-07-25T04:45:48.202Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-25T04:45:48.202Z] ---> a7adda3c19ec [2020-07-25T04:45:48.202Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-25T04:45:48.202Z] ---> Running in e3f6670168d2 [2020-07-25T04:45:48.202Z] ---> Running in a21fb83c5c0b [2020-07-25T04:45:48.202Z] ---> Running in 6e21da6253e5 [2020-07-25T04:45:48.202Z] ---> Running in 7c3ca6d46e94 [2020-07-25T04:45:48.202Z] ---> Running in acd4bfb10aef [2020-07-25T04:45:49.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-25T04:45:49.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-25T04:45:50.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-25T04:45:50.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-25T04:45:50.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-25T04:47:41.908Z] Removing intermediate container acd4bfb10aef [2020-07-25T04:47:41.908Z] ---> 17e8f9f5fa1b [2020-07-25T04:47:41.908Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-25T04:47:41.908Z] Removing intermediate container a21fb83c5c0b [2020-07-25T04:47:41.908Z] ---> 2fde7be00ae4 [2020-07-25T04:47:41.908Z] [2020-07-25T04:47:41.908Z] Step 10/21 : FROM scratch [2020-07-25T04:47:41.908Z] ---> [2020-07-25T04:47:41.908Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:47:41.908Z] ---> Running in dd710d545e8e [2020-07-25T04:47:41.908Z] ---> Running in 992f82c94d1d [2020-07-25T04:47:41.908Z] Removing intermediate container 992f82c94d1d [2020-07-25T04:47:41.908Z] ---> c143a74c5e22 [2020-07-25T04:47:41.908Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-25T04:47:41.908Z] ---> Running in 068ee811013f [2020-07-25T04:47:41.908Z] Removing intermediate container 068ee811013f [2020-07-25T04:47:41.908Z] ---> d68052554e23 [2020-07-25T04:47:41.908Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:47:41.908Z] ---> Running in 6094c9c78e31 [2020-07-25T04:47:41.908Z] Removing intermediate container 6094c9c78e31 [2020-07-25T04:47:41.908Z] ---> 5aa3f581edf2 [2020-07-25T04:47:41.908Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-25T04:47:41.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-25T04:47:41.908Z] ---> a207ad6d3a42 [2020-07-25T04:47:41.908Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-25T04:47:41.908Z] ---> 74d8ebd2db0f [2020-07-25T04:47:41.908Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-25T04:47:41.908Z] ---> 9ed8bd0a1b93 [2020-07-25T04:47:41.908Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-25T04:47:41.908Z] ---> 1d2778b703c9 [2020-07-25T04:47:41.908Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:47:41.908Z] ---> Running in 66e2d3101239 [2020-07-25T04:47:41.908Z] Removing intermediate container 66e2d3101239 [2020-07-25T04:47:41.908Z] ---> fbf8073d382e [2020-07-25T04:47:41.908Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:47:41.908Z] Removing intermediate container dd710d545e8e [2020-07-25T04:47:41.908Z] ---> 02c13829bc05 [2020-07-25T04:47:41.908Z] [2020-07-25T04:47:41.908Z] Step 11/26 : FROM docker:latest [2020-07-25T04:47:41.908Z] ---> ce9d55ae87f1 [2020-07-25T04:47:41.908Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-25T04:47:41.908Z] ---> Running in 3557855f8cbd [2020-07-25T04:47:41.908Z] ---> Running in 218fb0b4800f [2020-07-25T04:47:41.908Z] Removing intermediate container 218fb0b4800f [2020-07-25T04:47:41.908Z] ---> 49b51b7e19c4 [2020-07-25T04:47:41.908Z] Step 20/21 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:47:41.908Z] ---> Running in 05822e0d0d8d [2020-07-25T04:47:41.908Z] Removing intermediate container 05822e0d0d8d [2020-07-25T04:47:41.908Z] ---> 36ded844ece5 [2020-07-25T04:47:41.908Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:47:41.908Z] ---> Running in 4c2c55d4fc53 [2020-07-25T04:47:41.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:41.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:41.908Z] Removing intermediate container 4c2c55d4fc53 [2020-07-25T04:47:41.908Z] ---> d319ef7055ba [2020-07-25T04:47:41.908Z] [2020-07-25T04:47:41.908Z] (1/2) Installing readline (8.0.4-r0) [2020-07-25T04:47:41.908Z] (2/2) Installing bash (5.0.17-r0) [2020-07-25T04:47:41.908Z] Executing bash-5.0.17-r0.post-install [2020-07-25T04:47:41.908Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:47:41.908Z] OK: 12 MiB in 22 packages [2020-07-25T04:47:42.180Z] Successfully built d319ef7055ba [2020-07-25T04:47:42.180Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-25T04:47:42.461Z]  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go [2020-07-25T04:47:45.842Z] Removing intermediate container 3557855f8cbd [2020-07-25T04:47:45.842Z] ---> 1ffcb2b4956a [2020-07-25T04:47:45.842Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-25T04:47:47.813Z] ---> Running in aab498488e02 [2020-07-25T04:47:48.413Z] Removing intermediate container 7c3ca6d46e94 [2020-07-25T04:47:48.413Z] ---> fdfbb5c502d8 [2020-07-25T04:47:48.413Z] [2020-07-25T04:47:48.413Z] Step 10/23 : FROM scratch [2020-07-25T04:47:48.413Z] ---> [2020-07-25T04:47:48.413Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:47:48.413Z] ---> Using cache [2020-07-25T04:47:48.413Z] ---> c143a74c5e22 [2020-07-25T04:47:48.413Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-25T04:47:49.028Z] Removing intermediate container 6e21da6253e5 [2020-07-25T04:47:49.028Z] ---> 6ee170bc12b1 [2020-07-25T04:47:49.028Z] [2020-07-25T04:47:49.028Z] Step 10/21 : FROM scratch [2020-07-25T04:47:49.028Z] ---> [2020-07-25T04:47:49.028Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:47:49.302Z] ---> Running in c2e82a0a6cfa [2020-07-25T04:47:49.578Z] ---> Running in 0c9cc6ed8010 [2020-07-25T04:47:50.181Z] Removing intermediate container c2e82a0a6cfa [2020-07-25T04:47:50.181Z] ---> 72abe0bdddd5 [2020-07-25T04:47:50.181Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-25T04:47:50.458Z] ---> Running in 9dc9f08d673d [2020-07-25T04:47:50.458Z] Removing intermediate container 0c9cc6ed8010 [2020-07-25T04:47:50.458Z] ---> a16a85eb8992 [2020-07-25T04:47:50.458Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-25T04:47:50.733Z] ---> Running in 59d6ef7806f6 [2020-07-25T04:47:51.331Z] Removing intermediate container 9dc9f08d673d [2020-07-25T04:47:51.331Z] ---> 05a302ec2701 [2020-07-25T04:47:51.331Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-25T04:47:51.602Z] Removing intermediate container 59d6ef7806f6 [2020-07-25T04:47:51.602Z] ---> f9d4b3b832e9 [2020-07-25T04:47:51.602Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:47:52.204Z] ---> Running in 3d3489fef82a [2020-07-25T04:47:52.480Z] ---> 634f0a9d2af7 [2020-07-25T04:47:52.480Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-25T04:47:53.079Z] Removing intermediate container 3d3489fef82a [2020-07-25T04:47:53.079Z] ---> 06b568f8b9ab [2020-07-25T04:47:53.079Z] Step 14/21 : WORKDIR / [2020-07-25T04:47:53.079Z] Removing intermediate container aab498488e02 [2020-07-25T04:47:53.080Z] ---> 9f2643f4d6bb [2020-07-25T04:47:53.080Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-25T04:47:53.690Z] ---> Running in 7cb984753a2a [2020-07-25T04:47:53.690Z] ---> Running in 32862731b4b4 [2020-07-25T04:47:54.680Z] Removing intermediate container e3f6670168d2 [2020-07-25T04:47:54.680Z] ---> 9cc075e19220 [2020-07-25T04:47:54.680Z] [2020-07-25T04:47:54.680Z] Step 10/21 : FROM scratch [2020-07-25T04:47:54.680Z] ---> [2020-07-25T04:47:54.680Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:47:54.680Z] ---> 273b512fab48 [2020-07-25T04:47:54.680Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-25T04:47:54.680Z] ---> Using cache [2020-07-25T04:47:54.680Z] ---> a16a85eb8992 [2020-07-25T04:47:54.680Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-25T04:47:55.276Z] ---> Running in 4f6d7d8c7549 [2020-07-25T04:47:55.276Z] Removing intermediate container 32862731b4b4 [2020-07-25T04:47:55.276Z] ---> b672a27dbc29 [2020-07-25T04:47:55.276Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-25T04:47:55.276Z] Removing intermediate container 7cb984753a2a [2020-07-25T04:47:55.276Z] ---> 28543f45b2e7 [2020-07-25T04:47:55.276Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-25T04:47:55.880Z] ---> Running in d0c369c4d8e1 [2020-07-25T04:47:56.153Z] Removing intermediate container 4f6d7d8c7549 [2020-07-25T04:47:56.153Z] ---> f460fadcabf4 [2020-07-25T04:47:56.153Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:47:56.754Z] ---> da7884d80dec [2020-07-25T04:47:56.754Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-25T04:47:56.754Z] ---> Running in 8e95248e435e [2020-07-25T04:47:56.754Z] ---> e075d8947f05 [2020-07-25T04:47:56.754Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-25T04:47:57.026Z] Removing intermediate container d0c369c4d8e1 [2020-07-25T04:47:57.026Z] ---> 113e0b125ee6 [2020-07-25T04:47:57.026Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-25T04:47:57.626Z] ---> Running in 1aa45ae9f62a [2020-07-25T04:47:57.626Z] Removing intermediate container 8e95248e435e [2020-07-25T04:47:57.626Z] ---> 0640fecc0836 [2020-07-25T04:47:57.626Z] Step 14/21 : WORKDIR / [2020-07-25T04:47:58.223Z] ---> Running in bc9df708640e [2020-07-25T04:47:58.825Z] ---> 31d1bc3388c2 [2020-07-25T04:47:58.825Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-25T04:47:59.107Z] Removing intermediate container 1aa45ae9f62a [2020-07-25T04:47:59.107Z] ---> 4b3c0ecb44ec [2020-07-25T04:47:59.107Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-25T04:47:59.380Z] ---> e476007a0317 [2020-07-25T04:47:59.380Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-25T04:47:59.653Z] Removing intermediate container bc9df708640e [2020-07-25T04:47:59.653Z] ---> bc7e67f1e799 [2020-07-25T04:47:59.653Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-25T04:48:01.653Z] ---> 0387c51acf39 [2020-07-25T04:48:01.653Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:48:01.653Z] ---> 3af9ab498625 [2020-07-25T04:48:01.653Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-25T04:48:01.925Z] ---> 76218a1d6d91 [2020-07-25T04:48:01.925Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-25T04:48:02.197Z] ---> 69c117aa83b7 [2020-07-25T04:48:02.197Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-25T04:48:02.197Z] ---> Running in 4f0cc9d018de [2020-07-25T04:48:03.193Z] Removing intermediate container 4f0cc9d018de [2020-07-25T04:48:03.193Z] ---> b825dc1b9c25 [2020-07-25T04:48:03.193Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:48:03.786Z] ---> cae0c4bcf45d [2020-07-25T04:48:03.786Z] ---> 41acc1c68058 [2020-07-25T04:48:03.786Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:48:03.786Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-25T04:48:04.060Z] ---> Running in f7623b3471e3 [2020-07-25T04:48:04.343Z] ---> 5281e501ff68 [2020-07-25T04:48:04.343Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-25T04:48:04.621Z] ---> Running in 15802d54fdda [2020-07-25T04:48:04.910Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:48:04.910Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:48:04.910Z] ---> c11eabc0af55 [2020-07-25T04:48:04.910Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:48:04.910Z] ---> Using cache [2020-07-25T04:48:04.910Z] ---> e4bdb3a4e503 [2020-07-25T04:48:04.910Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:48:04.910Z] ---> Using cache [2020-07-25T04:48:04.910Z] ---> 15cc63d3922c [2020-07-25T04:48:04.910Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:48:04.910Z] Removing intermediate container f7623b3471e3 [2020-07-25T04:48:04.910Z] ---> 853a3d9a2cea [2020-07-25T04:48:04.910Z] Step 20/21 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:48:04.910Z] ---> Running in 52b882d11908 [2020-07-25T04:48:05.182Z] ---> Running in 9f404faa8842 [2020-07-25T04:48:05.182Z] Removing intermediate container 15802d54fdda [2020-07-25T04:48:05.183Z] ---> 05095ff6ea6d [2020-07-25T04:48:05.183Z] Step 21/23 : LABEL arch=arm64 [2020-07-25T04:48:05.183Z] ---> 2c5ee4a259d8 [2020-07-25T04:48:05.183Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-25T04:48:05.458Z] ---> Running in cca96b695a75 [2020-07-25T04:48:05.458Z] ---> Running in b9bb3b946d6d [2020-07-25T04:48:05.738Z] ---> 45648a246c27 [2020-07-25T04:48:05.738Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:48:05.738Z] ---> Running in 3129e11a9899 [2020-07-25T04:48:05.738Z] Removing intermediate container 9f404faa8842 [2020-07-25T04:48:05.738Z] ---> 28a822c4843b [2020-07-25T04:48:05.738Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:48:06.017Z] ---> Running in 1990376a338a [2020-07-25T04:48:06.292Z] Removing intermediate container b9bb3b946d6d [2020-07-25T04:48:06.292Z] ---> f34b9d460e0a [2020-07-25T04:48:06.292Z] Step 22/23 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:48:06.292Z] ---> Running in 3816035c80b9 [2020-07-25T04:48:06.572Z] Removing intermediate container 3129e11a9899 [2020-07-25T04:48:06.572Z] ---> 47c1d6c71524 [2020-07-25T04:48:06.572Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:48:06.842Z] Removing intermediate container 1990376a338a [2020-07-25T04:48:06.842Z] ---> 49b3bf5b0c4c [2020-07-25T04:48:06.842Z] [2020-07-25T04:48:06.842Z] ---> Running in e901e5a2b513 [2020-07-25T04:48:07.113Z] Removing intermediate container 3816035c80b9 [2020-07-25T04:48:07.113Z] ---> 7e9cb69b5dd6 [2020-07-25T04:48:07.113Z] Step 23/23 : LABEL version=0.0.0 [2020-07-25T04:48:07.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:07.388Z] ---> Running in 71c4b8204ae7 [2020-07-25T04:48:07.388Z] Successfully built 49b3bf5b0c4c [2020-07-25T04:48:07.658Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-25T04:48:07.658Z] Removing intermediate container e901e5a2b513 [2020-07-25T04:48:07.658Z] Building docker-security-secretstore-setup-go [2020-07-25T04:48:07.658Z] ---> caa6aa81e143 [2020-07-25T04:48:07.658Z] Step 20/21 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 Building docker-core-command-go ... done  [2020-07-25T04:48:07.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:07.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:07.658Z] ---> Running in 82855fd28282 [2020-07-25T04:48:07.935Z] Removing intermediate container 71c4b8204ae7 [2020-07-25T04:48:07.935Z] ---> 93ac98f55ad0 [2020-07-25T04:48:07.935Z] [2020-07-25T04:48:08.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:08.212Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-25T04:48:08.212Z] Removing intermediate container 82855fd28282 [2020-07-25T04:48:08.212Z] ---> c22227d681a8 [2020-07-25T04:48:08.212Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:48:08.212Z] (2/33) Installing expat (2.2.9-r1) [2020-07-25T04:48:08.212Z] (3/33) Installing libffi (3.3-r2) [2020-07-25T04:48:08.212Z] (4/33) Installing gdbm (1.13-r1) [2020-07-25T04:48:08.212Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-25T04:48:08.212Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-25T04:48:08.488Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-25T04:48:08.488Z] Successfully built 93ac98f55ad0 [2020-07-25T04:48:08.488Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-25T04:48:08.488Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-07-25T04:48:08.488Z] ---> Running in 4e172cf7397c [2020-07-25T04:48:09.476Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:48:09.476Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:48:09.476Z] OK: 12620 distinct packages available [2020-07-25T04:48:09.758Z] Removing intermediate container 4e172cf7397c [2020-07-25T04:48:09.758Z] ---> ddc31b22df36 [2020-07-25T04:48:09.758Z] [2020-07-25T04:48:10.031Z] OK: 217 MiB in 51 packages [2020-07-25T04:48:10.308Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-25T04:48:10.308Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-25T04:48:10.308Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-25T04:48:10.308Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-25T04:48:10.308Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-25T04:48:10.308Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-25T04:48:10.308Z] Successfully built ddc31b22df36 [2020-07-25T04:48:10.308Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-25T04:48:10.308Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-25T04:48:10.308Z] Building docker-security-secrets-setup-go [2020-07-25T04:48:10.592Z]  Building docker-core-metadata-go ... done (15/33) Installing py3-idna (2.9-r0) [2020-07-25T04:48:10.592Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-25T04:48:10.592Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-25T04:48:10.592Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-25T04:48:10.592Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-25T04:48:10.592Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-25T04:48:10.592Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-25T04:48:10.592Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-25T04:48:10.592Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-25T04:48:10.592Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-25T04:48:10.592Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-25T04:48:10.592Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-25T04:48:10.864Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-25T04:48:10.864Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-25T04:48:10.864Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-25T04:48:10.864Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-25T04:48:10.864Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-25T04:48:10.864Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-25T04:48:10.864Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-25T04:48:10.864Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:48:10.864Z] OK: 71 MiB in 55 packages [2020-07-25T04:48:13.501Z] Removing intermediate container 52b882d11908 [2020-07-25T04:48:13.501Z] ---> e2240a605fda [2020-07-25T04:48:13.501Z] Step 6/20 : COPY go.mod . [2020-07-25T04:48:16.135Z] ---> 7225b494c39e [2020-07-25T04:48:16.135Z] Step 7/20 : RUN go mod download [2020-07-25T04:48:18.115Z] ---> Running in d051d85c7522 [2020-07-25T04:48:19.551Z] Removing intermediate container cca96b695a75 [2020-07-25T04:48:19.551Z] ---> 7cf87b461e11 [2020-07-25T04:48:19.551Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-25T04:48:21.514Z] ---> Running in 2e3dc878c0c9 [2020-07-25T04:48:24.126Z] Removing intermediate container d051d85c7522 [2020-07-25T04:48:24.126Z] ---> 9a4c56d0db78 [2020-07-25T04:48:24.126Z] Step 8/20 : COPY . . [2020-07-25T04:48:28.422Z] Collecting docker-compose==1.23.2 [2020-07-25T04:48:28.422Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-25T04:48:28.697Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-25T04:48:29.288Z] Collecting docker<4.0,>=3.6.0 [2020-07-25T04:48:29.288Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-25T04:48:29.882Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-25T04:48:29.882Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-25T04:48:32.503Z] Collecting docopt<0.7,>=0.6.1 [2020-07-25T04:48:32.503Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-25T04:48:34.484Z] Collecting cached-property<2,>=1.2.0 [2020-07-25T04:48:34.484Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-25T04:48:35.918Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-25T04:48:35.918Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-25T04:48:36.895Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-25T04:48:36.895Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-25T04:48:37.497Z] Collecting PyYAML<4,>=3.10 [2020-07-25T04:48:37.497Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-25T04:48:41.829Z] Collecting jsonschema<3,>=2.5.1 [2020-07-25T04:48:41.829Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-25T04:48:42.430Z] Collecting texttable<0.10,>=0.9.0 [2020-07-25T04:48:42.430Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-25T04:48:45.859Z] Collecting docker-pycreds>=0.4.0 [2020-07-25T04:48:45.859Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-25T04:48:47.839Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-25T04:48:47.839Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-25T04:48:48.542Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-25T04:48:49.146Z] Collecting idna<2.8,>=2.5 [2020-07-25T04:48:49.416Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-25T04:48:50.010Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-25T04:48:50.010Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-25T04:48:50.010Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-25T04:48:50.010Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-25T04:48:50.010Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-25T04:48:51.003Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, docopt, cached-property, PyYAML, jsonschema, texttable, docker-compose [2020-07-25T04:48:51.003Z] Attempting uninstall: urllib3 [2020-07-25T04:48:51.003Z] Found existing installation: urllib3 1.25.9 [2020-07-25T04:48:51.003Z] Uninstalling urllib3-1.25.9: [2020-07-25T04:48:51.278Z] Successfully uninstalled urllib3-1.25.9 [2020-07-25T04:48:52.722Z] Attempting uninstall: idna [2020-07-25T04:48:52.722Z] Found existing installation: idna 2.9 [2020-07-25T04:48:52.722Z] Uninstalling idna-2.9: [2020-07-25T04:48:52.997Z] Successfully uninstalled idna-2.9 [2020-07-25T04:48:53.272Z] ---> 0199ef1ad46c [2020-07-25T04:48:53.272Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-25T04:48:53.875Z] Attempting uninstall: requests [2020-07-25T04:48:53.875Z] Found existing installation: requests 2.23.0 [2020-07-25T04:48:53.875Z] Uninstalling requests-2.23.0: [2020-07-25T04:48:53.875Z] ---> Running in 8ac007ba0e95 [2020-07-25T04:48:54.148Z] Successfully uninstalled requests-2.23.0 [2020-07-25T04:48:55.591Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:48:55.591Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:48:55.591Z] ---> c11eabc0af55 [2020-07-25T04:48:55.591Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:48:55.591Z] ---> Using cache [2020-07-25T04:48:55.591Z] ---> e4bdb3a4e503 [2020-07-25T04:48:55.591Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:48:55.591Z] ---> Using cache [2020-07-25T04:48:55.591Z] ---> 15cc63d3922c [2020-07-25T04:48:55.591Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:48:55.591Z] ---> Using cache [2020-07-25T04:48:55.591Z] ---> e2240a605fda [2020-07-25T04:48:55.591Z] Step 6/20 : COPY go.mod . [2020-07-25T04:48:55.591Z] ---> Using cache [2020-07-25T04:48:55.591Z] ---> 7225b494c39e [2020-07-25T04:48:55.591Z] Step 7/20 : RUN go mod download [2020-07-25T04:48:55.591Z] ---> Using cache [2020-07-25T04:48:55.591Z] ---> 9a4c56d0db78 [2020-07-25T04:48:55.591Z] Step 8/20 : COPY . . [2020-07-25T04:48:55.591Z] ---> Using cache [2020-07-25T04:48:55.591Z] ---> 0199ef1ad46c [2020-07-25T04:48:55.591Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-25T04:48:56.195Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:48:56.195Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:48:56.195Z] ---> c11eabc0af55 [2020-07-25T04:48:56.195Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:48:56.195Z] ---> Using cache [2020-07-25T04:48:56.195Z] ---> e4bdb3a4e503 [2020-07-25T04:48:56.195Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:48:56.195Z] ---> Using cache [2020-07-25T04:48:56.195Z] ---> 15cc63d3922c [2020-07-25T04:48:56.195Z] Step 5/26 : RUN apk update && apk add make git [2020-07-25T04:48:56.195Z] ---> Using cache [2020-07-25T04:48:56.195Z] ---> e2240a605fda [2020-07-25T04:48:56.195Z] Step 6/26 : COPY go.mod . [2020-07-25T04:48:56.195Z] ---> Using cache [2020-07-25T04:48:56.195Z] ---> 7225b494c39e [2020-07-25T04:48:56.195Z] Step 7/26 : RUN go mod download [2020-07-25T04:48:56.195Z] ---> Using cache [2020-07-25T04:48:56.195Z] ---> 9a4c56d0db78 [2020-07-25T04:48:56.195Z] Step 8/26 : COPY . . [2020-07-25T04:48:56.195Z] ---> Using cache [2020-07-25T04:48:56.195Z] ---> 0199ef1ad46c [2020-07-25T04:48:56.195Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-25T04:48:56.195Z] Running setup.py install for dockerpty: started [2020-07-25T04:48:56.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-25T04:48:56.195Z] ---> Running in f3eec158a75c [2020-07-25T04:48:56.195Z] ---> Running in 525a7ad61609 [2020-07-25T04:48:57.628Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:48:57.628Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-25T04:48:57.628Z] ---> c11eabc0af55 [2020-07-25T04:48:57.628Z] Step 3/29 : WORKDIR /edgex-go [2020-07-25T04:48:57.628Z] ---> Using cache [2020-07-25T04:48:57.628Z] ---> e4bdb3a4e503 [2020-07-25T04:48:57.628Z] Step 4/29 : RUN apk update && apk add make git [2020-07-25T04:48:57.628Z] ---> Running in d1c96bbf7991 [2020-07-25T04:48:59.606Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-25T04:48:59.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-25T04:48:59.607Z] Running setup.py install for docopt: started [2020-07-25T04:48:59.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-25T04:49:00.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:01.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:02.161Z] Running setup.py install for docopt: finished with status 'done' [2020-07-25T04:49:02.161Z] Running setup.py install for PyYAML: started [2020-07-25T04:49:03.595Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:49:03.595Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:49:03.595Z] OK: 12620 distinct packages available [2020-07-25T04:49:04.577Z] OK: 217 MiB in 51 packages [2020-07-25T04:49:06.025Z] Removing intermediate container d1c96bbf7991 [2020-07-25T04:49:06.025Z] ---> aeff751c1af8 [2020-07-25T04:49:06.025Z] Step 5/29 : COPY go.mod . [2020-07-25T04:49:06.025Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-25T04:49:06.626Z] Running setup.py install for texttable: started [2020-07-25T04:49:06.900Z] ---> 9232382a10cc [2020-07-25T04:49:06.900Z] Step 6/29 : RUN go mod download [2020-07-25T04:49:07.177Z] ---> Running in e6fd219fbd3c [2020-07-25T04:49:10.572Z] Running setup.py install for texttable: finished with status 'done' [2020-07-25T04:49:11.554Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-25T04:49:12.148Z] Removing intermediate container e6fd219fbd3c [2020-07-25T04:49:12.148Z] ---> 3638791636fb [2020-07-25T04:49:12.148Z] Step 7/29 : COPY . . [2020-07-25T04:49:20.434Z] Removing intermediate container 2e3dc878c0c9 [2020-07-25T04:49:20.434Z] ---> ececcd050b00 [2020-07-25T04:49:20.434Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-25T04:49:21.034Z] ---> Running in 33d4f2cda41e [2020-07-25T04:49:24.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:24.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:25.079Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:49:25.079Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-25T04:49:25.359Z] (3/3) Installing curl (7.69.1-r0) [2020-07-25T04:49:25.359Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:49:25.359Z] OK: 71 MiB in 58 packages [2020-07-25T04:49:28.789Z] Removing intermediate container 33d4f2cda41e [2020-07-25T04:49:28.789Z] ---> d4a48fec5955 [2020-07-25T04:49:28.789Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:49:29.391Z] ---> Running in 31b902c6082b [2020-07-25T04:49:30.396Z] Removing intermediate container 31b902c6082b [2020-07-25T04:49:30.396Z] ---> 5af5155a0520 [2020-07-25T04:49:30.396Z] Step 24/26 : LABEL arch=arm64 [2020-07-25T04:49:30.396Z] ---> Running in b0784d5a7384 [2020-07-25T04:49:31.393Z] Removing intermediate container b0784d5a7384 [2020-07-25T04:49:31.393Z] ---> 8c65e3beb603 [2020-07-25T04:49:31.393Z] Step 25/26 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:49:31.675Z] ---> Running in 42a8043286ad [2020-07-25T04:49:33.123Z] Removing intermediate container 42a8043286ad [2020-07-25T04:49:33.123Z] ---> 79dc50a9cf6b [2020-07-25T04:49:33.123Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:49:33.123Z] ---> Running in 1570310421d6 [2020-07-25T04:49:34.106Z] Removing intermediate container 1570310421d6 [2020-07-25T04:49:34.106Z] ---> 3fccccf4d27c [2020-07-25T04:49:34.106Z] [2020-07-25T04:49:35.088Z] Successfully built 3fccccf4d27c [2020-07-25T04:49:35.089Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-25T04:49:35.089Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go [2020-07-25T04:49:38.475Z] ---> 3053342697c9 [2020-07-25T04:49:38.475Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-25T04:49:38.475Z] ---> Running in a4f200c7b25c [2020-07-25T04:49:41.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-25T04:50:03.284Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:50:03.285Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:50:03.285Z] ---> c11eabc0af55 [2020-07-25T04:50:03.285Z] Step 3/22 : WORKDIR /edgex-go [2020-07-25T04:50:03.285Z] ---> Using cache [2020-07-25T04:50:03.285Z] ---> e4bdb3a4e503 [2020-07-25T04:50:03.285Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:50:03.285Z] ---> Using cache [2020-07-25T04:50:03.285Z] ---> 15cc63d3922c [2020-07-25T04:50:03.285Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-25T04:50:05.583Z] ---> Running in 0098d61d01cd [2020-07-25T04:50:08.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:09.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:11.107Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:50:11.107Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:50:11.107Z] OK: 12620 distinct packages available [2020-07-25T04:50:12.085Z] OK: 217 MiB in 51 packages [2020-07-25T04:50:14.061Z] Removing intermediate container 0098d61d01cd [2020-07-25T04:50:14.061Z] ---> 5ab69e76a133 [2020-07-25T04:50:14.061Z] Step 6/22 : COPY go.mod . [2020-07-25T04:50:15.047Z] ---> ea8e6f4ae43a [2020-07-25T04:50:15.047Z] Step 7/22 : RUN go mod download [2020-07-25T04:50:15.047Z] ---> Running in 63c396d34e77 [2020-07-25T04:50:18.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-25T04:50:21.084Z] Removing intermediate container 63c396d34e77 [2020-07-25T04:50:21.084Z] ---> d4702787f466 [2020-07-25T04:50:21.084Z] Step 8/22 : COPY . . [2020-07-25T04:50:21.693Z] Removing intermediate container 8ac007ba0e95 [2020-07-25T04:50:21.693Z] ---> 60d9abb1deac [2020-07-25T04:50:21.693Z] [2020-07-25T04:50:21.693Z] Step 10/20 : FROM alpine [2020-07-25T04:50:21.980Z] latest: Pulling from library/alpine [2020-07-25T04:50:22.261Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-25T04:50:22.261Z] Status: Downloaded newer image for alpine:latest [2020-07-25T04:50:22.261Z] ---> 62ee0e9f8440 [2020-07-25T04:50:22.261Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-25T04:50:23.244Z] ---> Running in ed0208f9957c [2020-07-25T04:50:26.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:26.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:26.921Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:50:26.921Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:50:26.921Z] OK: 12620 distinct packages available [2020-07-25T04:50:27.910Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-25T04:50:27.910Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:50:27.910Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-25T04:50:27.910Z] (4/4) Installing curl (7.69.1-r0) [2020-07-25T04:50:27.910Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:50:27.910Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:50:28.508Z] OK: 7 MiB in 18 packages [2020-07-25T04:50:32.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-25T04:50:33.798Z] Removing intermediate container ed0208f9957c [2020-07-25T04:50:33.798Z] ---> 5ca43358f6af [2020-07-25T04:50:33.798Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:50:34.074Z] ---> Running in 0958c3b254e9 [2020-07-25T04:50:35.511Z] Removing intermediate container 0958c3b254e9 [2020-07-25T04:50:35.511Z] ---> 7b9e7d9bedf4 [2020-07-25T04:50:35.511Z] Step 13/20 : WORKDIR /edgex [2020-07-25T04:50:35.511Z] ---> Running in 183082700ae6 [2020-07-25T04:50:36.961Z] Removing intermediate container 183082700ae6 [2020-07-25T04:50:36.961Z] ---> 5cc570b805c1 [2020-07-25T04:50:36.961Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-25T04:50:38.399Z] ---> 021b67fc3f91 [2020-07-25T04:50:38.399Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-25T04:50:41.028Z] ---> 74c3ddb92e5c [2020-07-25T04:50:41.028Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-25T04:50:41.307Z] ---> Running in e79b97d46f3e [2020-07-25T04:50:42.298Z] Removing intermediate container e79b97d46f3e [2020-07-25T04:50:42.298Z] ---> 5d6a60edf094 [2020-07-25T04:50:42.298Z] Step 17/20 : CMD ["--init=true"] [2020-07-25T04:50:42.580Z] ---> Running in ec34956aec57 [2020-07-25T04:50:44.014Z] Removing intermediate container ec34956aec57 [2020-07-25T04:50:44.014Z] ---> 906b5fbf0031 [2020-07-25T04:50:44.014Z] Step 18/20 : LABEL arch=arm64 [2020-07-25T04:50:44.287Z] ---> Running in 927868c9de1e [2020-07-25T04:50:45.277Z] Removing intermediate container 927868c9de1e [2020-07-25T04:50:45.277Z] ---> 9c4e512d9c5d [2020-07-25T04:50:45.277Z] Step 19/20 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:50:45.881Z] ---> Running in 8426659e58b2 [2020-07-25T04:50:46.156Z] Removing intermediate container 525a7ad61609 [2020-07-25T04:50:46.156Z] ---> 9f56eb5dad6d [2020-07-25T04:50:46.156Z] [2020-07-25T04:50:46.156Z] Step 10/26 : FROM alpine:3.10 [2020-07-25T04:50:46.432Z] 3.10: Pulling from library/alpine [2020-07-25T04:50:46.709Z] Removing intermediate container 8426659e58b2 [2020-07-25T04:50:46.709Z] ---> 4a5af5c21ae2 [2020-07-25T04:50:46.980Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:50:47.254Z] ---> Running in 14a4b6f68340 [2020-07-25T04:50:48.239Z] ---> 09e09756d250 [2020-07-25T04:50:48.239Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-25T04:50:48.239Z] Removing intermediate container 14a4b6f68340 [2020-07-25T04:50:48.239Z] ---> c54b6c889cb6 [2020-07-25T04:50:48.239Z] [2020-07-25T04:50:48.511Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-25T04:50:48.511Z] Status: Downloaded newer image for alpine:3.10 [2020-07-25T04:50:48.511Z] ---> Running in 2d15448c4f78 [2020-07-25T04:50:48.511Z] ---> 536a684cf733 [2020-07-25T04:50:48.511Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-25T04:50:48.787Z] ---> Running in c0046a20ca51 [2020-07-25T04:50:49.065Z] Removing intermediate container f3eec158a75c [2020-07-25T04:50:49.065Z] ---> b9447121eacb [2020-07-25T04:50:49.065Z] [2020-07-25T04:50:49.065Z] Step 10/20 : FROM scratch [2020-07-25T04:50:49.065Z] ---> [2020-07-25T04:50:49.065Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:50:49.338Z] Successfully built c54b6c889cb6 [2020-07-25T04:50:49.338Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-25T04:50:49.338Z]  Building docker-security-proxy-setup-go ... done  ---> Using cache [2020-07-25T04:50:49.338Z] ---> a16a85eb8992 [2020-07-25T04:50:49.338Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-25T04:50:49.611Z] ---> Running in 5a7a205f4dc8 [2020-07-25T04:50:50.209Z] Removing intermediate container 5a7a205f4dc8 [2020-07-25T04:50:50.209Z] ---> f8a0a028e568 [2020-07-25T04:50:50.209Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-25T04:50:50.209Z] ---> Running in f7951e186213 [2020-07-25T04:50:50.811Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-25T04:50:50.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:51.089Z] Removing intermediate container f7951e186213 [2020-07-25T04:50:51.089Z] ---> c68602941a7f [2020-07-25T04:50:51.089Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-25T04:50:51.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:51.694Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-25T04:50:51.695Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-25T04:50:51.695Z] OK: 10167 distinct packages available [2020-07-25T04:50:51.976Z] ---> 4ecc9aaf211b [2020-07-25T04:50:51.976Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-25T04:50:52.251Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-25T04:50:52.251Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-25T04:50:52.251Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-25T04:50:52.251Z] (4/5) Installing curl (7.66.0-r0) [2020-07-25T04:50:52.251Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-25T04:50:52.251Z] Executing busybox-1.30.1-r3.trigger [2020-07-25T04:50:52.528Z] Executing ca-certificates-20191127-r2.trigger [2020-07-25T04:50:52.528Z] OK: 7 MiB in 19 packages [2020-07-25T04:50:54.554Z] ---> 26b901e9d25c [2020-07-25T04:50:54.554Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-25T04:50:55.158Z] Removing intermediate container a4f200c7b25c [2020-07-25T04:50:55.159Z] ---> e5857be5c6ea [2020-07-25T04:50:55.159Z] [2020-07-25T04:50:55.159Z] Step 9/29 : FROM alpine:latest [2020-07-25T04:50:55.159Z] ---> 62ee0e9f8440 [2020-07-25T04:50:55.159Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-25T04:50:55.440Z] ---> Running in ca6cc7e41893 [2020-07-25T04:50:55.716Z] Removing intermediate container c0046a20ca51 [2020-07-25T04:50:55.716Z] ---> 1dcde6620791 [2020-07-25T04:50:55.716Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:50:55.991Z] ---> Running in 04eb5168a249 [2020-07-25T04:50:56.273Z] ---> e60afc74e7e9 [2020-07-25T04:50:56.273Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:50:56.273Z] Removing intermediate container ca6cc7e41893 [2020-07-25T04:50:56.273Z] ---> be40c9e80863 [2020-07-25T04:50:56.273Z] Step 11/29 : USER root [2020-07-25T04:50:56.273Z] ---> Running in 8916d807332b [2020-07-25T04:50:56.554Z] ---> Running in bd5411c37fb8 [2020-07-25T04:50:56.831Z] Removing intermediate container 04eb5168a249 [2020-07-25T04:50:56.831Z] ---> f555ab1d11e5 [2020-07-25T04:50:56.831Z] Step 13/26 : WORKDIR / [2020-07-25T04:50:57.115Z] Removing intermediate container 8916d807332b [2020-07-25T04:50:57.115Z] ---> 7a75d73b98e5 [2020-07-25T04:50:57.115Z] Step 18/20 : LABEL arch=arm64 [2020-07-25T04:50:57.115Z] ---> Running in 079bde4923d3 [2020-07-25T04:50:57.406Z] ---> Running in 564fefd26a5f [2020-07-25T04:50:57.406Z] Removing intermediate container bd5411c37fb8 [2020-07-25T04:50:57.406Z] ---> 21a60b1cefe9 [2020-07-25T04:50:57.406Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-25T04:50:57.688Z] ---> Running in 34680beeac4e [2020-07-25T04:50:57.981Z] Removing intermediate container 079bde4923d3 [2020-07-25T04:50:57.981Z] ---> 0e13f3429052 [2020-07-25T04:50:57.981Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-25T04:50:58.267Z] Removing intermediate container 564fefd26a5f [2020-07-25T04:50:58.267Z] ---> 29c6c682d76a [2020-07-25T04:50:58.267Z] Step 19/20 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:50:58.550Z] ---> Running in 6df7c488d874 [2020-07-25T04:50:59.564Z] Removing intermediate container 6df7c488d874 [2020-07-25T04:50:59.564Z] ---> 1b171f45e1a5 [2020-07-25T04:50:59.564Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:50:59.564Z] ---> 47ea57662fb4 [2020-07-25T04:50:59.564Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-25T04:50:59.841Z] ---> Running in f55316c1f1b9 [2020-07-25T04:51:00.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:51:00.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:51:00.731Z] Removing intermediate container f55316c1f1b9 [2020-07-25T04:51:00.731Z] ---> 913e6a43c0a4 [2020-07-25T04:51:00.731Z] [2020-07-25T04:51:00.731Z] ---> ce535215c811 [2020-07-25T04:51:00.731Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-25T04:51:01.335Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:51:01.336Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:51:01.336Z] OK: 12620 distinct packages available [2020-07-25T04:51:01.336Z] Successfully built 913e6a43c0a4 [2020-07-25T04:51:01.614Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-25T04:51:01.888Z]  Building docker-support-scheduler-go ... done  ---> 87df80fea424 [2020-07-25T04:51:01.889Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-25T04:51:02.163Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-25T04:51:02.164Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-25T04:51:02.164Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:51:02.164Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:51:02.442Z] OK: 6 MiB in 16 packages [2020-07-25T04:51:03.434Z] ---> f8d62f78d5df [2020-07-25T04:51:03.434Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-25T04:51:04.865Z] Removing intermediate container 34680beeac4e [2020-07-25T04:51:04.865Z] ---> ef36bc54615f [2020-07-25T04:51:04.865Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-25T04:51:05.137Z] ---> Running in b9e9ba2c040b [2020-07-25T04:51:05.414Z] ---> 0624f7f6eb69 [2020-07-25T04:51:05.414Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-25T04:51:05.686Z] Removing intermediate container b9e9ba2c040b [2020-07-25T04:51:05.686Z] ---> 0dd0c44faa30 [2020-07-25T04:51:05.686Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-25T04:51:05.961Z] ---> Running in 6230de15fce0 [2020-07-25T04:51:06.957Z] Removing intermediate container 6230de15fce0 [2020-07-25T04:51:06.957Z] ---> ffa521777fbf [2020-07-25T04:51:06.957Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-25T04:51:06.957Z] ---> Running in 3884dd08ce33 [2020-07-25T04:51:07.233Z] ---> 8f0a7bc6b613 [2020-07-25T04:51:07.233Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-25T04:51:09.213Z] ---> 444783653e41 [2020-07-25T04:51:09.213Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:51:10.649Z] ---> 7cc00bf98ab4 [2020-07-25T04:51:10.649Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:51:10.649Z] ---> Running in b9f84e654e14 [2020-07-25T04:51:10.923Z] Removing intermediate container 3884dd08ce33 [2020-07-25T04:51:10.923Z] ---> 6a5a65930fef [2020-07-25T04:51:10.923Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-25T04:51:12.908Z] ---> df327c95d549 [2020-07-25T04:51:12.908Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-25T04:51:14.346Z] ---> 135303328f0b [2020-07-25T04:51:14.346Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-25T04:51:14.945Z] Removing intermediate container b9f84e654e14 [2020-07-25T04:51:14.945Z] ---> 220af5326d67 [2020-07-25T04:51:14.945Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:51:15.220Z] ---> Running in 6fb2ae114001 [2020-07-25T04:51:15.492Z] ---> e160ab7f34f7 [2020-07-25T04:51:15.492Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-25T04:51:15.771Z] Removing intermediate container 6fb2ae114001 [2020-07-25T04:51:15.771Z] ---> 2a9cd37ba82c [2020-07-25T04:51:15.771Z] Step 24/26 : LABEL arch=arm64 [2020-07-25T04:51:16.045Z] ---> Running in d09b6203b251 [2020-07-25T04:51:17.033Z] ---> 32b903d0473e [2020-07-25T04:51:17.033Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-25T04:51:17.033Z] Removing intermediate container d09b6203b251 [2020-07-25T04:51:17.033Z] ---> ae1364e2071a [2020-07-25T04:51:17.033Z] Step 25/26 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:51:17.319Z] ---> Running in 0e6f813fc143 [2020-07-25T04:51:17.916Z] Removing intermediate container 0e6f813fc143 [2020-07-25T04:51:17.916Z] ---> 3d524bc9e269 [2020-07-25T04:51:17.917Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:51:18.199Z] ---> Running in 3d429851b790 [2020-07-25T04:51:18.199Z] ---> a712ab308c66 [2020-07-25T04:51:18.199Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-25T04:51:18.488Z] ---> Running in aafa50f8f612 [2020-07-25T04:51:18.763Z] Removing intermediate container 3d429851b790 [2020-07-25T04:51:18.763Z] ---> 2b0557d2cc22 [2020-07-25T04:51:18.763Z] [2020-07-25T04:51:19.359Z] Successfully built 2b0557d2cc22 [2020-07-25T04:51:19.359Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-25T04:51:22.754Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container aafa50f8f612 [2020-07-25T04:51:22.754Z] ---> 07b37358be8f [2020-07-25T04:51:22.754Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:51:23.353Z] ---> c2083e6540ee [2020-07-25T04:51:23.353Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:51:23.630Z] ---> Running in 055535a7c3f5 [2020-07-25T04:51:27.947Z] Removing intermediate container 055535a7c3f5 [2020-07-25T04:51:27.947Z] ---> 468cba53c79a [2020-07-25T04:51:27.947Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-25T04:51:27.947Z] ---> Running in 0d2ae77a7d45 [2020-07-25T04:51:30.589Z] Removing intermediate container 0d2ae77a7d45 [2020-07-25T04:51:30.589Z] ---> f4b8eed87ca0 [2020-07-25T04:51:30.589Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:51:30.589Z] ---> Running in d2fed178ea24 [2020-07-25T04:51:31.190Z] Removing intermediate container d2fed178ea24 [2020-07-25T04:51:31.190Z] ---> 5de8a6678b2a [2020-07-25T04:51:31.190Z] Step 26/29 : CMD [ "generate" ] [2020-07-25T04:51:31.460Z] ---> Running in 456edc75ff77 [2020-07-25T04:51:31.729Z] Removing intermediate container 456edc75ff77 [2020-07-25T04:51:31.729Z] ---> 5b70ca4f0a8a [2020-07-25T04:51:31.729Z] Step 27/29 : LABEL arch=arm64 [2020-07-25T04:51:31.998Z] ---> Running in 8f7819fda403 [2020-07-25T04:51:32.267Z] Removing intermediate container 8f7819fda403 [2020-07-25T04:51:32.267Z] ---> 790c1c4bcb32 [2020-07-25T04:51:32.267Z] Step 28/29 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:51:32.537Z] ---> Running in 79b636aef84e [2020-07-25T04:51:32.822Z] Removing intermediate container 79b636aef84e [2020-07-25T04:51:32.822Z] ---> a0433007e9e2 [2020-07-25T04:51:32.822Z] Step 29/29 : LABEL version=0.0.0 [2020-07-25T04:51:33.096Z] ---> Running in b2aba9f3ff65 [2020-07-25T04:51:33.369Z] Removing intermediate container b2aba9f3ff65 [2020-07-25T04:51:33.369Z] ---> 6fc60e1b2c41 [2020-07-25T04:51:33.369Z] [2020-07-25T04:51:33.970Z] Successfully built 6fc60e1b2c41 [2020-07-25T04:51:33.970Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-25T04:51:44.080Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 2d15448c4f78 [2020-07-25T04:51:44.080Z] ---> f05be15ecc83 [2020-07-25T04:51:44.080Z] [2020-07-25T04:51:44.080Z] Step 10/22 : FROM alpine [2020-07-25T04:51:44.080Z] ---> 62ee0e9f8440 [2020-07-25T04:51:44.080Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:51:44.080Z] ---> Running in e9e373105493 [2020-07-25T04:51:44.080Z] Removing intermediate container e9e373105493 [2020-07-25T04:51:44.080Z] ---> edaa3957b623 [2020-07-25T04:51:44.080Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-25T04:51:44.080Z] ---> Running in d1bcbdc7d7f1 [2020-07-25T04:51:44.351Z] Removing intermediate container d1bcbdc7d7f1 [2020-07-25T04:51:44.351Z] ---> 8823d7e64096 [2020-07-25T04:51:44.351Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-25T04:51:44.622Z] ---> Running in 14406472d99e [2020-07-25T04:51:44.894Z] Removing intermediate container 14406472d99e [2020-07-25T04:51:44.894Z] ---> faea8ea59ea8 [2020-07-25T04:51:44.894Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:51:45.167Z] ---> Running in 76c72a965e4a [2020-07-25T04:51:47.783Z] Removing intermediate container 76c72a965e4a [2020-07-25T04:51:47.783Z] ---> eb0e50f861fd [2020-07-25T04:51:47.783Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-25T04:51:47.783Z] ---> Running in 682ec7fb0b2b [2020-07-25T04:51:49.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:51:50.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:51:51.132Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-25T04:51:51.132Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-25T04:51:51.403Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-25T04:51:51.990Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-25T04:51:51.990Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-25T04:51:51.990Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:51:52.263Z] OK: 8 MiB in 19 packages [2020-07-25T04:51:53.237Z] Removing intermediate container 682ec7fb0b2b [2020-07-25T04:51:53.237Z] ---> ac0071efcfc4 [2020-07-25T04:51:53.237Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-25T04:51:54.209Z] ---> b5581d26a73d [2020-07-25T04:51:54.209Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-25T04:51:55.635Z] ---> 8efdc110adfd [2020-07-25T04:51:55.635Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-25T04:51:55.909Z] ---> 9b0b03ca620e [2020-07-25T04:51:55.909Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:51:56.183Z] ---> Running in a3386f394716 [2020-07-25T04:51:56.457Z] Removing intermediate container a3386f394716 [2020-07-25T04:51:56.457Z] ---> 9f0a70021e21 [2020-07-25T04:51:56.457Z] Step 20/22 : LABEL arch=arm64 [2020-07-25T04:51:56.730Z] ---> Running in 4832a793fbc0 [2020-07-25T04:51:56.998Z] Removing intermediate container 4832a793fbc0 [2020-07-25T04:51:56.998Z] ---> 27cd493aa829 [2020-07-25T04:51:56.998Z] Step 21/22 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 [2020-07-25T04:51:57.268Z] ---> Running in 2e2271727576 [2020-07-25T04:51:57.538Z] Removing intermediate container 2e2271727576 [2020-07-25T04:51:57.538Z] ---> 9d79f4e643d4 [2020-07-25T04:51:57.538Z] Step 22/22 : LABEL version=0.0.0 [2020-07-25T04:51:57.807Z] ---> Running in 1abb83de8d50 [2020-07-25T04:51:58.077Z] Removing intermediate container 1abb83de8d50 [2020-07-25T04:51:58.077Z] ---> 441bfcb9c19a [2020-07-25T04:51:58.077Z] [2020-07-25T04:51:58.355Z] Successfully built 441bfcb9c19a [2020-07-25T04:51:58.355Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-25T04:51:58.958Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-07-25T04:51:58.950Z] $ docker stop --time=1 26b251f3b82ba915aff11d4e02de80d0a6658b034723370ade09e7c9edd0f720 [2020-07-25T04:52:00.820Z] $ docker rm -f 26b251f3b82ba915aff11d4e02de80d0a6658b034723370ade09e7c9edd0f720 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-25T04:52:01.498Z] + docker images [2020-07-25T04:52:01.498Z] + grep docker [2020-07-25T04:52:01.775Z] docker-core-data-go-arm64 latest 441bfcb9c19a 4 seconds ago 22.6MB [2020-07-25T04:52:01.775Z] docker-security-secrets-setup-go-arm64 latest 6fc60e1b2c41 28 seconds ago 24.2MB [2020-07-25T04:52:01.775Z] docker-security-secretstore-setup-go-arm64 latest 2b0557d2cc22 43 seconds ago 32.6MB [2020-07-25T04:52:01.775Z] docker-support-scheduler-go-arm64 latest 913e6a43c0a4 About a minute ago 12.6MB [2020-07-25T04:52:01.775Z] docker-security-proxy-setup-go-arm64 latest c54b6c889cb6 About a minute ago 15.8MB [2020-07-25T04:52:01.775Z] docker-sys-mgmt-agent-go-arm64 latest 3fccccf4d27c 2 minutes ago 266MB [2020-07-25T04:52:01.775Z] docker-core-metadata-go-arm64 latest ddc31b22df36 3 minutes ago 13.8MB [2020-07-25T04:52:01.775Z] docker-support-notifications-go-arm64 latest 93ac98f55ad0 3 minutes ago 13.9MB [2020-07-25T04:52:01.775Z] docker-core-command-go-arm64 latest 49b3bf5b0c4c 3 minutes ago 12.4MB [2020-07-25T04:52:01.775Z] docker-support-logging-go-arm64 latest d319ef7055ba 4 minutes ago 11.4MB [2020-07-25T04:52:01.775Z] docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-25T04:52:03.124Z] provisioning config files... [2020-07-25T04:52:03.143Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/24@tmp/config6724031156021054590tmp [Pipeline] { [Pipeline] sh [2020-07-25T04:52:03.511Z] + curl -s https://codecov.io/bash [2020-07-25T04:52:03.511Z] + bash -s - -t @/w/workspace/edgex-go/24@tmp/config6724031156021054590tmp [Pipeline] } [2020-07-25T04:52:03.781Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:52:05.100Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:52:05.990Z] ---> package-listing.sh [2020-07-25T04:52:05.990Z] ++ facter osfamily [2020-07-25T04:52:05.990Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-25T04:52:05.990Z] + OS_FAMILY=redhat [2020-07-25T04:52:05.990Z] + workspace=/w/workspace/edgex-go/24 [2020-07-25T04:52:05.990Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-25T04:52:05.990Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-25T04:52:05.990Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-25T04:52:05.990Z] + PACKAGES=/tmp/packages_start.txt [2020-07-25T04:52:05.990Z] + '[' /w/workspace/edgex-go/24 ']' [2020-07-25T04:52:05.990Z] + PACKAGES=/tmp/packages_end.txt [2020-07-25T04:52:05.990Z] + case "${OS_FAMILY}" in [2020-07-25T04:52:05.990Z] + rpm -qa [2020-07-25T04:52:05.990Z] + sort [2020-07-25T04:52:10.200Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-25T04:52:10.201Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-25T04:52:10.201Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-25T04:52:10.201Z] + '[' /w/workspace/edgex-go/24 ']' [2020-07-25T04:52:10.201Z] + mkdir -p /w/workspace/edgex-go/24/archives/ [2020-07-25T04:52:10.201Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:52:10.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:52:10.584Z] [2020-07-25T04:52:10.584Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:52:10.954Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:52:10.954Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-25T04:52:10.954Z] c9b1b535fdd9: Pulling fs layer [2020-07-25T04:52:10.954Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-25T04:52:10.954Z] 756a868c4378: Pulling fs layer [2020-07-25T04:52:10.954Z] 444b2fc9a129: Pulling fs layer [2020-07-25T04:52:10.954Z] ea15f1150254: Pulling fs layer [2020-07-25T04:52:10.954Z] 41b27a9f41bf: Pulling fs layer [2020-07-25T04:52:10.954Z] 28c525ee5125: Pulling fs layer [2020-07-25T04:52:10.954Z] 094b1ea09ed8: Pulling fs layer [2020-07-25T04:52:10.954Z] 138eaada9080: Pulling fs layer [2020-07-25T04:52:10.954Z] 0622d0fa9048: Pulling fs layer [2020-07-25T04:52:10.954Z] ea15f1150254: Waiting [2020-07-25T04:52:10.954Z] 41b27a9f41bf: Waiting [2020-07-25T04:52:10.954Z] 28c525ee5125: Waiting [2020-07-25T04:52:10.954Z] 094b1ea09ed8: Waiting [2020-07-25T04:52:10.954Z] 138eaada9080: Waiting [2020-07-25T04:52:10.954Z] 0622d0fa9048: Waiting [2020-07-25T04:52:10.954Z] 444b2fc9a129: Waiting [2020-07-25T04:52:10.954Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-25T04:52:10.954Z] 2cc5ad85d9ab: Download complete [2020-07-25T04:52:10.954Z] 444b2fc9a129: Verifying Checksum [2020-07-25T04:52:10.954Z] 444b2fc9a129: Download complete [2020-07-25T04:52:10.954Z] c9b1b535fdd9: Download complete [2020-07-25T04:52:10.954Z] ea15f1150254: Verifying Checksum [2020-07-25T04:52:10.954Z] ea15f1150254: Download complete [2020-07-25T04:52:11.227Z] 28c525ee5125: Verifying Checksum [2020-07-25T04:52:11.227Z] 28c525ee5125: Download complete [2020-07-25T04:52:11.514Z] 756a868c4378: Verifying Checksum [2020-07-25T04:52:11.514Z] 756a868c4378: Download complete [2020-07-25T04:52:11.514Z] c9b1b535fdd9: Pull complete [2020-07-25T04:52:11.514Z] 138eaada9080: Download complete [2020-07-25T04:52:11.785Z] 0622d0fa9048: Verifying Checksum [2020-07-25T04:52:11.785Z] 0622d0fa9048: Download complete [2020-07-25T04:52:11.785Z] 094b1ea09ed8: Verifying Checksum [2020-07-25T04:52:11.785Z] 094b1ea09ed8: Download complete [2020-07-25T04:52:11.785Z] 2cc5ad85d9ab: Pull complete [2020-07-25T04:52:12.048Z] 41b27a9f41bf: Verifying Checksum [2020-07-25T04:52:12.049Z] 41b27a9f41bf: Download complete [2020-07-25T04:52:13.966Z] 756a868c4378: Pull complete [2020-07-25T04:52:13.966Z] 444b2fc9a129: Pull complete [2020-07-25T04:52:13.966Z] ea15f1150254: Pull complete [2020-07-25T04:52:20.601Z] 41b27a9f41bf: Pull complete [2020-07-25T04:52:20.601Z] 28c525ee5125: Pull complete [2020-07-25T04:52:22.522Z] 094b1ea09ed8: Pull complete [2020-07-25T04:52:22.522Z] 138eaada9080: Pull complete [2020-07-25T04:52:22.782Z] 0622d0fa9048: Pull complete [2020-07-25T04:52:22.782Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-25T04:52:22.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:52:22.782Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-25T04:52:22.942Z] prd-centos7-docker-4c-2g-969 does not seem to be running inside a container [2020-07-25T04:52:23.009Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-25T04:52:27.698Z] $ docker top 250655edbbfb591f4915a67e24b8db344291915767e1bfcae53affef2f92a094 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-25T04:52:27.954Z] provisioning config files... [2020-07-25T04:52:27.967Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config6907694134194924037tmp [Pipeline] { [Pipeline] echo [2020-07-25T04:52:28.035Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:52:28.430Z] ---> create-netrc.sh [Pipeline] echo [2020-07-25T04:52:28.446Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:52:28.777Z] ---> logs-deploy.sh [2020-07-25T04:52:28.777Z] + ARCHIVE_ARTIFACTS= [2020-07-25T04:52:28.777Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-25T04:52:28.777Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-25T04:52:28.777Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-25T04:52:28.777Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/24 [2020-07-25T04:52:28.777Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/24/ [2020-07-25T04:52:28.777Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/24 /w/workspace/edgex-go/24 [2020-07-25T04:52:29.718Z] Archives upload complete. [2020-07-25T04:52:29.979Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/24 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/24/