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+6df8530f92e66c259c9e6c4b7995a1e49851403d (3f2e6618d794144f606bb0524e40d00eade5bb17) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-545 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/34 [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/34 # 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 6df8530f92e66c259c9e6c4b7995a1e49851403d into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing a3ba138a558047d4f6d88253193606d862867482 Checking out Revision a3ba138a558047d4f6d88253193606d862867482 (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 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a3ba138a558047d4f6d88253193606d862867482 # timeout=10 Commit message: "Merge commit '6df8530f92e66c259c9e6c4b7995a1e49851403d' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:48 ========================================================= 00:31:48 EdgeX Global Pipelines Version Info 00:31:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk aff996dfa7b17a42d8ef1f996d7c88ec5e7c4e9d # timeout=10 00:31:49 ------------------- 00:31:49 stable info: 00:31:49 ------------------- 00:31:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:49 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 00:31:49 Message: update stable to v1.0.106 00:31:50 ------------------- 00:31:50 experimental info: 00:31:50 ------------------- 00:31:50 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:50 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 00:31:50 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 00:31:52 ++ 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 00:31:52 + for file in '`ls cmd/**/Dockerfile`' 00:31:52 ++ dirname cmd/core-command/Dockerfile 00:31:52 ++ cut -d/ -f2 00:31:52 + echo core-command,cmd/core-command/Dockerfile 00:31:52 + for file in '`ls cmd/**/Dockerfile`' 00:31:52 ++ dirname cmd/core-data/Dockerfile 00:31:52 ++ cut -d/ -f2 00:31:52 + echo core-data,cmd/core-data/Dockerfile 00:31:52 + for file in '`ls cmd/**/Dockerfile`' 00:31:52 ++ dirname cmd/core-metadata/Dockerfile 00:31:52 ++ cut -d/ -f2 00:31:52 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:52 + for file in '`ls cmd/**/Dockerfile`' 00:31:52 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:52 ++ cut -d/ -f2 00:31:52 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:52 + for file in '`ls cmd/**/Dockerfile`' 00:31:52 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:52 ++ cut -d/ -f2 00:31:52 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:52 + for file in '`ls cmd/**/Dockerfile`' 00:31:52 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:52 ++ cut -d/ -f2 00:31:52 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:52 + for file in '`ls cmd/**/Dockerfile`' 00:31:52 ++ dirname cmd/support-logging/Dockerfile 00:31:52 ++ cut -d/ -f2 00:31:52 + echo support-logging,cmd/support-logging/Dockerfile 00:31:52 + for file in '`ls cmd/**/Dockerfile`' 00:31:52 ++ dirname cmd/support-notifications/Dockerfile 00:31:52 ++ cut -d/ -f2 00:31:52 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:52 + for file in '`ls cmd/**/Dockerfile`' 00:31:52 ++ dirname cmd/support-scheduler/Dockerfile 00:31:52 ++ cut -d/ -f2 00:31:52 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:52 + for file in '`ls cmd/**/Dockerfile`' 00:31:52 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:52 ++ cut -d/ -f2 00:31:52 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:52 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 00:31:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:53 00:31:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:53 latest: Pulling from edgex-devops/git-semver 00:31:53 31603596830f: Pulling fs layer 00:31:53 2a8b12db71e7: Pulling fs layer 00:31:53 6ca5941a6612: Pulling fs layer 00:31:53 ecc8261a40a4: Pulling fs layer 00:31:53 ecc8261a40a4: Waiting 00:31:53 2a8b12db71e7: Verifying Checksum 00:31:53 2a8b12db71e7: Download complete 00:31:53 31603596830f: Verifying Checksum 00:31:53 31603596830f: Download complete 00:31:53 ecc8261a40a4: Verifying Checksum 00:31:53 ecc8261a40a4: Download complete 00:31:53 6ca5941a6612: Verifying Checksum 00:31:53 6ca5941a6612: Download complete 00:31:54 31603596830f: Pull complete 00:31:54 2a8b12db71e7: Pull complete 00:31:54 6ca5941a6612: Pull complete 00:31:55 ecc8261a40a4: Pull complete 00:31:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:55 prd-centos7-docker-4c-2g-545 does not seem to be running inside a container 00:31:55 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:57 $ docker top 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:58 [ssh-agent] Looking for ssh-agent implementation... 00:31:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:58 $ docker exec 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 ssh-agent 00:31:58 SSH_AUTH_SOCK=/tmp/ssh-mQE9KD196Du2/agent.11 00:31:58 SSH_AGENT_PID=16 00:31:58 Running ssh-add (command line suppressed) 00:31:58 Identity added: /w/workspace/edgex-go/34@tmp/private_key_551460063061589456.key (/w/workspace/edgex-go/34@tmp/private_key_551460063061589456.key) 00:31:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:59 + git describe --exact-match --tags HEAD 00:31:59 fatal: No names found, cannot describe anything. [Pipeline] } 00:31:59 $ docker exec --env ******** --env ******** 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 ssh-agent -k 00:31:59 unset SSH_AUTH_SOCK; 00:31:59 unset SSH_AGENT_PID; 00:31:59 echo Agent pid 16 killed; 00:31:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:31:59 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:31:59 This usually means this commit has not been tagged. [Pipeline] sshagent 00:31:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:59 [ssh-agent] Looking for ssh-agent implementation... 00:31:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:59 $ docker exec 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 ssh-agent 00:31:59 SSH_AUTH_SOCK=/tmp/ssh-VKRFDBYXAg68/agent.46 00:31:59 SSH_AGENT_PID=51 00:31:59 Running ssh-add (command line suppressed) 00:31:59 Identity added: /w/workspace/edgex-go/34@tmp/private_key_7522671509744867607.key (/w/workspace/edgex-go/34@tmp/private_key_7522671509744867607.key) 00:32:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:00 + git semver init 00:32:00 # -> Open(): unable to determine branch for HEAD 00:32:00 # $GIT_DIR = /w/workspace/edgex-go/34/.git 00:32:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/34 00:32:00 # $SEMVER_REMOTE_NAME = origin 00:32:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:00 # $SEMVER_USER_NAME = edgex-jenkins 00:32:00 # $SEMVER_BRANCH = PR-2574 00:32:00 # $SEMVER_TEMP = /tmp/semver-369510722 00:32:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:18 # '/tmp/semver-369510722' -> '/w/workspace/edgex-go/34/.semver' 00:32:18 # -> Force: false 00:32:18 # $SEMVER_DIR = /w/workspace/edgex-go/34/.semver [Pipeline] } 00:32:18 $ docker exec --env ******** --env ******** 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 ssh-agent -k 00:32:18 unset SSH_AUTH_SOCK; 00:32:18 unset SSH_AGENT_PID; 00:32:18 echo Agent pid 51 killed; 00:32:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:19 + git semver [Pipeline] } 00:32:19 $ docker stop --time=1 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 00:32:21 $ docker rm -f 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:32:36 Stashed 37 file(s) [Pipeline] echo 00:32:36 [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 00:32:36 ========================================================= 00:32:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:32:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:36 + 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 . 00:32:40 Sending build context to Docker daemon 323.2MB 00:32:40 Step 1/7 : ARG BASE=golang:1.13-alpine 00:32:40 Step 2/7 : FROM ${BASE} 00:32:40 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:40 df20fa9351a1: Pulling fs layer 00:32:40 ed8968b2872e: Pulling fs layer 00:32:40 a92cc7c5fd73: Pulling fs layer 00:32:40 2dd03ba5bac4: Pulling fs layer 00:32:40 1e091d79d1de: Pulling fs layer 00:32:40 481702a1767f: Pulling fs layer 00:32:40 f64a6f60c768: Pulling fs layer 00:32:40 e78d2573fc39: Pulling fs layer 00:32:40 e876d2f968b6: Pulling fs layer 00:32:40 ce8a83651883: Pulling fs layer 00:32:40 07967f4d0e4b: Pulling fs layer 00:32:40 f64a6f60c768: Waiting 00:32:40 e78d2573fc39: Waiting 00:32:40 e876d2f968b6: Waiting 00:32:40 ce8a83651883: Waiting 00:32:40 07967f4d0e4b: Waiting 00:32:40 1e091d79d1de: Waiting 00:32:40 481702a1767f: Waiting 00:32:40 2dd03ba5bac4: Waiting 00:32:40 a92cc7c5fd73: Verifying Checksum 00:32:40 a92cc7c5fd73: Download complete 00:32:40 ed8968b2872e: Verifying Checksum 00:32:40 ed8968b2872e: Download complete 00:32:40 1e091d79d1de: Verifying Checksum 00:32:40 1e091d79d1de: Download complete 00:32:40 481702a1767f: Verifying Checksum 00:32:40 481702a1767f: Download complete 00:32:40 df20fa9351a1: Verifying Checksum 00:32:40 df20fa9351a1: Download complete 00:32:40 df20fa9351a1: Pull complete 00:32:41 f64a6f60c768: Verifying Checksum 00:32:41 f64a6f60c768: Download complete 00:32:41 e876d2f968b6: Verifying Checksum 00:32:41 e876d2f968b6: Download complete 00:32:41 ce8a83651883: Verifying Checksum 00:32:41 ce8a83651883: Download complete 00:32:41 e78d2573fc39: Verifying Checksum 00:32:41 e78d2573fc39: Download complete 00:32:41 2dd03ba5bac4: Verifying Checksum 00:32:41 2dd03ba5bac4: Download complete 00:32:42 ed8968b2872e: Pull complete 00:32:42 07967f4d0e4b: Verifying Checksum 00:32:42 07967f4d0e4b: Download complete 00:32:42 a92cc7c5fd73: Pull complete 00:32:47 2dd03ba5bac4: Pull complete 00:32:47 1e091d79d1de: Pull complete 00:32:48 481702a1767f: Pull complete 00:32:51 Still waiting to schedule task 00:32:51 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:54 f64a6f60c768: Pull complete 00:32:57 e78d2573fc39: Pull complete 00:32:57 e876d2f968b6: Pull complete 00:32:58 ce8a83651883: Pull complete 00:32:58 07967f4d0e4b: Pull complete 00:32:58 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:32:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:32:58 ---> 5d7c900382c6 00:32:58 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 00:33:00 ---> Running in 11f26849d113 00:33:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:01 (1/12) Installing libmagic (5.38-r0) 00:33:02 (2/12) Installing file (5.38-r0) 00:33:02 (3/12) Installing libc-dev (0.7.2-r3) 00:33:02 (4/12) Installing g++ (9.3.0-r2) 00:33:05 (5/12) Installing fortify-headers (1.1-r0) 00:33:05 (6/12) Installing patch (2.7.6-r6) 00:33:05 (7/12) Installing build-base (0.5-r2) 00:33:05 (8/12) Installing libsodium (1.0.18-r0) 00:33:05 (9/12) Installing pkgconf (1.7.2-r0) 00:33:05 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:06 (11/12) Installing libzmq (4.3.2-r0) 00:33:06 (12/12) Installing zeromq-dev (4.3.2-r0) 00:33:06 Executing busybox-1.31.1-r16.trigger 00:33:06 OK: 233 MiB in 51 packages 00:33:10 Removing intermediate container 11f26849d113 00:33:10 ---> 85975a01f2e6 00:33:10 Step 4/7 : WORKDIR /edgex-go 00:33:10 ---> Running in 8226d9bbaaf8 00:33:10 Removing intermediate container 8226d9bbaaf8 00:33:10 ---> 3418014b271c 00:33:10 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:33:10 latest: Pulling from library/docker 00:33:10 df20fa9351a1: Already exists 00:33:10 25ad7478873d: Pulling fs layer 00:33:10 4684f6177b5d: Pulling fs layer 00:33:10 46e300cec669: Pulling fs layer 00:33:10 63038576ad94: Pulling fs layer 00:33:10 0fdb76c4706c: Pulling fs layer 00:33:10 cb7edeffdfd5: Pulling fs layer 00:33:10 63038576ad94: Waiting 00:33:10 0fdb76c4706c: Waiting 00:33:10 cb7edeffdfd5: Waiting 00:33:10 25ad7478873d: Download complete 00:33:10 4684f6177b5d: Verifying Checksum 00:33:10 4684f6177b5d: Download complete 00:33:10 63038576ad94: Verifying Checksum 00:33:10 63038576ad94: Download complete 00:33:11 0fdb76c4706c: Verifying Checksum 00:33:11 0fdb76c4706c: Download complete 00:33:11 cb7edeffdfd5: Verifying Checksum 00:33:11 cb7edeffdfd5: Download complete 00:33:11 25ad7478873d: Pull complete 00:33:11 4684f6177b5d: Pull complete 00:33:12 46e300cec669: Verifying Checksum 00:33:12 46e300cec669: Download complete 00:33:14 46e300cec669: Pull complete 00:33:14 63038576ad94: Pull complete 00:33:14 0fdb76c4706c: Pull complete 00:33:14 cb7edeffdfd5: Pull complete 00:33:14 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:33:14 Status: Downloaded newer image for docker:latest 00:33:16 ---> f309a5b02888 00:33:16 Step 6/7 : COPY go.mod . 00:33:16 ---> d385b078f879 00:33:16 Step 7/7 : RUN go mod download 00:33:16 ---> Running in f459bcb63dbe 00:33:19 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:33:19 go: finding github.com/BurntSushi/toml v0.3.1 00:33:19 go: finding github.com/OneOfOne/xxhash v1.2.5 00:33:19 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:33:19 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:33:19 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:33:19 go: finding github.com/bgentry/speakeasy v0.1.0 00:33:19 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:33:19 go: finding github.com/cloudflare/gokey v0.1.0 00:33:19 go: finding github.com/davecgh/go-spew v1.1.1 00:33:19 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:33:19 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:33:19 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:33:19 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:33:19 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:33:19 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:33:19 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:33:19 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:33:19 go: finding github.com/fatih/color v1.7.0 00:33:20 go: finding github.com/fsnotify/fsnotify v1.4.7 00:33:20 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:33:20 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:33:20 go: finding github.com/go-kit/kit v0.8.0 00:33:20 go: finding github.com/go-logfmt/logfmt v0.4.0 00:33:20 go: finding github.com/go-playground/assert/v2 v2.0.1 00:33:20 go: finding github.com/go-playground/locales v0.13.0 00:33:20 go: finding github.com/go-playground/universal-translator v0.17.0 00:33:20 go: finding github.com/go-playground/validator/v10 v10.3.0 00:33:20 go: finding github.com/go-redis/redis/v7 v7.2.0 00:33:20 go: finding github.com/go-stack/stack v1.8.0 00:33:20 go: finding github.com/golang/protobuf v1.3.2 00:33:20 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:33:20 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:33:20 go: finding github.com/google/uuid v1.1.0 00:33:20 go: finding github.com/gorilla/mux v1.7.1 00:33:20 go: finding github.com/hashicorp/consul/api v1.1.0 00:33:20 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:33:20 go: finding github.com/hashicorp/errwrap v1.0.0 00:33:20 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:33:20 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:33:20 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:33:20 go: finding github.com/hashicorp/go-multierror v1.0.0 00:33:20 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:33:20 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:33:20 go: finding github.com/hashicorp/go-syslog v1.0.0 00:33:20 go: finding github.com/hashicorp/go-uuid v1.0.1 00:33:20 go: finding github.com/hashicorp/go.net v0.0.1 00:33:21 go: finding github.com/hashicorp/golang-lru v0.5.0 00:33:21 go: finding github.com/hashicorp/logutils v1.0.0 00:33:21 go: finding github.com/hashicorp/mdns v1.0.0 00:33:21 go: finding github.com/hashicorp/memberlist v0.1.3 00:33:21 go: finding github.com/hashicorp/serf v0.8.2 00:33:21 go: finding github.com/hpcloud/tail v1.0.0 00:33:21 go: finding github.com/imdario/mergo v0.3.6 00:33:21 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:33:21 go: finding github.com/kr/pretty v0.1.0 00:33:21 go: finding github.com/kr/pty v1.1.1 00:33:21 go: finding github.com/kr/text v0.1.0 00:33:21 go: finding github.com/leodido/go-urn v1.2.0 00:33:21 go: finding github.com/mattn/go-colorable v0.0.9 00:33:21 go: finding github.com/mattn/go-isatty v0.0.3 00:33:21 go: finding github.com/miekg/dns v1.0.14 00:33:21 go: finding github.com/mitchellh/cli v1.0.0 00:33:21 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:33:21 go: finding github.com/mitchellh/copystructure v1.0.0 00:33:21 go: finding github.com/mitchellh/go-homedir v1.0.0 00:33:21 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:33:21 go: finding github.com/mitchellh/gox v0.4.0 00:33:22 go: finding github.com/mitchellh/iochan v1.0.0 00:33:22 go: finding github.com/mitchellh/mapstructure v1.1.2 00:33:22 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:33:22 go: finding github.com/onsi/ginkgo v1.10.1 00:33:22 go: finding github.com/onsi/gomega v1.7.0 00:33:22 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:33:22 go: finding github.com/pebbe/zmq4 v1.0.0 00:33:22 go: finding github.com/pelletier/go-toml v1.2.0 00:33:22 go: finding github.com/pkg/errors v0.8.1 00:33:22 go: finding github.com/pmezard/go-difflib v1.0.0 00:33:22 go: finding github.com/posener/complete v1.1.1 00:33:22 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:33:22 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:33:22 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:33:22 go: finding github.com/stretchr/objx v0.1.0 00:33:22 go: finding github.com/stretchr/testify v1.5.1 00:33:22 go: finding github.com/ugorji/go v1.1.4 00:33:22 go: finding github.com/x448/float16 v0.8.4 00:33:22 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 00:33:22 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:33:22 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:33:22 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:33:22 go: finding golang.org/x/text v0.3.2 00:33:22 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:33:22 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:33:22 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:33:22 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:33:23 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:33:23 go: finding gopkg.in/yaml.v2 v2.2.8 00:33:41 Removing intermediate container f459bcb63dbe 00:33:41 ---> 053be7722fc8 00:33:41 Successfully built 053be7722fc8 00:33:41 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 00:33:41 + docker inspect -f . ci-base-image-x86_64 00:33:41 . [Pipeline] withDockerContainer 00:33:41 prd-centos7-docker-4c-2g-545 does not seem to be running inside a container 00:33:42 $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:42 $ docker top 98752f3e865ec34212fdadaa81db18c6e69ba41275581b748f0e93ad9a675fab -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:43 + go version 00:33:43 go version go1.13.13 linux/amd64 [Pipeline] echo 00:33:43 ========================================================= 00:33:43 [edgeXBuildGoParallel] Running Tests and Build... 00:33:43 ========================================================= [Pipeline] sh 00:33:43 + make test 00:33:43 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:33:46 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.009s 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.042s coverage: 46.6% of statements 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.078s coverage: 27.2% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.017s coverage: 100.0% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.017s coverage: 100.0% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.352s coverage: 82.5% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.032s coverage: 92.9% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.070s coverage: 28.6% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.040s coverage: 100.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.019s coverage: 100.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 89.8% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.024s coverage: 97.5% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.029s coverage: 100.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 00:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.096s coverage: 63.5% of statements 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.024s coverage: 92.3% of statements 00:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 00:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.020s coverage: 73.7% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.004s coverage: 100.0% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.140s coverage: 55.9% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.427s coverage: 86.3% of statements 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.301s coverage: 72.2% of statements 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.136s coverage: 72.1% of statements 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.015s coverage: 82.4% of statements 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.014s coverage: 48.4% of statements 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.026s coverage: 28.8% of statements 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.036s coverage: 33.7% of statements 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.133s coverage: 84.1% of statements 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.027s coverage: 42.9% of statements 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.023s coverage: 100.0% of statements 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.022s coverage: 83.8% of statements 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.029s coverage: 46.1% of statements 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.073s coverage: 100.0% of statements 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.026s coverage: 100.0% of statements 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.060s coverage: 29.1% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.033s coverage: 99.0% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.027s coverage: 100.0% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.006s coverage: 100.0% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements 00:34:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 00:34:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 00:34:34 GO111MODULE=on go vet ./... 00:34:41 gofmt -l . 00:34:42 [ "`gofmt -l .`" = "" ] 00:34:42 ./bin/test-go-mod-tidy.sh 00:34:43 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:45 + ls -al . 00:34:45 total 564 00:34:45 drwxrwxr-x 10 1001 1001 4096 Aug 20 00:34 . 00:34:45 drwxr-xr-x 4 root root 30 Aug 20 00:33 .. 00:34:45 -rw-rw-r-- 1 1001 1001 11 Aug 20 00:31 .dockerignore 00:34:45 drwxrwxr-x 8 1001 1001 179 Aug 20 00:31 .git 00:34:45 drwxrwxr-x 3 1001 1001 60 Aug 20 00:31 .github 00:34:45 -rw-rw-r-- 1 1001 1001 932 Aug 20 00:31 .gitignore 00:34:45 drwx------ 3 1001 1001 47 Aug 20 00:32 .semver 00:34:45 -rw-rw-r-- 1 1001 1001 166 Aug 20 00:31 .sonarcloud.properties 00:34:45 -rw-rw-r-- 1 1001 1001 3804 Aug 20 00:31 CONTRIBUTING.md 00:34:45 -rw-rw-r-- 1 1001 1001 1035 Aug 20 00:31 Dockerfile.build 00:34:45 -rw-rw-r-- 1 1001 1001 865 Aug 20 00:31 Jenkinsfile 00:34:45 -rw-rw-r-- 1 1001 1001 10775 Aug 20 00:31 LICENSE 00:34:45 -rw-rw-r-- 1 1001 1001 6237 Aug 20 00:31 Makefile 00:34:45 -rw-rw-r-- 1 1001 1001 5652 Aug 20 00:31 README.md 00:34:45 -rw-rw-r-- 1 1001 1001 259 Aug 20 00:31 SECURITY.md 00:34:45 -rw-rw-r-- 1 1001 1001 5 Aug 20 00:32 VERSION 00:34:45 -rw-rw-r-- 1 1001 1001 4131 Aug 20 00:31 ZMQWindows.md 00:34:45 drwxrwxr-x 2 1001 1001 117 Aug 20 00:31 bin 00:34:45 drwxrwxr-x 15 1001 1001 4096 Aug 20 00:31 cmd 00:34:45 -rw-r--r-- 1 root root 467869 Aug 20 00:34 coverage.out 00:34:45 -rw-r--r-- 1 root root 1075 Aug 20 00:34 go.mod 00:34:45 -rw-r--r-- 1 root root 19185 Aug 20 00:34 go.sum 00:34:45 drwxrwxr-x 8 1001 1001 127 Aug 20 00:31 internal 00:34:45 drwxrwxr-x 4 1001 1001 26 Aug 20 00:31 openapi 00:34:45 drwxrwxr-x 4 1001 1001 71 Aug 20 00:31 snap 00:34:45 -rw-rw-r-- 1 1001 1001 168 Aug 20 00:31 version.go [Pipeline] sh 00:34:46 + '[' -e coverage.out ] 00:34:46 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:46 Stashed 1 file(s) [Pipeline] sh 00:34:46 + make build 00:34:46 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 00:34:54 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 00:34:57 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 00:34:59 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 00:35:00 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 00:35:03 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 00:35:03 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 00:35:05 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 00:35:07 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 00:35:08 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 00:35:10 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 00:35:12 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 00:35:13 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] } 00:35:14 $ docker stop --time=1 98752f3e865ec34212fdadaa81db18c6e69ba41275581b748f0e93ad9a675fab 00:35:16 $ docker rm -f 98752f3e865ec34212fdadaa81db18c6e69ba41275581b748f0e93ad9a675fab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:17 00:35:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:17 latest: Pulling from edgex-devops/edgex-compose 00:35:17 cbdbe7a5bc2a: Pulling fs layer 00:35:17 ca9280d653b3: Pulling fs layer 00:35:17 7e9c9ca2126c: Pulling fs layer 00:35:17 cbdbe7a5bc2a: Verifying Checksum 00:35:17 cbdbe7a5bc2a: Download complete 00:35:18 ca9280d653b3: Verifying Checksum 00:35:18 ca9280d653b3: Download complete 00:35:18 cbdbe7a5bc2a: Pull complete 00:35:18 7e9c9ca2126c: Verifying Checksum 00:35:18 7e9c9ca2126c: Download complete 00:35:19 ca9280d653b3: Pull complete 00:35:27 7e9c9ca2126c: Pull complete 00:35:27 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:27 prd-centos7-docker-4c-2g-545 does not seem to be running inside a container 00:35:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:30 $ docker top 27b87026603a7bccfbb7adf4d2af73fe67a9cd61e612cfa32110668cd6118c05 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:30 + docker-compose build --help 00:35:30 + grep parallel 00:35:31 --parallel Build images in parallel. [Pipeline] } 00:35:31 $ docker stop --time=1 27b87026603a7bccfbb7adf4d2af73fe67a9cd61e612cfa32110668cd6118c05 00:35:33 $ docker rm -f 27b87026603a7bccfbb7adf4d2af73fe67a9cd61e612cfa32110668cd6118c05 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:33 . [Pipeline] withDockerContainer 00:35:33 prd-centos7-docker-4c-2g-545 does not seem to be running inside a container 00:35:33 $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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 00:35:34 $ docker top 5cc123ee94929e3a09391ff1456c8c06c732ff380ae000ada9665d72bf68b99b -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:35 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:36 Building docker-core-command-go ... 00:35:36 Building docker-core-data-go ... 00:35:36 Building docker-core-metadata-go ... 00:35:36 Building docker-security-proxy-setup-go ... 00:35:36 Building docker-security-secrets-setup-go ... 00:35:36 Building docker-security-secretstore-setup-go ... 00:35:36 Building docker-support-logging-go ... 00:35:36 Building docker-support-notifications-go ... 00:35:36 Building docker-support-scheduler-go ... 00:35:36 Building docker-sys-mgmt-agent-go ... 00:35:36 Building docker-support-logging-go 00:35:36 Building docker-sys-mgmt-agent-go 00:35:36 Building docker-security-proxy-setup-go 00:35:36 Building docker-core-metadata-go 00:35:36 Building docker-core-command-go 00:36:08 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:08 ---> 053be7722fc8 00:36:08 Step 3/21 : WORKDIR /edgex-go 00:36:08 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:08 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:36:08 ---> 053be7722fc8 00:36:08 Step 3/20 : WORKDIR /edgex-go 00:36:08 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:08 ---> 053be7722fc8 00:36:08 Step 3/26 : WORKDIR /edgex-go 00:36:08 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:08 ---> 053be7722fc8 00:36:08 Step 3/21 : WORKDIR /edgex-go 00:36:08 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:08 ---> 053be7722fc8 00:36:08 Step 3/21 : WORKDIR /edgex-go 00:36:08 ---> Running in ece4eea0f485 00:36:08 ---> Running in 16dc0b96af02 00:36:08 ---> Running in b78440152d12 00:36:08 ---> Running in 2af0b3740bda 00:36:08 ---> Running in c2e3682f97ee 00:36:09 Removing intermediate container 2af0b3740bda 00:36:09 ---> 2d2523d3f91f 00:36:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:09 Removing intermediate container b78440152d12 00:36:09 ---> fafb616543c9 00:36:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:09 Removing intermediate container 16dc0b96af02 00:36:09 ---> d3510ef7e373 00:36:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:09 Removing intermediate container ece4eea0f485 00:36:09 ---> 85c951af38d7 00:36:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:09 ---> Running in 45be50e2f583 00:36:09 ---> Running in f582eeceebf3 00:36:09 Removing intermediate container c2e3682f97ee 00:36:09 ---> aa3584e086a0 00:36:09 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:09 ---> Running in 605424a9ff8d 00:36:09 ---> Running in bd71364c68cf 00:36:09 ---> Running in 1f60a502a048 00:36:11 Removing intermediate container 605424a9ff8d 00:36:11 ---> e17a7122d957 00:36:11 Step 5/21 : RUN apk update && apk add make && apk add bash git 00:36:11 ---> Running in bd8638410b22 00:36:11 Removing intermediate container 45be50e2f583 00:36:11 ---> 630d4a3f2782 00:36:11 Step 5/21 : RUN apk update && apk add make git 00:36:11 Removing intermediate container f582eeceebf3 00:36:11 ---> 7d54f8553606 00:36:11 Step 5/21 : RUN apk update && apk add make git 00:36:11 Removing intermediate container bd71364c68cf 00:36:11 ---> 1db783ed5c8a 00:36:11 Step 5/26 : RUN apk update && apk add make bash git 00:36:11 Removing intermediate container 1f60a502a048 00:36:11 ---> 7eb21027d19a 00:36:11 Step 5/20 : RUN apk update && apk add make git 00:36:12 ---> Running in cab0cc6d0516 00:36:12 ---> Running in 4377d96a7b31 00:36:12 ---> Running in b905f94d6b6d 00:36:12 ---> Running in d456f92a0b7d 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:13 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:13 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:13 OK: 12746 distinct packages available 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:13 OK: 233 MiB in 51 packages 00:36:14 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:14 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:14 OK: 12746 distinct packages available 00:36:14 OK: 233 MiB in 51 packages 00:36:14 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:14 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:14 OK: 12746 distinct packages available 00:36:14 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:14 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:14 OK: 12746 distinct packages available 00:36:14 OK: 233 MiB in 51 packages 00:36:14 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:14 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:14 OK: 12746 distinct packages available 00:36:14 OK: 233 MiB in 51 packages 00:36:14 OK: 233 MiB in 51 packages 00:36:14 OK: 233 MiB in 51 packages 00:36:15 Removing intermediate container bd8638410b22 00:36:15 ---> 101154a2830a 00:36:15 Step 6/21 : COPY go.mod . 00:36:15 Removing intermediate container 4377d96a7b31 00:36:15 ---> 9efce8b34d1b 00:36:15 Step 6/21 : COPY go.mod . 00:36:15 Removing intermediate container b905f94d6b6d 00:36:15 ---> 21380094158a 00:36:15 Step 6/26 : COPY go.mod . 00:36:15 ---> 6c81d6d01a12 00:36:15 Step 7/21 : RUN go mod download 00:36:16 Removing intermediate container cab0cc6d0516 00:36:16 ---> ea6bf406e310 00:36:16 Step 6/21 : COPY go.mod . 00:36:16 ---> Running in 3513b613394b 00:36:16 ---> b39aef59df06 00:36:16 Step 7/21 : RUN go mod download 00:36:16 Removing intermediate container d456f92a0b7d 00:36:16 ---> 062cfd5ee6c9 00:36:16 Step 6/20 : COPY go.mod . 00:36:16 ---> 2a045be1f808 00:36:16 Step 7/26 : RUN go mod download 00:36:16 ---> Running in 3217b6fc8091 00:36:16 ---> Running in 0603e6d16771 00:36:16 ---> 69fc80d41b6b 00:36:16 Step 7/21 : RUN go mod download 00:36:16 ---> de54507653db 00:36:16 Step 7/20 : RUN go mod download 00:36:16 ---> Running in f7a27e170422 00:36:17 ---> Running in 4b818cd53787 00:36:18 Removing intermediate container 3513b613394b 00:36:18 ---> c26b26228c9e 00:36:18 Step 8/21 : COPY . . 00:36:18 Removing intermediate container 3217b6fc8091 00:36:18 ---> 1c641feea71b 00:36:18 Step 8/21 : COPY . . 00:36:23 Removing intermediate container 0603e6d16771 00:36:23 ---> 2270dc98c9e0 00:36:23 Step 8/26 : COPY . . 00:36:24 Removing intermediate container f7a27e170422 00:36:24 ---> 194f782ca335 00:36:24 Step 8/21 : COPY . . 00:36:27 Removing intermediate container 4b818cd53787 00:36:27 ---> 4f522a3dce68 00:36:27 Step 8/20 : COPY . . 00:36:59 ---> 514e60617628 00:36:59 Step 9/21 : RUN make cmd/support-logging/support-logging 00:36:59 ---> 1809b0714d59 00:36:59 Step 9/21 : RUN make cmd/core-metadata/core-metadata 00:36:59 ---> b582f59092bd 00:36:59 Step 9/21 : RUN make cmd/core-command/core-command 00:36:59 ---> Running in e0edeb7ca7d8 00:36:59 ---> 4220f35902c3 00:36:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:59 ---> Running in f2d366aa0212 00:36:59 ---> Running in 2f9ef504ca3c 00:36:59 ---> Running in e9bf99bb4ea2 00:36:59 ---> 699787e36c80 00:36:59 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:36:59 ---> Running in 96d9afe8aa3b 00:36:59 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 00:36:59 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 00:36:59 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 00:36:59 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 00:36:59 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 00:37:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-547 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws 00:37:29 Running in /w/workspace/edgex-go/34 [Pipeline] { [Pipeline] checkout 00:37:34 using credential edgex-jenkins-ssh 00:37:34 Cloning the remote Git repository 00:37:34 Cloning with configured refspecs honoured and without tags 00:37:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:37:35 > git init /w/workspace/edgex-go/34 # timeout=10 00:37:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:35 > git --version # timeout=10 00:37:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:35 > 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 00:37:39 Removing intermediate container 96d9afe8aa3b 00:37:39 ---> fe692299d50a 00:37:39 00:37:39 Step 10/20 : FROM alpine 00:37:39 latest: Pulling from library/alpine 00:37:39 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:37:39 Status: Downloaded newer image for alpine:latest 00:37:39 ---> a24bb4013296 00:37:39 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:37:39 ---> Running in 4527b4a15f4a 00:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:39 Removing intermediate container e9bf99bb4ea2 00:37:39 ---> f3a34ce51e26 00:37:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:40 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:40 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:40 OK: 12746 distinct packages available 00:37:40 ---> Running in 2df604e49803 00:37:40 (1/4) Installing ca-certificates (20191127-r4) 00:37:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:40 (3/4) Installing libcurl (7.69.1-r0) 00:37:40 (4/4) Installing curl (7.69.1-r0) 00:37:40 Executing busybox-1.31.1-r16.trigger 00:37:40 Executing ca-certificates-20191127-r4.trigger 00:37:40 OK: 7 MiB in 18 packages 00:37:41 Removing intermediate container e0edeb7ca7d8 00:37:41 ---> 877d440704d1 00:37:41 00:37:41 Step 10/21 : FROM scratch 00:37:41 ---> 00:37:41 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:42 ---> Running in 888997fcafcd 00:37:42 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 00:37:43 Removing intermediate container 888997fcafcd 00:37:43 ---> dfe52d0015f4 00:37:43 Step 12/21 : ENV APP_PORT=48061 00:37:43 ---> Running in 28c80c235d93 00:37:43 Removing intermediate container 4527b4a15f4a 00:37:43 ---> d358957d9084 00:37:43 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:43 ---> Running in fda0cd8112ee 00:37:44 Removing intermediate container 28c80c235d93 00:37:44 ---> 5004346c083d 00:37:44 Step 13/21 : EXPOSE $APP_PORT 00:37:48 ---> Running in c6415bf24ecb 00:37:49 Removing intermediate container fda0cd8112ee 00:37:49 ---> dbe1c967ea8d 00:37:49 Step 13/20 : WORKDIR /edgex 00:37:49 Removing intermediate container f2d366aa0212 00:37:49 ---> 63a30bf4ed9f 00:37:49 00:37:49 Step 10/21 : FROM scratch 00:37:49 ---> 00:37:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:49 ---> Running in 27114df1c5cd 00:37:49 Removing intermediate container 2f9ef504ca3c 00:37:49 ---> 05366b874bab 00:37:49 00:37:49 Step 10/21 : FROM scratch 00:37:49 ---> 00:37:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:49 Fetching without tags 00:37:49 ---> Running in b593bd10d570 00:37:49 Removing intermediate container c6415bf24ecb 00:37:49 ---> 3e862d8c95a0 00:37:49 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 00:37:49 ---> Running in e13a458f1980 00:37:49 Removing intermediate container 27114df1c5cd 00:37:49 ---> 580eac6c11fb 00:37:49 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:49 Removing intermediate container 2df604e49803 00:37:49 ---> e9ae51a62631 00:37:49 00:37:49 Step 11/26 : FROM docker:latest 00:37:49 ---> 81f5749c9058 00:37:49 Step 12/26 : RUN apk add --no-cache bash 00:37:49 Removing intermediate container b593bd10d570 00:37:49 ---> 0637ebe15c16 00:37:49 Step 12/21 : ENV APP_PORT=48081 00:37:49 Merging remotes/origin/master commit 6df8530f92e66c259c9e6c4b7995a1e49851403d into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 00:37:49 Removing intermediate container e13a458f1980 00:37:49 ---> 1c346d0aa82a 00:37:49 Step 12/21 : ENV APP_PORT=48082 00:37:49 ---> Running in 2d7d890b3d32 00:37:49 ---> 2c4d189ef73f 00:37:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:37:49 ---> Running in d045d8cb2cd4 00:37:49 ---> Running in 2dc252fa5c69 00:37:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:49 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 00:37:49 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:37:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:49 > 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 00:37:49 > git config core.sparsecheckout # timeout=10 00:37:49 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 00:37:50 ---> de3f595b5e3a 00:37:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:50 Removing intermediate container d045d8cb2cd4 00:37:50 ---> 855d35fb7941 00:37:50 Step 13/21 : EXPOSE $APP_PORT 00:37:50 Removing intermediate container 2dc252fa5c69 00:37:50 ---> f51b5d7a64b3 00:37:50 Step 13/21 : EXPOSE $APP_PORT 00:37:50 ---> 5e53ea0ebf6d 00:37:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:37:50 ---> Running in f12f27f07dfb 00:37:50 ---> Running in 3e3216501905 00:37:50 Merge succeeded, producing 5e8e4278f1042a0d423e131d097872bf42c01d02 00:37:50 Checking out Revision 5e8e4278f1042a0d423e131d097872bf42c01d02 (PR-2574) 00:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:50 ---> e18a17ced22b 00:37:50 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:50 Removing intermediate container f12f27f07dfb 00:37:50 ---> bf285d418d57 00:37:50 Step 14/21 : WORKDIR / 00:37:51 Removing intermediate container 3e3216501905 00:37:51 ---> 06ec3fc6c3b3 00:37:51 Step 14/21 : WORKDIR / 00:37:51 ---> Running in 1b6e57faebeb 00:37:51 ---> Running in 6a3b476ddc46 00:37:51 ---> Running in a236ebe46f30 00:37:51 (1/2) Installing readline (8.0.4-r0) 00:37:51 (2/2) Installing bash (5.0.17-r0) 00:37:51 Executing bash-5.0.17-r0.post-install 00:37:51 Executing busybox-1.31.1-r16.trigger 00:37:51 OK: 12 MiB in 22 packages 00:37:51 ---> dbfc43a968a7 00:37:51 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:37:51 Removing intermediate container 6a3b476ddc46 00:37:51 ---> 7576f8355702 00:37:51 Step 17/20 : CMD ["--init=true"] 00:37:51 Removing intermediate container 1b6e57faebeb 00:37:51 ---> d64bf7320d60 00:37:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:37:51 Removing intermediate container a236ebe46f30 00:37:51 ---> eb172ac883f4 00:37:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:37:51 ---> Running in 330bd7c1893e 00:37:51 ---> 3aff3bba64f9 00:37:51 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:37:51 ---> 5125c104b4be 00:37:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:51 ---> Running in 8cccd012c0b5 00:37:51 ---> d9a8995689cc 00:37:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:50 > git remote # timeout=10 00:37:50 > git config --get remote.origin.url # timeout=10 00:37:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:50 > git merge 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 00:37:50 > git rev-parse HEAD^{commit} # timeout=10 00:37:50 > git config core.sparsecheckout # timeout=10 00:37:50 > git checkout -f 5e8e4278f1042a0d423e131d097872bf42c01d02 # timeout=10 00:37:52 Removing intermediate container 330bd7c1893e 00:37:52 ---> a320c19a7dbc 00:37:52 Step 18/20 : LABEL arch=x86_64 00:37:52 Removing intermediate container 2d7d890b3d32 00:37:52 ---> 5ac3f111e1aa 00:37:52 Step 13/26 : RUN rm -rf /var/cache/apk/* 00:37:52 Removing intermediate container 8cccd012c0b5 00:37:52 ---> 04b546a2b4ab 00:37:52 Step 19/21 : LABEL arch=x86_64 00:37:52 ---> Running in 1dc3a972b430 00:37:52 ---> Running in 4616018952d8 00:37:52 ---> Running in 5ec0ab17ed33 00:37:52 ---> 4ebfad4f4ae8 00:37:52 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:52 ---> ddae35bbf051 00:37:52 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:52 Removing intermediate container 1dc3a972b430 00:37:52 ---> 0d52ff457d58 00:37:52 Step 19/20 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:37:53 Removing intermediate container 5ec0ab17ed33 00:37:53 ---> 4156f99e6703 00:37:53 Step 20/21 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:37:53 ---> 61606359e239 00:37:53 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:37:53 ---> Running in a734953b0f98 00:37:53 ---> Running in 0102d9202544 00:37:53 ---> Running in d5baadcd8c59 00:37:53 ---> 2cb63bde396a 00:37:53 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:37:53 ---> Running in 9682d17dcb7c 00:37:54 Removing intermediate container 0102d9202544 00:37:54 ---> ef67e7038151 00:37:54 Step 21/21 : LABEL version=0.0.0 00:37:54 ---> Running in 0c3bf0aa30b6 00:37:54 Removing intermediate container d5baadcd8c59 00:37:54 ---> 9628e98b5880 00:37:54 Step 19/21 : LABEL arch=x86_64 00:37:54 Removing intermediate container a734953b0f98 00:37:54 ---> ea75ca4afb4e 00:37:54 Step 20/20 : LABEL version=0.0.0 00:37:54 Removing intermediate container 9682d17dcb7c 00:37:54 ---> e82dd56a5e32 00:37:54 Step 19/21 : LABEL arch=x86_64 00:37:54 ---> Running in dff77ffef2e8 00:37:54 ---> Running in a3fdeb5b562f 00:37:54 ---> Running in e04ba8b97c9a 00:37:54 Commit message: "Merge commit '6df8530f92e66c259c9e6c4b7995a1e49851403d' into HEAD" 00:37:54 First time build. Skipping changelog. 00:37:54 Removing intermediate container 0c3bf0aa30b6 00:37:54 ---> 0251a1efd0d3 00:37:54 00:37:54 Removing intermediate container 4616018952d8 00:37:54 ---> c4c970642d80 00:37:54 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:54 Removing intermediate container dff77ffef2e8 00:37:54 ---> d5809bd008d9 00:37:54 Step 20/21 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:37:55 Successfully built 0251a1efd0d3 00:37:55 ---> Running in 4be6121fc8c3 00:37:55 ---> Running in 9477e1e4f530 00:37:55 Successfully tagged docker-support-logging-go:latest 00:37:55 Removing intermediate container e04ba8b97c9a 00:37:55 ---> 14b8e618745b 00:37:55 Step 20/21 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:37:55 Building docker-support-scheduler-go 00:37:55  Building docker-support-logging-go ... done Removing intermediate container a3fdeb5b562f 00:37:55 ---> afda552f4e2c 00:37:55 00:37:55 ---> Running in e283658d5dfa 00:37:55 Successfully built afda552f4e2c 00:37:55 Successfully tagged docker-security-proxy-setup-go:latest 00:37:55  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go 00:37:55 Removing intermediate container 4be6121fc8c3 00:37:55 ---> a721d4658f23 00:37:55 Step 21/21 : LABEL version=0.0.0 00:37:55 Removing intermediate container 9477e1e4f530 00:37:55 ---> 98288cd8012a 00:37:55 Step 15/26 : ENV APP_PORT=48090 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 00:37:55 ---> Running in d4acebbddeb1 00:37:55 ---> Running in 29013d4f687a 00:37:55 Removing intermediate container e283658d5dfa 00:37:55 ---> d8aee685ad74 00:37:55 Step 21/21 : LABEL version=0.0.0 00:37:54 > git rev-list --no-walk aff996dfa7b17a42d8ef1f996d7c88ec5e7c4e9d # timeout=10 00:37:56 ---> Running in 18967a4e03e1 00:37:56 Removing intermediate container 29013d4f687a 00:37:56 ---> 31eb467b679e 00:37:56 Step 16/26 : EXPOSE $APP_PORT 00:37:56 Removing intermediate container d4acebbddeb1 00:37:56 ---> 8cf0425421c7 00:37:56 00:37:56 Successfully built 8cf0425421c7 00:37:56 Successfully tagged docker-core-command-go:latest 00:37:56  Building docker-core-command-go ... done Building docker-core-data-go 00:37:56 ---> Running in ef60380b643e 00:37:56 Removing intermediate container 18967a4e03e1 00:37:56 ---> 04f68b74c4f0 00:37:56 00:37:56 Successfully built 04f68b74c4f0 00:37:56 Successfully tagged docker-core-metadata-go:latest 00:37:56 Building docker-support-notifications-go 00:38:03  Building docker-core-metadata-go ... done Removing intermediate container ef60380b643e 00:38:03 ---> b3b57d95e194 00:38:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:04 ---> 466d3c34b9ed 00:38:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:05 ---> de2073a762a1 00:38:05 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:05 ---> 79d04b50004f 00:38:05 Step 20/26 : RUN apk --no-cache add py-pip 00:38:05 ---> Running in afe81d14dd21 [Pipeline] echo 00:38:06 ========================================================= 00:38:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:38:06 ========================================================= 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 00:38:07 (1/33) Installing libbz2 (1.0.8-r1) 00:38:07 (2/33) Installing expat (2.2.9-r1) 00:38:07 (3/33) Installing libffi (3.3-r2) 00:38:07 (4/33) Installing gdbm (1.13-r1) 00:38:07 (5/33) Installing xz-libs (5.2.5-r0) 00:38:07 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:07 (7/33) Installing python3 (3.8.5-r0) 00:38:07 + 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 . 00:38:12 Sending build context to Docker daemon 323.2MB 00:38:12 Step 1/7 : ARG BASE=golang:1.13-alpine 00:38:12 Step 2/7 : FROM ${BASE} 00:38:12 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:38:12 b538f80385f9: Pulling fs layer 00:38:12 74f711af9a0d: Pulling fs layer 00:38:12 99f96fe45779: Pulling fs layer 00:38:12 fd7a069fd194: Pulling fs layer 00:38:12 66aa3694b03b: Pulling fs layer 00:38:12 170f70906a0f: Pulling fs layer 00:38:12 ad7c5574e4b9: Pulling fs layer 00:38:12 e772456be8f7: Pulling fs layer 00:38:12 c890913d741a: Pulling fs layer 00:38:12 2480fcc9aa5a: Pulling fs layer 00:38:12 09adf4765672: Pulling fs layer 00:38:12 ad7c5574e4b9: Waiting 00:38:12 e772456be8f7: Waiting 00:38:12 fd7a069fd194: Waiting 00:38:12 66aa3694b03b: Waiting 00:38:12 c890913d741a: Waiting 00:38:12 2480fcc9aa5a: Waiting 00:38:12 09adf4765672: Waiting 00:38:12 170f70906a0f: Waiting 00:38:12 99f96fe45779: Verifying Checksum 00:38:12 99f96fe45779: Download complete 00:38:12 74f711af9a0d: Verifying Checksum 00:38:12 74f711af9a0d: Download complete 00:38:12 66aa3694b03b: Verifying Checksum 00:38:12 66aa3694b03b: Download complete 00:38:12 170f70906a0f: Download complete 00:38:12 b538f80385f9: Verifying Checksum 00:38:12 b538f80385f9: Download complete 00:38:13 b538f80385f9: Pull complete 00:38:13 74f711af9a0d: Pull complete 00:38:13 99f96fe45779: Pull complete 00:38:15 ad7c5574e4b9: Verifying Checksum 00:38:15 ad7c5574e4b9: Download complete 00:38:15 c890913d741a: Verifying Checksum 00:38:15 c890913d741a: Download complete 00:38:17 e772456be8f7: Verifying Checksum 00:38:17 e772456be8f7: Download complete 00:38:17 09adf4765672: Verifying Checksum 00:38:17 09adf4765672: Download complete 00:38:18 2480fcc9aa5a: Verifying Checksum 00:38:18 2480fcc9aa5a: Download complete 00:38:18 fd7a069fd194: Verifying Checksum 00:38:18 fd7a069fd194: Download complete 00:38:19 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:19 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:19 (11/33) Installing py3-six (1.15.0-r0) 00:38:19 (12/33) Installing py3-packaging (20.4-r0) 00:38:19 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:19 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:19 (15/33) Installing py3-idna (2.9-r0) 00:38:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:19 (18/33) Installing py3-requests (2.23.0-r0) 00:38:19 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:19 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:19 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:19 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:19 (24/33) Installing py3-distro (1.5.0-r1) 00:38:20 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:20 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:20 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:21 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:21 (29/33) Installing py3-progress (1.5-r0) 00:38:21 (30/33) Installing py3-toml (0.10.1-r0) 00:38:21 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:21 (33/33) Installing py3-pip (20.1.1-r0) 00:38:21 Executing busybox-1.31.1-r16.trigger 00:38:22 OK: 71 MiB in 55 packages 00:38:23 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:23 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:38:23 ---> 053be7722fc8 00:38:23 Step 3/29 : WORKDIR /edgex-go 00:38:23 ---> Using cache 00:38:23 ---> aa3584e086a0 00:38:23 Step 4/29 : RUN apk update && apk add make git 00:38:24 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:24 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:38:24 ---> 053be7722fc8 00:38:24 Step 3/20 : WORKDIR /edgex-go 00:38:24 ---> Using cache 00:38:24 ---> aa3584e086a0 00:38:24 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:24 ---> Using cache 00:38:24 ---> 7eb21027d19a 00:38:24 Step 5/20 : RUN apk update && apk add make git 00:38:24 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:24 ---> 053be7722fc8 00:38:24 Step 3/22 : WORKDIR /edgex-go 00:38:24 ---> Using cache 00:38:24 ---> aa3584e086a0 00:38:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:24 ---> Using cache 00:38:24 ---> 7eb21027d19a 00:38:24 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:38:24 ---> Using cache 00:38:24 ---> 062cfd5ee6c9 00:38:24 Step 6/20 : COPY go.mod . 00:38:24 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:24 ---> 053be7722fc8 00:38:24 Step 3/23 : WORKDIR /edgex-go 00:38:24 ---> Using cache 00:38:24 ---> aa3584e086a0 00:38:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:24 ---> Using cache 00:38:24 ---> 7eb21027d19a 00:38:24 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 00:38:24 ---> Using cache 00:38:24 ---> de54507653db 00:38:24 Step 7/20 : RUN go mod download 00:38:24 ---> Using cache 00:38:24 ---> 4f522a3dce68 00:38:24 Step 8/20 : COPY . . 00:38:24 ---> Using cache 00:38:24 ---> 699787e36c80 00:38:24 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 00:38:25 ---> Running in b18f0cb68a8d 00:38:25 ---> Running in 7eccf597249a 00:38:25 ---> Running in 48ce5dc1b962 00:38:25 ---> Running in 45d816ec3c61 00:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:26 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 00:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:30 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:30 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:30 OK: 12746 distinct packages available 00:38:30 fd7a069fd194: Pull complete 00:38:30 66aa3694b03b: Pull complete 00:38:30 170f70906a0f: Pull complete 00:38:30 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:30 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:30 OK: 12746 distinct packages available 00:38:30 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:30 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:30 OK: 12746 distinct packages available 00:38:30 OK: 233 MiB in 51 packages 00:38:31 OK: 233 MiB in 51 packages 00:38:31 OK: 233 MiB in 51 packages 00:38:33 ad7c5574e4b9: Pull complete 00:38:36 Removing intermediate container 48ce5dc1b962 00:38:36 ---> 0f31564a264e 00:38:36 Step 6/23 : COPY go.mod . 00:38:36 Removing intermediate container 45d816ec3c61 00:38:36 ---> 9c25bbcf8f42 00:38:36 Step 6/22 : COPY go.mod . 00:38:36 Removing intermediate container b18f0cb68a8d 00:38:36 ---> 7f0e1a682a5e 00:38:36 Step 5/29 : COPY go.mod . 00:38:37 ---> 0579836438f4 00:38:37 Step 7/22 : RUN go mod download 00:38:37 ---> 6cebeab84d17 00:38:37 Step 7/23 : RUN go mod download 00:38:37 e772456be8f7: Pull complete 00:38:37 ---> Running in 020b46409abf 00:38:37 ---> Running in 600b153a6929 00:38:37 c890913d741a: Pull complete 00:38:38 ---> f576055e4898 00:38:38 Step 6/29 : RUN go mod download 00:38:38 ---> Running in 03a4be17f659 00:38:38 Removing intermediate container afe81d14dd21 00:38:38 ---> f839868083bf 00:38:38 Step 21/26 : RUN pip install docker-compose==1.23.2 00:38:38 ---> Running in b077d659034b 00:38:40 2480fcc9aa5a: Pull complete 00:38:40 09adf4765672: Pull complete 00:38:40 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:38:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:38:40 ---> 2248a725d1cf 00:38:40 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 00:38:41 Collecting docker-compose==1.23.2 00:38:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:41 Removing intermediate container 03a4be17f659 00:38:41 ---> f498da17aa7c 00:38:41 Step 7/29 : COPY . . 00:38:41 Removing intermediate container 020b46409abf 00:38:41 ---> be19a9549d2f 00:38:41 Step 8/22 : COPY . . 00:38:41 Removing intermediate container 600b153a6929 00:38:41 ---> 16e5a977667c 00:38:41 Step 8/23 : COPY . . 00:38:41 Collecting jsonschema<3,>=2.5.1 00:38:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:42 Collecting texttable<0.10,>=0.9.0 00:38:42 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:45 Collecting docker<4.0,>=3.6.0 00:38:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:46 ---> Running in 314dd51dd381 00:38:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:38:48 Collecting docopt<0.7,>=0.6.1 00:38:48 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:38:50 (1/12) Installing libmagic (5.38-r0) 00:38:50 (2/12) Installing file (5.38-r0) 00:38:50 (3/12) Installing libc-dev (0.7.2-r3) 00:38:50 (4/12) Installing g++ (9.3.0-r2) 00:38:51 Collecting dockerpty<0.5,>=0.4.1 00:38:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:54 Collecting websocket-client<1.0,>=0.32.0 00:38:54 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:54 Collecting cached-property<2,>=1.2.0 00:38:54 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:38:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:55 (5/12) Installing fortify-headers (1.1-r0) 00:38:55 (6/12) Installing patch (2.7.6-r6) 00:38:55 (7/12) Installing build-base (0.5-r2) 00:38:55 (8/12) Installing libsodium (1.0.18-r0) 00:38:55 (9/12) Installing pkgconf (1.7.2-r0) 00:38:55 (10/12) Installing libsodium-dev (1.0.18-r0) 00:38:55 (11/12) Installing libzmq (4.3.2-r0) 00:38:55 (12/12) Installing zeromq-dev (4.3.2-r0) 00:38:55 Executing busybox-1.31.1-r16.trigger 00:38:55 OK: 217 MiB in 51 packages 00:38:55 Collecting PyYAML<4,>=3.10 00:38:55 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:59 Removing intermediate container 314dd51dd381 00:38:59 ---> 06a65198ecbe 00:38:59 Step 4/7 : WORKDIR /edgex-go 00:38:59 ---> Running in e2bb495364cd 00:39:00 Removing intermediate container e2bb495364cd 00:39:00 ---> ba795b11023f 00:39:00 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:39:00 latest: Pulling from library/docker 00:39:00 b538f80385f9: Already exists 00:39:00 259a493cd78d: Pulling fs layer 00:39:00 b8e66b5100f5: Pulling fs layer 00:39:00 39dc9c94d07c: Pulling fs layer 00:39:00 551b823b3b82: Pulling fs layer 00:39:00 3c52a74df98c: Pulling fs layer 00:39:00 6c9b121b6998: Pulling fs layer 00:39:00 551b823b3b82: Waiting 00:39:00 6c9b121b6998: Waiting 00:39:00 b8e66b5100f5: Verifying Checksum 00:39:00 b8e66b5100f5: Download complete 00:39:00 259a493cd78d: Download complete 00:39:00 551b823b3b82: Verifying Checksum 00:39:00 551b823b3b82: Download complete 00:39:01 3c52a74df98c: Verifying Checksum 00:39:01 3c52a74df98c: Download complete 00:39:01 6c9b121b6998: Download complete 00:39:01 259a493cd78d: Pull complete 00:39:01 Collecting docker-pycreds>=0.4.0 00:39:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:01 b8e66b5100f5: Pull complete 00:39:01 39dc9c94d07c: Verifying Checksum 00:39:01 39dc9c94d07c: Download complete 00:39:02 Collecting idna<2.8,>=2.5 00:39:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:03 Collecting urllib3<1.25,>=1.21.1 00:39:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:03 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) 00:39:03 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) 00:39:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:04 Installing collected packages: jsonschema, texttable, docker-pycreds, websocket-client, idna, urllib3, requests, docker, docopt, dockerpty, cached-property, PyYAML, docker-compose 00:39:04 39dc9c94d07c: Pull complete 00:39:05 551b823b3b82: Pull complete 00:39:05 3c52a74df98c: Pull complete 00:39:05 6c9b121b6998: Pull complete 00:39:05 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:39:05 Status: Downloaded newer image for docker:latest 00:39:06 Running setup.py install for texttable: started 00:39:08 Running setup.py install for texttable: finished with status 'done' 00:39:09 ---> d9d2b4352811 00:39:09 Step 6/7 : COPY go.mod . 00:39:09 ---> dd0c20db1b9d 00:39:09 Step 7/7 : RUN go mod download 00:39:09 ---> Running in 6eefd87bbe79 00:39:12 Attempting uninstall: idna 00:39:12 Found existing installation: idna 2.9 00:39:12 Uninstalling idna-2.9: 00:39:12 Successfully uninstalled idna-2.9 00:39:13 Attempting uninstall: urllib3 00:39:13 Found existing installation: urllib3 1.25.9 00:39:13 Uninstalling urllib3-1.25.9: 00:39:13 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:39:13 Successfully uninstalled urllib3-1.25.9 00:39:13 Removing intermediate container 7eccf597249a 00:39:13 ---> addd31397def 00:39:13 00:39:13 Step 10/20 : FROM scratch 00:39:13 ---> 00:39:13 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:13 go: finding github.com/BurntSushi/toml v0.3.1 00:39:13 go: finding github.com/OneOfOne/xxhash v1.2.5 00:39:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:39:13 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:39:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:39:13 go: finding github.com/bgentry/speakeasy v0.1.0 00:39:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:39:13 Attempting uninstall: requests 00:39:13 Found existing installation: requests 2.23.0 00:39:13 Uninstalling requests-2.23.0: 00:39:13 Successfully uninstalled requests-2.23.0 00:39:13 go: finding github.com/cloudflare/gokey v0.1.0 00:39:13 go: finding github.com/davecgh/go-spew v1.1.1 00:39:13 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:39:13 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:39:13 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:39:13 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:39:14 ---> Using cache 00:39:14 ---> 1c346d0aa82a 00:39:14 Step 12/20 : ENV APP_PORT=48085 00:39:14 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:39:14 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:39:14 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:39:14 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:39:14 go: finding github.com/fatih/color v1.7.0 00:39:14 go: finding github.com/fsnotify/fsnotify v1.4.7 00:39:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:39:14 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:39:14 go: finding github.com/go-kit/kit v0.8.0 00:39:14 go: finding github.com/go-logfmt/logfmt v0.4.0 00:39:14 go: finding github.com/go-playground/assert/v2 v2.0.1 00:39:14 go: finding github.com/go-playground/locales v0.13.0 00:39:14 go: finding github.com/go-playground/universal-translator v0.17.0 00:39:14 go: finding github.com/go-playground/validator/v10 v10.3.0 00:39:14 go: finding github.com/go-redis/redis/v7 v7.2.0 00:39:14 go: finding github.com/go-stack/stack v1.8.0 00:39:14 go: finding github.com/golang/protobuf v1.3.2 00:39:14 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:39:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:39:14 go: finding github.com/google/uuid v1.1.0 00:39:14 go: finding github.com/gorilla/mux v1.7.1 00:39:14 go: finding github.com/hashicorp/consul/api v1.1.0 00:39:14 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:39:14 go: finding github.com/hashicorp/errwrap v1.0.0 00:39:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:39:15 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:39:15 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:39:15 go: finding github.com/hashicorp/go-multierror v1.0.0 00:39:15 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:39:15 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:39:15 go: finding github.com/hashicorp/go-syslog v1.0.0 00:39:15 go: finding github.com/hashicorp/go-uuid v1.0.1 00:39:15 go: finding github.com/hashicorp/go.net v0.0.1 00:39:15 go: finding github.com/hashicorp/golang-lru v0.5.0 00:39:15 go: finding github.com/hashicorp/logutils v1.0.0 00:39:15 go: finding github.com/hashicorp/mdns v1.0.0 00:39:15 go: finding github.com/hashicorp/memberlist v0.1.3 00:39:15 go: finding github.com/hashicorp/serf v0.8.2 00:39:15 go: finding github.com/hpcloud/tail v1.0.0 00:39:15 go: finding github.com/imdario/mergo v0.3.6 00:39:15 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:39:15 go: finding github.com/kr/pretty v0.1.0 00:39:15 go: finding github.com/kr/pty v1.1.1 00:39:15 go: finding github.com/kr/text v0.1.0 00:39:15 go: finding github.com/leodido/go-urn v1.2.0 00:39:15 go: finding github.com/mattn/go-colorable v0.0.9 00:39:16 go: finding github.com/mattn/go-isatty v0.0.3 00:39:16 go: finding github.com/miekg/dns v1.0.14 00:39:16 go: finding github.com/mitchellh/cli v1.0.0 00:39:16 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:39:16 go: finding github.com/mitchellh/copystructure v1.0.0 00:39:16 go: finding github.com/mitchellh/go-homedir v1.0.0 00:39:16 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:39:16 go: finding github.com/mitchellh/gox v0.4.0 00:39:16 go: finding github.com/mitchellh/iochan v1.0.0 00:39:16 go: finding github.com/mitchellh/mapstructure v1.1.2 00:39:16 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:39:16 go: finding github.com/onsi/ginkgo v1.10.1 00:39:16 go: finding github.com/onsi/gomega v1.7.0 00:39:16 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:39:16 go: finding github.com/pebbe/zmq4 v1.0.0 00:39:16 go: finding github.com/pelletier/go-toml v1.2.0 00:39:16 go: finding github.com/pkg/errors v0.8.1 00:39:16 go: finding github.com/pmezard/go-difflib v1.0.0 00:39:16 go: finding github.com/posener/complete v1.1.1 00:39:16 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:39:16 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:39:16 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:39:16 go: finding github.com/stretchr/objx v0.1.0 00:39:16 go: finding github.com/stretchr/testify v1.5.1 00:39:16 go: finding github.com/ugorji/go v1.1.4 00:39:16 go: finding github.com/x448/float16 v0.8.4 00:39:16 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 00:39:17 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:39:17 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:39:17 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:39:17 go: finding golang.org/x/text v0.3.2 00:39:17 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:39:17 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:39:17 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:39:17 ---> 3075471fe8af 00:39:17 Step 9/23 : RUN make cmd/support-notifications/support-notifications 00:39:17 ---> fe1d85d1b69d 00:39:17 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:39:17 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:39:17 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:39:17 go: finding gopkg.in/yaml.v2 v2.2.8 00:39:18 ---> Running in bca00d305555 00:39:18 Running setup.py install for docopt: started 00:39:18 ---> Running in 735a88922685 00:39:18 ---> Running in 4e16cdb4c0c4 00:39:19 ---> cbf9e4f45ab7 00:39:19 Step 9/22 : RUN make cmd/core-data/core-data 00:39:19 ---> Running in 6f0973e6fb75 00:39:19 Removing intermediate container bca00d305555 00:39:19 ---> b5615c531a43 00:39:19 Step 13/20 : EXPOSE $APP_PORT 00:39:19 Running setup.py install for docopt: finished with status 'done' 00:39:19 Running setup.py install for dockerpty: started 00:39:19 ---> Running in 479d6ed00f6a 00:39:19 Removing intermediate container 479d6ed00f6a 00:39:19 ---> c0467d740b53 00:39:19 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:39:20 Running setup.py install for dockerpty: finished with status 'done' 00:39:20 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 00:39:20 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 00:39:20 Running setup.py install for PyYAML: started 00:39:20 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 00:39:20 ---> ad9c30700c2a 00:39:20 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:21 Running setup.py install for PyYAML: finished with status 'done' 00:39:21 ---> ab670c9518b3 00:39:21 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:21 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 00:39:22 ---> 85a101a053d7 00:39:22 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:39:22 ---> Running in 1e7e19cd591a 00:39:23 Removing intermediate container 1e7e19cd591a 00:39:23 ---> 4618c22338c8 00:39:23 Step 18/20 : LABEL arch=x86_64 00:39:23 ---> Running in 36130aefd81d 00:39:25 Removing intermediate container 36130aefd81d 00:39:25 ---> 9fbb2a9b15c4 00:39:25 Step 19/20 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:39:26 ---> Running in 39bfbdc4fe49 00:39:26 Removing intermediate container b077d659034b 00:39:26 ---> b0195d1772ce 00:39:26 Step 22/26 : RUN apk --no-cache add curl 00:39:27 ---> Running in 517d147ad8f8 00:39:27 Removing intermediate container 39bfbdc4fe49 00:39:27 ---> e026f962a531 00:39:27 Step 20/20 : LABEL version=0.0.0 00:39:27 ---> Running in 99b42bc8f004 00:39:28 Removing intermediate container 99b42bc8f004 00:39:28 ---> dc961b67d0af 00:39:28 00:39:28 Successfully built dc961b67d0af 00:39:28 Successfully tagged docker-support-scheduler-go:latest 00:39:28  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 00:39:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:29 (2/3) Installing libcurl (7.69.1-r0) 00:39:29 (3/3) Installing curl (7.69.1-r0) 00:39:29 Executing busybox-1.31.1-r16.trigger 00:39:31 OK: 72 MiB in 58 packages 00:39:35 Removing intermediate container 517d147ad8f8 00:39:35 ---> a204ba6778e3 00:39:35 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:39:35 ---> Running in c180ccdd4303 00:39:37 Removing intermediate container c180ccdd4303 00:39:37 ---> c2042b1dfb17 00:39:37 Step 24/26 : LABEL arch=x86_64 00:39:37 ---> Running in 51f7c2b2d5c3 00:39:37 Removing intermediate container 51f7c2b2d5c3 00:39:37 ---> 022772841bce 00:39:37 Step 25/26 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:39:37 ---> Running in 212abf75eed5 00:39:38 Removing intermediate container 212abf75eed5 00:39:38 ---> a885382c31e3 00:39:38 Step 26/26 : LABEL version=0.0.0 00:39:39 ---> Running in acd0181eb214 00:39:39 Removing intermediate container 6eefd87bbe79 00:39:39 ---> 76245bc8fc3e 00:39:39 Successfully built 76245bc8fc3e 00:39:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] } 00:39:39 Removing intermediate container acd0181eb214 00:39:39 ---> 2839d2b2b4ba 00:39:39 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 00:39:39 Successfully built 2839d2b2b4ba [Pipeline] isUnix [Pipeline] sh 00:39:40 + docker inspect -f . ci-base-image-arm64 00:39:40 . [Pipeline] withDockerContainer 00:39:40 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:40 prd-ubuntu18.04-docker-arm64-4c-16g-547 does not seem to be running inside a container 00:39:40 $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:39:42 $ docker top 5d6118e5bf76cc1cb1053366d6668f2b7e98c430a225e910d220625c646d654a -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:43 + go version 00:39:43 go version go1.13.13 linux/arm64 [Pipeline] echo 00:39:43 ========================================================= 00:39:43 [edgeXBuildGoParallel] Running Tests and Build... 00:39:43 ========================================================= [Pipeline] sh 00:39:44 + make test 00:39:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:39:46 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:50  Building docker-sys-mgmt-agent-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:39:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:39:50 ---> 053be7722fc8 00:39:50 Step 3/26 : WORKDIR /edgex-go 00:39:50 ---> Using cache 00:39:50 ---> aa3584e086a0 00:39:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:50 ---> Using cache 00:39:50 ---> 7eb21027d19a 00:39:50 Step 5/26 : RUN apk update && apk add make git 00:39:50 ---> Using cache 00:39:50 ---> 062cfd5ee6c9 00:39:50 Step 6/26 : COPY go.mod . 00:39:50 ---> Using cache 00:39:50 ---> de54507653db 00:39:50 Step 7/26 : RUN go mod download 00:39:50 ---> Using cache 00:39:50 ---> 4f522a3dce68 00:39:50 Step 8/26 : COPY . . 00:39:50 ---> Using cache 00:39:50 ---> 699787e36c80 00:39:50 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 00:39:51 ---> Running in 55f9b9782f55 00:39:52 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 00:39:53 Removing intermediate container 4e16cdb4c0c4 00:39:53 ---> 8352d8d9fd4e 00:39:53 00:39:53 Step 9/29 : FROM alpine:latest 00:39:53 ---> a24bb4013296 00:39:53 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:39:54 ---> Running in f1143aa08d89 00:39:56 Removing intermediate container f1143aa08d89 00:39:56 ---> 9787decbb21f 00:39:56 Step 11/29 : USER root 00:39:56 Removing intermediate container 735a88922685 00:39:56 ---> aed1d45ee41f 00:39:56 00:39:56 Step 10/23 : FROM scratch 00:39:56 ---> 00:39:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:39:56 ---> Running in 37423c08bf9f 00:39:57 ---> Using cache 00:39:57 ---> dfe52d0015f4 00:39:57 Step 12/23 : ENV APP_PORT=48060 00:39:57 ---> Running in aa7f0dfab0e5 00:39:57 Removing intermediate container 37423c08bf9f 00:39:57 ---> 3492609c8f57 00:39:57 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:39:57 ---> Running in df1084298b29 00:39:58 Removing intermediate container aa7f0dfab0e5 00:39:58 ---> e9934ef73d51 00:39:58 Step 13/23 : EXPOSE $APP_PORT 00:39:58 ---> Running in 674015bf2b71 00:39:58 Removing intermediate container 674015bf2b71 00:39:58 ---> d73d5a0ed884 00:39:58 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 00:39:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:59 ---> aa9f485d2980 00:39:59 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:39:59 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:39:59 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:39:59 OK: 12746 distinct packages available 00:40:00 (1/2) Installing ca-certificates (20191127-r4) 00:40:00 (2/2) Installing dumb-init (1.2.2-r1) 00:40:00 Executing busybox-1.31.1-r16.trigger 00:40:00 Executing ca-certificates-20191127-r4.trigger 00:40:00 OK: 6 MiB in 16 packages 00:40:04 ---> 377529218fa1 00:40:04 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 00:40:04 Removing intermediate container 6f0973e6fb75 00:40:04 ---> bf40cc57a44a 00:40:04 00:40:04 Step 10/22 : FROM alpine 00:40:04 ---> a24bb4013296 00:40:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:05 Removing intermediate container df1084298b29 00:40:05 ---> 7ab23a52510a 00:40:05 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:40:05 ---> Running in 04b1634be478 00:40:05 ---> Running in 79ebe0f69240 00:40:05 ---> d8f54af4f081 00:40:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:40:06 Removing intermediate container 04b1634be478 00:40:06 ---> 123213c888ba 00:40:06 Step 12/22 : ENV APP_PORT=48080 00:40:06 Removing intermediate container 79ebe0f69240 00:40:06 ---> b8732b00f5e3 00:40:06 Step 14/29 : WORKDIR $BASE_DIR 00:40:06 ---> Running in ded556e9423b 00:40:06 ---> Running in a2ebfa2bc6be 00:40:06 ---> d96ffc81b69a 00:40:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:40:06 Removing intermediate container ded556e9423b 00:40:06 ---> 4bb61cdcb951 00:40:06 Step 13/22 : EXPOSE $APP_PORT 00:40:06 ---> Running in 32f5be436f98 00:40:06 Removing intermediate container a2ebfa2bc6be 00:40:06 ---> 35804da66ff0 00:40:06 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:40:06 ---> Running in 15aba2f67e8a 00:40:06 Removing intermediate container 32f5be436f98 00:40:06 ---> 3d067cbea998 00:40:06 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:07 ---> Running in 190db19c1fea 00:40:07 ---> 10ec83abacb2 00:40:07 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:40:07 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 00:40:07 ---> 655105731c13 00:40:07 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:40:07 ---> Running in fe4697b3dd56 00:40:08 Removing intermediate container fe4697b3dd56 00:40:08 ---> 13b30f2042a9 00:40:08 Step 21/23 : LABEL arch=x86_64 00:40:08 ---> Running in 2c53c5259752 00:40:08 Removing intermediate container 15aba2f67e8a 00:40:08 ---> d2e0c7e3e109 00:40:08 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:40:09 Removing intermediate container 2c53c5259752 00:40:09 ---> eff43ce25366 00:40:09 Step 22/23 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:40:09 Removing intermediate container 190db19c1fea 00:40:09 ---> 307d379b061b 00:40:09 Step 15/22 : RUN apk --no-cache add zeromq 00:40:09 ---> 6cf6578be5d6 00:40:09 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:40:10 ---> Running in 296f23865c82 00:40:10 ---> Running in 7c7b1c347050 00:40:10 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 00:40:10 Removing intermediate container 7c7b1c347050 00:40:10 ---> 9c333ff03528 00:40:10 Step 23/23 : LABEL version=0.0.0 00:40:10 ---> 2011cefa2fff 00:40:10 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:40:10 ---> Running in c6007ba75fca 00:40:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:10 Removing intermediate container c6007ba75fca 00:40:10 ---> f9458ad65e89 00:40:10 00:40:10 ---> b8049d899a1a 00:40:10 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:40:10 Successfully built f9458ad65e89 00:40:10 Successfully tagged docker-support-notifications-go:latest 00:40:10  Building docker-support-notifications-go ... done  ---> c86f372bb0ea 00:40:10 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:40:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:11 ---> f21fc539c806 00:40:11 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:40:11 ---> Running in 38e9d7b5bfbf 00:40:11 (1/5) Installing libgcc (9.3.0-r2) 00:40:11 (2/5) Installing libsodium (1.0.18-r0) 00:40:11 (3/5) Installing libstdc++ (9.3.0-r2) 00:40:11 (4/5) Installing libzmq (4.3.2-r0) 00:40:12 (5/5) Installing zeromq (4.3.2-r0) 00:40:12 Executing busybox-1.31.1-r16.trigger 00:40:12 OK: 8 MiB in 19 packages 00:40:13 Removing intermediate container 296f23865c82 00:40:13 ---> 5571e4218e52 00:40:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:40:13 Removing intermediate container 38e9d7b5bfbf 00:40:13 ---> 0d1ab24bd408 00:40:13 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:40:14 Removing intermediate container 55f9b9782f55 00:40:14 ---> 7439367864d9 00:40:14 00:40:14 Step 10/26 : FROM alpine:3.10 00:40:14 ---> edbdbfa5c397 00:40:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:14 ---> af6a051d61d5 00:40:14 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:40:14 3.10: Pulling from library/alpine 00:40:14 ---> Running in 94b961f4f8c8 00:40:15 ---> f00c0ee4a331 00:40:15 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:40:15 Status: Downloaded newer image for alpine:3.10 00:40:15 ---> be4e4bea2c2e 00:40:15 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:40:15 ---> Running in 6612349b11e5 00:40:15 ---> 61e00e7ba5c9 00:40:15 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:40:15 ---> Running in 34dd86d877ae 00:40:15 Removing intermediate container 34dd86d877ae 00:40:15 ---> 18d16ef68508 00:40:15 Step 20/22 : LABEL arch=x86_64 00:40:15 ---> Running in ea90aede63af 00:40:16 Removing intermediate container 94b961f4f8c8 00:40:16 ---> b1ab83bb910f 00:40:16 Step 24/29 : RUN chmod 755 security-secrets-setup 00:40:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:40:16 ---> Running in 5024e40700c0 00:40:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:40:16 Removing intermediate container ea90aede63af 00:40:16 ---> 74c1334f1692 00:40:16 Step 21/22 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:40:16 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:40:16 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:40:16 OK: 10346 distinct packages available 00:40:16 ---> Running in 6347d60958ff 00:40:16 (1/5) Installing ca-certificates (20191127-r2) 00:40:16 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:40:16 (3/5) Installing libcurl (7.66.0-r0) 00:40:16 (4/5) Installing curl (7.66.0-r0) 00:40:16 (5/5) Installing dumb-init (1.2.2-r1) 00:40:16 Executing busybox-1.30.1-r3.trigger 00:40:16 Executing ca-certificates-20191127-r2.trigger 00:40:16 OK: 7 MiB in 19 packages 00:40:17 Removing intermediate container 6347d60958ff 00:40:17 ---> d44218b2d0cd 00:40:17 Step 22/22 : LABEL version=0.0.0 00:40:17 ---> Running in 22e5a1dfb599 00:40:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:19 Removing intermediate container 22e5a1dfb599 00:40:19 ---> f283e38ae575 00:40:19 00:40:19 Successfully built f283e38ae575 00:40:19 Successfully tagged docker-core-data-go:latest 00:40:19  Building docker-core-data-go ... done Removing intermediate container 6612349b11e5 00:40:19 ---> c7994ce6be42 00:40:19 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:19 ---> Running in 47f217fb2f17 00:40:20 Removing intermediate container 5024e40700c0 00:40:20 ---> 5ec74e781569 00:40:20 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:40:20 Removing intermediate container 47f217fb2f17 00:40:20 ---> 8193b4b3ee41 00:40:20 Step 13/26 : WORKDIR / 00:40:20 ---> Running in 5b4931962558 00:40:20 ---> Running in 7cfe89532c89 00:40:20 Removing intermediate container 5b4931962558 00:40:20 ---> 354d5f682a0e 00:40:20 Step 26/29 : CMD [ "generate" ] 00:40:20 Removing intermediate container 7cfe89532c89 00:40:20 ---> 822a0ecc466f 00:40:20 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:40:20 ---> Running in 2e8bca854499 00:40:20 Removing intermediate container 2e8bca854499 00:40:20 ---> 1a75a2278d0b 00:40:20 Step 27/29 : LABEL arch=x86_64 00:40:20 ---> 1aa72c63f340 00:40:20 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:40:20 ---> Running in 47f1e4d94dc5 00:40:20 Removing intermediate container 47f1e4d94dc5 00:40:20 ---> 99cc910a2dc2 00:40:20 Step 28/29 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:40:20 ---> 9a8871146e5f 00:40:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:21 ---> Running in 2f553bbf98e3 00:40:21 Removing intermediate container 2f553bbf98e3 00:40:21 ---> 39314a8ea9c2 00:40:21 Step 29/29 : LABEL version=0.0.0 00:40:21 ---> 72fc990541fd 00:40:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:40:21 ---> Running in f0e1b9c78be7 00:40:21 Removing intermediate container f0e1b9c78be7 00:40:21 ---> e7d3d114a1d7 00:40:21 00:40:21 ---> 2d6a4c3ff3d4 00:40:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:21 Successfully built e7d3d114a1d7 00:40:21 Successfully tagged docker-security-secrets-setup-go:latest 00:40:21  Building docker-security-secrets-setup-go ... done  ---> ee0fbf23f073 00:40:21 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:22 ---> be76faccbcbe 00:40:22 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:40:22 ---> 5c477618d143 00:40:22 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:23 ---> 60a6d356e6b6 00:40:23 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:40:23 ---> Running in 162bb37c42b1 00:40:24 Removing intermediate container 162bb37c42b1 00:40:24 ---> 6f6963518557 00:40:24 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:40:24 ---> Running in 099c46c83e8c 00:40:24 Removing intermediate container 099c46c83e8c 00:40:24 ---> b65d5db45c69 00:40:24 Step 24/26 : LABEL arch=x86_64 00:40:24 ---> Running in f2035311f1ab 00:40:24 Removing intermediate container f2035311f1ab 00:40:24 ---> 11f121672c09 00:40:24 Step 25/26 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:40:24 ---> Running in d92b050d1072 00:40:24 Removing intermediate container d92b050d1072 00:40:24 ---> 6645b9d8f98d 00:40:24 Step 26/26 : LABEL version=0.0.0 00:40:25 ---> Running in 93f307f06f58 00:40:25 Removing intermediate container 93f307f06f58 00:40:25 ---> a126094c5f5f 00:40:25 00:40:25 Successfully built a126094c5f5f 00:40:25 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:25  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 00:40:25 $ docker stop --time=1 5cc123ee94929e3a09391ff1456c8c06c732ff380ae000ada9665d72bf68b99b 00:40:27 $ docker rm -f 5cc123ee94929e3a09391ff1456c8c06c732ff380ae000ada9665d72bf68b99b [Pipeline] // withDockerContainer [Pipeline] sh 00:40:28 + docker images 00:40:28 + grep docker 00:40:28 docker-security-secretstore-setup-go latest a126094c5f5f 3 seconds ago 33.9MB 00:40:28 docker-security-secrets-setup-go latest e7d3d114a1d7 7 seconds ago 25.1MB 00:40:28 docker-core-data-go latest f283e38ae575 11 seconds ago 24.5MB 00:40:28 docker-support-notifications-go latest f9458ad65e89 18 seconds ago 14.5MB 00:40:28 docker-sys-mgmt-agent-go latest 2839d2b2b4ba 49 seconds ago 284MB 00:40:28 docker-support-scheduler-go latest dc961b67d0af About a minute ago 13.1MB 00:40:28 docker-core-metadata-go latest 04f68b74c4f0 2 minutes ago 14.4MB 00:40:28 docker-core-command-go latest 8cf0425421c7 2 minutes ago 13MB 00:40:28 docker-support-logging-go latest 0251a1efd0d3 2 minutes ago 11.8MB 00:40:28 docker-security-proxy-setup-go latest afda552f4e2c 2 minutes ago 16.4MB 00:40:28 docker latest 81f5749c9058 7 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] } 00:40:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s 00:40:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.093s coverage: 46.6% of statements 00:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.131s coverage: 27.2% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.361s coverage: 82.5% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.463s coverage: 92.9% of statements 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.293s coverage: 28.6% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 89.8% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 100.0% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.219s coverage: 63.5% of statements 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 92.3% of statements 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.272s coverage: 55.9% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.688s coverage: 86.3% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.161s coverage: 72.2% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.466s coverage: 72.1% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.052s coverage: 28.8% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.025s coverage: 96.8% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 33.7% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.272s coverage: 84.1% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.050s coverage: 42.9% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.042s coverage: 83.8% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.182s coverage: 46.1% of statements 00:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.046s coverage: 100.0% of statements 00:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 00:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.084s coverage: 100.0% of statements 00:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.195s coverage: 29.1% of statements 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements 00:41:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements 00:41:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements 00:41:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.018s coverage: 32.1% of statements 00:41:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 00:41:46 GO111MODULE=on go vet ./... 00:42:05 gofmt -l . 00:42:07 [ "`gofmt -l .`" = "" ] 00:42:09 ./bin/test-go-mod-tidy.sh 00:42:09 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:13 + ls -al . 00:42:13 total 596 00:42:13 drwxrwxr-x 10 1001 1001 4096 Aug 20 00:42 . 00:42:13 drwxr-xr-x 4 root root 4096 Aug 20 00:39 .. 00:42:13 -rw-rw-r-- 1 1001 1001 11 Aug 20 00:37 .dockerignore 00:42:13 drwxrwxr-x 8 1001 1001 4096 Aug 20 00:37 .git 00:42:13 drwxrwxr-x 3 1001 1001 4096 Aug 20 00:37 .github 00:42:13 -rw-rw-r-- 1 1001 1001 932 Aug 20 00:37 .gitignore 00:42:13 drwxrwxr-x 3 1001 1001 4096 Aug 20 00:38 .semver 00:42:13 -rw-rw-r-- 1 1001 1001 166 Aug 20 00:37 .sonarcloud.properties 00:42:13 -rw-rw-r-- 1 1001 1001 3804 Aug 20 00:37 CONTRIBUTING.md 00:42:13 -rw-rw-r-- 1 1001 1001 1035 Aug 20 00:37 Dockerfile.build 00:42:13 -rw-rw-r-- 1 1001 1001 865 Aug 20 00:37 Jenkinsfile 00:42:13 -rw-rw-r-- 1 1001 1001 10775 Aug 20 00:37 LICENSE 00:42:13 -rw-rw-r-- 1 1001 1001 6237 Aug 20 00:37 Makefile 00:42:13 -rw-rw-r-- 1 1001 1001 5652 Aug 20 00:37 README.md 00:42:13 -rw-rw-r-- 1 1001 1001 259 Aug 20 00:37 SECURITY.md 00:42:13 -rw-rw-r-- 1 1001 1001 5 Aug 20 00:32 VERSION 00:42:13 -rw-rw-r-- 1 1001 1001 4131 Aug 20 00:37 ZMQWindows.md 00:42:13 drwxrwxr-x 2 1001 1001 4096 Aug 20 00:37 bin 00:42:13 drwxrwxr-x 15 1001 1001 4096 Aug 20 00:37 cmd 00:42:13 -rw-r--r-- 1 root root 467869 Aug 20 00:41 coverage.out 00:42:13 -rw-r--r-- 1 root root 1075 Aug 20 00:42 go.mod 00:42:13 -rw-r--r-- 1 root root 19185 Aug 20 00:42 go.sum 00:42:13 drwxrwxr-x 8 1001 1001 4096 Aug 20 00:37 internal 00:42:13 drwxrwxr-x 4 1001 1001 4096 Aug 20 00:37 openapi 00:42:13 drwxrwxr-x 4 1001 1001 4096 Aug 20 00:37 snap 00:42:13 -rw-rw-r-- 1 1001 1001 168 Aug 20 00:37 version.go [Pipeline] sh 00:42:14 + '[' -e coverage.out ] 00:42:14 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:14 Warning: overwriting stash ‘coverage-report’ 00:42:15 Stashed 1 file(s) [Pipeline] sh 00:42:16 + make build 00:42:16 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 00:42:34 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 00:42:44 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 00:42:48 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 00:42:54 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 00:42:59 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 00:43:01 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 00:43:06 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 00:43:12 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 00:43:16 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 00:43:21 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 00:43:25 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 00:43:31 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] } 00:43:34 $ docker stop --time=1 5d6118e5bf76cc1cb1053366d6668f2b7e98c430a225e910d220625c646d654a 00:43:37 $ docker rm -f 5d6118e5bf76cc1cb1053366d6668f2b7e98c430a225e910d220625c646d654a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:38 00:43:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:39 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:39 29e5d40040c1: Pulling fs layer 00:43:39 1ce36da41761: Pulling fs layer 00:43:39 25b303627fd3: Pulling fs layer 00:43:39 29e5d40040c1: Verifying Checksum 00:43:39 29e5d40040c1: Download complete 00:43:39 29e5d40040c1: Pull complete 00:43:40 1ce36da41761: Verifying Checksum 00:43:40 1ce36da41761: Download complete 00:43:41 25b303627fd3: Verifying Checksum 00:43:41 25b303627fd3: Download complete 00:43:41 1ce36da41761: Pull complete 00:43:51 25b303627fd3: Pull complete 00:43:51 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:51 prd-ubuntu18.04-docker-arm64-4c-16g-547 does not seem to be running inside a container 00:43:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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 00:43:55 $ docker top 85bbf13600580a512e397d632fd56e86c08030168f0f2dcae507196c5c516a62 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:56 + docker-compose build --help 00:43:56 + grep parallel 00:44:00 --parallel Build images in parallel. [Pipeline] } 00:44:00 $ docker stop --time=1 85bbf13600580a512e397d632fd56e86c08030168f0f2dcae507196c5c516a62 00:44:02 $ docker rm -f 85bbf13600580a512e397d632fd56e86c08030168f0f2dcae507196c5c516a62 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:03 . [Pipeline] withDockerContainer 00:44:03 prd-ubuntu18.04-docker-arm64-4c-16g-547 does not seem to be running inside a container 00:44:03 $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:05 $ docker top 2b8577b2bd8ead2a8fc13903906a8ff7f6aee96cd663ddd2ad6e999569540ee7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:06 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:10 Building docker-core-command-go ... 00:44:10 Building docker-core-data-go ... 00:44:10 Building docker-core-metadata-go ... 00:44:10 Building docker-security-proxy-setup-go ... 00:44:10 Building docker-security-secrets-setup-go ... 00:44:10 Building docker-security-secretstore-setup-go ... 00:44:10 Building docker-support-logging-go ... 00:44:10 Building docker-support-notifications-go ... 00:44:10 Building docker-support-scheduler-go ... 00:44:10 Building docker-sys-mgmt-agent-go ... 00:44:10 Building docker-support-logging-go 00:44:10 Building docker-core-data-go 00:44:10 Building docker-support-scheduler-go 00:44:10 Building docker-support-notifications-go 00:44:10 Building docker-sys-mgmt-agent-go 00:46:02 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:46:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:02 ---> 76245bc8fc3e 00:46:02 Step 3/23 : WORKDIR /edgex-go 00:46:02 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:46:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:02 ---> 76245bc8fc3e 00:46:02 Step 3/21 : WORKDIR /edgex-go 00:46:02 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:46:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:02 ---> 76245bc8fc3e 00:46:02 Step 3/22 : WORKDIR /edgex-go 00:46:02 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:46:02 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:46:02 ---> 76245bc8fc3e 00:46:02 Step 3/20 : WORKDIR /edgex-go 00:46:02 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:46:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:02 ---> 76245bc8fc3e 00:46:02 Step 3/26 : WORKDIR /edgex-go 00:46:04 ---> Running in 29ec71eabe85 00:46:04 ---> Running in e928acc7d949 00:46:04 ---> Running in daa56cfb6dbc 00:46:04 ---> Running in 13935463a9a4 00:46:04 ---> Running in a027d85a85d2 00:46:05 Removing intermediate container 29ec71eabe85 00:46:05 ---> 4731171ff9ad 00:46:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:05 Removing intermediate container 13935463a9a4 00:46:05 ---> 81ebe23e1aad 00:46:05 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:05 Removing intermediate container a027d85a85d2 00:46:05 ---> c53d8779d75d 00:46:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:05 Removing intermediate container e928acc7d949 00:46:05 ---> b7d3965898db 00:46:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:05 Removing intermediate container daa56cfb6dbc 00:46:05 ---> c6a1ec61d846 00:46:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:05 ---> Running in ae92f957f6eb 00:46:05 ---> Running in 806289f39dfd 00:46:05 ---> Running in 3f407813dd10 00:46:05 ---> Running in 809eecdf3112 00:46:05 ---> Running in 84f327d37d0e 00:46:10 Removing intermediate container ae92f957f6eb 00:46:10 ---> ef2505811a90 00:46:10 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:46:10 ---> Running in a6a87e9e6ac6 00:46:10 Removing intermediate container 3f407813dd10 00:46:10 ---> 1101b87f8a68 00:46:10 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 00:46:10 ---> Running in c3f0d64f1f7d 00:46:10 Removing intermediate container 806289f39dfd 00:46:10 ---> a08c563bf5ec 00:46:10 Step 5/20 : RUN apk update && apk add make git 00:46:10 ---> Running in 96dd7f53ae04 00:46:11 Removing intermediate container 84f327d37d0e 00:46:11 ---> 2b657ecc82b6 00:46:11 Step 5/21 : RUN apk update && apk add make && apk add bash gitRemoving intermediate container 809eecdf3112 00:46:11 00:46:11 ---> 9facf4c9eb37 00:46:11 Step 5/26 : RUN apk update && apk add make bash git 00:46:11 ---> Running in c67a588cf78c 00:46:11 ---> Running in 0b43c9665b03 00:46:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:14 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:14 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:14 OK: 12617 distinct packages available 00:46:14 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:14 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:14 OK: 12617 distinct packages available 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:14 OK: 217 MiB in 51 packages 00:46:14 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:14 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:14 OK: 12617 distinct packages available 00:46:15 OK: 217 MiB in 51 packages 00:46:15 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:15 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:15 OK: 12617 distinct packages available 00:46:15 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:15 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:15 OK: 12617 distinct packages available 00:46:15 OK: 217 MiB in 51 packages 00:46:16 OK: 217 MiB in 51 packages 00:46:16 OK: 217 MiB in 51 packages 00:46:16 Removing intermediate container a6a87e9e6ac6 00:46:16 ---> df556b93a6e3 00:46:16 Step 6/22 : COPY go.mod . 00:46:17 Removing intermediate container c3f0d64f1f7d 00:46:17 ---> dff94bc6c9f1 00:46:17 Step 6/23 : COPY go.mod . 00:46:17 OK: 217 MiB in 51 packages 00:46:17 Removing intermediate container 96dd7f53ae04 00:46:17 ---> a1da12ff5bb3 00:46:17 Step 6/20 : COPY go.mod . 00:46:17 ---> 99ff43b7eb52 00:46:17 Step 7/22 : RUN go mod download 00:46:18 ---> Running in b084e1303cf5 00:46:18 Removing intermediate container c67a588cf78c 00:46:18 ---> 8b82687ffb60 00:46:18 Step 6/26 : COPY go.mod . 00:46:18 ---> b629ffd5e35e 00:46:18 Step 7/23 : RUN go mod download 00:46:18 ---> Running in bd2664cbb99f 00:46:18 ---> 8df71ba16e17 00:46:18 Step 7/20 : RUN go mod download 00:46:18 Removing intermediate container 0b43c9665b03 00:46:18 ---> 37a50fcfbdf2 00:46:18 Step 6/21 : COPY go.mod . 00:46:19 ---> Running in 9dc572f30ac3 00:46:19 ---> 1542aceec53b 00:46:19 Step 7/26 : RUN go mod download 00:46:19 ---> Running in 3e977353bc78 00:46:20 ---> 364ba486a1df 00:46:20 Step 7/21 : RUN go mod download 00:46:20 ---> Running in b6cda5171ca2 00:46:22 Removing intermediate container b084e1303cf5 00:46:22 ---> 70f29cce1dfc 00:46:22 Step 8/22 : COPY . . 00:46:23 Removing intermediate container bd2664cbb99f 00:46:23 ---> cec32b1bb3b7 00:46:23 Step 8/23 : COPY . . 00:46:24 Removing intermediate container 9dc572f30ac3 00:46:24 ---> 68fe0b8cade7 00:46:24 Step 8/20 : COPY . . 00:46:24 Removing intermediate container 3e977353bc78 00:46:24 ---> 8dbfed4f8411 00:46:24 Step 8/26 : COPY . . 00:46:25 Removing intermediate container b6cda5171ca2 00:46:25 ---> 149c9a470166 00:46:25 Step 8/21 : COPY . . 00:46:57 ---> 4dbf7ca4befc 00:46:57 Step 9/23 : RUN make cmd/support-notifications/support-notifications 00:46:57 ---> e9f7e0d1916a 00:46:57 Step 9/22 : RUN make cmd/core-data/core-data 00:46:57 ---> fa27ab5e1f8f 00:46:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:57 ---> 12c0648b9f2d 00:46:57 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 00:46:57 ---> 6758f548fc87 00:46:57 Step 9/21 : RUN make cmd/support-logging/support-logging 00:46:57 ---> Running in c4842a8ff2fd 00:46:57 ---> Running in 86b96f57a99d 00:46:57 ---> Running in 90b3ffff4484 00:46:57 ---> Running in 515a71a38537 00:46:57 ---> Running in b09d48bf4bd8 00:46:57 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 00:46:57 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 00:46:57 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 00:46:58 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 00:46:58 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 00:48:35 Removing intermediate container b09d48bf4bd8 00:48:35 ---> d2fc8a3627a4 00:48:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:35 ---> Running in 8f7894eb56f9 00:48:36 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 00:48:37 Removing intermediate container 515a71a38537 00:48:37 ---> a70db4e62942 00:48:37 00:48:37 Step 10/21 : FROM scratch 00:48:37 ---> 00:48:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:48:37 ---> Running in 072f34ca6d09 00:48:38 Removing intermediate container 072f34ca6d09 00:48:38 ---> 0ae26ed214e5 00:48:38 Step 12/21 : ENV APP_PORT=48061 00:48:38 ---> Running in fbb2e489604c 00:48:39 Removing intermediate container fbb2e489604c 00:48:39 ---> 45f3989b9daa 00:48:39 Step 13/21 : EXPOSE $APP_PORT 00:48:39 ---> Running in 969a0db59c11 00:48:39 Removing intermediate container 969a0db59c11 00:48:39 ---> a8fab209a467 00:48:39 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 00:48:41 ---> 51da1e00cb17 00:48:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:48:42 Removing intermediate container 8f7894eb56f9 00:48:42 ---> 9683012fdea2 00:48:42 00:48:42 Step 11/26 : FROM docker:latest 00:48:42 ---> ce9d55ae87f1 00:48:42 Step 12/26 : RUN apk add --no-cache bash 00:48:42 ---> Running in bd346734a67d 00:48:42 ---> 47ad4646c66d 00:48:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:48:45 ---> caff54440219 00:48:45 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:48:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:46 (1/2) Installing readline (8.0.4-r0) 00:48:46 ---> 8af0814cb895 00:48:46 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:48:46 (2/2) Installing bash (5.0.17-r0) 00:48:46 Executing bash-5.0.17-r0.post-install 00:48:46 Executing busybox-1.31.1-r16.trigger 00:48:46 OK: 12 MiB in 22 packages 00:48:46 ---> Running in b9393a4be530 00:48:47 Removing intermediate container b9393a4be530 00:48:47 ---> 179d32c78038 00:48:47 Step 19/21 : LABEL arch=arm64 00:48:47 ---> Running in 6c366658a719 00:48:48 Removing intermediate container 6c366658a719 00:48:48 ---> b3a940e16e7a 00:48:48 Step 20/21 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:48:48 Removing intermediate container bd346734a67d 00:48:48 ---> 95810749ea43 00:48:48 Step 13/26 : RUN rm -rf /var/cache/apk/* 00:48:49 ---> Running in cde260df804a 00:48:49 ---> Running in 28e114dbe845 00:48:50 Removing intermediate container 28e114dbe845 00:48:50 ---> bf31b5fdd0c4 00:48:50 Step 21/21 : LABEL version=0.0.0 00:48:51 ---> Running in d0b5db22241a 00:48:53 Removing intermediate container d0b5db22241a 00:48:53 ---> faeb8822eb92 00:48:53 00:48:55 Successfully built faeb8822eb92 00:48:55 Successfully tagged docker-support-logging-go-arm64:latest 00:48:55  Building docker-support-logging-go ... done Building docker-core-metadata-go 00:48:56 Removing intermediate container cde260df804a 00:48:56 ---> 7b8c6345dcda 00:48:56 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:56 ---> Running in c07fa556b67f 00:48:57 Removing intermediate container 86b96f57a99d 00:48:57 ---> 5715aa9b9f64 00:48:57 00:48:57 Step 10/23 : FROM scratchRemoving intermediate container 90b3ffff4484 00:48:57 ---> 83eaf6788ab1 00:48:57 00:48:57 Step 10/20 : FROM scratch 00:48:57 ---> 00:48:57 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:57 00:48:57 ---> 00:48:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:48:57 ---> Using cache 00:48:57 ---> 0ae26ed214e5 00:48:57 Step 12/23 : ENV APP_PORT=48060 00:48:58 ---> Running in 5d2af44d5462 00:48:58 ---> Running in 577b5f5f03eb 00:48:58 Removing intermediate container c07fa556b67f 00:48:58 ---> 6b21544ccb0d 00:48:58 Step 15/26 : ENV APP_PORT=48090 00:48:59 Removing intermediate container 5d2af44d5462 00:48:59 ---> ae61461f9bad 00:48:59 Step 12/20 : ENV APP_PORT=48085 00:48:59 Removing intermediate container 577b5f5f03eb 00:48:59 ---> ad4c9851d31b 00:48:59 Step 13/23 : EXPOSE $APP_PORT 00:48:59 ---> Running in 14cafca5c086 00:48:59 ---> Running in 6e63fb761aa8 00:48:59 ---> Running in c1deea87708d 00:49:00 Removing intermediate container 14cafca5c086 00:49:00 ---> f48696da2711 00:49:00 Step 16/26 : EXPOSE $APP_PORT 00:49:01 Removing intermediate container 6e63fb761aa8 00:49:01 ---> 89c9ed5097b2 00:49:01 Step 13/20 : EXPOSE $APP_PORT 00:49:01 Removing intermediate container c1deea87708d 00:49:01 ---> 48decd9425bc 00:49:01 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 00:49:01 ---> Running in 954843631d0f 00:49:01 ---> Running in c8f97cbbd267 00:49:02 Removing intermediate container 954843631d0f 00:49:02 ---> 82fbf352d9a4 00:49:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:02 ---> 61c0204e11cb 00:49:02 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:49:02 Removing intermediate container c8f97cbbd267 00:49:02 ---> 5c0482a88200 00:49:02 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:49:04 ---> 2ce5361cd188 00:49:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:04 ---> 970a18d985e5 00:49:04 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:05 ---> 252ab0b31fa6 00:49:05 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 00:49:06 ---> 0e5b0cd5b9d2 00:49:06 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:07 ---> 2553c83bf45b 00:49:07 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:08 ---> 6f24a56f1a96 00:49:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / ---> 047c911a4686 00:49:08 Step 20/26 : RUN apk --no-cache add py-pip 00:49:08 00:49:08 ---> Running in c6f460c37995 00:49:09 ---> ddb9e02f52c6 00:49:09 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:49:10 ---> Running in aaf0b8cb3ecd 00:49:10 ---> dcb7277c3ef8 00:49:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:11 Removing intermediate container aaf0b8cb3ecd 00:49:11 ---> b3a4f1c4dda4 00:49:11 Step 18/20 : LABEL arch=arm64 00:49:11 ---> Running in a460450f3a25 00:49:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:12 ---> 696877f43556 00:49:12 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:12 (1/33) Installing libbz2 (1.0.8-r1) 00:49:12 (2/33) Installing expat (2.2.9-r1) 00:49:12 (3/33) Installing libffi (3.3-r2) 00:49:13 (4/33) Installing gdbm (1.13-r1) 00:49:13 Removing intermediate container a460450f3a25 00:49:13 ---> 36c2e5c2a045 00:49:13 Step 19/20 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:49:13 (5/33) Installing xz-libs (5.2.5-r0) 00:49:13 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:13 (7/33) Installing python3 (3.8.5-r0) 00:49:14 ---> Running in f3832c3bb1df 00:49:14 ---> 4ede9aed70e9 00:49:14 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:49:15 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:15 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:15 (11/33) Installing py3-six (1.15.0-r0) 00:49:15 (12/33) Installing py3-packaging (20.4-r0) 00:49:15 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:15 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:15 (15/33) Installing py3-idna (2.9-r0) 00:49:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:15 (18/33) Installing py3-requests (2.23.0-r0) 00:49:15 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:15 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:15 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:15 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:15 (24/33) Installing py3-distro (1.5.0-r1) 00:49:15 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:15 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:15 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:15 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:15 (29/33) Installing py3-progress (1.5-r0) 00:49:15 (30/33) Installing py3-toml (0.10.1-r0) 00:49:15 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:15 (33/33) Installing py3-pip (20.1.1-r0) 00:49:15 Executing busybox-1.31.1-r16.trigger 00:49:15 OK: 71 MiB in 55 packages 00:49:16 ---> Running in de69d306b6b0 00:49:16 Removing intermediate container f3832c3bb1df 00:49:16 ---> acb3ac22917d 00:49:16 Step 20/20 : LABEL version=0.0.0 00:49:16 ---> Running in ddeb43567c16 00:49:17 Removing intermediate container de69d306b6b0 00:49:17 ---> 6e0e845344e8 00:49:17 Step 21/23 : LABEL arch=arm64 00:49:18 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:49:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:18 ---> 76245bc8fc3e 00:49:18 Step 3/21 : WORKDIR /edgex-go 00:49:18 ---> Using cache 00:49:18 ---> b7d3965898db 00:49:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:18 ---> Using cache 00:49:18 ---> 9facf4c9eb37 00:49:18 Step 5/21 : RUN apk update && apk add make git 00:49:18 ---> Running in aeb95d1af5da 00:49:18 ---> Running in 9b25545d3877 00:49:18 Removing intermediate container ddeb43567c16 00:49:18 ---> 1cea267495a3 00:49:18 00:49:18 Removing intermediate container c4842a8ff2fd 00:49:18 ---> 04cc04965f88 00:49:18 00:49:18 Step 10/22 : FROM alpine 00:49:18 Removing intermediate container aeb95d1af5da 00:49:18 ---> 0b818004d915 00:49:18 Step 22/23 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:49:18 Successfully built 1cea267495a3 00:49:18 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:18 Building docker-security-secretstore-setup-go 00:49:18  Building docker-support-scheduler-go ... done  ---> Running in 5141b92b966b 00:49:19 latest: Pulling from library/alpine 00:49:19 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:49:19 Status: Downloaded newer image for alpine:latest 00:49:19 ---> 62ee0e9f8440 00:49:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:19 Removing intermediate container 5141b92b966b 00:49:19 ---> 973c82eeee0e 00:49:19 Step 23/23 : LABEL version=0.0.0 00:49:20 ---> Running in b344467f578e 00:49:20 ---> Running in 7ddbd94c5f4a 00:49:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:21 Removing intermediate container b344467f578e 00:49:21 ---> ae2b3c3a13b8 00:49:21 Step 12/22 : ENV APP_PORT=48080 00:49:21 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:21 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:21 OK: 12617 distinct packages available 00:49:22 Removing intermediate container 7ddbd94c5f4a 00:49:22 ---> 5af4fd38b9af 00:49:22 00:49:22 OK: 217 MiB in 51 packages 00:49:22 ---> Running in 1e26a987228a 00:49:23 Successfully built 5af4fd38b9af 00:49:23 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:23  Building docker-support-notifications-go ... done Building docker-core-command-go 00:49:24 Removing intermediate container 1e26a987228a 00:49:24 ---> a6f4e0abd162 00:49:24 Step 13/22 : EXPOSE $APP_PORT 00:49:24 ---> Running in 6cb5c5f0054b 00:49:24 Removing intermediate container 9b25545d3877 00:49:24 ---> 91f9fc03b2b1 00:49:24 Step 6/21 : COPY go.mod . 00:49:25 Removing intermediate container c6f460c37995 00:49:25 ---> bd453143e856 00:49:25 Step 21/26 : RUN pip install docker-compose==1.23.2 00:49:25 Removing intermediate container 6cb5c5f0054b 00:49:25 ---> 41748ff77894 00:49:25 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:26 ---> a34a55b1a610 00:49:26 Step 7/21 : RUN go mod download 00:49:26 ---> Running in 3dd240967897 00:49:26 ---> Running in 516cd74b1643 00:49:26 ---> Running in df68ccccd658 00:49:33 Removing intermediate container 516cd74b1643 00:49:33 ---> 3f395a9efe14 00:49:33 Step 15/22 : RUN apk --no-cache add zeromq 00:49:33 Removing intermediate container df68ccccd658 00:49:33 ---> bbe93bd6dc71 00:49:33 Step 8/21 : COPY . . 00:49:33 ---> Running in f867e003d27d 00:49:33 Collecting docker-compose==1.23.2 00:49:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:36 (1/5) Installing libgcc (9.3.0-r2) 00:49:36 (2/5) Installing libsodium (1.0.18-r0) 00:49:36 Collecting websocket-client<1.0,>=0.32.0 00:49:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:36 (3/5) Installing libstdc++ (9.3.0-r2) 00:49:37 (4/5) Installing libzmq (4.3.2-r0) 00:49:37 (5/5) Installing zeromq (4.3.2-r0) 00:49:37 Executing busybox-1.31.1-r16.trigger 00:49:37 OK: 8 MiB in 19 packages 00:49:37 Collecting cached-property<2,>=1.2.0 00:49:37 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:49:37 Collecting texttable<0.10,>=0.9.0 00:49:37 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:42 Collecting PyYAML<4,>=3.10 00:49:42 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:43 Removing intermediate container f867e003d27d 00:49:43 ---> a00f6e5675e7 00:49:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:49:45 ---> b64167fa7506 00:49:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:45 Collecting dockerpty<0.5,>=0.4.1 00:49:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:49 Collecting jsonschema<3,>=2.5.1 00:49:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:49 ---> bd6fe019d86f 00:49:49 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:49 Collecting docker<4.0,>=3.6.0 00:49:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:50 ---> 30d1a46e1837 00:49:50 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:49:50 Collecting docopt<0.7,>=0.6.1 00:49:50 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:50 ---> Running in 8b3d164be6e5 00:49:51 Removing intermediate container 8b3d164be6e5 00:49:51 ---> 0570dfd5e2bd 00:49:51 Step 20/22 : LABEL arch=arm64 00:49:51 ---> Running in 618801e3241d 00:49:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:49:52 Removing intermediate container 618801e3241d 00:49:52 ---> f198a17118cf 00:49:52 Step 21/22 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:49:53 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:49:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:49:53 ---> 76245bc8fc3e 00:49:53 Step 3/26 : WORKDIR /edgex-go 00:49:53 ---> Using cache 00:49:53 ---> b7d3965898db 00:49:53 Collecting idna<2.8,>=2.5 00:49:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:53 ---> Using cache 00:49:53 ---> 9facf4c9eb37 00:49:53 Step 5/26 : RUN apk update && apk add make git 00:49:53 ---> Using cache 00:49:53 ---> 91f9fc03b2b1 00:49:53 Step 6/26 : COPY go.mod . 00:49:53 ---> Using cache 00:49:53 ---> a34a55b1a610 00:49:53 Step 7/26 : RUN go mod download 00:49:53 ---> Using cache 00:49:53 ---> bbe93bd6dc71 00:49:53 Step 8/26 : COPY . . 00:49:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:53 ---> Running in 06dc52c33a4f 00:49:53 Collecting urllib3<1.25,>=1.21.1 00:49:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:54 Removing intermediate container 06dc52c33a4f 00:49:54 ---> 910a3e1a1a82 00:49:54 Step 22/22 : LABEL version=0.0.0 00:49:54 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) 00:49:54 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) 00:49:54 Collecting docker-pycreds>=0.4.0 00:49:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:55 ---> Running in b61ccfa5d56a 00:49:56 Installing collected packages: idna, urllib3, requests, websocket-client, cached-property, texttable, PyYAML, dockerpty, jsonschema, docker-pycreds, docker, docopt, docker-compose 00:49:56 Attempting uninstall: idna 00:49:56 Found existing installation: idna 2.9 00:49:56 Uninstalling idna-2.9: 00:49:56 Successfully uninstalled idna-2.9 00:49:56 Removing intermediate container b61ccfa5d56a 00:49:56 ---> 189dafb1068d 00:49:56 00:49:57 Attempting uninstall: urllib3 00:49:57 Found existing installation: urllib3 1.25.9 00:49:57 Uninstalling urllib3-1.25.9: 00:49:57 Successfully uninstalled urllib3-1.25.9 00:49:57 Successfully built 189dafb1068d 00:49:57 Successfully tagged docker-core-data-go-arm64:latest 00:49:57  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 00:49:58 Attempting uninstall: requests 00:49:58 Found existing installation: requests 2.23.0 00:49:58 Uninstalling requests-2.23.0: 00:49:58 Successfully uninstalled requests-2.23.0 00:49:59 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:49:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:59 ---> 76245bc8fc3e 00:49:59 Step 3/21 : WORKDIR /edgex-go 00:49:59 ---> Using cache 00:49:59 ---> b7d3965898db 00:49:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:59 ---> Using cache 00:49:59 ---> 9facf4c9eb37 00:49:59 Step 5/21 : RUN apk update && apk add make git 00:49:59 ---> Using cache 00:49:59 ---> 91f9fc03b2b1 00:49:59 Step 6/21 : COPY go.mod . 00:49:59 ---> Using cache 00:49:59 ---> a34a55b1a610 00:49:59 Step 7/21 : RUN go mod download 00:49:59 ---> Using cache 00:49:59 ---> bbe93bd6dc71 00:49:59 Step 8/21 : COPY . . 00:49:59 Running setup.py install for texttable: started 00:50:01 Running setup.py install for texttable: finished with status 'done' 00:50:01 Running setup.py install for PyYAML: started 00:50:04 Running setup.py install for PyYAML: finished with status 'done' 00:50:04 Running setup.py install for dockerpty: started 00:50:04 ---> 89a02f13c7cc 00:50:04 Step 9/21 : RUN make cmd/core-metadata/core-metadata 00:50:06 Running setup.py install for dockerpty: finished with status 'done' 00:50:06 ---> Running in a01afb8e4c6c 00:50:08 Running setup.py install for docopt: started 00:50:09 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 00:50:10 Running setup.py install for docopt: finished with status 'done' 00:50:12 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 00:50:22 Removing intermediate container 3dd240967897 00:50:22 ---> 994beeb72ae9 00:50:22 Step 22/26 : RUN apk --no-cache add curl 00:50:22 ---> Running in 0d60e6126263 00:50:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:25 (2/3) Installing libcurl (7.69.1-r0) 00:50:25 (3/3) Installing curl (7.69.1-r0) 00:50:25 Executing busybox-1.31.1-r16.trigger 00:50:26 OK: 71 MiB in 58 packages 00:50:28 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:50:28 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:50:28 ---> 76245bc8fc3e 00:50:28 Step 3/29 : WORKDIR /edgex-go 00:50:28 ---> Using cache 00:50:28 ---> b7d3965898db 00:50:28 Step 4/29 : RUN apk update && apk add make git 00:50:28 ---> Running in 2b77d5d387c7 00:50:30 Removing intermediate container 0d60e6126263 00:50:30 ---> a0d46be4d69c 00:50:30 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:50:30 ---> Running in 8889a94d8398 00:50:30 ---> a41b5b994fba 00:50:30 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 00:50:30 ---> Running in dfa1c07a3d8f 00:50:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:31 Removing intermediate container 8889a94d8398 00:50:31 ---> 348a50d89967 00:50:31 Step 24/26 : LABEL arch=arm64 00:50:32 ---> Running in ea1358cf4dcf 00:50:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:33 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:33 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:33 OK: 12617 distinct packages available 00:50:33 Removing intermediate container ea1358cf4dcf 00:50:33 ---> d35e2e677510 00:50:33 Step 25/26 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:50:33 ---> Running in 7ebc8b1aff40 00:50:33 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 00:50:34 OK: 217 MiB in 51 packages 00:50:34 Removing intermediate container 7ebc8b1aff40 00:50:34 ---> 8d34e5a1851a 00:50:34 Step 26/26 : LABEL version=0.0.0 00:50:34 ---> Running in 8ea8d0f94512 00:50:35 ---> 7c831b26599f 00:50:35 Step 9/21 : RUN make cmd/core-command/core-command 00:50:35 Removing intermediate container 8ea8d0f94512 00:50:35 ---> 11640954d7cd 00:50:35 00:50:35 ---> Running in 96b676de9685 00:50:36 Removing intermediate container 2b77d5d387c7 00:50:36 ---> 9659333661b6 00:50:36 Step 5/29 : COPY go.mod . 00:50:37 Successfully built 11640954d7cd 00:50:37 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:37 Building docker-security-proxy-setup-go 00:50:37  Building docker-sys-mgmt-agent-go ... done  ---> d8ecebfcfb02 00:50:37 Step 6/29 : RUN go mod download 00:50:37 ---> Running in d4b4ab1f0610 00:50:38 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 00:50:45 Removing intermediate container d4b4ab1f0610 00:50:45 ---> 8ce1ddc9b366 00:50:45 Step 7/29 : COPY . . 00:51:12 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:51:12 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:51:12 ---> 76245bc8fc3e 00:51:12 Step 3/20 : WORKDIR /edgex-go 00:51:12 ---> Using cache 00:51:12 ---> b7d3965898db 00:51:12 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:12 ---> Using cache 00:51:12 ---> 9facf4c9eb37 00:51:12 Step 5/20 : RUN apk update && apk add make git 00:51:12 ---> Using cache 00:51:12 ---> 91f9fc03b2b1 00:51:12 Step 6/20 : COPY go.mod . 00:51:12 ---> Using cache 00:51:12 ---> a34a55b1a610 00:51:12 Step 7/20 : RUN go mod download 00:51:12 ---> Using cache 00:51:12 ---> bbe93bd6dc71 00:51:12 Step 8/20 : COPY . . 00:51:12 ---> Using cache 00:51:12 ---> 7c831b26599f 00:51:12 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:51:15 ---> Running in d7ee1f0cbdaa 00:51:15 ---> 589157437c79 00:51:15 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:51:15 ---> Running in 8fd69d9a978b 00:51:17 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 00:51:18 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 00:51:50 Removing intermediate container a01afb8e4c6c 00:51:50 ---> dee47e26ea3a 00:51:50 00:51:50 Step 10/21 : FROM scratch 00:51:50 ---> 00:51:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:50 ---> Using cache 00:51:50 ---> ae61461f9bad 00:51:50 Step 12/21 : ENV APP_PORT=48081 00:51:50 ---> Running in 2f6b18781fa1 00:51:50 Removing intermediate container 2f6b18781fa1 00:51:50 ---> f3ee47e39231 00:51:50 Step 13/21 : EXPOSE $APP_PORT 00:51:50 ---> Running in 6881d016db9c 00:51:50 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 00:51:50 Removing intermediate container 6881d016db9c 00:51:50 ---> 05eef76bed4e 00:51:50 Step 14/21 : WORKDIR / 00:51:50 ---> Running in ff58de573590 00:51:51 Removing intermediate container ff58de573590 00:51:51 ---> 9834301cd0f9 00:51:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:51:52 ---> 5a9bf1f158b0 00:51:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:54 ---> 4b96a6380233 00:51:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:55 ---> 084a3c5630ec 00:51:55 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:51:55 ---> Running in 7395440e5ac3 00:51:56 Removing intermediate container 7395440e5ac3 00:51:56 ---> d3cea2cc6cd3 00:51:56 Step 19/21 : LABEL arch=arm64 00:51:56 ---> Running in a7ac7ab3ec74 00:51:57 Removing intermediate container a7ac7ab3ec74 00:51:57 ---> cc1d1fe9fe0a 00:51:57 Step 20/21 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:51:57 ---> Running in 473977472bac 00:51:57 Removing intermediate container 473977472bac 00:51:57 ---> 6610256ccbff 00:51:57 Step 21/21 : LABEL version=0.0.0 00:51:58 ---> Running in ab232720b6a5 00:51:58 Removing intermediate container ab232720b6a5 00:51:58 ---> 7ef4fc0f3a5c 00:51:58 00:51:59 Successfully built 7ef4fc0f3a5c 00:51:59 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:04  Building docker-core-metadata-go ... done 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 00:52:17 Removing intermediate container dfa1c07a3d8f 00:52:17 ---> 253dd45675a1 00:52:17 00:52:17 Step 10/26 : FROM alpine:3.10 00:52:17 3.10: Pulling from library/alpine 00:52:19 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:52:19 Status: Downloaded newer image for alpine:3.10 00:52:19 ---> 536a684cf733 00:52:19 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:52:19 ---> Running in 0237f6d3e5d0 00:52:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:52:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:52:22 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:52:22 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:52:22 OK: 10167 distinct packages available 00:52:22 (1/5) Installing ca-certificates (20191127-r2) 00:52:22 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:52:22 (3/5) Installing libcurl (7.66.0-r0) 00:52:22 (4/5) Installing curl (7.66.0-r0) 00:52:22 (5/5) Installing dumb-init (1.2.2-r1) 00:52:22 Executing busybox-1.30.1-r3.trigger 00:52:22 Executing ca-certificates-20191127-r2.trigger 00:52:23 OK: 7 MiB in 19 packages 00:52:25 Removing intermediate container 96b676de9685 00:52:25 ---> 319729a413c1 00:52:25 00:52:25 Step 10/21 : FROM scratch 00:52:25 ---> 00:52:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:25 ---> Using cache 00:52:25 ---> ae61461f9bad 00:52:25 Step 12/21 : ENV APP_PORT=48082 00:52:25 ---> Running in 618d7e872b10 00:52:26 Removing intermediate container 0237f6d3e5d0 00:52:26 ---> f2ce0a19954a 00:52:26 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:26 ---> Running in ea929f8ec298 00:52:26 Removing intermediate container 618d7e872b10 00:52:26 ---> cbbda58dd28b 00:52:26 Step 13/21 : EXPOSE $APP_PORT 00:52:26 ---> Running in 61c6eb42037a 00:52:26 Removing intermediate container ea929f8ec298 00:52:26 ---> 0f6eed6354e9 00:52:26 Step 13/26 : WORKDIR / 00:52:27 Removing intermediate container 61c6eb42037a 00:52:27 ---> 159a96f5a7e0 00:52:27 Step 14/21 : WORKDIR / 00:52:27 ---> Running in 65c3abd4379c 00:52:27 ---> Running in 73b9fa07a196 00:52:28 Removing intermediate container 73b9fa07a196 00:52:28 Removing intermediate container 65c3abd4379c 00:52:28 ---> f73af3504eef 00:52:28 ---> bbf41547cbfc 00:52:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt /Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:52:28 00:52:29 Removing intermediate container d7ee1f0cbdaa 00:52:29 ---> 5ece88f52fa8 00:52:29 00:52:29 Step 10/20 : FROM alpine 00:52:29 ---> 62ee0e9f8440 00:52:29 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:52:29 Removing intermediate container 8fd69d9a978b 00:52:29 ---> 2fa9e6bbb5bc 00:52:29 00:52:29 Step 9/29 : FROM alpine:latest 00:52:29 ---> 62ee0e9f8440 00:52:29 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:52:29 ---> Running in c644cf893499 00:52:29 ---> Running in 6f18c95b5086 00:52:29 ---> e7d8591d0286 00:52:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:52:29 ---> b503df667d0a 00:52:29 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:52:29 Removing intermediate container 6f18c95b5086 00:52:29 ---> 114b404a20a4 00:52:29 Step 11/29 : USER root 00:52:30 ---> Running in 509d20d3e518 00:52:31 Removing intermediate container 509d20d3e518 00:52:31 ---> 7bceac9928e9 00:52:31 ---> 65a20f52e43f 00:52:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:52:31 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:52:31 ---> a66b3ab65858 00:52:31 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:31 ---> Running in b1c9b9dfa194 00:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:32 ---> 066d2c67c952 00:52:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:52:32 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:52:32 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:52:32 OK: 12617 distinct packages available 00:52:32 ---> b22f40bda411 00:52:32 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:52:32 ---> Running in 3e582f535257 00:52:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:33 ---> 075f9c4cc7fe 00:52:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:52:33 (1/4) Installing ca-certificates (20191127-r4) 00:52:33 Removing intermediate container 3e582f535257 00:52:33 ---> 2648aabd6876 00:52:33 Step 19/21 : LABEL arch=arm64 00:52:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:33 (3/4) Installing libcurl (7.69.1-r0) 00:52:33 (4/4) Installing curl (7.69.1-r0) 00:52:33 Executing busybox-1.31.1-r16.trigger 00:52:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:33 Executing ca-certificates-20191127-r4.trigger 00:52:33 ---> Running in f84a3526bac1 00:52:33 OK: 7 MiB in 18 packages 00:52:34 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:52:34 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:52:34 OK: 12617 distinct packages available 00:52:34 Removing intermediate container f84a3526bac1 00:52:34 ---> db0bbf8afbb3 00:52:34 Step 20/21 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:52:34 ---> Running in 41f1642596a8 00:52:34 ---> 6e8b52e68340 00:52:34 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:52:35 (1/2) Installing ca-certificates (20191127-r4) 00:52:35 (2/2) Installing dumb-init (1.2.2-r1) 00:52:35 Executing busybox-1.31.1-r16.trigger 00:52:35 Executing ca-certificates-20191127-r4.trigger 00:52:35 OK: 6 MiB in 16 packages 00:52:35 Removing intermediate container 41f1642596a8 00:52:35 ---> e21827626a27 00:52:35 Step 21/21 : LABEL version=0.0.0 00:52:35 ---> Running in f490ca2f96b2 00:52:35 Removing intermediate container c644cf893499 00:52:35 ---> 875d8eab3a54 00:52:35 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:36 ---> Running in 610073fbc35b 00:52:36 ---> 2b63f55d5093 00:52:36 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:52:36 Removing intermediate container f490ca2f96b2 00:52:36 ---> bdb119e13572 00:52:36 00:52:36 Removing intermediate container 610073fbc35b 00:52:36 ---> 3876ef773e88 00:52:36 Step 13/20 : WORKDIR /edgex 00:52:36 Successfully built bdb119e13572 00:52:36 ---> Running in 7eacfeef7087 00:52:36 Successfully tagged docker-core-command-go-arm64:latest 00:52:36  Building docker-core-command-go ... done Removing intermediate container b1c9b9dfa194 00:52:36 ---> a5f9d6372903 00:52:36 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:52:37 ---> Running in 8a768670bb12 00:52:37 ---> 233a4df8f3b2 00:52:37 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:52:37 Removing intermediate container 7eacfeef7087 00:52:37 ---> 6e45e3d20d68 00:52:37 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:37 Removing intermediate container 8a768670bb12 00:52:37 ---> e9351f8a25e2 00:52:37 Step 14/29 : WORKDIR $BASE_DIR 00:52:38 ---> Running in 8915929a1e8b 00:52:38 ---> 6e7f0fe0082a 00:52:38 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:52:38 ---> 3e4d31e6b618 00:52:38 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:38 ---> Running in 2233fcb20748 00:52:38 Removing intermediate container 8915929a1e8b 00:52:38 ---> edf499551fed 00:52:38 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:52:38 ---> Running in 69f02c1b7e13 00:52:39 ---> 273cd7b854ce 00:52:39 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:39 ---> Running in d67074f003b7 00:52:40 Removing intermediate container d67074f003b7 00:52:40 ---> 122d1a2a724a 00:52:40 Step 17/20 : CMD ["--init=true"] 00:52:40 ---> Running in fcac37a0cd12 00:52:41 Removing intermediate container fcac37a0cd12 00:52:41 ---> 48e7afead9ab 00:52:41 Step 18/20 : LABEL arch=arm64 00:52:41 ---> Running in d6ffc97afa9f 00:52:41 Removing intermediate container 2233fcb20748 00:52:41 ---> 68da802f4c65 00:52:41 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:52:41 ---> Running in 6db872c9392b 00:52:42 Removing intermediate container d6ffc97afa9f 00:52:42 ---> 46d9312cb0d6 00:52:42 Step 19/20 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:52:42 Removing intermediate container 69f02c1b7e13 00:52:42 ---> a31446bafb5a 00:52:42 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:52:42 ---> Running in a361decc7a40 00:52:42 Removing intermediate container 6db872c9392b 00:52:42 ---> 5ac591f25035 00:52:42 Step 24/26 : LABEL arch=arm64 00:52:42 ---> Running in 08fb374eabc4 00:52:42 Removing intermediate container a361decc7a40 00:52:42 ---> 64f61c89f9eb 00:52:42 Step 20/20 : LABEL version=0.0.0 00:52:43 ---> Running in e04163df5de5 00:52:43 Removing intermediate container 08fb374eabc4 00:52:43 ---> 7ee7f22b3573 00:52:43 Step 25/26 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:52:43 ---> cc3c39bc4efc 00:52:43 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:52:43 ---> Running in 2a0c4fe1c988 00:52:43 Removing intermediate container e04163df5de5 00:52:43 ---> da6a32555264 00:52:43 00:52:43 Removing intermediate container 2a0c4fe1c988 00:52:43 ---> df5c84251471 00:52:43 Step 26/26 : LABEL version=0.0.0 00:52:44 Successfully built da6a32555264 00:52:44 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:44  Building docker-security-proxy-setup-go ... done  ---> Running in b0b275687db1 00:52:44 ---> e62384b42722 00:52:44 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:52:44 Removing intermediate container b0b275687db1 00:52:44 ---> 1f5919f6dea0 00:52:44 00:52:45 Successfully built 1f5919f6dea0 00:52:45 ---> a70dbc53d354 00:52:45 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:52:45 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:52:45  Building docker-security-secretstore-setup-go ... done  ---> 84479563a999 00:52:45 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:52:46 ---> c630685289e6 00:52:46 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:52:46 ---> Running in 959800f12e90 00:52:49 Removing intermediate container 959800f12e90 00:52:49 ---> 085818e0eb70 00:52:49 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:52:50 ---> 00b0130c46e1 00:52:50 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:52:50 ---> Running in d740233e54b2 00:52:52 Removing intermediate container d740233e54b2 00:52:52 ---> 4e01acce42cc 00:52:52 Step 24/29 : RUN chmod 755 security-secrets-setup 00:52:52 ---> Running in 85410cb99edd 00:52:55 Removing intermediate container 85410cb99edd 00:52:55 ---> 3237a11a25ad 00:52:55 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:52:55 ---> Running in f77ef3e2d3ed 00:52:56 Removing intermediate container f77ef3e2d3ed 00:52:56 ---> 2501b267c0e6 00:52:56 Step 26/29 : CMD [ "generate" ] 00:52:56 ---> Running in 24c1a6b2a364 00:52:56 Removing intermediate container 24c1a6b2a364 00:52:56 ---> efd7ac91865a 00:52:56 Step 27/29 : LABEL arch=arm64 00:52:57 ---> Running in f29a3df6d372 00:52:57 Removing intermediate container f29a3df6d372 00:52:57 ---> 273c56434d2b 00:52:57 Step 28/29 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 00:52:57 ---> Running in ef3c7441b9f8 00:52:58 Removing intermediate container ef3c7441b9f8 00:52:58 ---> f662eef2c764 00:52:58 Step 29/29 : LABEL version=0.0.0 00:52:58 ---> Running in 8ffdd22ffd77 00:52:58 Removing intermediate container 8ffdd22ffd77 00:52:58 ---> 24ea5f4f4ad6 00:52:58 00:52:59 Successfully built 24ea5f4f4ad6 00:52:59 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:52:59  Building docker-security-secrets-setup-go ... done  [Pipeline] } 00:52:59 $ docker stop --time=1 2b8577b2bd8ead2a8fc13903906a8ff7f6aee96cd663ddd2ad6e999569540ee7 00:53:01 $ docker rm -f 2b8577b2bd8ead2a8fc13903906a8ff7f6aee96cd663ddd2ad6e999569540ee7 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:02 + docker images 00:53:02 + grep docker 00:53:02 docker-security-secrets-setup-go-arm64 latest 24ea5f4f4ad6 4 seconds ago 24.2MB 00:53:02 docker-security-secretstore-setup-go-arm64 latest 1f5919f6dea0 18 seconds ago 32.6MB 00:53:02 docker-security-proxy-setup-go-arm64 latest da6a32555264 19 seconds ago 15.8MB 00:53:02 docker-core-command-go-arm64 latest bdb119e13572 27 seconds ago 12.4MB 00:53:02 docker-core-metadata-go-arm64 latest 7ef4fc0f3a5c About a minute ago 13.8MB 00:53:02 docker-sys-mgmt-agent-go-arm64 latest 11640954d7cd 2 minutes ago 266MB 00:53:02 docker-core-data-go-arm64 latest 189dafb1068d 3 minutes ago 23.3MB 00:53:02 docker-support-notifications-go-arm64 latest 5af4fd38b9af 3 minutes ago 13.9MB 00:53:02 docker-support-scheduler-go-arm64 latest 1cea267495a3 3 minutes ago 12.6MB 00:53:02 docker-support-logging-go-arm64 latest faeb8822eb92 4 minutes ago 11.4MB 00:53:02 docker latest ce9d55ae87f1 7 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 00:53:04 provisioning config files... 00:53:04 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/34@tmp/config6737968776338705373tmp [Pipeline] { [Pipeline] sh 00:53:04 + curl -s https://codecov.io/bash 00:53:04 + bash -s - -t @/w/workspace/edgex-go/34@tmp/config6737968776338705373tmp [Pipeline] } 00:53:05 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 00:53:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:07 ---> package-listing.sh 00:53:07 ++ facter osfamily 00:53:07 ++ tr '[:upper:]' '[:lower:]' 00:53:07 + OS_FAMILY=redhat 00:53:07 + workspace=/w/workspace/edgex-go/34 00:53:07 + START_PACKAGES=/tmp/packages_start.txt 00:53:07 + END_PACKAGES=/tmp/packages_end.txt 00:53:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:07 + PACKAGES=/tmp/packages_start.txt 00:53:07 + '[' /w/workspace/edgex-go/34 ']' 00:53:07 + PACKAGES=/tmp/packages_end.txt 00:53:07 + case "${OS_FAMILY}" in 00:53:07 + rpm -qa 00:53:07 + sort 00:53:11 + '[' -f /tmp/packages_start.txt ']' 00:53:11 + '[' -f /tmp/packages_end.txt ']' 00:53:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:11 + '[' /w/workspace/edgex-go/34 ']' 00:53:11 + mkdir -p /w/workspace/edgex-go/34/archives/ 00:53:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/34/archives/ [Pipeline] isUnix [Pipeline] sh 00:53:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:12 00:53:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:12 alpine: Pulling from edgex-lftools-log-publisher 00:53:12 c9b1b535fdd9: Pulling fs layer 00:53:12 2cc5ad85d9ab: Pulling fs layer 00:53:12 756a868c4378: Pulling fs layer 00:53:12 444b2fc9a129: Pulling fs layer 00:53:12 ea15f1150254: Pulling fs layer 00:53:12 41b27a9f41bf: Pulling fs layer 00:53:12 28c525ee5125: Pulling fs layer 00:53:12 094b1ea09ed8: Pulling fs layer 00:53:12 138eaada9080: Pulling fs layer 00:53:12 0622d0fa9048: Pulling fs layer 00:53:12 41b27a9f41bf: Waiting 00:53:12 444b2fc9a129: Waiting 00:53:12 28c525ee5125: Waiting 00:53:12 094b1ea09ed8: Waiting 00:53:12 138eaada9080: Waiting 00:53:12 ea15f1150254: Waiting 00:53:12 0622d0fa9048: Waiting 00:53:12 2cc5ad85d9ab: Download complete 00:53:12 444b2fc9a129: Verifying Checksum 00:53:12 444b2fc9a129: Download complete 00:53:12 c9b1b535fdd9: Verifying Checksum 00:53:12 c9b1b535fdd9: Download complete 00:53:12 ea15f1150254: Verifying Checksum 00:53:12 ea15f1150254: Download complete 00:53:12 28c525ee5125: Verifying Checksum 00:53:12 28c525ee5125: Download complete 00:53:12 756a868c4378: Download complete 00:53:12 c9b1b535fdd9: Pull complete 00:53:12 138eaada9080: Verifying Checksum 00:53:12 138eaada9080: Download complete 00:53:12 0622d0fa9048: Verifying Checksum 00:53:12 0622d0fa9048: Download complete 00:53:12 094b1ea09ed8: Verifying Checksum 00:53:12 094b1ea09ed8: Download complete 00:53:13 2cc5ad85d9ab: Pull complete 00:53:13 41b27a9f41bf: Verifying Checksum 00:53:13 41b27a9f41bf: Download complete 00:53:14 756a868c4378: Pull complete 00:53:14 444b2fc9a129: Pull complete 00:53:15 ea15f1150254: Pull complete 00:53:21 41b27a9f41bf: Pull complete 00:53:22 28c525ee5125: Pull complete 00:53:24 094b1ea09ed8: Pull complete 00:53:25 138eaada9080: Pull complete 00:53:25 0622d0fa9048: Pull complete 00:53:25 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:53:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:25 prd-centos7-docker-4c-2g-545 does not seem to be running inside a container 00:53:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:53:29 $ docker top 7cba1674b8ab42fa68dacd393c71491cbbff22f80358aaee0b1e9d826a178fea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:30 provisioning config files... 00:53:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/34@tmp/config5514358210256725067tmp [Pipeline] { [Pipeline] echo 00:53:30 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:30 ---> create-netrc.sh [Pipeline] echo 00:53:30 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:30 ---> logs-deploy.sh 00:53:30 + ARCHIVE_ARTIFACTS= 00:53:30 + LOGS_SERVER=https://logs.edgexfoundry.org 00:53:30 + '[' https://logs.edgexfoundry.org == None ']' 00:53:30 + NEXUS_URL=https://nexus.edgexfoundry.org 00:53:30 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/34 00:53:30 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/34/ 00:53:30 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/34 /w/workspace/edgex-go/34 00:53:31 Archives upload complete. 00:53:31 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/34 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/34/