lenny-intel commented: recheck 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from c433a97cf53e5b5d4aee74011f1d830a5f691fbb+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (8cd41e1d07652b883dbb67dc2dafe4149fa959c5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 --version # 'git version 2.16.6' > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 > git --version # 'git version 2.16.6' 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:lfit/releng-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, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30357 in /w/workspace/edgexfoundry_edgex-go_PR-3272 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit c433a97cf53e5b5d4aee74011f1d830a5f691fbb Merge succeeded, producing c433a97cf53e5b5d4aee74011f1d830a5f691fbb Checking out Revision c433a97cf53e5b5d4aee74011f1d830a5f691fbb (PR-3272) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3272/head:refs/remotes/origin/PR-3272 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c433a97cf53e5b5d4aee74011f1d830a5f691fbb # 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 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c433a97cf53e5b5d4aee74011f1d830a5f691fbb # timeout=10 Commit message: "fix: Added Content-TYpe from REST header to Context" > git rev-list --no-walk c433a97cf53e5b5d4aee74011f1d830a5f691fbb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:12:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:12:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:12:09 ========================================================= 21:12:09 EdgeX Global Pipelines Version Info 21:12:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:12:11 ------------------- 21:12:11 stable info: 21:12:11 ------------------- 21:12:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:12:11 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:12:11 Message: update stable to v1.0.186 21:12:12 ------------------- 21:12:12 experimental info: 21:12:12 ------------------- 21:12:12 Commited By: **** collab-it+edgex@linuxfoundation.org 21:12:12 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:12:12 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:12:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:12:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:12:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:12:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:12:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:12:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:12:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:12:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:12:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:12:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:12:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:12:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:12:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:12:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:12:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:12:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:12:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:12:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:12:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:12:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:12:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:12:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:12:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3272 [Pipeline] echo 21:12:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3272 [Pipeline] echo 21:12:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3272 [Pipeline] echo 21:12:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c433a97cf53e5b5d4aee74011f1d830a5f691fbb [Pipeline] echo 21:12:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c433a97 [Pipeline] echo 21:12:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:12:15 provisioning config files... 21:12:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2544401280239135610tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:12:15 ---> docker-login.sh 21:12:15 nexus3.edgexfoundry.org:10001 21:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:12:16 Configure a credential helper to remove this warning. See 21:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:12:16 21:12:16 Login Succeeded 21:12:16 nexus3.edgexfoundry.org:10002 21:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:12:16 Configure a credential helper to remove this warning. See 21:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:12:16 21:12:16 Login Succeeded 21:12:16 nexus3.edgexfoundry.org:10003 21:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:12:16 Configure a credential helper to remove this warning. See 21:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:12:16 21:12:16 Login Succeeded 21:12:16 nexus3.edgexfoundry.org:10004 21:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:12:16 Configure a credential helper to remove this warning. See 21:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:12:16 21:12:16 Login Succeeded 21:12:16 docker.io 21:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:12:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:12:17 Configure a credential helper to remove this warning. See 21:12:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:12:17 21:12:17 Login Succeeded 21:12:17 ---> docker-login.sh ends [Pipeline] } 21:12:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:12:17 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:12:17 + for file in '`ls cmd/**/Dockerfile`' 21:12:17 ++ dirname cmd/core-command/Dockerfile 21:12:17 ++ cut -d/ -f2 21:12:17 + echo core-command,cmd/core-command/Dockerfile 21:12:17 + for file in '`ls cmd/**/Dockerfile`' 21:12:17 ++ dirname cmd/core-data/Dockerfile 21:12:17 ++ cut -d/ -f2 21:12:17 + echo core-data,cmd/core-data/Dockerfile 21:12:17 + for file in '`ls cmd/**/Dockerfile`' 21:12:17 ++ dirname cmd/core-metadata/Dockerfile 21:12:17 ++ cut -d/ -f2 21:12:17 + echo core-metadata,cmd/core-metadata/Dockerfile 21:12:17 + for file in '`ls cmd/**/Dockerfile`' 21:12:17 ++ dirname cmd/security-bootstrapper/Dockerfile 21:12:17 ++ cut -d/ -f2 21:12:17 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:12:17 + for file in '`ls cmd/**/Dockerfile`' 21:12:17 ++ dirname cmd/security-proxy-setup/Dockerfile 21:12:17 ++ cut -d/ -f2 21:12:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:12:17 + for file in '`ls cmd/**/Dockerfile`' 21:12:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:12:17 ++ cut -d/ -f2 21:12:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:12:17 + for file in '`ls cmd/**/Dockerfile`' 21:12:17 ++ dirname cmd/support-notifications/Dockerfile 21:12:17 ++ cut -d/ -f2 21:12:17 + echo support-notifications,cmd/support-notifications/Dockerfile 21:12:17 + for file in '`ls cmd/**/Dockerfile`' 21:12:17 ++ dirname cmd/support-scheduler/Dockerfile 21:12:17 ++ cut -d/ -f2 21:12:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:12:17 + for file in '`ls cmd/**/Dockerfile`' 21:12:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:12:17 ++ cut -d/ -f2 21:12:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:12:17 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/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 21:12:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:12:19 21:12:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:12:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:12:19 latest: Pulling from edgex-devops/git-semver 21:12:19 31603596830f: Pulling fs layer 21:12:19 2a8b12db71e7: Pulling fs layer 21:12:19 6ca5941a6612: Pulling fs layer 21:12:19 ecc8261a40a4: Pulling fs layer 21:12:19 ecc8261a40a4: Waiting 21:12:19 2a8b12db71e7: Verifying Checksum 21:12:19 2a8b12db71e7: Download complete 21:12:19 31603596830f: Download complete 21:12:19 ecc8261a40a4: Verifying Checksum 21:12:19 ecc8261a40a4: Download complete 21:12:19 6ca5941a6612: Download complete 21:12:20 31603596830f: Pull complete 21:12:20 2a8b12db71e7: Pull complete 21:12:21 6ca5941a6612: Pull complete 21:12:21 ecc8261a40a4: Pull complete 21:12:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:12:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:12:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:12:21 prd-centos7-docker-4c-2g-30357 does not seem to be running inside a container 21:12:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:12:24 $ docker top 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:12:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:12:24 [ssh-agent] Looking for ssh-agent implementation... 21:12:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:12:24 $ docker exec 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 ssh-agent 21:12:25 SSH_AUTH_SOCK=/tmp/ssh-CWBD93ZOn1yJ/agent.11 21:12:25 SSH_AGENT_PID=16 21:12:25 Running ssh-add (command line suppressed) 21:12:25 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5393295561247290189.key (/w/workspace/edgex-go/2@tmp/private_key_5393295561247290189.key) 21:12:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:12:25 + git tag --points-at HEAD [Pipeline] } 21:12:25 $ docker exec --env ******** --env ******** 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 ssh-agent -k 21:12:25 unset SSH_AUTH_SOCK; 21:12:25 unset SSH_AGENT_PID; 21:12:25 echo Agent pid 16 killed; 21:12:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:12:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:12:26 [ssh-agent] Looking for ssh-agent implementation... 21:12:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:12:26 $ docker exec 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 ssh-agent 21:12:26 SSH_AUTH_SOCK=/tmp/ssh-p8VVqG1BYJ9r/agent.45 21:12:26 SSH_AGENT_PID=50 21:12:26 Running ssh-add (command line suppressed) 21:12:26 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8886148441875626858.key (/w/workspace/edgex-go/2@tmp/private_key_8886148441875626858.key) 21:12:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:12:26 + git semver init 21:12:26 # -> Open(): unable to determine branch for HEAD 21:12:26 # $GIT_DIR = /w/workspace/edgex-go/2/.git 21:12:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 21:12:26 # $SEMVER_REMOTE_NAME = origin 21:12:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:12:26 # $SEMVER_USER_NAME = edgex-jenkins 21:12:26 # $SEMVER_BRANCH = PR-3272 21:12:26 # $SEMVER_TEMP = /tmp/semver-108077095 21:12:26 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:12:45 # '/tmp/semver-108077095' -> '/w/workspace/edgex-go/2/.semver' 21:12:45 # -> Force: false 21:12:45 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 21:12:45 $ docker exec --env ******** --env ******** 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 ssh-agent -k 21:12:45 unset SSH_AUTH_SOCK; 21:12:45 unset SSH_AGENT_PID; 21:12:45 echo Agent pid 50 killed; 21:12:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:12:45 + git semver [Pipeline] } 21:12:46 $ docker stop --time=1 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 21:12:47 $ docker rm -f 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 [Pipeline] // withDockerContainer [Pipeline] sh 21:12:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:12:48 Stashed 1 file(s) [Pipeline] echo 21:12:48 [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] sh 21:12:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:12:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:12:50 + sudo service docker restart 21:12:50 + true 21:12:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:12:50 ========================================================= 21:12:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:12:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:12:51 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:12:54 Sending build context to Docker daemon 328.6MB 21:12:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:12:54 Step 2/6 : FROM ${BASE} 21:12:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:12:54 188c0c94c7c5: Pulling fs layer 21:12:54 0ef7d3d256c8: Pulling fs layer 21:12:54 de9db76c5a1d: Pulling fs layer 21:12:54 bca2f99d35d6: Pulling fs layer 21:12:54 93359f2a8cfa: Pulling fs layer 21:12:54 7c6f9722023f: Pulling fs layer 21:12:54 a35cf1a2eb13: Pulling fs layer 21:12:54 bca2f99d35d6: Waiting 21:12:54 93359f2a8cfa: Waiting 21:12:54 7c6f9722023f: Waiting 21:12:54 a35cf1a2eb13: Waiting 21:12:54 de9db76c5a1d: Verifying Checksum 21:12:54 de9db76c5a1d: Download complete 21:12:54 0ef7d3d256c8: Download complete 21:12:54 93359f2a8cfa: Verifying Checksum 21:12:54 93359f2a8cfa: Download complete 21:12:54 7c6f9722023f: Verifying Checksum 21:12:54 7c6f9722023f: Download complete 21:12:54 188c0c94c7c5: Verifying Checksum 21:12:54 188c0c94c7c5: Download complete 21:12:55 188c0c94c7c5: Pull complete 21:12:55 0ef7d3d256c8: Pull complete 21:12:55 de9db76c5a1d: Pull complete 21:12:57 a35cf1a2eb13: Verifying Checksum 21:12:57 a35cf1a2eb13: Download complete 21:12:58 bca2f99d35d6: Verifying Checksum 21:12:58 bca2f99d35d6: Download complete 21:13:03 bca2f99d35d6: Pull complete 21:13:03 93359f2a8cfa: Pull complete 21:13:03 7c6f9722023f: Pull complete 21:13:04 Still waiting to schedule task 21:13:04 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:13:08 a35cf1a2eb13: Pull complete 21:13:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:13:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:13:08 ---> a62c8e92a672 21:13:08 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:13:08 ---> Running in de15820a99f4 21:13:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:10 (1/12) Installing libmagic (5.38-r0) 21:13:10 (2/12) Installing file (5.38-r0) 21:13:10 (3/12) Installing libc-dev (0.7.2-r3) 21:13:10 (4/12) Installing g++ (9.3.0-r2) 21:13:16 (5/12) Installing fortify-headers (1.1-r0) 21:13:16 (6/12) Installing patch (2.7.6-r6) 21:13:16 (7/12) Installing build-base (0.5-r2) 21:13:16 (8/12) Installing libsodium (1.0.18-r0) 21:13:16 (9/12) Installing pkgconf (1.7.2-r0) 21:13:16 (10/12) Installing libsodium-dev (1.0.18-r0) 21:13:16 (11/12) Installing libzmq (4.3.3-r0) 21:13:16 (12/12) Installing zeromq-dev (4.3.3-r0) 21:13:16 Executing busybox-1.31.1-r19.trigger 21:13:16 OK: 233 MiB in 51 packages 21:13:21 Removing intermediate container de15820a99f4 21:13:21 ---> 6b151fc31707 21:13:21 Step 4/6 : WORKDIR /edgex-go 21:13:21 ---> Running in fb9406ba6074 21:13:21 Removing intermediate container fb9406ba6074 21:13:21 ---> 7da03c290ef1 21:13:21 Step 5/6 : COPY go.mod . 21:13:21 ---> e195504ce267 21:13:21 Step 6/6 : RUN go mod download 21:13:21 ---> Running in 1cb0f711c2d0 21:13:47 Removing intermediate container 1cb0f711c2d0 21:13:47 ---> 1909486fe2fe 21:13:47 Successfully built 1909486fe2fe 21:13:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:13:47 + docker inspect -f . ci-base-image-x86_64 21:13:47 . [Pipeline] withDockerContainer 21:13:48 prd-centos7-docker-4c-2g-30357 does not seem to be running inside a container 21:13:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:13:48 $ docker top a9ef4d25040555f44108b3635b2f79cfa01830b8b1cbae3b2c79e8de24ec0480 -eo pid,comm [Pipeline] { [Pipeline] sh 21:13:49 + go version 21:13:49 go version go1.15.5 linux/amd64 [Pipeline] } 21:13:49 $ docker stop --time=1 a9ef4d25040555f44108b3635b2f79cfa01830b8b1cbae3b2c79e8de24ec0480 21:13:51 $ docker rm -f a9ef4d25040555f44108b3635b2f79cfa01830b8b1cbae3b2c79e8de24ec0480 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:13:52 + docker inspect -f . ci-base-image-x86_64 21:13:52 . [Pipeline] withDockerContainer 21:13:52 prd-centos7-docker-4c-2g-30357 does not seem to be running inside a container 21:13:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:13:52 $ docker top ec87b3a95d3ccf1ca268dab24c21403bd73f2e4ac5e39189310d760d5537438a -eo pid,comm [Pipeline] { [Pipeline] echo 21:13:53 ========================================================= 21:13:53 [edgeXBuildGoParallel] Running Tests and Build... 21:13:53 ========================================================= [Pipeline] sh 21:13:53 + make test 21:13:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:14:03 ? github.com/edgexfoundry/edgex-go [no test files] 21:14:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:14:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:14:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:14:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:14:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:14:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:14:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:14:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:14:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:14:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:14:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:14:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:14:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:14:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.137s coverage: 45.9% of statements 21:14:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:14:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:14:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:14:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:14:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:14:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:14:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.046s coverage: 19.8% of statements 21:14:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.081s coverage: 100.0% of statements 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.192s coverage: 27.1% of statements 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.121s coverage: 71.3% of statements 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.154s coverage: 82.9% of statements 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.059s coverage: 78.9% of statements 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:14:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.377s coverage: 28.6% of statements 21:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:14:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 21:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:14:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 21:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:14:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements 21:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:14:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements 21:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:14:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements 21:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:14:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.377s coverage: 92.8% of statements 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:14:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:14:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:14:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:14:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 47.1% of statements 21:14:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements 21:14:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.032s coverage: 94.1% of statements 21:14:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements 21:14:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 21:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements 21:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements 21:14:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30358 in /w/workspace/edgexfoundry_edgex-go_PR-3272 [Pipeline] { [Pipeline] ws 21:14:55 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 21:14:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.128s coverage: 81.9% of statements 21:15:01 using credential edgex-jenkins-ssh 21:15:01 Cloning the remote Git repository 21:15:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:15:01 > git init /w/workspace/edgex-go/2 # timeout=10 21:15:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:15:01 > git --version # timeout=10 21:15:01 > git --version # 'git version 2.17.1' 21:15:01 using GIT_SSH to set credentials SSH Credentials for GitHub 21:15:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.065s coverage: 92.9% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.069s coverage: 91.6% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 62.4% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.313s coverage: 69.0% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 38.4% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.164s coverage: 47.0% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 87.1% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.708s coverage: 29.1% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.085s coverage: 96.5% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 21:15:08 GO111MODULE=on go vet ./... 21:15:26 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:15:26 Merge succeeded, producing c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:15:26 Checking out Revision c433a97cf53e5b5d4aee74011f1d830a5f691fbb (PR-3272) 21:15:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:15:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:15:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:15:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:15:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:15:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3272/head:refs/remotes/origin/PR-3272 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:15:26 > git config core.sparsecheckout # timeout=10 21:15:26 > git checkout -f c433a97cf53e5b5d4aee74011f1d830a5f691fbb # timeout=10 21:15:26 > git remote # timeout=10 21:15:26 > git config --get remote.origin.url # timeout=10 21:15:26 using GIT_SSH to set credentials SSH Credentials for GitHub 21:15:26 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 21:15:26 > git rev-parse HEAD^{commit} # timeout=10 21:15:26 > git config core.sparsecheckout # timeout=10 21:15:26 > git checkout -f c433a97cf53e5b5d4aee74011f1d830a5f691fbb # timeout=10 21:15:31 Commit message: "fix: Added Content-TYpe from REST header to Context" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:15:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:15:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:15:34 + sudo service docker restart 21:15:34 + true 21:15:35 gofmt -l . 21:15:35 [ "`gofmt -l .`" = "" ] 21:15:35 ./bin/test-go-mod-tidy.sh 21:15:36 ./bin/test-attribution-txt.sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:15:36 provisioning config files... 21:15:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8680472013394064176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh 21:15:36 ---> docker-login.sh 21:15:36 nexus3.edgexfoundry.org:10001 21:15:36 + ls -al . 21:15:36 total 760 21:15:36 drwxrwxr-x 10 1001 1001 4096 Mar 18 21:15 . 21:15:36 drwxr-xr-x 4 root root 28 Mar 18 21:13 .. 21:15:36 -rw-rw-r-- 1 1001 1001 11 Mar 18 21:12 .dockerignore 21:15:36 drwxrwxr-x 8 1001 1001 179 Mar 18 21:12 .git 21:15:36 drwxrwxr-x 3 1001 1001 125 Mar 18 21:12 .github 21:15:36 -rw-rw-r-- 1 1001 1001 818 Mar 18 21:12 .gitignore 21:15:36 drwx------ 3 1001 1001 60 Mar 18 21:12 .semver 21:15:36 -rw-rw-r-- 1 1001 1001 166 Mar 18 21:12 .sonarcloud.properties 21:15:36 -rw-rw-r-- 1 1001 1001 8607 Mar 18 21:12 Attribution.txt 21:15:36 -rw-rw-r-- 1 1001 1001 3804 Mar 18 21:12 CONTRIBUTING.md 21:15:36 -rw-rw-r-- 1 1001 1001 931 Mar 18 21:12 Dockerfile.build 21:15:36 -rw-rw-r-- 1 1001 1001 863 Mar 18 21:12 Jenkinsfile 21:15:36 -rw-rw-r-- 1 1001 1001 10775 Mar 18 21:12 LICENSE 21:15:36 -rw-rw-r-- 1 1001 1001 5774 Mar 18 21:12 Makefile 21:15:36 -rw-rw-r-- 1 1001 1001 6548 Mar 18 21:12 README.md 21:15:36 -rw-rw-r-- 1 1001 1001 6755 Mar 18 21:12 SECURITY.md 21:15:36 -rw-rw-r-- 1 1001 1001 5 Mar 18 21:12 VERSION 21:15:36 -rw-rw-r-- 1 1001 1001 4131 Mar 18 21:12 ZMQWindows.md 21:15:36 drwxrwxr-x 2 1001 1001 117 Mar 18 21:12 bin 21:15:36 drwxrwxr-x 14 1001 1001 4096 Mar 18 21:12 cmd 21:15:36 -rw-r--r-- 1 root root 650607 Mar 18 21:15 coverage.out 21:15:36 -rw-r--r-- 1 root root 1055 Mar 18 21:15 go.mod 21:15:36 -rw-r--r-- 1 root root 21981 Mar 18 21:15 go.sum 21:15:36 drwxrwxr-x 8 1001 1001 127 Mar 18 21:12 internal 21:15:36 drwxrwxr-x 4 1001 1001 26 Mar 18 21:12 openapi 21:15:36 drwxrwxr-x 4 1001 1001 71 Mar 18 21:12 snap 21:15:36 -rw-rw-r-- 1 1001 1001 168 Mar 18 21:12 version.go [Pipeline] sh 21:15:37 + '[' -e coverage.out ] 21:15:37 + chown 1001:1001 coverage.out [Pipeline] stash 21:15:37 Stashed 1 file(s) [Pipeline] sh 21:15:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:37 + make build 21:15:37 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 21:15:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:37 Configure a credential helper to remove this warning. See 21:15:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:37 21:15:37 Login Succeeded 21:15:37 nexus3.edgexfoundry.org:10002 21:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:38 Configure a credential helper to remove this warning. See 21:15:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:38 21:15:38 Login Succeeded 21:15:38 nexus3.edgexfoundry.org:10003 21:15:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:39 Configure a credential helper to remove this warning. See 21:15:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:39 21:15:39 Login Succeeded 21:15:39 nexus3.edgexfoundry.org:10004 21:15:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:39 Configure a credential helper to remove this warning. See 21:15:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:39 21:15:39 Login Succeeded 21:15:39 docker.io 21:15:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:40 Configure a credential helper to remove this warning. See 21:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:40 21:15:40 Login Succeeded 21:15:40 ---> docker-login.sh ends [Pipeline] } 21:15:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:15:41 ========================================================= 21:15:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:15:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:15:41 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:15:42 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 21:15:44 Sending build context to Docker daemon 166.8MB 21:15:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:15:44 Step 2/6 : FROM ${BASE} 21:15:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:15:44 5f621e34cdf4: Pulling fs layer 21:15:44 a4357932f1b6: Pulling fs layer 21:15:44 18c013af1878: Pulling fs layer 21:15:44 00ac8860ef70: Pulling fs layer 21:15:44 63d7cb157983: Pulling fs layer 21:15:44 b116817d02f9: Pulling fs layer 21:15:44 745a02a5169b: Pulling fs layer 21:15:44 63d7cb157983: Waiting 21:15:44 745a02a5169b: Waiting 21:15:44 00ac8860ef70: Waiting 21:15:44 b116817d02f9: Waiting 21:15:44 18c013af1878: Verifying Checksum 21:15:44 18c013af1878: Download complete 21:15:44 a4357932f1b6: Verifying Checksum 21:15:44 a4357932f1b6: Download complete 21:15:44 63d7cb157983: Verifying Checksum 21:15:44 63d7cb157983: Download complete 21:15:45 b116817d02f9: Download complete 21:15:45 5f621e34cdf4: Verifying Checksum 21:15:45 5f621e34cdf4: Download complete 21:15:45 5f621e34cdf4: Pull complete 21:15:46 a4357932f1b6: Pull complete 21:15:46 18c013af1878: Pull complete 21:15:48 745a02a5169b: Verifying Checksum 21:15:48 745a02a5169b: Download complete 21:15:49 00ac8860ef70: Verifying Checksum 21:15:49 00ac8860ef70: Download complete 21:15:50 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 21:15:51 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 21:15:53 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 21:15:53 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 21:15:55 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 21:15:56 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 21:15:57 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 21:15:58 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 21:15:59 00ac8860ef70: Pull complete 21:15:59 63d7cb157983: Pull complete 21:15:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:15:59 b116817d02f9: Pull complete 21:16:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:16:03 $ docker stop --time=1 ec87b3a95d3ccf1ca268dab24c21403bd73f2e4ac5e39189310d760d5537438a 21:16:03 745a02a5169b: Pull complete 21:16:03 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:16:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:16:03 ---> b7e6874047d6 21:16:03 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:16:04 $ docker rm -f ec87b3a95d3ccf1ca268dab24c21403bd73f2e4ac5e39189310d760d5537438a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 21:16:06 ---> Running in 6b0be9aa86d4 [Pipeline] isUnix [Pipeline] sh 21:16:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:16:08 21:16:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix 21:16:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] sh 21:16:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:16:08 latest: Pulling from edgex-devops/edgex-compose 21:16:08 cbdbe7a5bc2a: Pulling fs layer 21:16:08 ca9280d653b3: Pulling fs layer 21:16:08 7e9c9ca2126c: Pulling fs layer 21:16:08 cbdbe7a5bc2a: Verifying Checksum 21:16:08 cbdbe7a5bc2a: Download complete 21:16:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:09 cbdbe7a5bc2a: Pull complete 21:16:09 ca9280d653b3: Verifying Checksum 21:16:09 ca9280d653b3: Download complete 21:16:10 7e9c9ca2126c: Verifying Checksum 21:16:10 7e9c9ca2126c: Download complete 21:16:10 ca9280d653b3: Pull complete 21:16:10 (1/12) Installing libmagic (5.38-r0) 21:16:11 (2/12) Installing file (5.38-r0) 21:16:11 (3/12) Installing libc-dev (0.7.2-r3) 21:16:11 (4/12) Installing g++ (9.3.0-r2) 21:16:16 7e9c9ca2126c: Pull complete 21:16:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:16:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:16:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:16:17 prd-centos7-docker-4c-2g-30357 does not seem to be running inside a container 21:16:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:16:20 $ docker top ee4951425a8fe5b865f7817551e6f8f4e7929131e1e806bef8b696d57198d5e2 -eo pid,comm [Pipeline] { [Pipeline] sh 21:16:20 + docker-compose build --help 21:16:20 + grep parallel 21:16:21 --parallel Build images in parallel. [Pipeline] } 21:16:21 $ docker stop --time=1 ee4951425a8fe5b865f7817551e6f8f4e7929131e1e806bef8b696d57198d5e2 21:16:23 $ docker rm -f ee4951425a8fe5b865f7817551e6f8f4e7929131e1e806bef8b696d57198d5e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:16:23 (5/12) Installing fortify-headers (1.1-r0) 21:16:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:16:23 . [Pipeline] withDockerContainer 21:16:24 (6/12) Installing patch (2.7.6-r6) 21:16:24 (7/12) Installing build-base (0.5-r2) 21:16:24 (8/12) Installing libsodium (1.0.18-r0) 21:16:24 prd-centos7-docker-4c-2g-30357 does not seem to be running inside a container 21:16:24 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:16:24 (9/12) Installing pkgconf (1.7.2-r0) 21:16:24 (10/12) Installing libsodium-dev (1.0.18-r0) 21:16:24 (11/12) Installing libzmq (4.3.3-r0) 21:16:24 (12/12) Installing zeromq-dev (4.3.3-r0) 21:16:24 Executing busybox-1.31.1-r19.trigger 21:16:24 OK: 217 MiB in 51 packages 21:16:24 $ docker top ae11ccf607f9d7de7d0dc9143cf9bd04c9d828476e5089d33b9d8601ad9a15b3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:16:25 + docker-compose -f ./docker-compose-build.yml build --parallel 21:16:26 Building docker-core-command-go ... 21:16:26 Building docker-core-data-go ... 21:16:26 Building docker-core-metadata-go ... 21:16:26 Building docker-security-bootstrapper-go ... 21:16:26 Building docker-security-proxy-setup-go ... 21:16:26 Building docker-security-secretstore-setup-go ... 21:16:26 Building docker-support-notifications-go ... 21:16:26 Building docker-support-scheduler-go ... 21:16:26 Building docker-sys-mgmt-agent-go ... 21:16:26 Building docker-core-metadata-go 21:16:26 Building docker-support-scheduler-go 21:16:26 Building docker-security-proxy-setup-go 21:16:26 Building docker-security-bootstrapper-go 21:16:26 Building docker-sys-mgmt-agent-go 21:16:28 Removing intermediate container 6b0be9aa86d4 21:16:28 ---> 2affb2a73cf5 21:16:28 Step 4/6 : WORKDIR /edgex-go 21:16:28 ---> Running in 4aeba8cb1391 21:16:29 Removing intermediate container 4aeba8cb1391 21:16:29 ---> ce3ab69abd52 21:16:29 Step 5/6 : COPY go.mod . 21:16:29 ---> dfaa81603c17 21:16:29 Step 6/6 : RUN go mod download 21:16:30 ---> Running in 40232e12ac3b 21:16:56 Removing intermediate container 40232e12ac3b 21:16:56 ---> c003896c600c 21:16:56 Successfully built c003896c600c 21:16:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:16:57 + docker inspect -f . ci-base-image-arm64 21:16:57 . [Pipeline] withDockerContainer 21:16:57 prd-ubuntu18.04-docker-arm64-4c-16g-30358 does not seem to be running inside a container 21:16:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:16:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:16:58 ---> 1909486fe2fe 21:16:58 Step 3/23 : WORKDIR /edgex-go 21:16:58 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:58 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:16:58 ---> 1909486fe2fe 21:16:58 Step 3/31 : WORKDIR /edgex-go 21:16:58 $ docker top bfeae4dcc13eec6bb0df60586285292dd5b649cab074e5556c3ccc93da6383f9 -eo pid,comm [Pipeline] { [Pipeline] sh 21:16:59 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:16:59 ---> 1909486fe2fe 21:16:59 Step 3/26 : WORKDIR /edgex-go 21:16:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:16:59 ---> 1909486fe2fe 21:16:59 Step 3/21 : WORKDIR /edgex-go 21:16:59 + go version 21:16:59 go version go1.15.5 linux/arm64 [Pipeline] } 21:17:00 $ docker stop --time=1 bfeae4dcc13eec6bb0df60586285292dd5b649cab074e5556c3ccc93da6383f9 21:17:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:17:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:17:00 ---> 1909486fe2fe 21:17:00 Step 3/22 : WORKDIR /edgex-go 21:17:00 ---> Running in 46fb9b767c45 21:17:00 ---> Running in 02420d6a51cc 21:17:00 ---> Running in 1dd11130a41d 21:17:00 ---> Running in d58b56a462ca 21:17:00 ---> Running in f5b946b57b75 21:17:01 Removing intermediate container d58b56a462ca 21:17:01 ---> 58b38a0e1ea9 21:17:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:01 Removing intermediate container 46fb9b767c45 21:17:01 ---> 68f603aec62b 21:17:01 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:01 Removing intermediate container 02420d6a51cc 21:17:01 ---> f2e68679497a 21:17:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:01 Removing intermediate container f5b946b57b75 21:17:01 ---> 1a5d2a568003 21:17:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:01 Removing intermediate container 1dd11130a41d 21:17:01 ---> 2a86bd86fe2e 21:17:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:01 ---> Running in 4a3edba182a3 21:17:01 ---> Running in 3b5f400946e8 21:17:01 ---> Running in 2808818c949a 21:17:01 ---> Running in e22b8c560f5e 21:17:01 ---> Running in e9b3af2952bd 21:17:01 $ docker rm -f bfeae4dcc13eec6bb0df60586285292dd5b649cab074e5556c3ccc93da6383f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:17:02 + docker inspect -f . ci-base-image-arm64 21:17:02 . [Pipeline] withDockerContainer 21:17:03 prd-ubuntu18.04-docker-arm64-4c-16g-30358 does not seem to be running inside a container 21:17:03 Removing intermediate container 3b5f400946e8 21:17:03 ---> 46d40ee28da3 21:17:03 Step 5/23 : RUN apk add --update --no-cache make git 21:17:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:17:03 Removing intermediate container 2808818c949a 21:17:03 ---> c89c5f2b1ba5 21:17:03 Step 5/31 : RUN apk add --update --no-cache make git 21:17:03 ---> Running in 7cd7bf14df1d 21:17:03 Removing intermediate container 4a3edba182a3 21:17:03 ---> ef685e83b632 21:17:03 Step 5/22 : RUN apk add --update --no-cache make git 21:17:03 ---> Running in cf9a216eb293 21:17:03 ---> Running in 63a236806293 21:17:04 Removing intermediate container e9b3af2952bd 21:17:04 ---> 9ed2f70ff295 21:17:04 Step 5/26 : RUN apk add --update --no-cache make bash git 21:17:04 Removing intermediate container e22b8c560f5e 21:17:04 ---> 92bc94e70853 21:17:04 Step 5/21 : RUN apk add --update --no-cache make git 21:17:04 ---> Running in f05b7477d8ca 21:17:04 ---> Running in 6233ffacbb18 21:17:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:04 $ docker top 6eff6068e64d2c0f1ca38f577f18bd46abf41673460a259a3a1bed31d55c0d32 -eo pid,comm 21:17:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { 21:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] echo 21:17:05 ========================================================= 21:17:05 [edgeXBuildGoParallel] Running Tests and Build... 21:17:05 ========================================================= [Pipeline] sh 21:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:05 + make test 21:17:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:06 OK: 233 MiB in 51 packages 21:17:06 OK: 233 MiB in 51 packages 21:17:06 OK: 233 MiB in 51 packages 21:17:06 Removing intermediate container 7cd7bf14df1d 21:17:06 ---> 6bd315615b30 21:17:06 Step 6/23 : COPY go.mod . 21:17:06 OK: 233 MiB in 51 packages 21:17:07 OK: 233 MiB in 51 packages 21:17:07 ---> 6a131b929b65 21:17:07 Step 7/23 : RUN go mod download 21:17:07 Removing intermediate container cf9a216eb293 21:17:07 ---> 98d86afb8631 21:17:07 Step 6/31 : COPY go.mod . 21:17:07 Removing intermediate container 63a236806293 21:17:07 ---> a190ba8a179e 21:17:07 Step 6/22 : COPY go.mod . 21:17:07 ---> Running in f27dfb1fabad 21:17:07 ---> a1c946af1326 21:17:07 Step 7/31 : RUN go mod download 21:17:08 ---> 4c7312960d60 21:17:08 Step 7/22 : RUN go mod download 21:17:08 Removing intermediate container 6233ffacbb18 21:17:08 ---> cab99d604685 21:17:08 Step 6/21 : COPY go.mod . 21:17:08 ---> Running in 69ac017b4b18 21:17:08 Removing intermediate container f05b7477d8ca 21:17:08 ---> d915b24e77d1 21:17:08 Step 6/26 : COPY go.mod . 21:17:08 ---> Running in 9df85d48ecf6 21:17:08 ---> 06c7c452306e 21:17:08 Step 7/21 : RUN go mod download 21:17:08 ---> 0a23ea4aa91d 21:17:08 Step 7/26 : RUN go mod download 21:17:08 ---> Running in a81a2fc15401 21:17:08 ---> Running in f544be1582b8 21:17:09 Removing intermediate container f27dfb1fabad 21:17:09 ---> 1a39081c78f0 21:17:09 Step 8/23 : COPY . . 21:17:10 Removing intermediate container 69ac017b4b18 21:17:10 ---> c08c4df73794 21:17:10 Step 8/31 : COPY . . 21:17:14 Removing intermediate container 9df85d48ecf6 21:17:14 ---> 01ab15ff2def 21:17:14 Step 8/22 : COPY . . 21:17:16 Removing intermediate container a81a2fc15401 21:17:16 ---> 4341d5cfc509 21:17:16 Step 8/21 : COPY . . 21:17:20 Removing intermediate container f544be1582b8 21:17:20 ---> 6435c472dfc6 21:17:20 Step 8/26 : COPY . . 21:17:28 ? github.com/edgexfoundry/edgex-go [no test files] 21:17:52 ---> 9a8b3e2e9065 21:17:52 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:17:52 ---> 86ade9f087b3 21:17:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:17:52 ---> a8449c301ac6 21:17:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:17:52 ---> Running in 0254d03ec84d 21:17:52 ---> Running in 07d75ce11957 21:17:52 ---> Running in f6ae548c7597 21:17:52 ---> 38035e7063db 21:17:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:17:52 ---> 8878ce1da399 21:17:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:17:52 ---> Running in b3368a1895b3 21:17:52 ---> Running in f5a5f3b50fef 21:17:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:17:53 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 21:17:53 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 21:17:53 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 21:17:53 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 21:18:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:18:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:18:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:18:30 Removing intermediate container b3368a1895b3 21:18:30 ---> 63056e7c3a30 21:18:30 21:18:30 Step 10/21 : FROM alpine:3.12 21:18:30 Removing intermediate container f5a5f3b50fef 21:18:30 ---> 2832d36af68b 21:18:30 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:18:30 Removing intermediate container 07d75ce11957 21:18:30 ---> 8dc171ed0d9d 21:18:30 21:18:30 Step 10/31 : FROM alpine:3.12 21:18:30 3.12: Pulling from library/alpine 21:18:30 3.12: Pulling from library/alpine 21:18:30 ---> Running in a6636612a169 21:18:30 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:18:30 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:18:30 Status: Downloaded newer image for alpine:3.12 21:18:30 ---> 88dd2752d2ea 21:18:30 Step 11/21 : RUN apk add --update --no-cache curl 21:18:30 Status: Image is up to date for alpine:3.12 21:18:30 ---> 88dd2752d2ea 21:18:30 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:18:31 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 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:18:35 ---> Running in 31236b149dce 21:18:35 ---> Running in 82d8d1aea5b8 21:18:35 Removing intermediate container f6ae548c7597 21:18:35 ---> 6b0bbff00834 21:18:35 21:18:35 Step 10/22 : FROM alpine:3.12 21:18:35 ---> 88dd2752d2ea 21:18:35 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:18:35 Removing intermediate container 0254d03ec84d 21:18:35 ---> 4ab1eb72ad9e 21:18:35 21:18:35 Step 10/23 : FROM alpine:3.12 21:18:35 ---> 88dd2752d2ea 21:18:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:18:35 ---> Running in 6ca48c47b498 21:18:35 Removing intermediate container 82d8d1aea5b8 21:18:35 ---> 05dfaac62601 21:18:35 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:18:35 ---> Running in aa08a6f58fdb 21:18:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:18:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:18:35 ---> Running in 2216913c7ff1 21:18:35 (1/4) Installing ca-certificates (20191127-r4) 21:18:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:18:35 (3/4) Installing libcurl (7.69.1-r3) 21:18:35 (4/4) Installing curl (7.69.1-r3) 21:18:35 Executing busybox-1.31.1-r19.trigger 21:18:35 Executing ca-certificates-20191127-r4.trigger 21:18:35 OK: 7 MiB in 18 packages 21:18:36 Removing intermediate container a6636612a169 21:18:36 ---> 9cdb11e1b0e2 21:18:36 21:18:36 Step 11/26 : FROM docker:20.10.0 21:18:36 20.10.0: Pulling from library/docker 21:18:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:18:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:18:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:18:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:18:37 (1/1) Installing dumb-init (1.2.2-r1) 21:18:37 Executing busybox-1.31.1-r19.trigger 21:18:37 OK: 6 MiB in 15 packages 21:18:37 (1/1) Installing dumb-init (1.2.2-r1) 21:18:37 Executing busybox-1.31.1-r19.trigger 21:18:37 OK: 6 MiB in 15 packages 21:18:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:18:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:18:37 (1/2) Installing dumb-init (1.2.2-r1) 21:18:37 (2/2) Installing su-exec (0.2-r1) 21:18:37 Executing busybox-1.31.1-r19.trigger 21:18:37 OK: 6 MiB in 16 packages 21:18:37 Removing intermediate container 31236b149dce 21:18:37 ---> 8cb48016128f 21:18:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:18:38 ---> Running in 6dde3e03c15a 21:18:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:18:38 Removing intermediate container 6dde3e03c15a 21:18:38 ---> 06ea25229db7 21:18:38 Step 13/21 : WORKDIR /edgex 21:18:38 ---> Running in 604eaa12e329 21:18:38 Removing intermediate container 6ca48c47b498 21:18:38 ---> 1449cd2d844b 21:18:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:18:38 Removing intermediate container aa08a6f58fdb 21:18:38 ---> dbf4a0e4951b 21:18:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:18:38 Removing intermediate container 2216913c7ff1 21:18:38 ---> 1c164ca8038f 21:18:38 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:18:39 ---> Running in 75ed26017fdb 21:18:39 ---> Running in 9f1dc9a58edd 21:18:39 ---> Running in 579ea587c059 21:18:39 Removing intermediate container 604eaa12e329 21:18:39 ---> 3cc85d619b4b 21:18:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:18:40 Removing intermediate container 75ed26017fdb 21:18:40 ---> fdbfb0ff73d3 21:18:40 Step 13/22 : ENV APP_PORT=48085 21:18:41 ---> Running in f3371d186a8f 21:18:41 Removing intermediate container 9f1dc9a58edd 21:18:41 ---> 4e1ed33d72c2 21:18:41 Step 13/23 : ENV APP_PORT=48081 21:18:41 Removing intermediate container 579ea587c059 21:18:41 ---> 336fba85f6c0 21:18:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:18:41 ---> 49e5d3f2e81a 21:18:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:18:41 ---> Running in c648626ff041 21:18:41 ---> Running in 4d6869a187a7 21:18:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:18:42 Removing intermediate container f3371d186a8f 21:18:42 ---> f79e59c6b963 21:18:42 Step 14/22 : EXPOSE $APP_PORT 21:18:42 ---> Running in c729e7561120 21:18:42 Removing intermediate container c648626ff041 21:18:42 ---> d620d2a0ada9 21:18:42 Step 14/23 : EXPOSE $APP_PORT 21:18:42 Removing intermediate container 4d6869a187a7 21:18:42 ---> bce277f7a360 21:18:42 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:18:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:18:42 ---> f393d6585983 21:18:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:18:42 ---> Running in 73a75488d6c5 21:18:42 ---> Running in 1824b8ce1222 21:18:42 Removing intermediate container c729e7561120 21:18:42 ---> deaddec3698f 21:18:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:18:42 Removing intermediate container 73a75488d6c5 21:18:42 ---> cc507ce82b83 21:18:42 Step 15/23 : WORKDIR / 21:18:43 ---> Running in d948a6d8767d 21:18:43 ---> 9f778226db17 21:18:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:18:43 ---> 62eba7d77ddc 21:18:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:18:43 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:18:43 ---> Running in cbca24a33290 21:18:43 Status: Downloaded newer image for docker:20.10.0 21:18:43 ---> aefe523efa57 21:18:43 Step 12/26 : RUN apk add --no-cache bash 21:18:43 Removing intermediate container d948a6d8767d 21:18:43 ---> 0cc6477a9473 21:18:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:18:43 ---> Running in 3ce6a920b7b1 21:18:43 Removing intermediate container cbca24a33290 21:18:43 ---> d58dba7e16f0 21:18:43 Step 18/21 : CMD ["--init=true"] 21:18:43 ---> Running in 8ffaef00cbcf 21:18:43 ---> 291554ce34d0 21:18:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:18:43 ---> 95bab11db93d 21:18:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:18:44 Removing intermediate container 8ffaef00cbcf 21:18:44 ---> efd47cda28bc 21:18:44 Step 19/21 : LABEL arch=x86_64 21:18:44 ---> ae09f433de1d 21:18:44 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:18:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:18:44 ---> Running in 9f6a285ec530 21:18:44 Removing intermediate container 1824b8ce1222 21:18:44 ---> 3a1b95df6e79 21:18:44 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:18:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:18:44 ---> Running in 06d58d7ea0e4 21:18:44 ---> Running in 6ebde4c1fc95 21:18:44 (1/2) Installing readline (8.0.4-r0) 21:18:44 ---> 7e537be0ec19 21:18:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:18:44 (2/2) Installing bash (5.0.17-r0) 21:18:44 Executing bash-5.0.17-r0.post-install 21:18:44 Executing busybox-1.31.1-r19.trigger 21:18:44 OK: 12 MiB in 22 packages 21:18:44 Removing intermediate container 9f6a285ec530 21:18:44 ---> 70719419f908 21:18:44 Step 20/21 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:18:44 ---> Running in 504e512300fa 21:18:44 Removing intermediate container 06d58d7ea0e4 21:18:44 ---> 4108cee2c7b9 21:18:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:18:45 Removing intermediate container 6ebde4c1fc95 21:18:45 ---> 6d920f9f3530 21:18:45 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:18:45 ---> d0d42a7913f3 21:18:45 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:18:45 ---> Running in 95dd1157f168 21:18:45 ---> Running in 2e3d59f3edfe 21:18:45 Removing intermediate container 504e512300fa 21:18:45 ---> beddf8513ecf 21:18:45 Step 21/21 : LABEL version=0.0.0 21:18:45 ---> 85fb88efe9d7 21:18:45 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:18:45 Removing intermediate container 95dd1157f168 21:18:45 ---> a4c905f3e08a 21:18:45 Step 20/22 : LABEL arch=x86_64 21:18:45 Removing intermediate container 3ce6a920b7b1 21:18:45 ---> 3f19308bdf2f 21:18:45 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:18:45 ---> Running in 397da9387dd6 21:18:45 ---> Running in a3b9d9ef0cb0 21:18:45 Removing intermediate container 2e3d59f3edfe 21:18:45 ---> 07004e1b683b 21:18:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:18:46 ---> Running in 7b796005f399 21:18:46 ---> Running in 1eb2d06673d4 21:18:46 ---> Running in 17aa3dd98bc6 21:18:46 Removing intermediate container 397da9387dd6 21:18:46 ---> 1b4d44243ff4 21:18:46 21:18:46 Removing intermediate container 7b796005f399 21:18:46 ---> 022dbc3aa722 21:18:46 Step 21/22 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:18:46 Removing intermediate container 1eb2d06673d4 21:18:46 ---> 09ae466ea514 21:18:46 Step 14/26 : ENV APP_PORT=48090 21:18:46 Removing intermediate container 17aa3dd98bc6 21:18:46 ---> 166d07e3706d 21:18:46 Step 21/23 : LABEL arch=x86_64 21:18:46 ---> Running in 03a100b8600b 21:18:46 Successfully built 1b4d44243ff4 21:18:46 ---> Running in 3c219a3b49d6 21:18:46 ---> Running in 106594b688a0 21:18:46 Successfully tagged docker-security-proxy-setup-go:latest 21:18:46 Building docker-core-command-go 21:18:46  Building docker-security-proxy-setup-go ... done Removing intermediate container 03a100b8600b 21:18:46 ---> 0be9528c74e7 21:18:46 Step 22/22 : LABEL version=0.0.0 21:18:47 ---> Running in 87ab77cc25ca 21:18:47 Removing intermediate container 3c219a3b49d6 21:18:47 ---> 77c12386f3d9 21:18:47 Step 15/26 : EXPOSE $APP_PORT 21:18:47 Removing intermediate container 106594b688a0 21:18:47 ---> b7eca3481b48 21:18:47 Step 22/23 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:18:47 ---> Running in 6b14cd62da39 21:18:47 ---> Running in 92eb09cfdc3f 21:18:48 Removing intermediate container 87ab77cc25ca 21:18:48 ---> 4607aca6263c 21:18:48 21:18:49 Successfully built 4607aca6263c 21:18:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:18:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:18:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:18:50 Successfully tagged docker-support-scheduler-go:latest 21:18:50  Building docker-support-scheduler-go ... done Building docker-core-data-go 21:18:51 Removing intermediate container a3b9d9ef0cb0 21:18:51 ---> cd6d3e0a1d49 21:18:51 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:18:52 Removing intermediate container 6b14cd62da39 21:18:52 ---> 198c1aa1d1b0 21:18:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:18:52 Removing intermediate container 92eb09cfdc3f 21:18:52 ---> 24d307333f63 21:18:52 Step 23/23 : LABEL version=0.0.0 21:18:54 ---> 1312420dd9f7 21:18:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:18:55 ---> Running in 7255bca776e3 21:18:56 ---> 5ba15166367e 21:18:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:18:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.317s coverage: 45.9% of statements 21:18:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:18:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:18:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:18:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:18:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:18:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:18:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.132s coverage: 19.8% of statements 21:18:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.241s coverage: 100.0% of statements 21:18:57 ---> 02d7f8b84f43 21:18:57 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:18:57 Removing intermediate container 7255bca776e3 21:18:57 ---> 1f15cfaf2acf 21:18:57 21:18:57 ---> 0ff4c0ff7ed1 21:18:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:18:58 Successfully built 1f15cfaf2acf 21:18:58 Successfully tagged docker-core-metadata-go:latest 21:18:58  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 21:18:58 ---> 732427892a7f 21:18:58 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:19:02 ---> a9d4f94a1a0e 21:19:02 Step 19/26 : RUN apk --no-cache add py3-pip 21:19:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.611s coverage: 27.1% of statements 21:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:19:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements 21:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:19:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 21:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:19:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.326s coverage: 71.3% of statements 21:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:19:06 ---> 43dd13d743cc 21:19:06 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:19:06 ---> Running in 87d3697b6fe7 21:19:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:19:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:19:06 ---> 1909486fe2fe 21:19:06 Step 3/23 : WORKDIR /edgex-go 21:19:06 ---> Using cache 21:19:06 ---> 2a86bd86fe2e 21:19:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:19:06 ---> Using cache 21:19:06 ---> 9ed2f70ff295 21:19:06 Step 5/23 : RUN apk add --update --no-cache make git 21:19:08 ---> Running in 3d2221f7e0c5 21:19:08 ---> df8ffafa1ea1 21:19:08 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:19:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:19:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:19:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:19:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:19:09 ---> 1909486fe2fe 21:19:09 Step 3/23 : WORKDIR /edgex-go 21:19:09 ---> Using cache 21:19:09 ---> 2a86bd86fe2e 21:19:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:19:09 ---> Using cache 21:19:09 ---> 9ed2f70ff295 21:19:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:19:09 (1/33) Installing libbz2 (1.0.8-r1) 21:19:09 (2/33) Installing expat (2.2.9-r1) 21:19:09 (3/33) Installing libffi (3.3-r2) 21:19:09 (4/33) Installing gdbm (1.13-r1) 21:19:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.597s coverage: 82.9% of statements 21:19:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:19:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:19:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.159s coverage: 78.9% of statements 21:19:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:19:11 (5/33) Installing xz-libs (5.2.5-r0) 21:19:11 (6/33) Installing sqlite-libs (3.32.1-r0) 21:19:11 (7/33) Installing python3 (3.8.8-r0) 21:19:11 ---> Running in 08d5f8a4b39d 21:19:12 ---> Running in 2261132e75b2 21:19:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:19:13 Removing intermediate container 08d5f8a4b39d 21:19:13 ---> 3eb38e745315 21:19:13 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:19:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:19:14 (8/33) Installing py3-appdirs (1.4.4-r1) 21:19:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:19:14 (10/33) Installing py3-parsing (2.4.7-r0) 21:19:14 (11/33) Installing py3-six (1.15.0-r0) 21:19:15 (12/33) Installing py3-packaging (20.4-r0) 21:19:15 OK: 233 MiB in 51 packages 21:19:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:19:15 (13/33) Installing py3-setuptools (47.0.0-r0) 21:19:15 (14/33) Installing py3-chardet (3.0.4-r4) 21:19:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:19:16 (15/33) Installing py3-idna (2.9-r0) 21:19:16 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:19:16 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:19:17 OK: 233 MiB in 51 packages 21:19:17 (18/33) Installing py3-requests (2.23.0-r0) 21:19:17 (19/33) Installing py3-msgpack (1.0.0-r0) 21:19:18 (20/33) Installing py3-lockfile (0.12.2-r3) 21:19:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:19:19 (22/33) Installing py3-colorama (0.4.3-r0) 21:19:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:19:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:19:19 ---> 1909486fe2fe 21:19:19 Step 3/24 : WORKDIR /edgex-go 21:19:19 ---> Using cache 21:19:19 ---> 2a86bd86fe2e 21:19:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:19:19 ---> Using cache 21:19:19 ---> 9ed2f70ff295 21:19:19 Step 5/24 : RUN apk add --update --no-cache make git 21:19:20 (23/33) Installing py3-distlib (0.3.0-r0) 21:19:20 ---> 5b93f29ba5db 21:19:20 Step 26/31 : RUN chmod +x /entrypoint.sh 21:19:20 (24/33) Installing py3-distro (1.5.0-r1) 21:19:20 (25/33) Installing py3-webencodings (0.5.1-r3) 21:19:20 (26/33) Installing py3-html5lib (1.0.1-r4) 21:19:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.299s coverage: 28.6% of statements 21:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:19:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.186s coverage: 100.0% of statements 21:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:19:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements 21:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:19:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.381s coverage: 86.7% of statements 21:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:19:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.453s coverage: 97.5% of statements 21:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:19:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements 21:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:19:20 (27/33) Installing py3-pytoml (0.1.21-r0) 21:19:20 (28/33) Installing py3-pep517 (0.8.2-r0) 21:19:20 (29/33) Installing py3-progress (1.5-r0) 21:19:20 (30/33) Installing py3-toml (0.10.1-r0) 21:19:20 ---> Running in 0895d17d077b 21:19:20 (31/33) Installing py3-retrying (1.3.3-r0) 21:19:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:19:20 (33/33) Installing py3-pip (20.1.1-r0) 21:19:21 ---> Running in eb9a9e0c5c45 21:19:21 Removing intermediate container 3d2221f7e0c5 21:19:21 ---> bd575ed761bd 21:19:21 Step 6/23 : COPY go.mod . 21:19:21 Executing busybox-1.31.1-r19.trigger 21:19:21 OK: 71 MiB in 55 packages 21:19:22 Removing intermediate container 2261132e75b2 21:19:22 ---> 3e359febfbae 21:19:22 Step 6/23 : COPY go.mod . 21:19:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:19:22 ---> 7da7c5b83f1e 21:19:22 Step 7/23 : RUN go mod download 21:19:22 ---> Running in c07240ed9fac 21:19:22 ---> 6531a30dca9b 21:19:22 Step 7/23 : RUN go mod download 21:19:23 ---> Running in 962310473aad 21:19:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:19:23 OK: 233 MiB in 51 packages 21:19:24 Removing intermediate container eb9a9e0c5c45 21:19:24 ---> 55f5c5eb1df7 21:19:24 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:19:25 ---> Running in 06374542191a 21:19:27 Removing intermediate container 06374542191a 21:19:27 ---> e5bcd353944c 21:19:27 Step 28/31 : CMD ["gate"] 21:19:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.251s coverage: 92.8% of statements 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:19:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:19:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 0.1% of statements 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:19:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:19:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements 21:19:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.090s coverage: 79.5% of statements 21:19:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements 21:19:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements 21:19:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements 21:19:28 Removing intermediate container 0895d17d077b 21:19:28 ---> 1a92a1d9d14a 21:19:28 Step 6/24 : COPY go.mod . 21:19:28 ---> Running in 7f036c49cf32 21:19:28 Removing intermediate container c07240ed9fac 21:19:28 ---> 01b41e4cb161 21:19:28 Step 8/23 : COPY . . 21:19:28 Removing intermediate container 962310473aad 21:19:28 ---> 522004c5c07f 21:19:28 Step 8/23 : COPY . . 21:19:29 Removing intermediate container 87d3697b6fe7 21:19:29 ---> b15e3473a57c 21:19:29 Step 20/26 : RUN pip install docker-compose==1.23.2 21:19:29 Removing intermediate container 7f036c49cf32 21:19:29 ---> 480d40512303 21:19:29 Step 29/31 : LABEL arch=x86_64 21:19:29 ---> Running in bf91bfcdf07e 21:19:31 ---> 23db1a289bd1 21:19:31 Step 7/24 : RUN go mod download 21:19:34 ---> Running in c3a3ddce9944 21:19:35 ---> Running in 0d3d354eb802 21:19:36 Removing intermediate container c3a3ddce9944 21:19:36 ---> d099f6f56d10 21:19:36 Step 30/31 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:19:40 ---> Running in e75fc06f9bbc 21:19:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements 21:19:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements 21:19:44 Collecting docker-compose==1.23.2 21:19:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:19:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:19:45 Removing intermediate container e75fc06f9bbc 21:19:45 ---> 41a08c915531 21:19:45 Step 31/31 : LABEL version=0.0.0 21:19:45 Collecting texttable<0.10,>=0.9.0 21:19:45 Downloading texttable-0.9.1.tar.gz (11 kB) 21:19:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.258s coverage: 81.9% of statements 21:19:46 Removing intermediate container 0d3d354eb802 21:19:46 ---> 506260b719d6 21:19:46 Step 8/24 : COPY . . 21:19:47 ---> Running in e52487cb70e9 21:19:50 Collecting docker<4.0,>=3.6.0 21:19:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:19:52 Collecting jsonschema<3,>=2.5.1 21:19:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:19:54 Collecting docopt<0.7,>=0.6.1 21:19:54 Downloading docopt-0.6.2.tar.gz (25 kB) 21:19:54 Removing intermediate container e52487cb70e9 21:19:54 ---> cf32ca6c1aa7 21:19:54 21:19:55 Successfully built cf32ca6c1aa7 21:19:56 Successfully tagged docker-security-bootstrapper-go:latest 21:19:56 Building docker-support-notifications-go 21:19:56  Building docker-security-bootstrapper-go ... done Collecting cached-property<2,>=1.2.0 21:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.118s coverage: 92.9% of statements 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 21:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 21:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.159s coverage: 84.6% of statements 21:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.6% of statements 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.546s coverage: 62.4% of statements 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 21:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements 21:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 21:19:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:19:56 ---> 66d2e3e40796 21:19:56 Step 9/23 : RUN make cmd/core-data/core-data 21:19:56 ---> 3b06df107b50 21:19:56 Step 9/23 : RUN make cmd/core-command/core-command 21:19:56 Collecting websocket-client<1.0,>=0.32.0 21:19:56 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:19:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements 21:19:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 21:19:58 Collecting dockerpty<0.5,>=0.4.1 21:19:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:19:59 ---> Running in 1a658a6ce0c3 21:19:59 ---> Running in 59c1423ba4dc 21:20:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:20:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:20:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.866s coverage: 69.0% of statements 21:20:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:20:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:20:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:20:01 Collecting PyYAML<4,>=3.10 21:20:01 Downloading PyYAML-3.13.tar.gz (270 kB) 21:20:01 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 21:20:01 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 21:20:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 38.4% of statements 21:20:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:20:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:20:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements 21:20:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:20:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements 21:20:03 Collecting docker-pycreds>=0.4.0 21:20:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:20:03 Collecting idna<2.8,>=2.5 21:20:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:20: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) 21:20:03 Collecting urllib3<1.25,>=1.21.1 21:20:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:20: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) 21:20:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:20:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:20:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:20:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:20:04 Installing collected packages: texttable, docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, docopt, cached-property, dockerpty, PyYAML, docker-compose 21:20:04 Running setup.py install for texttable: started 21:20:05 Running setup.py install for texttable: finished with status 'done' 21:20:05 Attempting uninstall: idna 21:20:05 Found existing installation: idna 2.9 21:20:05 Uninstalling idna-2.9: 21:20:05 Successfully uninstalled idna-2.9 21:20:06 Attempting uninstall: urllib3 21:20:06 Found existing installation: urllib3 1.25.9 21:20:06 Uninstalling urllib3-1.25.9: 21:20:07 Successfully uninstalled urllib3-1.25.9 21:20:08 Attempting uninstall: requests 21:20:08 Found existing installation: requests 2.23.0 21:20:08 Uninstalling requests-2.23.0: 21:20:08 Successfully uninstalled requests-2.23.0 21:20:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.459s coverage: 47.0% of statements 21:20:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:20:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:20:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:20:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:20:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:20:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements 21:20:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:20:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements 21:20:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:20:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:20:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:20:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:20:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.458s coverage: 87.1% of statements 21:20:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:20:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:20:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:20:13 Running setup.py install for docopt: started 21:20:13 ---> 8417e88219fb 21:20:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:20:13 ---> Running in 55533e31deed 21:20:14 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 21:20:15 Running setup.py install for docopt: finished with status 'done' 21:20:15 Running setup.py install for dockerpty: started 21:20:16 Running setup.py install for dockerpty: finished with status 'done' 21:20:16 Running setup.py install for PyYAML: started 21:20:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.549s coverage: 29.1% of statements 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:20:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:20:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:20:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.274s coverage: 96.5% of statements 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:20:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:20:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:20:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:20:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:20:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 21:20:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 21:20:17 Running setup.py install for PyYAML: finished with status 'done' 21:20:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 21:20:18 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 21:20:19 GO111MODULE=on go vet ./... 21:20:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:20:19 ---> 1909486fe2fe 21:20:19 Step 3/22 : WORKDIR /edgex-go 21:20:19 ---> Using cache 21:20:19 ---> 2a86bd86fe2e 21:20:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:19 ---> Using cache 21:20:19 ---> 9ed2f70ff295 21:20:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:20:21 ---> Running in efa7219615ab 21:20:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:20:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:20:24 OK: 233 MiB in 51 packages 21:20:25 Removing intermediate container bf91bfcdf07e 21:20:25 ---> 6efbbbd7e687 21:20:25 Step 21/26 : RUN apk --no-cache add curl 21:20:25 ---> Running in e822d11e7c09 21:20:26 Removing intermediate container efa7219615ab 21:20:26 ---> 8247bc6ebac2 21:20:26 Step 6/22 : COPY go.mod . 21:20:26 ---> 239218392d79 21:20:26 Step 7/22 : RUN go mod download 21:20:27 ---> Running in 096e70e86084 21:20:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:20:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:20:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:20:27 (2/3) Installing libcurl (7.69.1-r3) 21:20:27 (3/3) Installing curl (7.69.1-r3) 21:20:27 Executing busybox-1.31.1-r19.trigger 21:20:27 OK: 72 MiB in 58 packages 21:20:28 Removing intermediate container e822d11e7c09 21:20:28 ---> a40e5959973f 21:20:28 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:20:28 ---> Running in a5c127334c5d 21:20:28 Removing intermediate container a5c127334c5d 21:20:28 ---> be1195d1c96d 21:20:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:20:29 ---> Running in 88568c42117a 21:20:29 Removing intermediate container 88568c42117a 21:20:29 ---> de25691a968f 21:20:29 Step 24/26 : LABEL arch=x86_64 21:20:29 Removing intermediate container 096e70e86084 21:20:29 ---> aebf4c1ea580 21:20:29 Step 8/22 : COPY . . 21:20:29 ---> Running in dad10361ef32 21:20:29 Removing intermediate container dad10361ef32 21:20:29 ---> 9f962e8721e4 21:20:29 Step 25/26 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:20:30 ---> Running in 9d6d3efee7ad 21:20:35 Removing intermediate container 9d6d3efee7ad 21:20:35 ---> 63820770b961 21:20:35 Step 26/26 : LABEL version=0.0.0 21:20:39 ---> Running in 68f5c241a5a4 21:20:41 Removing intermediate container 68f5c241a5a4 21:20:41 ---> 137c6c4a3b07 21:20:41 21:20:41 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 21:20:41 Successfully built 137c6c4a3b07 21:20:41 Successfully tagged docker-sys-mgmt-agent-go:latest 21:20:45  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 59c1423ba4dc 21:20:45 ---> 396e8c3002a4 21:20:45 21:20:45 Step 10/23 : FROM alpine:3.12 21:20:45 ---> 88dd2752d2ea 21:20:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:20:45 ---> Using cache 21:20:45 ---> dbf4a0e4951b 21:20:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:20:45 ---> Using cache 21:20:45 ---> 4e1ed33d72c2 21:20:45 Step 13/23 : ENV APP_PORT=48082 21:20:51 ---> Running in e91da09ac24c 21:20:54 Removing intermediate container e91da09ac24c 21:20:54 ---> 1ace6cd89d26 21:20:54 Step 14/23 : EXPOSE $APP_PORT 21:20:55 Removing intermediate container 1a658a6ce0c3 21:20:55 ---> bc93c20701b2 21:20:55 21:20:55 Step 10/23 : FROM alpine:3.12 21:20:55 ---> 88dd2752d2ea 21:20:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:20:58 ---> Running in 499a56e34833 21:20:58 ---> Running in 89077b112f80 21:20:58 Removing intermediate container 55533e31deed 21:20:58 ---> 9a5e5ef7b89b 21:20:58 21:20:58 Step 10/24 : FROM alpine:3.12 21:20:58 ---> 88dd2752d2ea 21:20:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:20:58 ---> ad975d0c238e 21:20:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:20:58 ---> Running in 6d9358be1ec5 21:20:58 Removing intermediate container 499a56e34833 21:20:58 ---> dec1a0ea6815 21:20:58 Step 15/23 : WORKDIR / 21:20:58 Removing intermediate container 89077b112f80 21:20:58 ---> dca3a26f3d51 21:20:58 Step 12/23 : ENV APP_PORT=48080 21:20:58 ---> Running in 02469050851d 21:20:58 ---> Running in a261422e5421 21:20:58 ---> Running in 577e47220355 21:20:58 Removing intermediate container a261422e5421 21:20:58 ---> 51497dd63288 21:20:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:20:58 Removing intermediate container 577e47220355 21:20:58 ---> e6ec610e83a3 21:20:58 Step 13/23 : EXPOSE $APP_PORT 21:20:59 ---> Running in 1e8583159ec4 21:20:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:20:59 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 21:20:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:20:59 ---> 60b3bf2859a4 21:20:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:20:59 Removing intermediate container 1e8583159ec4 21:20:59 ---> 70a6df882049 21:20:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:59 ---> Running in e5834153a56d 21:20:59 (1/5) Installing ca-certificates (20191127-r4) 21:20:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:20:59 (3/5) Installing libcurl (7.69.1-r3) 21:20:59 (4/5) Installing curl (7.69.1-r3) 21:20:59 (5/5) Installing dumb-init (1.2.2-r1) 21:20:59 Executing busybox-1.31.1-r19.trigger 21:20:59 Executing ca-certificates-20191127-r4.trigger 21:20:59 OK: 7 MiB in 19 packages 21:21:00 ---> 6f95c8642cec 21:21:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:21:01 ---> 003fcdc72bdb 21:21:01 Step 19/23 : ENTRYPOINT ["/core-command"] 21:21:01 ---> Running in 06776ffe2c15 21:21:01 Removing intermediate container 6d9358be1ec5 21:21:01 ---> bc59cb312157 21:21:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:21:02 ---> Running in 9b969c8772ee 21:21:02 Removing intermediate container e5834153a56d 21:21:02 ---> 70b63d464965 21:21:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:21:02 Removing intermediate container 06776ffe2c15 21:21:02 ---> 7a6753f756d6 21:21:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:21:02 ---> Running in ddcb011fdffc 21:21:03 ---> Running in f06f6b2ff96e 21:21:03 Removing intermediate container 9b969c8772ee 21:21:03 ---> 2720d5f68b37 21:21:03 Step 13/24 : WORKDIR / 21:21:03 ---> Running in 9e2f3626ca1b 21:21:03 Removing intermediate container f06f6b2ff96e 21:21:03 ---> 0fdf02c62355 21:21:03 Step 21/23 : LABEL arch=x86_64 21:21:03 ---> Running in 673fd210a5c4 21:21:04 Removing intermediate container 9e2f3626ca1b 21:21:04 ---> 3e2f380450c3 21:21:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:21:04 Removing intermediate container 673fd210a5c4 21:21:04 ---> 63bf03fbbbba 21:21:04 Step 22/23 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:21:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:04 ---> Running in cf6fd5d6e850 21:21:04 ---> fe6ef3cd0b71 21:21:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:21:04 Removing intermediate container cf6fd5d6e850 21:21:04 ---> 19ee6b371477 21:21:04 Step 23/23 : LABEL version=0.0.0 21:21:04 ---> Running in d6595405341d 21:21:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:05 ---> e5d3357cc2de 21:21:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:21:05 Removing intermediate container d6595405341d 21:21:05 ---> 9bb8ad86ecc9 21:21:05 21:21:05 Successfully built 9bb8ad86ecc9 21:21:05 Successfully tagged docker-core-command-go:latest 21:21:05  Building docker-core-command-go ... done  ---> 549067cbaabc 21:21:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:21:05 (1/6) Installing dumb-init (1.2.2-r1) 21:21:05 (2/6) Installing libgcc (9.3.0-r2) 21:21:05 (3/6) Installing libsodium (1.0.18-r0) 21:21:05 (4/6) Installing libstdc++ (9.3.0-r2) 21:21:06 (5/6) Installing libzmq (4.3.3-r0) 21:21:06 ---> c312b8529ae7 21:21:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:21:06 (6/6) Installing zeromq (4.3.3-r0) 21:21:06 Executing busybox-1.31.1-r19.trigger 21:21:06 OK: 8 MiB in 20 packages 21:21:07 ---> 5d0357e1926c 21:21:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:21:07 Removing intermediate container ddcb011fdffc 21:21:07 ---> 044afc016583 21:21:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:21:07 ---> 2645c86598d3 21:21:07 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:21:07 ---> Running in c99941c3e324 21:21:08 ---> 77119ba34470 21:21:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:21:09 ---> f2dcb9f3d488 21:21:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:21:09 ---> d606a8782853 21:21:09 Step 19/23 : ENTRYPOINT ["/core-data"] 21:21:10 Removing intermediate container c99941c3e324 21:21:10 ---> 880d7f3dffba 21:21:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:21:10 ---> Running in ba56be248934 21:21:10 ---> Running in 9b30fe753f9d 21:21:10 Removing intermediate container ba56be248934 21:21:10 ---> cf838c4a87f9 21:21:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:21:10 ---> Running in 94c8f958c5b0 21:21:10 Removing intermediate container 9b30fe753f9d 21:21:10 ---> f2c36c1dc93f 21:21:10 Step 22/24 : LABEL arch=x86_64 21:21:10 ---> Running in c318bbcab373 21:21:10 Removing intermediate container 94c8f958c5b0 21:21:10 ---> 98a218f72d79 21:21:10 Step 21/23 : LABEL arch=x86_64 21:21:10 ---> Running in ed94605c2998 21:21:11 Removing intermediate container c318bbcab373 21:21:11 ---> 424150848cb5 21:21:11 Step 23/24 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:21:11 ---> Running in 1a61a96c5f6f 21:21:11 Removing intermediate container ed94605c2998 21:21:11 ---> 103db0f8d9da 21:21:11 Step 22/23 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:21:11 ---> Running in 8dc733c7aa79 21:21:11 Removing intermediate container 1a61a96c5f6f 21:21:11 ---> 1a02a4c97a9b 21:21:11 Step 24/24 : LABEL version=0.0.0 21:21:11 ---> Running in 6b4ae4e3b9f5 21:21:11 Removing intermediate container 8dc733c7aa79 21:21:11 ---> a022f5f00a4f 21:21:11 Step 23/23 : LABEL version=0.0.0 21:21:12 ---> Running in 89b5f7768441 21:21:12 Removing intermediate container 6b4ae4e3b9f5 21:21:12 ---> f31a52931ce8 21:21:12 21:21:12 Removing intermediate container 89b5f7768441 21:21:12 ---> e55826a58356 21:21:12 21:21:12 Successfully built f31a52931ce8 21:21:12 Successfully tagged docker-security-secretstore-setup-go:latest 21:21:12  Building docker-security-secretstore-setup-go ... done Successfully built e55826a58356 21:21:12 Successfully tagged docker-core-data-go:latest 21:21:14  Building docker-core-data-go ... done Removing intermediate container 02469050851d 21:21:14 ---> 2aab55af8590 21:21:14 21:21:14 Step 10/22 : FROM alpine:3.12 21:21:14 ---> 88dd2752d2ea 21:21:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:21:14 ---> Running in 3ac2abaf6443 21:21:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:15 (1/2) Installing ca-certificates (20191127-r4) 21:21:15 (2/2) Installing dumb-init (1.2.2-r1) 21:21:15 Executing busybox-1.31.1-r19.trigger 21:21:15 Executing ca-certificates-20191127-r4.trigger 21:21:15 OK: 6 MiB in 16 packages 21:21:16 Removing intermediate container 3ac2abaf6443 21:21:16 ---> 1baf754da611 21:21:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:21:16 ---> Running in 69cd38eea69e 21:21:16 Removing intermediate container 69cd38eea69e 21:21:16 ---> f64ba8ab2d9f 21:21:16 Step 13/22 : ENV APP_PORT=48060 21:21:16 ---> Running in 7270269fa031 21:21:16 Removing intermediate container 7270269fa031 21:21:16 ---> a21cd7283935 21:21:16 Step 14/22 : EXPOSE $APP_PORT 21:21:16 ---> Running in 6537871ba76d 21:21:16 Removing intermediate container 6537871ba76d 21:21:16 ---> 30c11cd1d532 21:21:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:21:17 ---> 0ab976909669 21:21:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:21:17 ---> bcb37e2f8621 21:21:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:21:17 ---> e42bb1e1be01 21:21:17 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:21:17 ---> Running in a15419e7c004 21:21:18 Removing intermediate container a15419e7c004 21:21:18 ---> 04e7a09f7d14 21:21:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:21:18 ---> Running in 984764b49fb5 21:21:18 Removing intermediate container 984764b49fb5 21:21:18 ---> 9f04776aa386 21:21:18 Step 20/22 : LABEL arch=x86_64 21:21:18 ---> Running in 442cdb1b65df 21:21:18 Removing intermediate container 442cdb1b65df 21:21:18 ---> d8a60c35dc41 21:21:18 Step 21/22 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:21:18 ---> Running in 76d09c43b8f2 21:21:18 Removing intermediate container 76d09c43b8f2 21:21:18 ---> d337bc57ceb0 21:21:18 Step 22/22 : LABEL version=0.0.0 21:21:18 ---> Running in 515c0eff9a8d 21:21:19 Removing intermediate container 515c0eff9a8d 21:21:19 ---> 6915cc120fdf 21:21:19 21:21:19 Successfully built 6915cc120fdf 21:21:19 Successfully tagged docker-support-notifications-go:latest 21:21:19  Building docker-support-notifications-go ... done  [Pipeline] } 21:21:19 $ docker stop --time=1 ae11ccf607f9d7de7d0dc9143cf9bd04c9d828476e5089d33b9d8601ad9a15b3 21:21:21 $ docker rm -f ae11ccf607f9d7de7d0dc9143cf9bd04c9d828476e5089d33b9d8601ad9a15b3 [Pipeline] // withDockerContainer [Pipeline] sh 21:21:23 + docker images 21:21:23 + grep docker 21:21:24 docker-support-notifications-go latest 6915cc120fdf 4 seconds ago 17.8MB 21:21:24 docker-core-data-go latest e55826a58356 11 seconds ago 22.6MB 21:21:24 docker-security-secretstore-setup-go latest f31a52931ce8 12 seconds ago 24.9MB 21:21:24 docker-core-command-go latest 9bb8ad86ecc9 19 seconds ago 17.2MB 21:21:24 docker-sys-mgmt-agent-go latest 137c6c4a3b07 43 seconds ago 313MB 21:21:24 docker-security-bootstrapper-go latest cf32ca6c1aa7 About a minute ago 18.8MB 21:21:24 docker-core-metadata-go latest 1f15cfaf2acf 2 minutes ago 19MB 21:21:24 docker-support-scheduler-go latest 4607aca6263c 2 minutes ago 17.3MB 21:21:24 docker-security-proxy-setup-go latest 1b4d44243ff4 2 minutes ago 24.7MB 21:21:24 docker 20.10.0 aefe523efa57 3 months ago 240MB [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] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:21:39 Still waiting to schedule task 21:21:39 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:21:41 gofmt -l . 21:21:41 [ "`gofmt -l .`" = "" ] 21:21:43 ./bin/test-go-mod-tidy.sh 21:21:44 ./bin/test-attribution-txt.sh [Pipeline] sh 21:21:47 + ls -al . 21:21:47 total 788 21:21:47 drwxrwxr-x 9 1001 1001 4096 Mar 18 21:21 . 21:21:47 drwxr-xr-x 4 root root 4096 Mar 18 21:17 .. 21:21:47 -rw-rw-r-- 1 1001 1001 11 Mar 18 21:15 .dockerignore 21:21:47 drwxrwxr-x 8 1001 1001 4096 Mar 18 21:15 .git 21:21:47 drwxrwxr-x 3 1001 1001 4096 Mar 18 21:15 .github 21:21:47 -rw-rw-r-- 1 1001 1001 818 Mar 18 21:15 .gitignore 21:21:47 -rw-rw-r-- 1 1001 1001 166 Mar 18 21:15 .sonarcloud.properties 21:21:47 -rw-rw-r-- 1 1001 1001 8607 Mar 18 21:15 Attribution.txt 21:21:47 -rw-rw-r-- 1 1001 1001 3804 Mar 18 21:15 CONTRIBUTING.md 21:21:47 -rw-rw-r-- 1 1001 1001 931 Mar 18 21:15 Dockerfile.build 21:21:47 -rw-rw-r-- 1 1001 1001 863 Mar 18 21:15 Jenkinsfile 21:21:47 -rw-rw-r-- 1 1001 1001 10775 Mar 18 21:15 LICENSE 21:21:47 -rw-rw-r-- 1 1001 1001 5774 Mar 18 21:15 Makefile 21:21:47 -rw-rw-r-- 1 1001 1001 6548 Mar 18 21:15 README.md 21:21:47 -rw-rw-r-- 1 1001 1001 6755 Mar 18 21:15 SECURITY.md 21:21:47 -rw-rw-r-- 1 1001 1001 5 Mar 18 21:12 VERSION 21:21:47 -rw-rw-r-- 1 1001 1001 4131 Mar 18 21:15 ZMQWindows.md 21:21:47 drwxrwxr-x 2 1001 1001 4096 Mar 18 21:15 bin 21:21:47 drwxrwxr-x 14 1001 1001 4096 Mar 18 21:15 cmd 21:21:47 -rw-r--r-- 1 root root 650607 Mar 18 21:20 coverage.out 21:21:47 -rw-r--r-- 1 root root 1055 Mar 18 21:21 go.mod 21:21:47 -rw-r--r-- 1 root root 21981 Mar 18 21:21 go.sum 21:21:47 drwxrwxr-x 8 1001 1001 4096 Mar 18 21:15 internal 21:21:47 drwxrwxr-x 4 1001 1001 4096 Mar 18 21:15 openapi 21:21:47 drwxrwxr-x 4 1001 1001 4096 Mar 18 21:15 snap 21:21:47 -rw-rw-r-- 1 1001 1001 168 Mar 18 21:15 version.go [Pipeline] sh 21:21:48 + '[' -e coverage.out ] 21:21:48 + chown 1001:1001 coverage.out [Pipeline] stash 21:21:48 Warning: overwriting stash ‘coverage-report’ 21:21:49 Stashed 1 file(s) [Pipeline] sh 21:21:50 + make build 21:21:50 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 21:22:05 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 21:22:27 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 21:22:32 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 21:22:35 Running on prd-ubuntu18.04-docker-8c-8g-30362 in /w/workspace/edgexfoundry_edgex-go_PR-3272 [Pipeline] { [Pipeline] ws 21:22:35 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 21:22:38 using credential edgex-jenkins-ssh 21:22:38 Cloning the remote Git repository 21:22:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:22:38 > git init /w/workspace/edgex-go/2 # timeout=10 21:22:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:22:38 > git --version # timeout=10 21:22:38 > git --version # 'git version 2.17.1' 21:22:38 using GIT_SSH to set credentials SSH Credentials for GitHub 21:22:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:22:39 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 21:22:40 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 21:22:45 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 21:22:46 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:22:46 Merge succeeded, producing c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:22:46 Checking out Revision c433a97cf53e5b5d4aee74011f1d830a5f691fbb (PR-3272) 21:22:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:22:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:22:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:22:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:22:45 using GIT_SSH to set credentials SSH Credentials for GitHub 21:22:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3272/head:refs/remotes/origin/PR-3272 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:22:46 > git config core.sparsecheckout # timeout=10 21:22:46 > git checkout -f c433a97cf53e5b5d4aee74011f1d830a5f691fbb # timeout=10 21:22:46 > git remote # timeout=10 21:22:46 > git config --get remote.origin.url # timeout=10 21:22:46 using GIT_SSH to set credentials SSH Credentials for GitHub 21:22:46 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 21:22:46 > git rev-parse HEAD^{commit} # timeout=10 21:22:46 > git config core.sparsecheckout # timeout=10 21:22:46 > git checkout -f c433a97cf53e5b5d4aee74011f1d830a5f691fbb # timeout=10 21:22:50 Commit message: "fix: Added Content-TYpe from REST header to Context" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:22:51 + echo snap-build.sh 21:22:51 snap-build.sh 21:22:51 + SNAP_BASE_DIR=. 21:22:51 + '[' '!' -z /w/workspace/edgex-go/2 ']' 21:22:51 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 21:22:51 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 21:22:51 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 21:22:51 + cd /w/workspace/edgex-go/2 21:22:51 + sudo apt-get remove -qy --purge lxd lxd-client 21:22:51 Reading package lists... 21:22:51 Building dependency tree... 21:22:51 Reading state information... 21:22:52 The following packages were automatically installed and are no longer required: 21:22:52 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:22:52 uidmap xdelta3 21:22:52 Use 'sudo apt autoremove' to remove them. 21:22:52 The following packages will be REMOVED: 21:22:52 lxd* lxd-client* 21:22:52 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:22:52 After this operation, 31.7 MB disk space will be freed. 21:22:54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 21:22:54 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:22:55 Removing lxd dnsmasq configuration 21:22:55 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:22:55 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:22:56 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 21:22:57 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:22:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 21:22:57 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:22:59 Processing triggers for systemd (237-3ubuntu10.42) ... 21:22:59 Processing triggers for ureadahead (0.100.0-21) ... 21:22:59 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 21:23:01 + sudo snap remove --purge lxd 21:23:01 snap "lxd" is not installed 21:23:01 + sudo groupadd --force --system lxd 21:23:01 ++ whoami 21:23:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:23:01 + newgrp - lxd 21:23:01 + sudo snap install lxd 21:23:04 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 21:23:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:23:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:23:22 $ docker stop --time=1 6eff6068e64d2c0f1ca38f577f18bd46abf41673460a259a3a1bed31d55c0d32 21:23:25 $ docker rm -f 6eff6068e64d2c0f1ca38f577f18bd46abf41673460a259a3a1bed31d55c0d32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:23:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:23:27 21:23:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:23:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:23:28 latest: Pulling from edgex-devops/edgex-compose-arm64 21:23:28 29e5d40040c1: Pulling fs layer 21:23:28 1ce36da41761: Pulling fs layer 21:23:28 25b303627fd3: Pulling fs layer 21:23:29 29e5d40040c1: Download complete 21:23:29 1ce36da41761: Verifying Checksum 21:23:29 1ce36da41761: Download complete 21:23:30 29e5d40040c1: Pull complete 21:23:31 1ce36da41761: Pull complete 21:23:31 25b303627fd3: Verifying Checksum 21:23:31 25b303627fd3: Download complete 21:23:41 25b303627fd3: Pull complete 21:23:41 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:23:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:23:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:23:41 prd-ubuntu18.04-docker-arm64-4c-16g-30358 does not seem to be running inside a container 21:23:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:23:45 $ docker top 81d13e2b845464546288f6b7f59b9cdf1cc53c2970d1590eda5a40f2047d29c7 -eo pid,comm [Pipeline] { [Pipeline] sh 21:23:46 + + grepdocker-compose parallel build 21:23:46 --help 21:23:50 --parallel Build images in parallel. [Pipeline] } 21:23:50 $ docker stop --time=1 81d13e2b845464546288f6b7f59b9cdf1cc53c2970d1590eda5a40f2047d29c7 21:23:52 $ docker rm -f 81d13e2b845464546288f6b7f59b9cdf1cc53c2970d1590eda5a40f2047d29c7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:23:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:23:53 . [Pipeline] withDockerContainer 21:23:54 prd-ubuntu18.04-docker-arm64-4c-16g-30358 does not seem to be running inside a container 21:23:54 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:23:55 $ docker top e1845e51e9d796766435cd2f534f530d5e9dd507301e32325972421590c0aafc -eo pid,comm [Pipeline] { [Pipeline] sh 21:23:56 + docker-compose -f ./docker-compose-build.yml build --parallel 21:23:57 2021-03-18T21:23:53Z INFO Waiting for automatic snapd restart... 21:24:01 Building docker-core-command-go ... 21:24:01 Building docker-core-data-go ... 21:24:01 Building docker-core-metadata-go ... 21:24:01 Building docker-security-bootstrapper-go ... 21:24:01 Building docker-security-proxy-setup-go ... 21:24:01 Building docker-security-secretstore-setup-go ... 21:24:01 Building docker-support-notifications-go ... 21:24:01 Building docker-support-scheduler-go ... 21:24:01 Building docker-sys-mgmt-agent-go ... 21:24:01 Building docker-core-data-go 21:24:01 Building docker-security-bootstrapper-go 21:24:01 Building docker-security-secretstore-setup-go 21:24:01 Building docker-security-proxy-setup-go 21:24:01 Building docker-core-metadata-go 21:25:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:25:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:25:22 ---> c003896c600c 21:25:22 Step 3/23 : WORKDIR /edgex-go 21:25:22 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:25:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:25:22 ---> c003896c600c 21:25:22 21:25:22 Step 3/23 : WORKDIR /edgex-goStep 2/24 : FROM ${BUILDER_BASE} AS builder 21:25:22 21:25:22 ---> c003896c600c 21:25:22 Step 3/24 : WORKDIR /edgex-go 21:25:22 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:25:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:25:22 ---> c003896c600c 21:25:22 Step 3/21 : WORKDIR /edgex-go 21:25:22 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:25:22 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:25:22 ---> c003896c600c 21:25:22 Step 3/31 : WORKDIR /edgex-go 21:25:22 ---> Running in 42d962af6b54 21:25:22 ---> Running in 3d6b8a30fefa 21:25:22 ---> Running in b48902743377 21:25:22 ---> Running in ee694ae44181 21:25:22 ---> Running in 1c5984b84ac8 21:25:22 Removing intermediate container 1c5984b84ac8 21:25:22 ---> 0573ba353029 21:25:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:25:22 Removing intermediate container 3d6b8a30fefa 21:25:22 ---> 6116650c61e5 21:25:22 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:25:22 Removing intermediate container ee694ae44181 21:25:22 ---> 94994dad1b72 21:25:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:25:22 Removing intermediate container 42d962af6b54 21:25:22 Removing intermediate container b48902743377 21:25:22 ---> 96e5afd93a3c 21:25:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:25:22 ---> aa840626df76 21:25:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:25:22 ---> Running in 037003155f67 21:25:22 ---> Running in f88ac88ab6de 21:25:22 ---> Running in 1fadfb77d51c 21:25:22 ---> Running in 48bc19fdafc5 21:25:22 ---> Running in 5f52257d64a5 21:25:22 Removing intermediate container f88ac88ab6de 21:25:22 ---> 68e4a93b1983 21:25:22 Step 5/24 : RUN apk add --update --no-cache make git 21:25:22 ---> Running in de6b10e314cb 21:25:22 Removing intermediate container 037003155f67 21:25:22 ---> 30fc830e5393 21:25:22 Step 5/31 : RUN apk add --update --no-cache make git 21:25:22 Removing intermediate container 5f52257d64a5 21:25:22 ---> 2e2dac83794d 21:25:22 Step 5/21 : RUN apk add --update --no-cache make git 21:25:22 ---> Running in c2ea65105cb0 21:25:22 Removing intermediate container 48bc19fdafc5 21:25:22 ---> 933bc42832c4 21:25:22 Step 5/23 : RUN apk add --update --no-cache make git 21:25:23 ---> Running in f558fb06b69e 21:25:23 Removing intermediate container 1fadfb77d51c 21:25:23 ---> 9cde687adb9f 21:25:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:25:23 ---> Running in fefed351ae31 21:25:23 ---> Running in 1e76b509c519 21:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:26 OK: 217 MiB in 51 packages 21:25:26 OK: 217 MiB in 51 packages 21:25:27 OK: 217 MiB in 51 packages 21:25:27 OK: 217 MiB in 51 packages 21:25:27 OK: 217 MiB in 51 packages 21:25:28 Removing intermediate container de6b10e314cb 21:25:28 ---> 68399d06a745 21:25:28 Step 6/24 : COPY go.mod . 21:25:28 Removing intermediate container c2ea65105cb0 21:25:28 ---> 5f2a5b4ab98a 21:25:28 Step 6/31 : COPY go.mod . 21:25:28 Removing intermediate container f558fb06b69e 21:25:28 ---> cf3ba41b0bb9 21:25:28 Step 6/21 : COPY go.mod . 21:25:29 Removing intermediate container fefed351ae31 21:25:29 Removing intermediate container 1e76b509c519 21:25:29 ---> 36fb9448e65b 21:25:29 Step 6/23 : COPY go.mod . 21:25:29 ---> b639ec11c978 21:25:29 Step 6/23 : COPY go.mod . 21:25:29 ---> 0972dbdde94f 21:25:29 Step 7/24 : RUN go mod download 21:25:29 ---> Running in 329b7f5bde5c 21:25:29 ---> 1b3cc2500157 21:25:29 Step 7/31 : RUN go mod download 21:25:29 ---> aefb891d1f34 21:25:29 Step 7/21 : RUN go mod download 21:25:30 ---> Running in 30666569dd72 21:25:30 ---> Running in e4cd008bc288 21:25:30 ---> 75e2fe1faaa3 21:25:30 Step 7/23 : RUN go mod download 21:25:30 ---> 0cf8df7ca224 21:25:30 Step 7/23 : RUN go mod download 21:25:30 ---> Running in f777589e22ac 21:25:30 ---> Running in d5354d7cbe9d 21:25:33 Removing intermediate container 329b7f5bde5c 21:25:33 ---> ccebee329d0b 21:25:33 Step 8/24 : COPY . . 21:25:34 lxd 4.12 from Canonical* installed 21:25:34 + sudo lxd init --auto 21:25:34 Removing intermediate container 30666569dd72 21:25:34 ---> fc1b4fc41825 21:25:34 Step 8/31 : COPY . . 21:25:35 Removing intermediate container e4cd008bc288 21:25:35 ---> c345f90888a7 21:25:35 Step 8/21 : COPY . . 21:25:36 Removing intermediate container d5354d7cbe9d 21:25:36 ---> 51cdcfa65b67 21:25:36 Step 8/23 : COPY . . 21:25:36 Removing intermediate container f777589e22ac 21:25:36 ---> 3f45464d8f38 21:25:36 Step 8/23 : COPY . . 21:25:37 + sudo snap install --classic snapcraft 21:26:03 ---> b4642a38b287 21:26:03 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:26:03 ---> 83b0b6853218 21:26:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:26:03 ---> e6ccc575b395 21:26:03 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:26:03 ---> fd29242f2f2f 21:26:03 Step 9/23 : RUN make cmd/core-data/core-data 21:26:03 ---> Running in b7dd7786e7f4 21:26:03 ---> Running in 92c7a93c1feb 21:26:03 ---> 2ab9a6719c06 21:26:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:26:03 ---> Running in 1d5ac4200374 21:26:03 ---> Running in 9fbac66147e3 21:26:03 ---> Running in 14fb7ad9a568 21:26:05 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 21:26:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:26:05 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 21:26:05 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 21:26:05 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 21:27:13 snapcraft 4.5.4 from Canonical* installed 21:27:13 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 21:27:13 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 21:27:13 yq (v4/stable) 4.3.1 from Mike Farah (mikefarah) installed 21:27:13 Error: stat /w/workspace/edgex-go/2/snap/snapcraft.yaml: no such file or directory 21:27:13 Error: stat /w/workspace/edgex-go/2/snap/snapcraft.yaml: no such file or directory 21:27:13 Error: stat /w/workspace/edgex-go/2/snap/snapcraft.yaml: no such file or directory 21:27:13 Error: stat /w/workspace/edgex-go/2/snap/snapcraft.yaml: no such file or directory 21:27:13 Error: stat /w/workspace/edgex-go/2/snap/snapcraft.yaml: no such file or directory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:27:14 Failed in branch amd64 21:27:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:27:42 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 21:28:04 Removing intermediate container 1d5ac4200374 21:28:04 ---> a2ad891ed2f5 21:28:04 21:28:04 Step 10/21 : FROM alpine:3.12 21:28:04 3.12: Pulling from library/alpine 21:28:04 Removing intermediate container 92c7a93c1feb 21:28:04 ---> 39acca02e6fb 21:28:04 21:28:04 Step 10/31 : FROM alpine:3.12 21:28:04 Removing intermediate container b7dd7786e7f4 21:28:04 ---> 7a67ac9f6339 21:28:04 21:28:04 Step 10/24 : FROM alpine:3.12 21:28:04 3.12: Pulling from library/alpine 21:28:04 3.12: Pulling from library/alpine 21:28:05 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:28:05 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:28:05 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:28:05 Status: Downloaded newer image for alpine:3.12 21:28:05 Status: Image is up to date for alpine:3.12 21:28:05 ---> d10569e2745f 21:28:05 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:28:05 Status: Downloaded newer image for alpine:3.12 21:28:05 ---> d10569e2745f 21:28:05 Step 11/21 : RUN apk add --update --no-cache curl 21:28:05 ---> d10569e2745f 21:28:05 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:28:06 ---> Running in 20e70d4c05ae 21:28:06 ---> Running in 50dcf5961542 21:28:06 ---> Running in d95fd5462f6d 21:28:07 Removing intermediate container d95fd5462f6d 21:28:07 ---> f9339ce907e6 21:28:07 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:28:07 ---> Running in b4c1c8460bf9 21:28:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:10 (1/5) Installing ca-certificates (20191127-r4) 21:28:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:28:10 (3/5) Installing libcurl (7.69.1-r3) 21:28:10 (4/5) Installing curl (7.69.1-r3) 21:28:10 (5/5) Installing dumb-init (1.2.2-r1) 21:28:10 (1/4) Installing ca-certificates (20191127-r4) 21:28:10 Executing busybox-1.31.1-r19.trigger 21:28:10 Executing ca-certificates-20191127-r4.trigger 21:28:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:28:10 (3/4) Installing libcurl (7.69.1-r3) 21:28:10 (4/4) Installing curl (7.69.1-r3) 21:28:10 Executing busybox-1.31.1-r19.trigger 21:28:10 Executing ca-certificates-20191127-r4.trigger 21:28:10 OK: 7 MiB in 19 packages 21:28:11 OK: 7 MiB in 18 packages 21:28:11 (1/2) Installing dumb-init (1.2.2-r1) 21:28:11 (2/2) Installing su-exec (0.2-r1) 21:28:11 Executing busybox-1.31.1-r19.trigger 21:28:11 OK: 5 MiB in 16 packages 21:28:14 Removing intermediate container 20e70d4c05ae 21:28:14 ---> 9c53d9bdbbd1 21:28:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:28:14 Removing intermediate container b4c1c8460bf9 21:28:14 ---> e0ae60beb809 21:28:14 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:28:14 Removing intermediate container 50dcf5961542 21:28:14 ---> bf38735cf761 21:28:14 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:28:14 ---> Running in fe141771372d 21:28:14 ---> Running in 9400327d8074 21:28:14 ---> Running in 6eeae6ffaeef 21:28:15 Removing intermediate container fe141771372d 21:28:15 ---> dc46cac3cc10 21:28:15 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:28:15 Removing intermediate container 9400327d8074 21:28:15 ---> 10e495f7c88f 21:28:15 Step 13/24 : WORKDIR / 21:28:15 ---> Running in 7caa947d9f87 21:28:15 ---> Running in 5a5e7ae2b405 21:28:15 Removing intermediate container 6eeae6ffaeef 21:28:15 ---> 58cd074625a5 21:28:15 Step 13/21 : WORKDIR /edgex 21:28:16 ---> Running in 48bbf051c1ec 21:28:16 Removing intermediate container 7caa947d9f87 21:28:16 ---> 12949cfff915 21:28:16 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:28:16 ---> Running in 599836359d5a 21:28:16 Removing intermediate container 5a5e7ae2b405 21:28:16 ---> 5fe8727dfc7d 21:28:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:28:17 Removing intermediate container 48bbf051c1ec 21:28:17 ---> fac97ef715a5 21:28:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:28:18 ---> c5fdc7059fa0 21:28:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:28:18 ---> 06be5c7cddab 21:28:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:28:19 ---> 7bc3e0c12a5a 21:28:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:28:21 Removing intermediate container 599836359d5a 21:28:21 ---> ad480c338bd3 21:28:21 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:28:21 ---> Running in 2489c484685c 21:28:21 ---> 2fc1ba210092 21:28:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:28:21 ---> 8241484d1d4d 21:28:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:28:22 Removing intermediate container 2489c484685c 21:28:22 ---> f8efe037beb3 21:28:22 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:28:24 ---> e0df0d1faedc 21:28:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:28:24 ---> d03238bc3696 21:28:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:28:24 ---> 7e7b533a94a5 21:28:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:28:24 ---> Running in 3620aabed97e 21:28:25 ---> Running in 01b5bb5cb8c3 21:28:26 Removing intermediate container 3620aabed97e 21:28:26 ---> 492653a442b2 21:28:26 Step 18/21 : CMD ["--init=true"] 21:28:26 ---> Running in 66168e37b65f 21:28:27 ---> 07069296e8aa 21:28:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:28:27 Removing intermediate container 66168e37b65f 21:28:27 ---> 35ec73e46225 21:28:27 Step 19/21 : LABEL arch=arm64 21:28:27 ---> Running in e2cc87f6e486 21:28:28 ---> 363f56b96de5 21:28:28 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:28:29 ---> Running in 5bc20401e3ff 21:28:29 Removing intermediate container e2cc87f6e486 21:28:29 ---> 0f8b1e99d3e7 21:28:29 Step 20/21 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:28:29 Removing intermediate container 01b5bb5cb8c3 21:28:29 ---> 2b6b6e3a6b76 21:28:29 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:28:29 ---> Running in 4af5f6ebab11 21:28:30 Removing intermediate container 14fb7ad9a568 21:28:30 ---> 5061b4873319 21:28:30 21:28:30 Step 10/23 : FROM alpine:3.12 21:28:30 ---> d10569e2745f 21:28:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:28:30 ---> Running in 78e62fe6ce0e 21:28:30 Removing intermediate container 4af5f6ebab11 21:28:30 ---> 328838ec4f70 21:28:30 Step 21/21 : LABEL version=0.0.0 21:28:30 ---> 739b43fc7c03 21:28:30 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:28:30 ---> Running in 99f9e683630e 21:28:31 Removing intermediate container 99f9e683630e 21:28:31 ---> 4163f75bf0d0 21:28:31 21:28:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:32 Successfully built 4163f75bf0d0 21:28:32 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:28:32  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 21:28:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:33 ---> 41486ee0a0f7 21:28:33 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:28:33 Removing intermediate container 5bc20401e3ff 21:28:33 ---> 998983f696f8 21:28:33 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:28:33 (1/1) Installing dumb-init (1.2.2-r1) 21:28:33 Executing busybox-1.31.1-r19.trigger 21:28:33 OK: 5 MiB in 15 packages 21:28:34 ---> Running in 40cc22ab859e 21:28:36 ---> fe4ee97d18df 21:28:36 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:28:36 Removing intermediate container 40cc22ab859e 21:28:36 ---> 3fc4a9110a52 21:28:36 Step 22/24 : LABEL arch=arm64 21:28:36 ---> Running in adc478bafede 21:28:36 Removing intermediate container 78e62fe6ce0e 21:28:36 ---> fb0d8e8bc9d4 21:28:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:28:36 Removing intermediate container 9fbac66147e3 21:28:36 ---> 5bc32e6119f7 21:28:36 21:28:36 Step 10/23 : FROM alpine:3.12 21:28:36 ---> d10569e2745f 21:28:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:28:37 ---> Running in d233ac0589df 21:28:37 ---> Running in 2479032a1ec3 21:28:37 ---> 51db7dd7195c 21:28:37 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:28:37 Removing intermediate container adc478bafede 21:28:37 ---> 617363c60cd3 21:28:37 Step 23/24 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:28:37 ---> Running in b4d4d294d045 21:28:38 Removing intermediate container d233ac0589df 21:28:38 ---> 88e9d9f19d1a 21:28:38 Step 13/23 : ENV APP_PORT=48081 21:28:38 Removing intermediate container 2479032a1ec3 21:28:38 ---> 6c3c2ef34bdd 21:28:38 Step 12/23 : ENV APP_PORT=48080 21:28:38 ---> Running in d37d75d20a58 21:28:38 ---> Running in 003b5b4c91c9 21:28:38 ---> e353b88b5da0 21:28:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:28:38 Removing intermediate container b4d4d294d045 21:28:38 ---> 2c4f3949e958 21:28:38 Step 24/24 : LABEL version=0.0.0 21:28:39 ---> Running in 1f660ea85f06 21:28:39 ---> Running in aec2cad59449 21:28:39 Removing intermediate container d37d75d20a58 21:28:39 ---> 16db45005e79 21:28:39 Step 14/23 : EXPOSE $APP_PORT 21:28:39 ---> Running in 7b005c71f7e3 21:28:40 Removing intermediate container 1f660ea85f06 21:28:40 ---> 9baa6f27f197 21:28:40 21:28:40 Removing intermediate container 003b5b4c91c9 21:28:40 ---> 9c2c9aa0e044 21:28:40 Step 13/23 : EXPOSE $APP_PORT 21:28:40 Removing intermediate container 7b005c71f7e3 21:28:40 ---> 2f06080281aa 21:28:40 Step 15/23 : WORKDIR / 21:28:40 Removing intermediate container aec2cad59449 21:28:40 ---> 6091d3ea1b43 21:28:40 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:28:40 ---> Running in d525d164395a 21:28:40 ---> Running in 832467a38f73 21:28:40 Successfully built 9baa6f27f197 21:28:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:28:41  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 21:28:41 Removing intermediate container d525d164395a 21:28:41 ---> 373677cd3b3b 21:28:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:41 ---> Running in 1792d75a2902 21:28:41 Removing intermediate container 832467a38f73 21:28:41 ---> 165b31402407 21:28:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:28:41 ---> 3c5227635173 21:28:41 Step 26/31 : RUN chmod +x /entrypoint.sh 21:28:42 ---> Running in 1a8439418321 21:28:43 ---> bb4521840924 21:28:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:28:45 Removing intermediate container 1792d75a2902 21:28:45 ---> 04a1025b3dbf 21:28:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:28:45 ---> 150eb0f5f07b 21:28:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:28:45 ---> Running in e75540f80213 21:28:45 Removing intermediate container 1a8439418321 21:28:45 ---> dbab5dbabe81 21:28:45 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:28:46 ---> Running in 0978878268c6 21:28:47 ---> 272a41f8eba9 21:28:47 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:28:47 ---> Running in 5dd6d61b6499 21:28:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:47 Removing intermediate container 0978878268c6 21:28:47 ---> 93be2c4ea6bb 21:28:47 Step 28/31 : CMD ["gate"] 21:28:48 ---> Running in 241977d7d080 21:28:48 Removing intermediate container 5dd6d61b6499 21:28:48 ---> f1a92318d557 21:28:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:48 ---> Running in 7283f0953891 21:28:49 Removing intermediate container 241977d7d080 21:28:49 ---> fd6e42073d85 21:28:49 Step 29/31 : LABEL arch=arm64 21:28:49 (1/6) Installing dumb-init (1.2.2-r1) 21:28:49 (2/6) Installing libgcc (9.3.0-r2) 21:28:49 (3/6) Installing libsodium (1.0.18-r0) 21:28:49 (4/6) Installing libstdc++ (9.3.0-r2) 21:28:49 ---> Running in 96a89efdd804 21:28:49 Removing intermediate container 7283f0953891 21:28:49 ---> 5b1e58305f96 21:28:49 Step 21/23 : LABEL arch=arm64 21:28:49 (5/6) Installing libzmq (4.3.3-r0) 21:28:50 (6/6) Installing zeromq (4.3.3-r0) 21:28:50 ---> Running in a8da39c178a4 21:28:50 Executing busybox-1.31.1-r19.trigger 21:28:50 OK: 8 MiB in 20 packages 21:28:50 Removing intermediate container 96a89efdd804 21:28:50 ---> 481827e3b90a 21:28:50 Step 30/31 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:28:51 ---> Running in cf96cfec5b2b 21:28:51 Removing intermediate container a8da39c178a4 21:28:51 ---> 5beb678d2585 21:28:51 Step 22/23 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:28:51 ---> Running in 3fc02aeb66f1 21:28:55 Removing intermediate container 3fc02aeb66f1 21:28:55 ---> 27dcad6769a9 21:28:55 Step 23/23 : LABEL version=0.0.0 21:28:55 Removing intermediate container cf96cfec5b2b 21:28:55 ---> 4c4b92e3e8b3 21:28:55 Step 31/31 : LABEL version=0.0.0 21:28:55 Removing intermediate container e75540f80213 21:28:55 ---> f95c3dfa80ee 21:28:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:28:55 ---> Running in 7e8174a9b1fa 21:28:55 ---> Running in 25d0ecc3c716 21:28:56 Removing intermediate container 7e8174a9b1fa 21:28:56 ---> 3dd332863391 21:28:56 21:28:56 ---> 35bc88224324 21:28:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:28:56 Removing intermediate container 25d0ecc3c716 21:28:56 ---> 71cd2794a31c 21:28:56 21:28:57 Successfully built 3dd332863391 21:28:57 Successfully tagged docker-core-metadata-go-arm64:latest 21:28:57  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 21:28:57 Successfully built 71cd2794a31c 21:28:57 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:28:57  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 21:28:59 ---> 7ae75453d536 21:28:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:29:00 ---> 3ccb914e0fc0 21:29:00 Step 19/23 : ENTRYPOINT ["/core-data"] 21:29:00 ---> Running in f4d0cf4de8ee 21:29:00 Removing intermediate container f4d0cf4de8ee 21:29:00 ---> 2e45def605c3 21:29:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:29:01 ---> Running in 09df343eba75 21:29:01 Removing intermediate container 09df343eba75 21:29:01 ---> 53a5cea7a5fc 21:29:01 Step 21/23 : LABEL arch=arm64 21:29:02 ---> Running in c3a874f2eac1 21:29:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:29:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:29:03 ---> c003896c600c 21:29:03 Step 3/22 : WORKDIR /edgex-go 21:29:03 ---> Using cache 21:29:03 ---> 96e5afd93a3c 21:29:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:29:03 ---> Using cache 21:29:03 ---> 9cde687adb9f 21:29:03 Step 5/22 : RUN apk add --update --no-cache make git 21:29:03 Removing intermediate container c3a874f2eac1 21:29:03 ---> 18311b9658ec 21:29:03 Step 22/23 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:29:03 ---> Running in 3a7fe4a2f09f 21:29:03 ---> Running in dd4a30338b47 21:29:04 Removing intermediate container dd4a30338b47 21:29:04 ---> cc004d8f85b2 21:29:04 Step 23/23 : LABEL version=0.0.0 21:29:05 ---> Running in fc8420d63f63 21:29:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:29:06 Removing intermediate container fc8420d63f63 21:29:06 ---> 661b8f9668ed 21:29:06 21:29:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:29:06 Successfully built 661b8f9668ed 21:29:06 Successfully tagged docker-core-data-go-arm64:latest 21:29:07  Building docker-core-data-go ... done OK: 217 MiB in 51 packages 21:29:09 Removing intermediate container 3a7fe4a2f09f 21:29:09 ---> 3f0f8f81cd74 21:29:09 Step 6/22 : COPY go.mod . 21:29:10 ---> d1f926524639 21:29:10 Step 7/22 : RUN go mod download 21:29:10 ---> Running in 0f92d93e6711 21:29:15 Removing intermediate container 0f92d93e6711 21:29:15 ---> e6ae6a89d8a1 21:29:15 Step 8/22 : COPY . . 21:29:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:29:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:29:20 ---> c003896c600c 21:29:20 Step 3/22 : WORKDIR /edgex-go 21:29:20 ---> Using cache 21:29:20 ---> 96e5afd93a3c 21:29:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:29:20 ---> Using cache 21:29:20 ---> 9cde687adb9f 21:29:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:29:22 ---> Running in aedd4382f266 21:29:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:29:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:29:25 OK: 217 MiB in 51 packages 21:29:30 Removing intermediate container aedd4382f266 21:29:30 ---> 3c89896501ad 21:29:30 Step 6/22 : COPY go.mod . 21:29:31 ---> 810ab7e55a7a 21:29:31 Step 7/22 : RUN go mod download 21:29:32 ---> Running in 2a42e7a13b8c 21:29:32 ---> 0aab7722578d 21:29:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:29:33 ---> Running in 15c484ac2bed 21:29:33 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:29:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:29:33 ---> c003896c600c 21:29:33 Step 3/26 : WORKDIR /edgex-go 21:29:33 ---> Using cache 21:29:33 ---> 96e5afd93a3c 21:29:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:29:33 ---> Using cache 21:29:33 ---> 9cde687adb9f 21:29:33 Step 5/26 : RUN apk add --update --no-cache make bash git 21:29:34 ---> Running in 97dbf7f33750 21:29:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:29:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:29:34 ---> c003896c600c 21:29:34 Step 3/23 : WORKDIR /edgex-go 21:29:34 ---> Using cache 21:29:34 ---> 96e5afd93a3c 21:29:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:29:34 ---> Using cache 21:29:34 ---> 9cde687adb9f 21:29:34 Step 5/23 : RUN apk add --update --no-cache make git 21:29:34 ---> Using cache 21:29:34 ---> 3f0f8f81cd74 21:29:34 Step 6/23 : COPY go.mod . 21:29:34 ---> Using cache 21:29:34 ---> d1f926524639 21:29:34 Step 7/23 : RUN go mod download 21:29:34 ---> Using cache 21:29:34 ---> e6ae6a89d8a1 21:29:34 Step 8/23 : COPY . . 21:29:34 ---> Using cache 21:29:34 ---> 0aab7722578d 21:29:34 Step 9/23 : RUN make cmd/core-command/core-command 21:29:34 ---> Running in 8313bdb65c99 21:29:35 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 21:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:29:36 Removing intermediate container 2a42e7a13b8c 21:29:36 ---> 648c4be6d6c1 21:29:36 Step 8/22 : COPY . . 21:29:36 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 21:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:29:38 OK: 217 MiB in 51 packages 21:29:42 Removing intermediate container 97dbf7f33750 21:29:42 ---> c2f5b6a81508 21:29:42 Step 6/26 : COPY go.mod . 21:29:44 ---> a6f8529451e8 21:29:44 Step 7/26 : RUN go mod download 21:29:44 ---> Running in b149e71efc76 21:29:51 Removing intermediate container b149e71efc76 21:29:51 ---> 47aee507c722 21:29:51 Step 8/26 : COPY . . 21:30:01 ---> a5ea7e32359a 21:30:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:30:02 ---> Running in ae276371fb1d 21:30:05 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 21:30:17 ---> 48232cd56e66 21:30:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:30:17 ---> Running in b4f2e8bdd7b3 21:30:18 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 21:31:26 Removing intermediate container 15c484ac2bed 21:31:26 ---> 55bec2af5a6e 21:31:26 21:31:26 Step 10/22 : FROM alpine:3.12 21:31:26 ---> d10569e2745f 21:31:26 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:31:26 ---> Using cache 21:31:26 ---> fb0d8e8bc9d4 21:31:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:31:26 ---> Using cache 21:31:26 ---> 88e9d9f19d1a 21:31:26 Step 13/22 : ENV APP_PORT=48085 21:31:26 Removing intermediate container 8313bdb65c99 21:31:26 ---> 0c71444b99b3 21:31:26 21:31:26 Step 10/23 : FROM alpine:3.12 21:31:26 ---> d10569e2745f 21:31:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:31:26 ---> Using cache 21:31:26 ---> fb0d8e8bc9d4 21:31:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:31:26 ---> Using cache 21:31:26 ---> 88e9d9f19d1a 21:31:26 Step 13/23 : ENV APP_PORT=48082 21:31:26 ---> Running in 971ae77c3a66 21:31:26 ---> Running in 7dc342f10864 21:31:26 Removing intermediate container 971ae77c3a66 21:31:26 ---> 49724ef0928c 21:31:26 Step 14/22 : EXPOSE $APP_PORT 21:31:26 Removing intermediate container 7dc342f10864 21:31:26 ---> 3716eae59c3a 21:31:26 Step 14/23 : EXPOSE $APP_PORT 21:31:26 ---> Running in bdf1cb55f259 21:31:26 ---> Running in b625fcc9d712 21:31:26 Removing intermediate container b625fcc9d712 21:31:26 ---> 85d5f2e2819f 21:31:26 Step 15/23 : WORKDIR / 21:31:26 Removing intermediate container bdf1cb55f259 21:31:26 ---> 668cd87da8ac 21:31:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:26 ---> Running in 3e8381464522 21:31:26 Removing intermediate container 3e8381464522 21:31:26 ---> c308dc02ec23 21:31:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:26 ---> b6527e539342 21:31:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:31:26 ---> d5cfcd2664e5 21:31:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:31:26 ---> b4673e5aebe0 21:31:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:31:26 ---> 9eff732b99c3 21:31:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:31:26 ---> 75fa0d79c6c6 21:31:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:31:26 ---> Running in ca08b4dcb804 21:31:27 ---> 90e3c82c9674 21:31:27 Step 19/23 : ENTRYPOINT ["/core-command"] 21:31:27 Removing intermediate container ca08b4dcb804 21:31:27 ---> 5017634a8c8f 21:31:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:31:27 ---> Running in d420b2e9330d 21:31:27 ---> Running in 1e35065c4943 21:31:28 Removing intermediate container d420b2e9330d 21:31:28 ---> eeae7085dad8 21:31:28 Step 20/22 : LABEL arch=arm64 21:31:28 Removing intermediate container 1e35065c4943 21:31:28 ---> fda7b2b68316 21:31:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:31:28 ---> Running in 0d6742a7f037 21:31:28 ---> Running in 6ce91347e940 21:31:29 Removing intermediate container 6ce91347e940 21:31:29 ---> 9c5dbd3da506 21:31:29 Step 21/23 : LABEL arch=arm64 21:31:29 Removing intermediate container 0d6742a7f037 21:31:29 ---> 8a5c5d418a76 21:31:29 Step 21/22 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:31:29 ---> Running in 90a4db11ad99 21:31:30 ---> Running in d846626ae722 21:31:30 Removing intermediate container 90a4db11ad99 21:31:30 ---> 0c2187347497 21:31:30 Step 22/23 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:31:30 Removing intermediate container d846626ae722 21:31:30 ---> 4e12fbb3d9b1 21:31:30 Step 22/22 : LABEL version=0.0.0 21:31:31 ---> Running in d9087548af91 21:31:31 ---> Running in c9d8987aadcd 21:31:31 Removing intermediate container d9087548af91 21:31:31 ---> af29c34207d6 21:31:31 Step 23/23 : LABEL version=0.0.0 21:31:31 Removing intermediate container c9d8987aadcd 21:31:31 ---> 8774eeb460a1 21:31:31 21:31:31 ---> Running in 9ad03546825a 21:31:32 Successfully built 8774eeb460a1 21:31:32 Successfully tagged docker-support-scheduler-go-arm64:latest 21:31:32  Building docker-support-scheduler-go ... done Removing intermediate container 9ad03546825a 21:31:32 ---> 3716ff08cb32 21:31:32 21:31:33 Successfully built 3716ff08cb32 21:31:33 Successfully tagged docker-core-command-go-arm64:latest 21:31:38  Building docker-core-command-go ... done Removing intermediate container b4f2e8bdd7b3 21:31:38 ---> ada779ac5dfe 21:31:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:31:39 ---> Running in 25b350abed06 21:31:40 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 21:31:41 Removing intermediate container ae276371fb1d 21:31:41 ---> 27197216da81 21:31:41 21:31:41 Step 10/22 : FROM alpine:3.12 21:31:41 ---> d10569e2745f 21:31:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:31:41 ---> Running in 4220205a3004 21:31:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:31:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:31:43 Removing intermediate container 25b350abed06 21:31:43 ---> bbf291cfd6ed 21:31:43 21:31:43 Step 11/26 : FROM docker:20.10.0 21:31:43 20.10.0: Pulling from library/docker 21:31:43 (1/2) Installing ca-certificates (20191127-r4) 21:31:43 (2/2) Installing dumb-init (1.2.2-r1) 21:31:43 Executing busybox-1.31.1-r19.trigger 21:31:43 Executing ca-certificates-20191127-r4.trigger 21:31:44 OK: 6 MiB in 16 packages 21:31:46 Removing intermediate container 4220205a3004 21:31:46 ---> 858c28c4c74b 21:31:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:31:46 ---> Running in 1e3ad4193a65 21:31:47 Removing intermediate container 1e3ad4193a65 21:31:47 ---> 85440e7b511d 21:31:47 Step 13/22 : ENV APP_PORT=48060 21:31:47 ---> Running in 684483b654cc 21:31:48 Removing intermediate container 684483b654cc 21:31:48 ---> 8340bd4dd83d 21:31:48 Step 14/22 : EXPOSE $APP_PORT 21:31:48 ---> Running in b3faec487eba 21:31:49 Removing intermediate container b3faec487eba 21:31:49 ---> d879dec39a39 21:31:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:51 ---> 6f561faf3dac 21:31:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:31:53 ---> c29a30f3133e 21:31:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:31:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:31:53 Status: Downloaded newer image for docker:20.10.0 21:31:53 ---> eeaf43b92773 21:31:53 Step 12/26 : RUN apk add --no-cache bash 21:31:53 ---> Running in b297791798fc 21:31:53 ---> c8cdaf3a2cb5 21:31:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:31:53 ---> Running in ad81ef3d2ed8 21:31:54 Removing intermediate container ad81ef3d2ed8 21:31:54 ---> c5be957ce694 21:31:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:31:54 ---> Running in cff538dd13cb 21:31:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:31:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:31:55 Removing intermediate container cff538dd13cb 21:31:55 ---> e14e6bb86c86 21:31:55 Step 20/22 : LABEL arch=arm64 21:31:55 ---> Running in 859794a169f5 21:31:55 (1/2) Installing readline (8.0.4-r0) 21:31:55 (2/2) Installing bash (5.0.17-r0) 21:31:55 Executing bash-5.0.17-r0.post-install 21:31:55 Executing busybox-1.31.1-r19.trigger 21:31:55 OK: 12 MiB in 22 packages 21:31:55 Removing intermediate container 859794a169f5 21:31:55 ---> 869423fb521c 21:31:55 Step 21/22 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:31:55 ---> Running in d3945a553bef 21:31:56 Removing intermediate container d3945a553bef 21:31:56 ---> 658abb8c97c1 21:31:56 Step 22/22 : LABEL version=0.0.0 21:31:56 ---> Running in 08756e2c52b7 21:31:57 Removing intermediate container b297791798fc 21:31:57 ---> 81d377305d50 21:31:57 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:31:57 Removing intermediate container 08756e2c52b7 21:31:57 ---> 9c295ed9c0d4 21:31:57 21:31:57 ---> Running in 79d484ab6f3a 21:31:57 Successfully built 9c295ed9c0d4 21:31:57 Successfully tagged docker-support-notifications-go-arm64:latest 21:31:57  Building docker-support-notifications-go ... done Removing intermediate container 79d484ab6f3a 21:31:57 ---> 763a6aa0bf68 21:31:57 Step 14/26 : ENV APP_PORT=48090 21:31:58 ---> Running in 4e0848d9bcc8 21:31:58 Removing intermediate container 4e0848d9bcc8 21:31:58 ---> 3dc99ce9b109 21:31:58 Step 15/26 : EXPOSE $APP_PORT 21:31:58 ---> Running in 2422d882e7b5 21:31:59 Removing intermediate container 2422d882e7b5 21:31:59 ---> b2ae14a9a036 21:31:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:32:00 ---> 584f251eebb8 21:32:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:32:01 ---> 3df13b4f54d6 21:32:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:32:01 ---> 2199fa19e43f 21:32:01 Step 19/26 : RUN apk --no-cache add py3-pip 21:32:01 ---> Running in 5bed29ed8faf 21:32:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:32:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:32:03 (1/33) Installing libbz2 (1.0.8-r1) 21:32:03 (2/33) Installing expat (2.2.9-r1) 21:32:03 (3/33) Installing libffi (3.3-r2) 21:32:03 (4/33) Installing gdbm (1.13-r1) 21:32:03 (5/33) Installing xz-libs (5.2.5-r0) 21:32:03 (6/33) Installing sqlite-libs (3.32.1-r0) 21:32:03 (7/33) Installing python3 (3.8.8-r0) 21:32:05 (8/33) Installing py3-appdirs (1.4.4-r1) 21:32:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:32:05 (10/33) Installing py3-parsing (2.4.7-r0) 21:32:05 (11/33) Installing py3-six (1.15.0-r0) 21:32:05 (12/33) Installing py3-packaging (20.4-r0) 21:32:05 (13/33) Installing py3-setuptools (47.0.0-r0) 21:32:05 (14/33) Installing py3-chardet (3.0.4-r4) 21:32:05 (15/33) Installing py3-idna (2.9-r0) 21:32:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:32:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:32:05 (18/33) Installing py3-requests (2.23.0-r0) 21:32:05 (19/33) Installing py3-msgpack (1.0.0-r0) 21:32:05 (20/33) Installing py3-lockfile (0.12.2-r3) 21:32:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:32:05 (22/33) Installing py3-colorama (0.4.3-r0) 21:32:05 (23/33) Installing py3-distlib (0.3.0-r0) 21:32:05 (24/33) Installing py3-distro (1.5.0-r1) 21:32:05 (25/33) Installing py3-webencodings (0.5.1-r3) 21:32:05 (26/33) Installing py3-html5lib (1.0.1-r4) 21:32:05 (27/33) Installing py3-pytoml (0.1.21-r0) 21:32:05 (28/33) Installing py3-pep517 (0.8.2-r0) 21:32:05 (29/33) Installing py3-progress (1.5-r0) 21:32:05 (30/33) Installing py3-toml (0.10.1-r0) 21:32:05 (31/33) Installing py3-retrying (1.3.3-r0) 21:32:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:32:05 (33/33) Installing py3-pip (20.1.1-r0) 21:32:06 Executing busybox-1.31.1-r19.trigger 21:32:06 OK: 71 MiB in 55 packages 21:32:12 Removing intermediate container 5bed29ed8faf 21:32:12 ---> 5c1fc25a4bd7 21:32:12 Step 20/26 : RUN pip install docker-compose==1.23.2 21:32:12 ---> Running in 712c76fe57c4 21:32:17 Collecting docker-compose==1.23.2 21:32:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:32:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:32:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:32:19 Collecting docker<4.0,>=3.6.0 21:32:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:32:20 Collecting cached-property<2,>=1.2.0 21:32:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:32:20 Collecting jsonschema<3,>=2.5.1 21:32:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:32:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:32:21 Collecting PyYAML<4,>=3.10 21:32:21 Downloading PyYAML-3.13.tar.gz (270 kB) 21:32:24 Collecting websocket-client<1.0,>=0.32.0 21:32:24 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:32:25 Collecting texttable<0.10,>=0.9.0 21:32:25 Downloading texttable-0.9.1.tar.gz (11 kB) 21:32:27 Collecting dockerpty<0.5,>=0.4.1 21:32:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:32:29 Collecting docopt<0.7,>=0.6.1 21:32:29 Downloading docopt-0.6.2.tar.gz (25 kB) 21:32:31 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) 21:32:31 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) 21:32:31 Collecting urllib3<1.25,>=1.21.1 21:32:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:32:32 Collecting idna<2.8,>=2.5 21:32:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:32:32 Collecting docker-pycreds>=0.4.0 21:32:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:32:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:32:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:32:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:32:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:32:33 Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, jsonschema, PyYAML, texttable, dockerpty, docopt, docker-compose 21:32:33 Attempting uninstall: urllib3 21:32:33 Found existing installation: urllib3 1.25.9 21:32:33 Uninstalling urllib3-1.25.9: 21:32:34 Successfully uninstalled urllib3-1.25.9 21:32:34 Attempting uninstall: idna 21:32:34 Found existing installation: idna 2.9 21:32:34 Uninstalling idna-2.9: 21:32:34 Successfully uninstalled idna-2.9 21:32:35 Attempting uninstall: requests 21:32:35 Found existing installation: requests 2.23.0 21:32:35 Uninstalling requests-2.23.0: 21:32:35 Successfully uninstalled requests-2.23.0 21:32:37 Running setup.py install for PyYAML: started 21:32:40 Running setup.py install for PyYAML: finished with status 'done' 21:32:40 Running setup.py install for texttable: started 21:32:42 Running setup.py install for texttable: finished with status 'done' 21:32:42 Running setup.py install for dockerpty: started 21:32:44 Running setup.py install for dockerpty: finished with status 'done' 21:32:44 Running setup.py install for docopt: started 21:32:46 Running setup.py install for docopt: finished with status 'done' 21:32:47 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 21:32:51 Removing intermediate container 712c76fe57c4 21:32:51 ---> d99d520d5196 21:32:51 Step 21/26 : RUN apk --no-cache add curl 21:32:51 ---> Running in 5197448cbb96 21:32:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:32:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:32:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:32:52 (2/3) Installing libcurl (7.69.1-r3) 21:32:52 (3/3) Installing curl (7.69.1-r3) 21:32:52 Executing busybox-1.31.1-r19.trigger 21:32:52 OK: 72 MiB in 58 packages 21:32:55 Removing intermediate container 5197448cbb96 21:32:55 ---> fa9c19454179 21:32:55 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:32:55 ---> Running in 61aa51404ffb 21:32:55 Removing intermediate container 61aa51404ffb 21:32:55 ---> 48542b62996b 21:32:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:32:55 ---> Running in 6e71aa25d5cd 21:32:56 Removing intermediate container 6e71aa25d5cd 21:32:56 ---> 7fde8e59c59d 21:32:56 Step 24/26 : LABEL arch=arm64 21:32:56 ---> Running in 405bb05f690b 21:32:56 Removing intermediate container 405bb05f690b 21:32:56 ---> a96e7563535f 21:32:56 Step 25/26 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb 21:32:56 ---> Running in e92394adf5ad 21:32:57 Removing intermediate container e92394adf5ad 21:32:57 ---> d9e9cd3b96d3 21:32:57 Step 26/26 : LABEL version=0.0.0 21:32:57 ---> Running in 951781badf2d 21:32:57 Removing intermediate container 951781badf2d 21:32:57 ---> a2676a044021 21:32:57 21:32:58 Successfully built a2676a044021 21:32:58 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:32:58  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:32:58 $ docker stop --time=1 e1845e51e9d796766435cd2f534f530d5e9dd507301e32325972421590c0aafc 21:33:00 $ docker rm -f e1845e51e9d796766435cd2f534f530d5e9dd507301e32325972421590c0aafc [Pipeline] // withDockerContainer [Pipeline] sh 21:33:01 + docker images 21:33:01 + grep docker 21:33:01 docker-sys-mgmt-agent-go-arm64 latest a2676a044021 4 seconds ago 300MB 21:33:01 docker-support-notifications-go-arm64 latest 9c295ed9c0d4 About a minute ago 16.9MB 21:33:01 docker-core-command-go-arm64 latest 3716ff08cb32 About a minute ago 16.2MB 21:33:01 docker-support-scheduler-go-arm64 latest 8774eeb460a1 About a minute ago 16.3MB 21:33:01 docker-core-data-go-arm64 latest 661b8f9668ed 3 minutes ago 21.3MB 21:33:01 docker-core-metadata-go-arm64 latest 3dd332863391 4 minutes ago 17.9MB 21:33:01 docker-security-bootstrapper-go-arm64 latest 71cd2794a31c 4 minutes ago 17.8MB 21:33:01 docker-security-secretstore-setup-go-arm64 latest 9baa6f27f197 4 minutes ago 23.7MB 21:33:01 docker-security-proxy-setup-go-arm64 latest 4163f75bf0d0 4 minutes ago 23.4MB 21:33:01 docker 20.10.0 eeaf43b92773 3 months ago 228MB [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 Post stage [Pipeline] libraryResource [Pipeline] sh 21:33:02 ---> job-cost.sh 21:33:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-T6xZ 21:33:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:35:18 lf-activate-venv(): INFO: Adding /tmp/venv-T6xZ/bin to PATH 21:35:18 INFO: No Stack... 21:35:18 INFO: Retrieving Pricing Info for: lf-standard-4 21:35:18 INFO: Archiving Costs [Pipeline] sh 21:35:18 + cat /w/workspace/edgex-go/2/archives/cost.csv 21:35:18 + cut -d, -f6 [Pipeline] lock 21:35:18 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3272-2-stack-cost] 21:35:18 Resource [jenkins-edgexfoundry-edgex-go-PR-3272-2-stack-cost] did not exist. Created. 21:35:18 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3272-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:35:18 + echo total: 0.20999999344348907 [Pipeline] stash 21:35:19 Stashed 1 file(s) [Pipeline] } 21:35:19 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3272-2-stack-cost] [Pipeline] // lock [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:35:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:35:22 ---> package-listing.sh 21:35:22 ++ facter osfamily 21:35:22 ++ tr '[:upper:]' '[:lower:]' 21:35:22 + OS_FAMILY=redhat 21:35:22 + workspace=/w/workspace/edgex-go/2 21:35:22 + START_PACKAGES=/tmp/packages_start.txt 21:35:22 + END_PACKAGES=/tmp/packages_end.txt 21:35:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:35:22 + PACKAGES=/tmp/packages_start.txt 21:35:22 + '[' /w/workspace/edgex-go/2 ']' 21:35:22 + PACKAGES=/tmp/packages_end.txt 21:35:22 + case "${OS_FAMILY}" in 21:35:22 + rpm -qa 21:35:22 + sort 21:35:28 + '[' -f /tmp/packages_start.txt ']' 21:35:28 + '[' -f /tmp/packages_end.txt ']' 21:35:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:35:28 + '[' /w/workspace/edgex-go/2 ']' 21:35:28 + mkdir -p /w/workspace/edgex-go/2/archives/ 21:35:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 21:35:28 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:35:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:35:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:35:28 21:35:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:35:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:35:29 alpine: Pulling from edgex-lftools-log-publisher 21:35:29 df20fa9351a1: Pulling fs layer 21:35:29 36b3adc4ff6f: Pulling fs layer 21:35:29 8ad3a11d3b57: Pulling fs layer 21:35:29 46f8f816bc3b: Pulling fs layer 21:35:29 93b61091891f: Pulling fs layer 21:35:29 93b9cdb0e59b: Pulling fs layer 21:35:29 5e14af77c1be: Pulling fs layer 21:35:29 01666e4c0597: Pulling fs layer 21:35:29 aa168da1d23b: Pulling fs layer 21:35:29 93b9cdb0e59b: Waiting 21:35:29 5e14af77c1be: Waiting 21:35:29 01666e4c0597: Waiting 21:35:29 46f8f816bc3b: Waiting 21:35:29 93b61091891f: Waiting 21:35:29 aa168da1d23b: Waiting 21:35:29 36b3adc4ff6f: Verifying Checksum 21:35:29 36b3adc4ff6f: Download complete 21:35:29 46f8f816bc3b: Verifying Checksum 21:35:29 46f8f816bc3b: Download complete 21:35:29 df20fa9351a1: Verifying Checksum 21:35:29 df20fa9351a1: Download complete 21:35:29 93b9cdb0e59b: Download complete 21:35:29 93b61091891f: Verifying Checksum 21:35:29 93b61091891f: Download complete 21:35:29 5e14af77c1be: Verifying Checksum 21:35:29 5e14af77c1be: Download complete 21:35:29 01666e4c0597: Verifying Checksum 21:35:29 01666e4c0597: Download complete 21:35:29 8ad3a11d3b57: Verifying Checksum 21:35:29 8ad3a11d3b57: Download complete 21:35:29 df20fa9351a1: Pull complete 21:35:29 36b3adc4ff6f: Pull complete 21:35:30 8ad3a11d3b57: Pull complete 21:35:30 46f8f816bc3b: Pull complete 21:35:31 aa168da1d23b: Download complete 21:35:32 93b61091891f: Pull complete 21:35:32 93b9cdb0e59b: Pull complete 21:35:34 5e14af77c1be: Pull complete 21:35:34 01666e4c0597: Pull complete 21:35:42 aa168da1d23b: Pull complete 21:35:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:35:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:35:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:35:43 prd-centos7-docker-4c-2g-30357 does not seem to be running inside a container 21:35:44 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:35:47 $ docker top de64726e6ce734430c48b49a0b9e38984cb02dd2c43544af9dc7ae59df9e35a1 -eo pid,comm [Pipeline] { [Pipeline] sh 21:35:47 + touch /tmp/pre-build-complete [Pipeline] sh 21:35:47 + mkdir -p /var/log/sa [Pipeline] sh 21:35:48 + ls /var/log/sa-host 21:35:48 + sadf -c /var/log/sa-host/sa18 21:35:48 file_magic: OK 21:35:48 HZ: Using current value: 100 21:35:48 file_header: OK 21:35:48 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:35:48 Statistics: 21:35:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:35:48 File successfully converted to sysstat format version 12.2.1 21:35:48 + sadf -c /var/log/sa-host/sa23 21:35:48 file_magic: OK 21:35:48 HZ: Using current value: 100 21:35:48 file_header: OK 21:35:48 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:35:48 Statistics: 21:35:48 Hnuu...uuuununununu... 21:35:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:35:48 provisioning config files... 21:35:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2983531381466485367tmp [Pipeline] { [Pipeline] echo 21:35:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:35:48 ---> create-netrc.sh [Pipeline] } 21:35:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:35:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:35:49 ---> python-tools-install.sh [Pipeline] echo 21:35:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:35:49 ---> sudo-logs.sh 21:35:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:35:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:35:50 ---> job-cost.sh 21:35:50 lf-activate-venv: SKIPPING 21:35:50 DEBUG: total: 0.20999999344348907 21:35:50 INFO: Retrieving Stack Cost... 21:35:51 INFO: Retrieving Pricing Info for: v1-standard-2 21:35:51 INFO: Archiving Costs [Pipeline] echo 21:35:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:35:51 ---> logs-deploy.sh 21:35:51 lf-activate-venv: SKIPPING 21:35:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3272/2 21:35:51 INFO: archiving workspace using pattern(s): 21:35:53 Archives upload complete. 21:35:53 INFO: archiving logs to Nexus